/* GRID ---------- */
/* COLORS ---------- */
/* HABILLAGES */
/* MODALS ---------- */
/* ALERTS ---------- */
/* LINE HEIGHT ---------- */
/* PARAGRAPH ---------- */
/* FONTS ---------- */
/* FONT WEIGHT ---------- */
/* BREADCRUMB ---------- */
/* INPUTS ---------- */
/* BUTTONS ---------- */
/* FONT SIZE ---------- */
/* HEADINGS ---------- */
/* CUSTOMS ---------- */
/* SOCIAL COLORS ---------- */
/* MENUS DU BONHEUR */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #F9F8F6; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 8px; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: black;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.35;
  color: #000000; }

h1, .h1 {
  font-size: 62px;
  font-size: 3.875rem; }

h2, .h2 {
  font-size: 28px;
  font-size: 1.75rem; }

h3, .h3 {
  font-size: 24.5px;
  font-size: 1.53125rem; }

h4, .h4 {
  font-size: 21px;
  font-size: 1.3125rem; }

h5, .h5 {
  font-size: 17.5px;
  font-size: 1.09375rem; }

h6, .h6 {
  font-size: 14px;
  font-size: 0.875rem; }

.lead {
  font-size: 17.5px;
  font-size: 1.09375rem;
  font-weight: 300; }

.display-1 {
  font-size: 96px;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.35; }

.display-2 {
  font-size: 88px;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.35; }

.display-3 {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.35; }

.display-4 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.35; }

hr {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 8px;
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 17.5px;
  font-size: 1.09375rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 4px;
  padding: 0.25rem;
  background-color: #F9F8F6;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 12.5px;
  padding-left: 12.5px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 732px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 985px; } }
  @media (min-width: 1240px) {
    .container {
      max-width: 1165px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 12.5px;
  padding-left: 12.5px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 732px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 985px; } }

@media (min-width: 1240px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1165px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12.5px;
  margin-left: -12.5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12.5px;
  padding-left: 12.5px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1240px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #000000; }
  .table th,
  .table td {
    padding: 12px;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 4.8px;
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8b8b8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-primary:hover {
  background-color: #ababab; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ababab; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e7d5c8; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d2b299; }

.table-hover .table-secondary:hover {
  background-color: #dfc7b6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #dfc7b6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5bbc1; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed818c; }

.table-hover .table-danger:hover {
  background-color: #f2a5ad; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f2a5ad; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1239.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.2222222222em + 0.75rem + 2px);
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2222222222;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000000; }
  .form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1; }
  .form-control::placeholder {
    color: rgba(0, 0, 0, 0.6);
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #000000;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2222222222; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 1.35; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 12.25px;
  font-size: 0.765625rem;
  line-height: 0.8; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 6px 0;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2222222222;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(0.8em + 0.5rem + 2px);
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 12.25px;
  font-size: 0.765625rem;
  line-height: 0.8;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.35em + 1rem + 2px);
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 1.35;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 27px; }

.form-text {
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 4.8px;
  margin-top: 0.3rem;
  margin-left: -20px;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 12px;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 5px;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 12.25px;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.2222222222em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3055555556em + 0.1875rem) center;
  background-size: calc(0.6111111111em + 0.375rem) calc(0.6111111111em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.2222222222em + 0.75rem);
  background-position: top calc(0.3055555556em + 0.1875rem) right calc(0.3055555556em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.6111111111em + 0.375rem) calc(0.6111111111em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #DC0C22; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 12.25px;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 12, 34, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #DC0C22;
  padding-right: calc(1.2222222222em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC0C22' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23DC0C22' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3055555556em + 0.1875rem) center;
  background-size: calc(0.6111111111em + 0.375rem) calc(0.6111111111em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #DC0C22;
    box-shadow: 0 0 0 0.2rem rgba(220, 12, 34, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.2222222222em + 0.75rem);
  background-position: top calc(0.3055555556em + 0.1875rem) right calc(0.3055555556em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #DC0C22;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC0C22' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23DC0C22' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.6111111111em + 0.375rem) calc(0.6111111111em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #DC0C22;
    box-shadow: 0 0 0 0.2rem rgba(220, 12, 34, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DC0C22; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #DC0C22; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #DC0C22; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f3283d;
  background-color: #f3283d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 12, 34, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #DC0C22; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DC0C22; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #DC0C22;
  box-shadow: 0 0 0 0.2rem rgba(220, 12, 34, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2222222222;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #000000; }
  .btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #A86A3B;
  border-color: #A86A3B; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #8c5831;
    border-color: #82522e; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #8c5831;
    border-color: #82522e;
    box-shadow: 0 0 0 0.2rem rgba(181, 128, 88, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #A86A3B;
    border-color: #A86A3B; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #82522e;
    border-color: #794c2a; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(181, 128, 88, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #DC0C22;
  border-color: #DC0C22; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b80a1c;
    border-color: #ac091b; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b80a1c;
    border-color: #ac091b;
    box-shadow: 0 0 0 0.2rem rgba(225, 48, 67, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #DC0C22;
    border-color: #DC0C22; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ac091b;
    border-color: #a00919; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 48, 67, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #000000;
  border-color: #000000; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-secondary {
  color: #A86A3B;
  border-color: #A86A3B; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #A86A3B;
    border-color: #A86A3B; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 106, 59, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #A86A3B;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #A86A3B;
    border-color: #A86A3B; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(168, 106, 59, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #DC0C22;
  border-color: #DC0C22; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #DC0C22;
    border-color: #DC0C22; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 12, 34, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #DC0C22;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #DC0C22;
    border-color: #DC0C22; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 12, 34, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none; }
  .btn-link:hover {
    color: black;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 1.35;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 12.25px;
  font-size: 0.765625rem;
  line-height: 0.8;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 8px;
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  min-width: 10rem;
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1240px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 2px;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 2px;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 8px 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000000; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 12.25px;
  font-size: 0.765625rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 9px;
  padding-right: 0.5625rem;
  padding-left: 9px;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 6px;
  padding-right: 0.375rem;
  padding-left: 6px;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2222222222;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.35em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 1.35;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(0.8em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 12.25px;
  font-size: 0.765625rem;
  line-height: 0.8;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 28px;
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 21px;
  min-height: 1.3125rem;
  padding-left: 24px;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 16px;
  width: 1rem;
  height: 18.5px;
  height: 1.15625rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #000000;
    background-color: #000000; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #404040; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #595959;
    border-color: #595959; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 2.5px;
    top: 0.15625rem;
    left: -24px;
    left: -1.5rem;
    display: block;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 2.5px;
    top: 0.15625rem;
    left: -24px;
    left: -1.5rem;
    display: block;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000000;
  background-color: #000000; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-switch {
  padding-left: 36px;
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -36px;
    left: -2.25rem;
    width: 28px;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 0, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.2222222222em + 0.75rem + 2px);
  padding: 6px 28px 6px 12px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2222222222;
  color: #000000;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 12px center/8px 10px;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-select:focus::-ms-value {
      color: #000000;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 12px;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000000; }

.custom-select-sm {
  height: calc(0.8em + 0.5rem + 2px);
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  font-size: 12.25px;
  font-size: 0.765625rem; }

.custom-select-lg {
  height: calc(1.35em + 1rem + 2px);
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 17.5px;
  font-size: 1.09375rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.2222222222em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.2222222222em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #404040;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.2222222222em + 0.75rem + 2px);
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.2222222222;
  color: #000000;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.2222222222em + 0.75rem);
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    line-height: 1.2222222222;
    color: #000000;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  height: 22.4px;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #F9F8F6, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #F9F8F6, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #F9F8F6, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin-top: -4px;
    margin-top: -0.25rem;
    background-color: #000000;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #595959; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background-color: #000000;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #595959; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 8px;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin-top: 0;
    margin-right: 3.2px;
    margin-right: 0.2rem;
    margin-left: 3.2px;
    margin-left: 0.2rem;
    background-color: #000000;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #595959; }
  .custom-range::-ms-track {
    width: 100%;
    height: 8px;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 8px;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #F9F8F6;
    border-color: #dee2e6 #dee2e6 #F9F8F6; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000000; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 8px 16px;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 5.375px;
  padding-top: 0.3359375rem;
  padding-bottom: 5.375px;
  padding-bottom: 0.3359375rem;
  margin-right: 16px;
  margin-right: 1rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1239.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1240px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 8px;
      padding-right: 0.5rem;
      padding-left: 8px;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 4px;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 20px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 20px;
  margin-left: 1.25rem; }

.card-header {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-bottom: -12px;
  margin-bottom: -0.75rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-left: -10px;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 12.5px; }

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -12.5px;
    margin-left: -12.5px; }
    .card-deck .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      margin-right: 12.5px;
      margin-bottom: 0;
      margin-left: 12.5px; } }

.card-group > .card {
  margin-bottom: 12.5px; }

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .card-group > .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  margin-bottom: 18px;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 17px; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 17px;
    color: #6c757d;
    content: ">"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000000;
  border-color: #000000; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  line-height: 1.35; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4.8px;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 4.8px;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4.8px;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 4.8px;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 12.25px;
  font-size: 0.765625rem;
  line-height: 0.8; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3.2px;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 3.2px;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3.2px;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 3.2px;
  border-bottom-right-radius: 0.2rem; }

.alert {
  position: relative;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 61px;
  padding-right: 3.8125rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 20px;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-primary hr {
    border-top-color: #ababab; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #57371f;
  background-color: #eee1d8;
  border-color: #e7d5c8; }
  .alert-secondary hr {
    border-top-color: #dfc7b6; }
  .alert-secondary .alert-link {
    color: #311f12; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #720612;
  background-color: #f8ced3;
  border-color: #f5bbc1; }
  .alert-danger hr {
    border-top-color: #f2a5ad; }
  .alert-danger .alert-link {
    color: #42030a; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  height: 1rem;
  overflow: hidden;
  font-size: 10.5px;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000000;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.media-body {
  -ms-flex: 1;
      flex: 1; }

.close {
  float: right;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px 16px;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 16px 16px;
    padding: 1rem 1rem;
    margin: -16px -16px -16px auto;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 16px;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 12px;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 4px;
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 554px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 940px; } }

@media (min-width: 1240px) {
  .modal-xl {
    max-width: 980px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12.25px;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 12.8px;
    width: 0.8rem;
    height: 6.4px;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 6.4px 0;
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 6.4px 6.4px 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 6.4px;
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 6.4px;
    width: 0.4rem;
    height: 12.8px;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 6.4px 6.4px 6.4px 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 6.4px 0;
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 6.4px 6.4px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 6.4px;
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 6.4px;
    width: 0.4rem;
    height: 12.8px;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 6.4px 0 6.4px 6.4px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 12.25px;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 16px;
    width: 1rem;
    height: 8px;
    height: 0.5rem;
    margin: 0 4.8px;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 8px 8px 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 8px 8px 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 8px;
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 8px;
    width: 0.5rem;
    height: 16px;
    height: 1rem;
    margin: 4.8px 0;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 8px 8px 8px 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 8px 8px 8px 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 8px;
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 8px 8px 8px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 8px 8px 8px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 16px;
    width: 1rem;
    margin-left: -8px;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 8px;
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 8px;
    width: 0.5rem;
    height: 16px;
    height: 1rem;
    margin: 4.8px 0;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 8px 0 8px 8px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 8px 0 8px 8px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  color: #000000; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #000000 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important; }

.bg-secondary {
  background-color: #A86A3B !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #82522e !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #DC0C22 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ac091b !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #000000 !important; }

.border-secondary {
  border-color: #A86A3B !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #DC0C22 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 4px !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 4px !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 4px !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none, .device-sm, .device-md, .device-lg, .device-xl {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block, .device-xs {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none, .device-xs {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block, .device-sm {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none, .device-sm {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block, .device-md {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none, .device-md {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block, .device-lg {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1240px) {
  .d-xl-none, .device-lg {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block, .device-xl {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1240px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1240px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1240px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #000000 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

.text-secondary {
  color: #A86A3B !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #6f4627 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #DC0C22 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #930817 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #000000 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@media (min-width: 1240px) {
  .custom--container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    margin-right: auto;
    margin-left: auto; } }
  @media (min-width: 1240px) and (min-width: 992px) {
    .custom--container {
      max-width: 1024px; } }
  @media (min-width: 1240px) and (min-width: 1240px) {
    .custom--container {
      max-width: 1204px; } }

@media (min-width: 1240px) {
    .custom--container .row:not(.no-gutters) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -32px;
      margin-left: -32px; }
      .custom--container .row:not(.no-gutters) > .col,
      .custom--container .row:not(.no-gutters) > [class*="col-"] {
        position: relative;
        width: 100%;
        padding-right: 32px;
        padding-left: 32px; } }

@media (min-width: 992px) and (max-width: 1239.98px) {
  .custom--container {
    width: 100%;
    padding-right: 29px;
    padding-left: 29px;
    margin-right: auto;
    margin-left: auto; } }
  @media (min-width: 992px) and (max-width: 1239.98px) and (min-width: 992px) {
    .custom--container {
      max-width: 1018px; } }
  @media (min-width: 992px) and (max-width: 1239.98px) and (min-width: 1240px) {
    .custom--container {
      max-width: 1198px; } }

@media (min-width: 992px) and (max-width: 1239.98px) {
    .custom--container .row:not(.no-gutters) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -29px;
      margin-left: -29px; }
      .custom--container .row:not(.no-gutters) > .col,
      .custom--container .row:not(.no-gutters) > [class*="col-"] {
        position: relative;
        width: 100%;
        padding-right: 29px;
        padding-left: 29px; } }

@media (max-width: 767.98px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto; } }
  @media (max-width: 767.98px) and (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .container {
      max-width: 732px; } }
  @media (max-width: 767.98px) and (min-width: 992px) {
    .container {
      max-width: 985px; } }
  @media (max-width: 767.98px) and (min-width: 1240px) {
    .container {
      max-width: 1165px; } }

@media (max-width: 767.98px) {
    .container .row:not(.no-gutters) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px; }
      .container .row:not(.no-gutters) > .col,
      .container .row:not(.no-gutters) > [class*="col-"] {
        position: relative;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px; }
    .container.no-padding-xs {
      padding: 0; } }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.order-13 {
  -ms-flex-order: 13;
      order: 13; }

.order-14 {
  -ms-flex-order: 14;
      order: 14; }

.order-15 {
  -ms-flex-order: 15;
      order: 15; }

.order-16 {
  -ms-flex-order: 16;
      order: 16; }

.order-17 {
  -ms-flex-order: 17;
      order: 17; }

.order-18 {
  -ms-flex-order: 18;
      order: 18; }

.order-19 {
  -ms-flex-order: 19;
      order: 19; }

.order-20 {
  -ms-flex-order: 20;
      order: 20; }

@media (min-width: 576px) {
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .order-sm-13 {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-14 {
    -ms-flex-order: 14;
        order: 14; }
  .order-sm-15 {
    -ms-flex-order: 15;
        order: 15; }
  .order-sm-16 {
    -ms-flex-order: 16;
        order: 16; }
  .order-sm-17 {
    -ms-flex-order: 17;
        order: 17; }
  .order-sm-18 {
    -ms-flex-order: 18;
        order: 18; }
  .order-sm-19 {
    -ms-flex-order: 19;
        order: 19; }
  .order-sm-20 {
    -ms-flex-order: 20;
        order: 20; } }

@media (min-width: 768px) {
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .order-md-13 {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-14 {
    -ms-flex-order: 14;
        order: 14; }
  .order-md-15 {
    -ms-flex-order: 15;
        order: 15; }
  .order-md-16 {
    -ms-flex-order: 16;
        order: 16; }
  .order-md-17 {
    -ms-flex-order: 17;
        order: 17; }
  .order-md-18 {
    -ms-flex-order: 18;
        order: 18; }
  .order-md-19 {
    -ms-flex-order: 19;
        order: 19; }
  .order-md-20 {
    -ms-flex-order: 20;
        order: 20; } }

@media (min-width: 992px) {
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .order-lg-13 {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-14 {
    -ms-flex-order: 14;
        order: 14; }
  .order-lg-15 {
    -ms-flex-order: 15;
        order: 15; }
  .order-lg-16 {
    -ms-flex-order: 16;
        order: 16; }
  .order-lg-17 {
    -ms-flex-order: 17;
        order: 17; }
  .order-lg-18 {
    -ms-flex-order: 18;
        order: 18; }
  .order-lg-19 {
    -ms-flex-order: 19;
        order: 19; }
  .order-lg-20 {
    -ms-flex-order: 20;
        order: 20; } }

@media (min-width: 1240px) {
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .order-xl-13 {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-14 {
    -ms-flex-order: 14;
        order: 14; }
  .order-xl-15 {
    -ms-flex-order: 15;
        order: 15; }
  .order-xl-16 {
    -ms-flex-order: 16;
        order: 16; }
  .order-xl-17 {
    -ms-flex-order: 17;
        order: 17; }
  .order-xl-18 {
    -ms-flex-order: 18;
        order: 18; }
  .order-xl-19 {
    -ms-flex-order: 19;
        order: 19; }
  .order-xl-20 {
    -ms-flex-order: 20;
        order: 20; } }

.semibold {
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.medium {
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.flex-1 {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px; }

.flex-2 {
  -ms-flex: 2 2 0px;
      flex: 2 2 0px; }

.pointer-events-none {
  pointer-events: none !important; }

.mr-10 {
  margin-right: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

@media (max-width: 375px) {
  .d-xxs-none {
    display: none !important; } }

.d-xxs-block {
  display: none; }
  @media (max-width: 375px) {
    .d-xxs-block {
      display: block !important; } }

/* ----------------------------------------------
 * Generated by Animista on 2020-8-10 11:17:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */

@keyframes scale-up {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@font-face {
  font-family: 'montserratbold';
  src: url("fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-bold-webfont.woff") format("woff"), url("fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'montserratitalic';
  src: url("fonts/montserrat/montserrat-italic-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-italic-webfont.woff") format("woff"), url("fonts/montserrat/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'montserratlight';
  src: url("fonts/montserrat/montserrat-light-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-light-webfont.woff") format("woff"), url("fonts/montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'montserratmedium';
  src: url("fonts/montserrat/montserrat-medium-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-medium-webfont.woff") format("woff"), url("fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'montserratregular';
  src: url("fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'montserratsemibold';
  src: url("fonts/montserrat/montserrat-semibold-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-semibold-webfont.woff") format("woff"), url("fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'montserratalternatesthin';
  src: url("fonts/montserrat/MontserratAlternates-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'montserratalternatesregular';
  src: url("fonts/montserrat/MontserratAlternates-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'broadcast_matterregular';
  src: url("fonts/broadcastmatter/broadcast_matter-webfont-webfont.woff2") format("woff2"), url("fonts/broadcastmatter/broadcast_matter-webfont-webfont.woff") format("woff"), url("fonts/broadcastmatter/broadcast_matter-webfont-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'grand_aventureregular';
  src: url("fonts/grandaventure/grand_aventure-webfont.woff2") format("woff2"), url("fonts/grandaventure/grand_aventure-webfont.woff") format("woff"), url("fonts/grandaventure/grand_aventure-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sansista_swashed_medium';
  src: url("fonts/SansitaSwashed-Medium.woff2") format("woff2"), url("fonts/SansitaSwashed-Medium.woff") format("woff"), url("fonts/SansitaSwashed-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cheappotatoes';
  src: url("fonts/cheappotatoes/cheappotatoesblack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'grandhotel';
  src: url("fonts/grandhotel/grand-hotel-regular.woff2") format("woff2"), url("fonts/grandhotel/grand-hotel-regular.woff") format("woff"), url("fonts/grandhotel/grand-hotel-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fjallaone-regular';
  src: url("fonts/fjallaone/FjallaOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_sans_pro';
  src: url("fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.h1,
h1 {
  font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 54px;
  font-size: 3.375rem; }

.h2,
h2 {
  font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 54px;
  font-size: 3.375rem; }
  .h2.home-main-title,
  h2.home-main-title {
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 1;
    color: #A86A3B; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .h2.home-main-title,
      h2.home-main-title {
        font-size: 50px; } }
    @media (max-width: 767.98px) {
      .h2.home-main-title,
      h2.home-main-title {
        padding-left: 30px;
        padding-right: 30px;
        line-height: .85; } }

.h3,
h3 {
  font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 48px;
  font-size: 3rem; }

.h4,
h4 {
  font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 42px;
  font-size: 2.625rem; }

.thiriet-sentence {
  position: relative;
  font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 60px;
  line-height: 0.7166666667; }
  .thiriet-sentence.padding-fix {
    padding-top: 5px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .thiriet-sentence.padding-fix {
        padding-top: 35px; }
        .thiriet-sentence.padding-fix.with-illustration:before {
          top: 75% !important; } }
  .thiriet-sentence.padding-left {
    padding-left: 7px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }
  body.modal-open {
    padding-right: 0 !important;
    height: 100vh;
    overflow-y: hidden; }
  body.has-bg-white {
    background-color: #fff; }

::-moz-selection {
  background: #333;
  color: #FFF; }

::selection {
  background: #333;
  color: #FFF; }

::-moz-selection {
  background: #333;
  color: #FFF; }

.has-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.text-crop {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.fullpage {
  position: relative;
  width: 100%;
  height: 100vh; }

#playground {
  position: relative; }
  #playground:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all .15s ease; }
  #playground.bg-white {
    background: #fff; }
  #playground.bg-black {
    background: #000; }
  #playground.modal-opened {
    filter: blur(3px);
    -ms-touch-action: none;
        touch-action: none;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
    overflow: hidden; }
    #playground.modal-opened ~ .modal-backdrop {
      background-color: #fff; }
      #playground.modal-opened ~ .modal-backdrop.show {
        opacity: .3; }
  #playground.bg-kraft-variante:before {
    background: url(../image/pages/mon-compte/fond-kraft-variante.jpg) repeat;
    opacity: 1; }
  #playground.bg-kraft:before {
    background: url(../image/pages/mon-compte/fond-kraft.jpg) repeat;
    opacity: 1; }
  #playground.bg-kraft-2:before {
    background: url(../image/pages/mon-compte/fond-kraft.jpg) repeat;
    transition: none;
    opacity: 1; }
  #playground.bg-marbre:before {
    background: url(../image/pages/mon-compte/bg-marbre.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    background-color: #F1F1F1; }
  #playground.bg-brique:before {
    background: url(../image/pages/box/boxkids/desktop/bg-pattern-mur.jpg) 0 22px;
    background-size: 780px;
    opacity: 1; }
    @media (max-width: 767.98px) {
      #playground.bg-brique:before {
        background-size: 440px; } }
  #playground.bg-cabaret main,
  #playground.bg-jungle main {
    position: relative; }
  #playground.bg-cabaret main:before {
    content: "";
    position: absolute;
    top: 106px;
    left: 0px;
    right: 0;
    bottom: -208px;
    z-index: -1;
    transition: all .15s ease;
    background: url(../image/pages/box/cabaret/page-bg.jpg) no-repeat;
    background-position: center;
    opacity: 1; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #playground.bg-cabaret main:before {
        left: -804px;
        top: -424px;
        background-position: inherit;
        background-image: url(../image/pages/box/cabaret/tablette/page-bg.jpg);
        transform: none; } }
    @media (max-width: 767.98px) {
      #playground.bg-cabaret main:before {
        left: -506px;
        top: -435px;
        background-position: inherit;
        background-image: url(../image/pages/box/cabaret/mobile/page-bg.jpg); } }
  #playground.bg-jungle main:before {
    content: "";
    position: absolute;
    top: 185px;
    left: 0;
    right: 0;
    bottom: -165px;
    z-index: -1;
    transition: all .15s ease;
    background: #000000 url(../image/pages/box/jungle/desktop/fond-jungle-2.jpg) no-repeat top;
    background-size: 1844px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      #playground.bg-jungle main:before {
        background-size: 1559px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #playground.bg-jungle main:before {
        background: #000000 url(../image/pages/box/jungle/tablette/fond-jungle-2.jpg) no-repeat top;
        background-size: 1340px; } }
    @media (max-width: 767.98px) {
      #playground.bg-jungle main:before {
        top: 170px;
        bottom: -200px;
        background: #000000 url(../image/pages/box/jungle/mobile/fond-jungle.jpg) repeat top;
        background-size: 820px; } }
  #playground.flipbook-sticky {
    padding-top: 60px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #playground.flipbook-sticky {
        padding-top: 100px; } }
    @media (max-width: 767.98px) {
      #playground.flipbook-sticky {
        padding-top: 87px; } }
    @media (max-width: 991.98px) {
      #playground.flipbook-sticky.interactive .logo-img {
        display: none; } }
    @media (max-width: 767.98px) {
      #playground.flipbook-sticky.interactive .top-buttons {
        z-index: 9998;
        top: -79px; } }

#administrationContent {
  padding-top: 185px; }
  @media (max-width: 767.98px) {
    #administrationContent {
      padding-top: 170px; }
      .homepage #administrationContent {
        padding-top: 190px; } }
  #administrationContent.bg-kraft-gris {
    background: url(../image/pages/box/fond-kraft-grey.jpg) repeat;
    background-position: center;
    background-size: contain;
    opacity: 1; }
    #administrationContent.bg-kraft-gris #productData .product-swiper.kraft::after {
      background: url(../image/dentelures/pointille_kraft_grey.png); }

#mainHeader:has(#scrollingText) + main #administrationContent {
  padding-top: 215px; }
  @media (max-width: 767.98px) {
    #mainHeader:has(#scrollingText) + main #administrationContent {
      padding-top: 200px; } }

@media (max-width: 767.98px) {
  .homepage #mainHeader:has(#scrollingText) + main #administrationContent {
    padding-top: 220px; } }

#mainHeader:not(.scrolled):has(#scrollingText) #searchBar.open {
  bottom: -108px; }

#goTop {
  position: fixed;
  z-index: 2000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: none;
  text-align: center;
  text-decoration: none;
  bottom: 65px;
  right: 40px;
  transition: .2s transform ease; }
  #goTop > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 48px;
    height: 48px;
    transition: .2s opacity ease; }
    #goTop > img:nth-child(1) {
      opacity: 1; }
    #goTop > img:nth-child(2) {
      opacity: 0; }
  @media (min-width: 992px) {
    #goTop:hover {
      cursor: pointer; }
      #goTop:hover > img:nth-child(1) {
        opacity: 0; }
      #goTop:hover > img:nth-child(2) {
        opacity: 1; } }
  @media (max-width: 767.98px) {
    #goTop {
      width: 40px;
      height: 40px;
      right: 20px;
      bottom: 20px; }
      #goTop > img {
        width: 40px;
        height: 40px; } }
  #goTop.white > img:nth-child(1) {
    opacity: 0; }
  #goTop.white > img:nth-child(2) {
    opacity: 1; }

@media (min-width: 576px) {
  .product-bookmark svg, .product-bookmark img {
    width: 89px;
    height: 253px;
    font-family: "fjallaone-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } }

@media (max-width: 575.98px) {
  .product-bookmark svg, .product-bookmark img {
    width: 89px;
    height: 215px;
    font-family: "fjallaone-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } }

.favorite {
  position: relative;
  padding: 0;
  width: 22px;
  height: 18px;
  border: none;
  background: transparent; }
  .favorite.added .fav-active {
    display: block;
    opacity: 1;
    pointer-events: auto; }
  .favorite:focus {
    outline: 0; }
  .favorite:hover img {
    transform: translateY(-4px); }
  .favorite img {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 18px;
    transition: .2s transform ease; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .favorite img {
        height: 18px; } }
  .favorite .fav-active {
    opacity: 0;
    pointer-events: none; }

.generic-content p {
  margin-bottom: 20px; }
  .generic-content p + ul {
    margin-top: -10px; }

.generic-content ul {
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 20px; }
  .generic-content ul li {
    position: relative; }
    .generic-content ul li:before {
      content: '';
      position: absolute;
      top: 7px;
      left: -16px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #CDA68B; }
  .generic-content ul > li > ul {
    padding-top: 4px;
    padding-left: 16px;
    margin-bottom: 8px; }
    .generic-content ul > li > ul > li:before {
      top: 11px;
      left: -13px;
      width: 2px;
      height: 2px;
      background-color: #000000; }
    .generic-content ul > li > ul > li > ul > li:before {
      content: '-';
      width: 0;
      height: 0;
      top: 0;
      background-color: transparent;
      border-radius: 0; }

.generic-content p, .generic-content a, .generic-content li {
  font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  color: #000000; }
  @media (max-width: 991.98px) {
    .generic-content p, .generic-content a, .generic-content li {
      font-size: 12px; } }

.generic-content a {
  text-decoration: underline; }

.generic-content strong {
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.generic-content .highlight {
  font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #A56A37; }

.generic-content img {
  margin: 0 7px; }

.generic-content table, .generic-content td, .generic-content tr, .generic-content th {
  border: 1px double #CCCCCC; }

.generic-content table {
  margin-bottom: 30px; }
  .generic-content table th {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    background-color: #000000;
    color: #fff; }
  .generic-content table td, .generic-content table th {
    text-align: left;
    padding: 7px 10px; }
  .generic-content table td {
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px; }

@media (max-width: 767.98px) {
  .generic-content .table-content table {
    width: 100%; } }

.generic-content .encart-white {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 15px 20px 4px; }

.generic-content .right-text {
  margin-bottom: 70px;
  font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #A56A37; }
  @media (max-width: 767.98px) {
    .generic-content .right-text {
      margin-bottom: 45px; } }

@media (max-width: 575.98px) {
  #debugideoPortalShow, #set-popin > div {
    max-width: 100vw; } }

script {
  max-width: 100vw; }

.bold {
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.editable_sources {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px; }

.editable_semibold {
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.editable_medium {
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.editable_italic {
  font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.editable_light {
  font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.cke_show_bordersn ul {
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 0; }
  .cke_show_bordersn ul li {
    position: relative;
    list-style-position: inherit;
    text-indent: 1.5em; }
    .cke_show_bordersn ul li:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #B2C965; }
  .cke_show_bordersn ul > li > ul {
    padding-top: 4px;
    padding-left: 16px;
    margin-bottom: 8px; }
    .cke_show_bordersn ul > li > ul > li:before {
      top: 11px;
      left: -13px;
      width: 2px;
      height: 2px;
      background-color: #000000; }
    .cke_show_bordersn ul > li > ul > li > ul > li:before {
      content: '-';
      width: 0;
      height: 0;
      top: 0;
      background-color: transparent;
      border-radius: 0; }

.cke_show_bordersn ol {
  counter-reset: item;
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.8125; }
  .cke_show_bordersn ol li {
    display: block; }
    .cke_show_bordersn ol li:before {
      content: counter(item) " ";
      counter-increment: item;
      color: #B2C965;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .cke_show_bordersn ul, .cke_show_bordersn ol {
    font-size: 13px;
    padding: 0 30px; } }

@media (max-width: 767.98px) {
  .cke_show_bordersn ul, .cke_show_bordersn ol {
    font-size: 12px; } }

.swiper-container > .swiper-pagination-bullets {
  width: auto;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  line-height: 1; }
  .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff; }
    .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover, .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):focus, .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):active {
      cursor: pointer; }
    .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background-color: #fff; }

.swiper-pagination.with-straight:before, .swiper-pagination.with-straight:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%); }

.swiper-pagination.with-straight:before {
  left: -56px; }

.swiper-pagination.with-straight:after {
  right: -56px; }

.portail-highlight-slider .container-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  top: 50%;
  top: calc(50% - 30px);
  right: 30px;
  transform: translateY(-50%);
  z-index: 5; }
  .portail-highlight-slider .container-arrow.white circle {
    fill: #fff; }
  .portail-highlight-slider .container-arrow.white path {
    fill: #000000; }

.portail-highlight-slider .prev-arrow svg,
.portail-highlight-slider .next-arrow svg {
  width: 48px;
  height: 48px; }

.portail-highlight-slider .prev-arrow:hover, .portail-highlight-slider .prev-arrow:focus, .portail-highlight-slider .prev-arrow:active,
.portail-highlight-slider .next-arrow:hover,
.portail-highlight-slider .next-arrow:focus,
.portail-highlight-slider .next-arrow:active {
  cursor: pointer; }
  .portail-highlight-slider .prev-arrow:hover circle, .portail-highlight-slider .prev-arrow:focus circle, .portail-highlight-slider .prev-arrow:active circle,
  .portail-highlight-slider .next-arrow:hover circle,
  .portail-highlight-slider .next-arrow:focus circle,
  .portail-highlight-slider .next-arrow:active circle {
    fill: #A86A3B; }

.portail-highlight-slider .prev-arrow {
  margin-bottom: 4px; }

.portail-highlight-slider .swiper-pagination-bullets {
  bottom: 33px; }
  .portail-highlight-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff; }
    .portail-highlight-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background-color: #fff; }

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important; }

.swiper-pagination.disabled {
  display: none; }

.datepicker {
  padding: 12px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.22);
  direction: ltr;
  border-radius: 0;
  border: none; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-rtl {
    direction: rtl; }
    .datepicker-rtl.dropdown-menu {
      left: auto; }
    .datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0; }
    .datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid transparent; }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #EEE;
    cursor: pointer; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #b9b9b9; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #b9b9b9;
    cursor: default; }
  .datepicker table tr td.highlighted {
    background: #000000;
    border-radius: 0; }
  .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background: #fed1ac;
    color: #000; }
  .datepicker table tr td.today:hover:hover {
    color: #000; }
  .datepicker table tr td.today.active:hover {
    color: #fff; }
  .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #b9b9b9;
    border-radius: 0; }
  .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
    background: #b9b9b9;
    border-radius: 0; }
  .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background: #b9b9b9;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background: #000000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer; }
    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
      background: #eee; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #eee;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      background: #000000;
      border-radius: 0;
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #eee; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
      background: #eee; }
  .datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }
  .input-append.date .add-on i,
  .input-prepend.date .add-on i {
    margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 1.5;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.btn {
  display: inline-block;
  padding: 8px 13px 7px;
  min-width: 130px;
  font-weight: normal;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #000000;
  color: #fff; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .btn {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .btn {
      font-size: 16px;
      max-width: 218px; } }
  .btn.lg {
    padding: 16px 22px 14px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1875; }
  .btn.sm {
    padding: 8px 18px 6px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    pointer-events: none; }

.thiriet-btn-primary, .presse-mediation-page-wrapper.obligationlegale .generic-content .btn {
  background-color: #000000;
  color: #fff; }
  .thiriet-btn-primary:hover, .home-highlight .highlight-col .container-link:hover .thiriet-btn-primary, .home-highlight .highlight-col .container-link:hover .presse-mediation-page-wrapper.obligationlegale .generic-content .btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .home-highlight .highlight-col .container-link:hover .btn, .home-highlight .highlight-col .container-link:focus .thiriet-btn-primary, .home-highlight .highlight-col .container-link:focus .presse-mediation-page-wrapper.obligationlegale .generic-content .btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .home-highlight .highlight-col .container-link:focus .btn, .home-highlight .highlight-col .container-link:active .thiriet-btn-primary, .home-highlight .highlight-col .container-link:active .presse-mediation-page-wrapper.obligationlegale .generic-content .btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .home-highlight .highlight-col .container-link:active .btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .btn:hover, .thiriet-btn-primary:focus, .presse-mediation-page-wrapper.obligationlegale .generic-content .btn:focus, .thiriet-btn-primary:active, .presse-mediation-page-wrapper.obligationlegale .generic-content .btn:active {
    border-color: #000000;
    background-color: #fff;
    color: #000000; }

.thiriet-btn-secondary {
  border-color: #000000;
  background-color: #fff;
  color: #000000; }
  .thiriet-btn-secondary:hover, .home-highlight .highlight-col .container-link:hover .thiriet-btn-secondary, .home-highlight .highlight-col .container-link:focus .thiriet-btn-secondary, .home-highlight .highlight-col .container-link:active .thiriet-btn-secondary, .thiriet-btn-secondary:focus, .thiriet-btn-secondary:active {
    background-color: #000000;
    color: #fff; }

.thiriet-btn-tertiary {
  border-color: #000000;
  background-color: transparent;
  color: #000000; }
  .thiriet-btn-tertiary:hover, .home-highlight .highlight-col .container-link:hover .thiriet-btn-tertiary, .home-highlight .highlight-col .container-link:focus .thiriet-btn-tertiary, .home-highlight .highlight-col .container-link:active .thiriet-btn-tertiary, .thiriet-btn-tertiary:focus, .thiriet-btn-tertiary:active {
    background-color: #000000;
    color: #fff; }

.thiriet-btn-yesno {
  font-size: 18px;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 13px 0px !important;
  min-width: 117px; }

#breadcrumbNavigation {
  position: relative;
  z-index: 2;
  margin-bottom: 18px; }
  @media (max-width: 991.98px) {
    #breadcrumbNavigation {
      margin-bottom: 6px; }
      #breadcrumbNavigation > nav {
        overflow-x: auto; } }
  #breadcrumbNavigation .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0 0;
    margin-bottom: 0;
    list-style: none; }
    @media (max-width: 991.98px) {
      #breadcrumbNavigation .breadcrumb {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding-bottom: 10px; } }
  #breadcrumbNavigation .breadcrumb-item {
    display: inline-block;
    color: #000000; }
    @media (max-width: 991.98px) {
      #breadcrumbNavigation .breadcrumb-item {
        white-space: nowrap; } }
    #breadcrumbNavigation .breadcrumb-item a {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      line-height: 1;
      color: #000000; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #breadcrumbNavigation .breadcrumb-item a {
          font-size: 11px; } }
    #breadcrumbNavigation .breadcrumb-item + .breadcrumb-item {
      padding-left: 17px; }
      #breadcrumbNavigation .breadcrumb-item + .breadcrumb-item:before {
        display: none; }
      #breadcrumbNavigation .breadcrumb-item + .breadcrumb-item a {
        position: relative; }
        #breadcrumbNavigation .breadcrumb-item + .breadcrumb-item a:before {
          content: ">";
          position: absolute;
          display: inline-block;
          font-family: "fjallaone-regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 14px;
          padding-right: 0;
          top: 50%;
          left: -11px;
          transform: translateY(-50%); }
        #breadcrumbNavigation .breadcrumb-item + .breadcrumb-item a sup {
          font-size: 7px;
          top: -0.7em; }
    #breadcrumbNavigation .breadcrumb-item + .breadcrumb-item:hover::before {
      text-decoration: underline; }
    #breadcrumbNavigation .breadcrumb-item + .breadcrumb-item:hover::before {
      text-decoration: none; }
    @media (max-width: 991.98px) {
      #breadcrumbNavigation .breadcrumb-item:last-child {
        padding-right: 16px; } }

.bg-kraft #breadcrumbNavigation .breadcrumb-item {
  color: rgba(43, 46, 52, 0.85); }
  .bg-kraft #breadcrumbNavigation .breadcrumb-item a {
    color: rgba(43, 46, 52, 0.85); }

.bg-black #breadcrumbNavigation .breadcrumb-item {
  color: rgba(255, 255, 255, 0.65); }
  .bg-black #breadcrumbNavigation .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.65); }
  .bg-black #breadcrumbNavigation .breadcrumb-item + .breadcrumb-item a:before {
    background-color: rgba(255, 255, 255, 0.65); }

.add-to-cart {
  position: relative;
  width: 54px;
  height: 54px; }
  .add-to-cart a.btn-action {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(1);
    height: 54px;
    width: 54px;
    background-color: #F3F0EE;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s ease; }
    .add-to-cart a.btn-action img {
      position: absolute;
      transform: translate(-50%, -54%);
      top: 50%;
      left: 50%;
      width: 27px;
      height: 30px; }
    .add-to-cart a.btn-action:hover, .add-to-cart a.btn-action:focus, .add-to-cart a.btn-action:active {
      transform: translateY(-50%) scale(1.1); }
    .add-to-cart a.btn-action.hover-whole img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -54%);
      width: 27px;
      height: 30px; }
    .add-to-cart a.btn-action.hover-whole img:nth-child(2) {
      opacity: 0; }
    .add-to-cart a.btn-action.hover-whole:hover img:nth-child(1), .add-to-cart a.btn-action.hover-whole:focus img:nth-child(1), .add-to-cart a.btn-action.hover-whole:active img:nth-child(1) {
      opacity: 0; }
    .add-to-cart a.btn-action.hover-whole:hover img:nth-child(2), .add-to-cart a.btn-action.hover-whole:focus img:nth-child(2), .add-to-cart a.btn-action.hover-whole:active img:nth-child(2) {
      opacity: 1; }
  .add-to-cart .bootstrap-select.dropdown {
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease; }
    .add-to-cart .bootstrap-select.dropdown.active {
      opacity: 1;
      pointer-events: auto; }
  @media (max-width: 991.98px) {
    .add-to-cart select {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      height: 54px;
      width: 54px;
      border-radius: 50%;
      opacity: 0;
      pointer-events: none; }
      .add-to-cart select.active {
        pointer-events: auto; } }
  .add-to-cart .dropdown-toggle-mobile {
    pointer-events: none;
    opacity: 0;
    transition: all .2s ease; }
    .add-to-cart .dropdown-toggle-mobile.active {
      opacity: 1; }
  .add-to-cart .btn.dropdown-toggle,
  .add-to-cart .dropdown-toggle-mobile {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 54px;
    width: 54px;
    background-color: #F3F0EE;
    border-radius: 50%;
    min-width: auto;
    border: none;
    outline: 0;
    padding: 0; }
    .add-to-cart .btn.dropdown-toggle:hover, .add-to-cart .btn.dropdown-toggle:focus, .add-to-cart .btn.dropdown-toggle:active,
    .add-to-cart .dropdown-toggle-mobile:hover,
    .add-to-cart .dropdown-toggle-mobile:focus,
    .add-to-cart .dropdown-toggle-mobile:active {
      box-shadow: none;
      outline: 0 !important; }
    .add-to-cart .btn.dropdown-toggle:after,
    .add-to-cart .dropdown-toggle-mobile:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      margin-left: 0;
      margin-right: 11px;
      background: url(../image/svg/interactions/arrow-to-bottom.svg) no-repeat center center;
      border: none;
      height: 7px;
      width: 7px; }
    .add-to-cart .btn.dropdown-toggle.long-char:after,
    .add-to-cart .dropdown-toggle-mobile.long-char:after {
      margin-right: 6px; }
    .add-to-cart .btn.dropdown-toggle .filter-option,
    .add-to-cart .dropdown-toggle-mobile .filter-option {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 7px; }
      .add-to-cart .btn.dropdown-toggle .filter-option.long-char,
      .add-to-cart .dropdown-toggle-mobile .filter-option.long-char {
        padding-right: 13px; }
      @media (max-width: 991.98px) {
        .add-to-cart .btn.dropdown-toggle .filter-option,
        .add-to-cart .dropdown-toggle-mobile .filter-option {
          height: 100%; } }
    .add-to-cart .btn.dropdown-toggle .filter-option-inner-inner,
    .add-to-cart .btn.dropdown-toggle .value-select,
    .add-to-cart .dropdown-toggle-mobile .filter-option-inner-inner,
    .add-to-cart .dropdown-toggle-mobile .value-select {
      font-size: 18px;
      color: #AB4315;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      max-width: 100%;
      overflow-x: hidden; }
  .add-to-cart .btn.dropdown-toggle.disabled .filter-option,
  .add-to-cart .dropdown-toggle-mobile.disabled .filter-option {
    padding-right: 0; }
  .add-to-cart .dropdown-menu {
    margin-top: 0;
    padding: 0;
    border-radius: 54px;
    transform: initial !important;
    border: 0; }
    .add-to-cart .dropdown-menu .inner.show.mCustomScrollbar {
      overflow: hidden !important;
      max-height: 158px !important;
      min-height: 54px !important;
      width: 54px;
      max-width: 54px; }
    .add-to-cart .dropdown-menu .inner.show.mCustomScrollbarTab {
      overflow: auto !important;
      max-height: 158px !important;
      min-height: 54px !important;
      width: 54px;
      max-width: 54px; }
    .add-to-cart .dropdown-menu .mCSB_draggerRail {
      background-color: transparent; }
    .add-to-cart .dropdown-menu .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
      background-color: #000000; }
    .add-to-cart .dropdown-menu .dropdown-item.active {
      background-color: transparent;
      color: #AB4315; }
    .add-to-cart .dropdown-menu.show .dropdown-item {
      padding-left: 0;
      padding-right: 0; }
  .add-to-cart ul.dropdown-menu.inner.show {
    padding: 20px 0; }
    .add-to-cart ul.dropdown-menu.inner.show .dropdown-item {
      transition: all .1s ease;
      background-color: transparent; }
      .add-to-cart ul.dropdown-menu.inner.show .dropdown-item:hover, .add-to-cart ul.dropdown-menu.inner.show .dropdown-item:focus, .add-to-cart ul.dropdown-menu.inner.show .dropdown-item:active {
        background-color: #F9F8F6; }
  .add-to-cart .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0; }
  .add-to-cart .bootstrap-select .dropdown-menu li a {
    padding-top: 4px;
    padding-bottom: 5px; }
    .add-to-cart .bootstrap-select .dropdown-menu li a span.text {
      width: 100%;
      text-align: center;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px; }
    .add-to-cart .bootstrap-select .dropdown-menu li a.active span.text {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px; }
  .add-to-cart .bootstrap-select .dropdown-menu li:last-child {
    padding-bottom: 0; }
  .add-to-cart.white a.btn-action,
  .add-to-cart.white .btn.dropdown-toggle,
  .add-to-cart.white .dropdown-toggle-mobile {
    background-color: #fff; }
  .add-to-cart.grey a.btn-action,
  .add-to-cart.grey .btn.dropdown-toggle,
  .add-to-cart.grey .dropdown-toggle-mobile {
    background-color: #F3F0EE; }
  .add-to-cart.grey ul.dropdown-menu.inner.show {
    background-color: #F3F0EE; }
  .add-to-cart.red a.btn-action,
  .add-to-cart.red .btn.dropdown-toggle,
  .add-to-cart.red .dropdown-toggle-mobile {
    background-color: #E30421; }
  .add-to-cart.red ul.dropdown-menu.inner.show {
    background-color: #E30421; }
  .add-to-cart.red a.btn-action svg {
    fill: #fff; }
    .add-to-cart.red a.btn-action svg path {
      fill: #fff !important; }
  .add-to-cart.red .dropdown-menu .dropdown-item.active {
    color: #fff; }
  .add-to-cart.red .btn.dropdown-toggle .filter-option-inner-inner,
  .add-to-cart.red .btn.dropdown-toggle .value-select {
    color: #fff; }
  .add-to-cart.black a.btn-action,
  .add-to-cart.black .btn.dropdown-toggle,
  .add-to-cart.black .dropdown-toggle-mobile {
    background-color: #3C3C3A; }
    .add-to-cart.black a.btn-action .filter-option-inner-inner,
    .add-to-cart.black a.btn-action .value-select,
    .add-to-cart.black .btn.dropdown-toggle .filter-option-inner-inner,
    .add-to-cart.black .btn.dropdown-toggle .value-select,
    .add-to-cart.black .dropdown-toggle-mobile .filter-option-inner-inner,
    .add-to-cart.black .dropdown-toggle-mobile .value-select {
      color: #fff; }
  .add-to-cart.black .btn.dropdown-toggle .filter-option-inner-inner,
  .add-to-cart.black .btn.dropdown-toggle .value-select,
  .add-to-cart.black .dropdown-toggle-mobile .filter-option-inner-inner,
  .add-to-cart.black .dropdown-toggle-mobile .value-select {
    color: #fff; }
  .add-to-cart.black .btn.dropdown-toggle:after,
  .add-to-cart.black .dropdown-toggle-mobile:after {
    background: url(../image/svg/interactions/arrow-to-bottom-white.svg) no-repeat center center; }
  .add-to-cart.black ul.dropdown-menu.inner.show {
    background-color: #3C3C3A; }
    .add-to-cart.black ul.dropdown-menu.inner.show .dropdown-item {
      color: #fff; }
      .add-to-cart.black ul.dropdown-menu.inner.show .dropdown-item:hover, .add-to-cart.black ul.dropdown-menu.inner.show .dropdown-item:focus, .add-to-cart.black ul.dropdown-menu.inner.show .dropdown-item:active {
        background-color: #494947; }
    .add-to-cart.black ul.dropdown-menu.inner.show .dropdown-item.active {
      color: #fff; }
  .add-to-cart.black .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff; }
  .add-to-cart .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .add-to-cart .mCS-inset-dark.mCSB_scrollTools_vertical {
    margin: 20px 0; }

.encart-form {
  padding: 34px 26px;
  background-color: #fff; }
  .encart-form .encart-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2222222222; }
    .encart-form .encart-title.bigger-marginbottom {
      margin-bottom: 28px; }
    .encart-form .encart-title.parrainage {
      font-size: 16px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .encart-form .two-inputs-line .form-group .indications {
    display: contents; }
  .encart-form .form-group {
    position: relative; }
    .encart-form .form-group label {
      margin-bottom: 0;
      font-size: 13px;
      color: rgba(0, 0, 0, 0.6); }
    .encart-form .form-group .form-control {
      height: auto;
      padding: 7px 15px 7px 0;
      border: none;
      border-bottom: 1px solid #CCCCCC; }
      .encart-form .form-group .form-control:focus {
        box-shadow: none; }
    .encart-form .form-group .indications {
      display: inline-block;
      position: absolute;
      top: 7px;
      left: 100%;
      margin-left: 45px;
      width: 200px;
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      line-height: 1.3333333333;
      color: rgba(0, 0, 0, 0.6); }
      .encart-form .form-group .indications.smaller {
        width: 170px; }
      @media (max-width: 991.98px) {
        .encart-form .form-group .indications {
          position: static;
          margin-left: 0;
          padding-top: 7px;
          width: auto; }
          .encart-form .form-group .indications.smaller {
            width: auto; } }
    .encart-form .form-group.has-error .form-control {
      border-bottom-color: #DC0C22; }
    .encart-form .form-group.has-error .indications {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      color: #DC0C22;
      line-height: 1.2307692308; }
    .encart-form .form-group.has-error .custom-control-label {
      color: #DC0C22; }
      .encart-form .form-group.has-error .custom-control-label:before {
        border-color: #DC0C22; }
    .encart-form .form-group.has-error .indications-bottom {
      display: none; }
    .encart-form .form-group.is-required:after {
      content: '*';
      position: absolute;
      top: 7px;
      right: 0;
      color: rgba(0, 0, 0, 0.6); }
    .encart-form .form-group.is-required .bootstrap-select .dropdown-toggle:before {
      right: 10px; }
    .encart-form .form-group .two-inputs-line {
      display: -ms-flexbox;
      display: flex; }
      .encart-form .form-group .two-inputs-line input {
        width: 142px; }
        .encart-form .form-group .two-inputs-line input:first-of-type {
          margin-right: auto; }
        @media (max-width: 767.98px) {
          .encart-form .form-group .two-inputs-line input {
            width: 100%; }
            .encart-form .form-group .two-inputs-line input:first-of-type {
              margin-right: 30px; } }
      .encart-form .form-group .two-inputs-line.smaller input {
        width: 120px; }
        .encart-form .form-group .two-inputs-line.smaller input:first-of-type {
          margin-right: 30px; }
        @media (max-width: 991.98px) {
          .encart-form .form-group .two-inputs-line.smaller input {
            width: 50%; } }
    .encart-form .form-group .three-inputs-line {
      display: -ms-flexbox;
      display: flex; }
      .encart-form .form-group .three-inputs-line input {
        margin-right: 25px;
        max-width: 80px; }
      @media (max-width: 767.98px) {
        .encart-form .form-group .three-inputs-line input {
          max-width: 100%;
          margin-right: 0;
          min-width: 0; }
        .encart-form .form-group .three-inputs-line input:not(:last-of-type) {
          margin-right: 25px; } }
  .encart-form > :last-child {
    margin-bottom: 0; }
  .encart-form.type-previsualisation {
    padding: 28px 34px; }
    .encart-form.type-previsualisation .block-previsualisation .row-item {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px; }
      @media (max-width: 767.98px) {
        .encart-form.type-previsualisation .block-previsualisation .row-item {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .encart-form.type-previsualisation .block-previsualisation .row-item:last-child {
        margin-bottom: 0; }
      .encart-form.type-previsualisation .block-previsualisation .row-item .libelle {
        width: 195px;
        font-size: 13px;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: rgba(0, 0, 0, 0.6); }
      .encart-form.type-previsualisation .block-previsualisation .row-item .value {
        font-size: 13px;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #000000; }
        .encart-form.type-previsualisation .block-previsualisation .row-item .value a {
          display: block;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          text-decoration: underline;
          margin-top: 10px;
          cursor: pointer;
          color: rgba(0, 0, 0, 0.6); }
    .encart-form.type-previsualisation .block-previsualisation .checkbox-group .custom-control:not(:last-child) {
      margin-bottom: 17px; }
    .encart-form.type-previsualisation .block-previsualisation .checkbox-group {
      margin-bottom: 30px; }
      .encart-form.type-previsualisation .block-previsualisation .checkbox-group .has-tooltip {
        display: -ms-flexbox;
        display: flex; }
        .encart-form.type-previsualisation .block-previsualisation .checkbox-group .has-tooltip .tooltip-info {
          margin-left: 7px; }

.two-inputs-line {
  display: -ms-flexbox;
  display: flex; }
  .two-inputs-line .form-group {
    width: 142px; }
    .two-inputs-line .form-group:first-of-type {
      margin-right: auto; }
    @media (max-width: 767.98px) {
      .two-inputs-line .form-group {
        width: 100%; }
        .two-inputs-line .form-group:first-of-type {
          margin-right: 30px; } }
  .two-inputs-line.smaller .form-group {
    width: 120px; }
    .two-inputs-line.smaller .form-group:first-of-type {
      margin-right: 30px; }
    @media (max-width: 991.98px) {
      .two-inputs-line.smaller .form-group {
        width: 50%; } }

form button[type="submit"].submit-form {
  padding: 13px 14px 12px;
  min-width: 165px; }

.radio-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px; }
  .radio-group .custom-control:not(:last-child) {
    margin-right: 40px; }
  .radio-group .custom-control-label {
    font-size: 13px;
    vertical-align: middle;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6); }
    .radio-group .custom-control-label:after, .radio-group .custom-control-label:before {
      top: -1px; }
    .radio-group .custom-control-label:before {
      left: -24px;
      width: 13px;
      height: 13px;
      border-color: #D6D6D7; }
    .radio-group .custom-control-label:after {
      left: -24px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      border: solid 1px transparent; }
  .radio-group .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff; }
  .radio-group .custom-control-input:checked ~ .custom-control-label::after {
    background: url(../image/svg/interactions/dot-radio.svg) no-repeat center; }
  .radio-group.has-error .custom-control-label {
    color: #DC0C22; }
    .radio-group.has-error .custom-control-label:before {
      border-color: #DC0C22; }

.checkbox-group .custom-control:not(:last-child) {
  margin-bottom: 22px; }

.checkbox-group .has-tooltip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.checkbox-group .custom-control-label {
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.3846153846;
  color: rgba(0, 0, 0, 0.6); }
  .checkbox-group .custom-control-label:after, .checkbox-group .custom-control-label:before {
    top: 1px; }
  .checkbox-group .custom-control-label:before {
    width: 13px;
    height: 13px;
    border-color: #D6D6D7;
    border-radius: 0;
    background: transparent; }
  .checkbox-group .custom-control-label:after {
    top: 1px;
    right: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-size: contain; }

.checkbox-group .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #D6D6D7; }

.checkbox-group .custom-control-input:checked ~ .custom-control-label::after {
  background: url(../image/svg/interactions/check.svg) no-repeat center; }

.checkbox-group.outer .custom-control-label {
  font-size: 11px; }

.form-group .helper-text {
  position: absolute;
  top: -8px;
  left: 100%;
  margin-left: 45px;
  width: 200px;
  color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 767.98px) {
    .form-group .helper-text {
      position: static;
      margin-left: 0;
      padding-top: 7px;
      width: auto; } }
  .form-group .helper-text .conditions {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px; }
    .form-group .helper-text .conditions > span {
      display: block;
      font-weight: 600; }
  .form-group .helper-text ul {
    margin: 0;
    padding: 0; }
  .form-group .helper-text li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 20px;
    font-weight: 600;
    font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 11px;
    list-style-type: none;
    color: rgba(0, 0, 0, 0.5); }
  .form-group .helper-text li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #CCCCCC; }
  .form-group .helper-text li.valid:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #28a745; }

.form-group .password-confirmation {
  color: #DC0C22; }

.form-group .validpassword {
  color: #28a745; }

.form-group .show-password {
  position: absolute;
  top: 4px;
  right: 0; }
  .form-group .show-password svg {
    width: 22px;
    height: 12px; }
  .form-group .show-password:hover {
    cursor: pointer; }
    .form-group .show-password:hover svg path {
      fill: #A86A3B; }
  .form-group .show-password.show svg path {
    fill: #000000; }

.form-group.is-required .show-password {
  right: 10px; }

.form-group .forgot-password {
  padding-top: 14px;
  padding-bottom: 3px;
  text-align: right; }
  .form-group .forgot-password a {
    font-size: 10px;
    line-height: 16px;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6); }
    .form-group .forgot-password a:hover {
      color: #000000; }

.dropdown-menu {
  background-clip: unset; }

.form-group .bootstrap-select {
  padding: 0 !important; }
  .form-group .bootstrap-select .dropdown-toggle {
    padding: 10px 20px 7px 0;
    background: transparent;
    font-size: 13px;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: rgba(0, 0, 0, 0.6);
    outline: 0 !important;
    border: none;
    min-width: auto; }
    @media (max-width: 1239.98px) {
      .form-group .bootstrap-select .dropdown-toggle {
        padding: 9px 20px 7px 0; } }
    @media (max-width: 991.98px) {
      .form-group .bootstrap-select .dropdown-toggle {
        padding: 7px 20px 7px 0; } }
  .form-group .bootstrap-select .dropdown-toggle:after {
    display: none; }
  .form-group .bootstrap-select .dropdown-toggle:before {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 13px;
    height: 13px;
    background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center;
    background-size: contain;
    opacity: .9;
    transition: .2s transform ease; }
  .form-group .bootstrap-select .dropdown-toggle[aria-expanded="true"]:before {
    transform: rotate(180deg); }
  .form-group .bootstrap-select .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    z-index: 9; }
    .form-group .bootstrap-select .dropdown-menu li.active a {
      color: #fff !important; }
    .form-group .bootstrap-select .dropdown-menu li a:focus {
      color: #fff; }
    .form-group .bootstrap-select .dropdown-menu .text {
      font-size: 13px; }
  .form-group .bootstrap-select .filter-option-inner-inner {
    color: #000000; }

@media (max-width: 991.98px) {
  .form-group.is-required .mobile-select:after {
    right: 10px; }
  .form-group .mobile-select {
    position: relative; }
    .form-group .mobile-select:after {
      content: '';
      position: absolute;
      top: 9px;
      right: 0px;
      width: 13px;
      height: 13px;
      background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center;
      background-size: contain;
      opacity: .9;
      transition: .2s transform ease; }
  .form-group .mobile-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    .form-group .mobile-select select::-ms-expand {
      display: none; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  background: transparent !important;
  transition: background-color 5000s ease-in-out 0s; }

.checkbox-reverse .custom-control {
  text-align: center;
  padding-left: 0;
  padding-right: 24px;
  padding-right: 1.5rem; }
  @media (max-width: 767.98px) {
    .checkbox-reverse .custom-control {
      text-align: left; } }
  .checkbox-reverse .custom-control-label:before, .checkbox-reverse .custom-control-label:after {
    right: -2em;
    left: auto; }

#taskFileDropzone {
  position: relative; }
  #taskFileDropzone > span {
    display: block;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    line-height: 1.2307692308;
    margin-bottom: 10px; }
  #taskFileDropzone input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 70px;
    cursor: pointer;
    padding: 0; }

#filelist {
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  color: #000000;
  margin-bottom: 5px; }
  #filelist img {
    margin-right: 5px;
    margin-bottom: 2px; }

#playground #ville_code_insee_iris, #set-popin #ville_code_insee_iris {
  padding: 8px 15px 7px 0; }

#playground form div.mobile-select, #set-popin form div.mobile-select {
  height: 100%; }
  #playground form div.mobile-select:after, #set-popin form div.mobile-select:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 25px;
    width: 13px;
    height: 13px;
    background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center;
    background-size: contain;
    opacity: .9;
    transition: .2s transform ease; }
  #playground form div.mobile-select select.form-control, #set-popin form div.mobile-select select.form-control {
    -webkit-appearance: none; }

#playground form div.mr-10 div.mobile-select:after, #set-popin form div.mr-10 div.mobile-select:after {
  left: 25px; }

.modal {
  padding-right: 0 !important;
  z-index: 999999999; }
  .modal-backdrop {
    z-index: 10000;
    background-color: transparent; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .modal-backdrop {
        background-color: #000000; } }
  .modal .modal-xxl {
    max-width: 1148px; }
  .modal .modal-xxl {
    max-width: 1148px; }
  .modal .modal-sm {
    max-width: 554px; }
  .modal.modal-with-illustration .modal-body {
    display: -ms-flexbox;
    display: flex;
    padding: 28px 30px 40px;
    text-align: left; }
    @media (max-width: 991.98px) {
      .modal.modal-with-illustration .modal-body {
        display: block; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .modal.modal-with-illustration .modal-body {
        padding-left: 45px;
        padding-right: 45px; } }
  .modal.modal-with-illustration .illustration {
    margin-right: 40px;
    padding-top: 42px; }
    @media (max-width: 991.98px) {
      .modal.modal-with-illustration .illustration {
        display: none; } }
    .modal.modal-with-illustration .illustration img {
      max-width: 100%;
      height: 175px; }
  .modal.modal-with-illustration .encart-form {
    width: 320px;
    padding: 0; }
    @media (max-width: 991.98px) {
      .modal.modal-with-illustration .encart-form {
        width: 100%; } }
    .modal.modal-with-illustration .encart-form .required-label {
      margin-bottom: 28px;
      font-size: 13px; }
  .modal.videotheque .modal-title {
    text-transform: uppercase !important; }
  .modal.videotheque .separator {
    display: block;
    background-color: #fff;
    height: 1px;
    width: 65%;
    margin: 15px 0; }
  .modal.videotheque .modal-lg {
    max-width: 890px; }
  .modal.videotheque .modal-footer {
    padding: 20px 40px 34px;
    background-color: #000000;
    border: none;
    max-height: 290px;
    overflow-y: hidden;
    width: 100%; }
    .modal.videotheque .modal-footer .mCustomScrollBox {
      width: inherit; }
    .modal.videotheque .modal-footer .truncate {
      min-height: 70px; }
    @media (max-width: 767.98px) {
      .modal.videotheque .modal-footer {
        font-size: 13px;
        padding: 15px; } }
    .modal.videotheque .modal-footer p {
      width: 100%;
      margin: 0; }
    .modal.videotheque .modal-footer p, .modal.videotheque .modal-footer a {
      color: #fff;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px; }
  .modal.videotheque .btn-read-more-modal, .modal.videotheque .btn-read-less-modal {
    display: inline-block;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #CFA68D;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CFA68D;
    line-height: 1;
    padding: 0;
    margin-left: 5px;
    outline: 0; }
    .modal.videotheque .btn-read-more-modal a, .modal.videotheque .btn-read-less-modal a {
      text-decoration: none;
      color: #CFA68D; }
    .modal.videotheque .btn-read-more-modal:focus, .modal.videotheque .btn-read-more-modal:hover, .modal.videotheque .btn-read-less-modal:focus, .modal.videotheque .btn-read-less-modal:hover {
      outline: 0;
      box-shadow: none; }

.filter-modal-type {
  top: 183px;
  height: auto;
  /* Modal trie */ }
  @media (max-width: 767.98px) {
    .filter-modal-type {
      z-index: 99999;
      width: 100vw;
      height: 100vh;
      /* vh as a fallback for browsers that do not support Custom Properties */
      height: calc(var(--vh, 1vh) * 100);
      top: 0;
      padding-right: 0 !important; } }
  .filter-modal-type .wrapper-link-sort {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important; }
    .filter-modal-type .wrapper-link-sort a {
      display: block;
      width: 100%;
      border: none;
      background-color: transparent;
      text-align: left;
      text-transform: uppercase;
      padding: 18px 0;
      outline: 0;
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      font-size: 0.875rem;
      text-decoration: none; }
  .filter-modal-type .card {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important; }
    .filter-modal-type .card .card-header {
      background: transparent;
      border-radius: 0 !important;
      padding: 0;
      border: none; }
      .filter-modal-type .card .card-header button {
        width: 100%;
        border: none;
        background-color: transparent;
        text-align: left;
        text-transform: uppercase;
        padding: 18px 0;
        outline: 0;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        font-size: 0.875rem;
        pointer-events: auto;
        position: relative; }
        .filter-modal-type .card .card-header button:after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%) rotate(0deg);
          background: url(../image/svg/interactions/arrow-to-bottom.svg) no-repeat;
          width: 16px;
          height: 16px;
          transition: all .2s ease; }
        .filter-modal-type .card .card-header button:not(.collapsed):after {
          transform: translateY(-50%) rotate(180deg); }
        .filter-modal-type .card .card-header button.last-card {
          padding-bottom: 0; }
        .filter-modal-type .card .card-header button:hover, .filter-modal-type .card .card-header button:focus, .filter-modal-type .card .card-header button:active {
          outline: 0; }
        .filter-modal-type .card .card-header button.active {
          color: #A86A3B;
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        .filter-modal-type .card .card-header button.inactif {
          pointer-events: none;
          color: #BABABA; }
  .filter-modal-type .card-body {
    padding: 0 0 30px 0; }
    .filter-modal-type .card-body .checkbox-group .custom-control:not(:last-child) {
      margin-bottom: 20px; }
    .filter-modal-type .card-body .checkbox-group .custom-control-label {
      font-size: 14px;
      font-size: 0.875rem; }
  .filter-modal-type .modal-header {
    padding: 17px 20px;
    position: relative;
    border-bottom: none; }
    .filter-modal-type .modal-header:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 18px;
      right: 18px;
      border-bottom: 1px solid #000000;
      height: 2px; }
    .filter-modal-type .modal-header button.close {
      opacity: 1;
      outline: 0;
      border: none; }
      .filter-modal-type .modal-header button.close:hover, .filter-modal-type .modal-header button.close:focus, .filter-modal-type .modal-header button.close:active {
        outline: 0; }
      .filter-modal-type .modal-header button.close svg {
        height: 16px;
        width: 12px;
        stroke: #000000; }
    .filter-modal-type .modal-header .modal-title {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      font-size: 1rem; }
  .filter-modal-type .modal-body {
    padding: 0 20px;
    overflow-y: scroll;
    max-height: calc(100vh - 76px);
    border: none; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .filter-modal-type .modal-body {
        height: 486px; } }
    @media (max-width: 767.98px) {
      .filter-modal-type .modal-body {
        height: 100vh;
        height: calc(var(--wheight) - 132px); } }
  .filter-modal-type .modal-content {
    height: 659px;
    max-height: 659px;
    overflow: hidden;
    border: none;
    border-radius: 0 !important; }
    @media (max-width: 767.98px) {
      .filter-modal-type .modal-content {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        max-height: 100vh; } }
  .filter-modal-type .modal-footer {
    margin-top: auto;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 0;
    border: none; }
    .filter-modal-type .modal-footer.with-shadow-top {
      position: relative; }
      .filter-modal-type .modal-footer.with-shadow-top:before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: -100%;
        height: 100%;
        width: 100%;
        opacity: 0.16;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0, transparent 16%);
        z-index: 9999;
        pointer-events: none; }
    .filter-modal-type .modal-footer button {
      margin: 0; }
      .filter-modal-type .modal-footer button:first-child {
        margin-right: 10px; }
      .filter-modal-type .modal-footer button:last-child {
        margin-left: 10px; }
  .filter-modal-type .modal-backdrop {
    background-color: transparent; }
  @media (max-width: 767.98px) {
    .filter-modal-type .modal-dialog {
      margin: 0; } }
  .filter-modal-type#modalSortFilter .modal-content {
    height: 365px;
    max-height: 365px; }
    @media (max-width: 767.98px) {
      .filter-modal-type#modalSortFilter .modal-content {
        height: 100vh;
        max-height: 100vh; } }

.primary-popin-type {
  border-radius: 0; }
  .primary-popin-type .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
  .primary-popin-type .modal-header {
    padding: 22px 40px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #000000;
    border-radius: 0;
    border-bottom: 0;
    max-height: 114px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .primary-popin-type .modal-header {
        padding-left: 22px;
        padding-right: 22px; } }
    @media (max-width: 767.98px) {
      .primary-popin-type .modal-header {
        padding-left: 20px;
        padding-right: 80px; } }
    .primary-popin-type .modal-header .modal-title {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      font-size: 1rem;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 767.98px) {
        .primary-popin-type .modal-header .modal-title {
          font-size: 13px; } }
      .primary-popin-type .modal-header .modal-title span {
        display: block;
        max-height: 72px;
        overflow: hidden;
        text-overflow: ellipsis; }
    .primary-popin-type .modal-header .close {
      padding: 0;
      opacity: 1;
      line-height: 0; }
      .primary-popin-type .modal-header .close svg {
        width: 13px;
        height: 16px; }
      @media (min-width: 768px) {
        .primary-popin-type .modal-header .close {
          margin: 0; } }
      @media (max-width: 767.98px) {
        .primary-popin-type .modal-header .close {
          margin-right: -3rem; } }
  .primary-popin-type .modal-body {
    text-align: center;
    padding: 35px 70px 40px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .primary-popin-type .modal-body {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 767.98px) {
      .primary-popin-type .modal-body {
        padding-left: 25px;
        padding-right: 25px; } }
    .primary-popin-type .modal-body.no-padding {
      padding: 0 !important; }
    .primary-popin-type .modal-body p {
      margin-bottom: 26px;
      line-height: 1.8;
      color: rgba(0, 0, 0, 0.6); }
      .primary-popin-type .modal-body p > span {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .primary-popin-type .modal-body .buttons .btn {
      margin: 0 20px;
      padding: 11px 20px 10px;
      max-width: 300px; }
      @media (max-width: 767.98px) {
        .primary-popin-type .modal-body .buttons .btn {
          display: block;
          margin-left: auto;
          margin-right: auto;
          width: 100%; }
          .primary-popin-type .modal-body .buttons .btn:not(:first-child) {
            margin-top: 10px; } }
  .primary-popin-type.video .modal-header .modal-title {
    text-transform: none; }
  .primary-popin-type.video .modal-body {
    display: -ms-flexbox;
    display: flex; }
    .primary-popin-type.video .modal-body video {
      outline: 0;
      width: 100%; }
  .primary-popin-type .produits-result {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #CCC;
    padding-bottom: 11px;
    padding-top: 11px; }
    @media (max-width: 767.98px) {
      .primary-popin-type .produits-result {
        border-bottom: 1px solid #ccc; } }
    .primary-popin-type .produits-result:first-child {
      padding-top: 0; }
    .primary-popin-type .produits-result .preview-image {
      height: 90px;
      min-width: 90px;
      max-width: 90px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-right: 30px; }
      @media (max-width: 991.98px) {
        .primary-popin-type .produits-result .preview-image {
          margin-right: 10px; } }
      .primary-popin-type .produits-result .preview-image img {
        width: 100%; }
      .primary-popin-type .produits-result .preview-image a {
        transform: translateY(2px); }
    .primary-popin-type .produits-result .preview-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      padding-right: 50px;
      text-align: left;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .primary-popin-type .produits-result .preview-content {
          padding-right: 100px; } }
      @media (max-width: 991.98px) {
        .primary-popin-type .produits-result .preview-content {
          padding-right: 54px; } }
      @media (max-width: 767.98px) {
        .primary-popin-type .produits-result .preview-content {
          padding-right: 0; } }
      .primary-popin-type .produits-result .preview-content a.product-title {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 3px;
        color: #000000;
        padding-right: 20px; }
        @media (max-width: 991.98px) {
          .primary-popin-type .produits-result .preview-content a.product-title {
            font-size: 0.6875rem;
            padding-right: 35px; } }
        @media (max-width: 767.98px) {
          .primary-popin-type .produits-result .preview-content a.product-title {
            padding-right: 60px;
            margin-bottom: 10px; } }
      .primary-popin-type .produits-result .preview-content span.price {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
        color: #AB4315;
        margin: 0; }
        @media (max-width: 991.98px) {
          .primary-popin-type .produits-result .preview-content span.price {
            font-size: 1rem; } }
        .primary-popin-type .produits-result .preview-content span.price.dashed {
          text-decoration: line-through;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.1666666667; }
          @media (max-width: 991.98px) {
            .primary-popin-type .produits-result .preview-content span.price.dashed {
              font-size: 0.625rem; } }
      .primary-popin-type .produits-result .preview-content span.desc-product {
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.1666666667;
        color: #000000;
        margin: 0;
        white-space: nowrap; }
        @media (max-width: 991.98px) {
          .primary-popin-type .produits-result .preview-content span.desc-product {
            font-size: 0.6875rem; } }
      .primary-popin-type .produits-result .preview-content div.bottom-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        min-height: 35px; }
        .primary-popin-type .produits-result .preview-content div.bottom-bar .illu-solde {
          width: 48px;
          height: 35px;
          transform: translateY(3px);
          margin-right: 6px; }
        .primary-popin-type .produits-result .preview-content div.bottom-bar > *:not(.illu-solde) {
          padding-bottom: 5px;
          margin-right: 6px; }
        .primary-popin-type .produits-result .preview-content div.bottom-bar .ticket-resto {
          padding-bottom: 7px;
          margin-right: 8px;
          margin-left: 3px; }
      .primary-popin-type .produits-result .preview-content .add-to-cart {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 2; }
        .primary-popin-type .produits-result .preview-content .add-to-cart.active {
          z-index: 3; }
        .primary-popin-type .produits-result .preview-content .add-to-cart.open {
          z-index: 4; }
      .primary-popin-type .produits-result .preview-content .info-prolongation {
        position: relative;
        z-index: 1;
        width: -moz-fit-content;
        width: fit-content;
        padding: 3px 7px;
        color: white;
        font-size: 13px;
        text-transform: uppercase;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-top: 5px;
        background: black; }
        @media (max-width: 991.98px) {
          .primary-popin-type .produits-result .preview-content .info-prolongation {
            font-size: 11px; } }
        @media (max-width: 767.98px) {
          .primary-popin-type .produits-result .preview-content .info-prolongation {
            padding-right: 20px; } }
        .primary-popin-type .produits-result .preview-content .info-prolongation:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          pointer-events: none;
          border-top: 12px solid black;
          border-right: 6px solid #F9F8F6;
          border-bottom: 12px solid black;
          z-index: -1; }
          @media (max-width: 991.98px) {
            .primary-popin-type .produits-result .preview-content .info-prolongation:before {
              border-bottom-width: 10px; } }
  .primary-popin-type p.conditions {
    margin-bottom: 0px;
    line-height: inherit;
    font-size: 9px;
    color: #5D5D5D;
    text-align: initial; }

#deleteAccount .modal-body p {
  color: #000000;
  font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

#modalBooster .modal-dialog {
  max-width: 818px; }

#modalBooster .modal-body {
  padding: 0; }
  @media (max-width: 767.98px) {
    #modalBooster .modal-body > div {
      -ms-flex-direction: column;
          flex-direction: column; } }

#modalBooster .left {
  width: 342px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #modalBooster .left {
      -ms-flex: 1;
          flex: 1;
      width: auto; } }
  @media (max-width: 767.98px) {
    #modalBooster .left {
      width: auto;
      height: 350px; } }

#modalBooster .right {
  -ms-flex: 1;
      flex: 1;
  padding: 30px 48px 30px 53px;
  text-align: left; }
  @media (max-width: 767.98px) {
    #modalBooster .right {
      padding: 20px 25px 30px; } }
  #modalBooster .right p {
    margin-bottom: 20px;
    font-size: 15px; }
    @media (max-width: 767.98px) {
      #modalBooster .right p {
        margin-bottom: 25px;
        line-height: 1.4; } }
  #modalBooster .right .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 15px; }
    @media (max-width: 767.98px) {
      #modalBooster .right .buttons {
        -ms-flex-align: center;
            align-items: center; } }
    #modalBooster .right .buttons a.btn {
      margin-left: 0;
      margin-right: 0;
      max-width: 240px;
      font-size: 14px; }
    #modalBooster .right .buttons a.btn:not(:last-child) {
      margin-bottom: 15px; }
      @media (max-width: 767.98px) {
        #modalBooster .right .buttons a.btn:not(:last-child) {
          margin-bottom: 5px; } }

#choix-promo,
#choix-promo-recap_commande {
  display: block;
  pointer-events: none; }
  #choix-promo.show,
  #choix-promo-recap_commande.show {
    pointer-events: auto; }
  #choix-promo:not(.show),
  #choix-promo-recap_commande:not(.show) {
    z-index: -1; }
  #choix-promo .modal-title,
  #choix-promo-recap_commande .modal-title {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px; }
    @media (max-width: 767.98px) {
      #choix-promo .modal-title,
      #choix-promo-recap_commande .modal-title {
        font-size: 13px; } }
  #choix-promo .modal-body,
  #choix-promo-recap_commande .modal-body {
    padding: 15px 0px 40px; }
    @media (min-width: 576px) {
      #choix-promo .modal-body > *:not(.recapitulatif-wrapper),
      #choix-promo-recap_commande .modal-body > *:not(.recapitulatif-wrapper) {
        padding: 0 50px; } }
    @media (max-width: 767.98px) {
      #choix-promo .modal-body,
      #choix-promo-recap_commande .modal-body {
        padding: 20px; } }
    #choix-promo .modal-body h2,
    #choix-promo-recap_commande .modal-body h2 {
      text-align: left;
      padding-bottom: 5px !important; }
      @media (max-width: 767.98px) {
        #choix-promo .modal-body h2,
        #choix-promo-recap_commande .modal-body h2 {
          font-size: 46px;
          line-height: 0.9;
          padding-bottom: 20px !important; } }
      @media (max-width: 575.98px) {
        #choix-promo .modal-body h2,
        #choix-promo-recap_commande .modal-body h2 {
          font-size: 44px; } }
    #choix-promo .modal-body .recapitulatif-wrapper,
    #choix-promo-recap_commande .modal-body .recapitulatif-wrapper {
      margin-bottom: 0; }
  #choix-promo .modal-footer,
  #choix-promo-recap_commande .modal-footer {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 40px;
    padding-top: 0;
    border-radius: 0;
    border: none; }
    @media (max-width: 767.98px) {
      #choix-promo .modal-footer,
      #choix-promo-recap_commande .modal-footer {
        padding-bottom: 20px; } }
    #choix-promo .modal-footer .wrapper-indications-lot,
    #choix-promo-recap_commande .modal-footer .wrapper-indications-lot {
      margin-bottom: 15px; }
      #choix-promo .modal-footer .wrapper-indications-lot p,
      #choix-promo-recap_commande .modal-footer .wrapper-indications-lot p {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 15px; }
        @media (max-width: 767.98px) {
          #choix-promo .modal-footer .wrapper-indications-lot p,
          #choix-promo-recap_commande .modal-footer .wrapper-indications-lot p {
            font-size: 13px; } }
      #choix-promo .modal-footer .wrapper-indications-lot.nothing-selected #nothingSelectedLot,
      #choix-promo-recap_commande .modal-footer .wrapper-indications-lot.nothing-selected #nothingSelectedLot {
        display: block; }
      #choix-promo .modal-footer .wrapper-indications-lot.nothing-selected #selectedLot,
      #choix-promo-recap_commande .modal-footer .wrapper-indications-lot.nothing-selected #selectedLot {
        display: none; }
      #choix-promo .modal-footer .wrapper-indications-lot #nothingSelectedLot,
      #choix-promo-recap_commande .modal-footer .wrapper-indications-lot #nothingSelectedLot {
        display: none; }
      #choix-promo .modal-footer .wrapper-indications-lot #selectedLot,
      #choix-promo-recap_commande .modal-footer .wrapper-indications-lot #selectedLot {
        display: block; }
    #choix-promo .modal-footer .action-popup-offer .btn,
    #choix-promo-recap_commande .modal-footer .action-popup-offer .btn {
      padding: 12px 20px; }
      #choix-promo .modal-footer .action-popup-offer .btn.disabled,
      #choix-promo-recap_commande .modal-footer .action-popup-offer .btn.disabled {
        pointer-events: none;
        cursor: not-allowed; }

#resultModalProduct .wrapper-results-product,
#resultOfferModalProduct .wrapper-results-product {
  overflow-y: auto;
  max-height: 387px; }
  #resultModalProduct .wrapper-results-product.scrollable,
  #resultOfferModalProduct .wrapper-results-product.scrollable {
    padding-right: 66px;
    margin-right: 50px; }
    @media (max-width: 767.98px) {
      #resultModalProduct .wrapper-results-product.scrollable,
      #resultOfferModalProduct .wrapper-results-product.scrollable {
        padding-right: 15px;
        margin-right: 0; } }
  @media (min-width: 768px) {
    #resultModalProduct .wrapper-results-product::-webkit-scrollbar-track,
    #resultOfferModalProduct .wrapper-results-product::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: transparent; }
    #resultModalProduct .wrapper-results-product::-webkit-scrollbar,
    #resultOfferModalProduct .wrapper-results-product::-webkit-scrollbar {
      width: 8px;
      background-color: transparent; }
    #resultModalProduct .wrapper-results-product::-webkit-scrollbar-thumb,
    #resultOfferModalProduct .wrapper-results-product::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #CCCCCC; } }
  @media (max-width: 991.98px) {
    #resultModalProduct .wrapper-results-product,
    #resultOfferModalProduct .wrapper-results-product {
      padding-right: 60px; } }
  @media (min-width: 576px) {
    #resultModalProduct .wrapper-results-product,
    #resultOfferModalProduct .wrapper-results-product {
      padding: 0 50px; } }
  @media (max-width: 767.98px) {
    #resultModalProduct .wrapper-results-product,
    #resultOfferModalProduct .wrapper-results-product {
      padding-right: 25px;
      max-height: 250px; } }

#resultModalProduct .product-result,
#resultOfferModalProduct .product-result {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CCC;
  padding-bottom: 11px;
  padding-top: 11px; }
  @media (min-width: 576px) {
    #resultModalProduct .product-result,
    #resultOfferModalProduct .product-result {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (max-width: 767.98px) {
    #resultModalProduct .product-result,
    #resultOfferModalProduct .product-result {
      border-bottom: 1px solid #ccc;
      -ms-flex-direction: column;
          flex-direction: column; } }
  #resultModalProduct .product-result:first-child,
  #resultOfferModalProduct .product-result:first-child {
    padding-top: 0; }
  #resultModalProduct .product-result .preview-image,
  #resultOfferModalProduct .product-result .preview-image {
    height: 90px;
    min-width: 90px;
    max-width: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 30px; }
    @media (max-width: 991.98px) {
      #resultModalProduct .product-result .preview-image,
      #resultOfferModalProduct .product-result .preview-image {
        margin-right: 10px; } }
    #resultModalProduct .product-result .preview-image img,
    #resultOfferModalProduct .product-result .preview-image img {
      width: 100%; }
    #resultModalProduct .product-result .preview-image a,
    #resultOfferModalProduct .product-result .preview-image a {
      transform: translateY(2px); }
  #resultModalProduct .product-result .preview-content,
  #resultOfferModalProduct .product-result .preview-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
    #resultModalProduct .product-result .preview-content a.product-title,
    #resultOfferModalProduct .product-result .preview-content a.product-title {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 3px;
      color: #000000;
      padding-right: 20px;
      text-align: left; }
      @media (max-width: 991.98px) {
        #resultModalProduct .product-result .preview-content a.product-title,
        #resultOfferModalProduct .product-result .preview-content a.product-title {
          font-size: 0.6875rem;
          padding-right: 35px; } }
      @media (max-width: 767.98px) {
        #resultModalProduct .product-result .preview-content a.product-title,
        #resultOfferModalProduct .product-result .preview-content a.product-title {
          padding-right: 60px;
          margin-bottom: 10px; } }
    #resultModalProduct .product-result .preview-content span.price,
    #resultOfferModalProduct .product-result .preview-content span.price {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1;
      color: #AB4315;
      margin: 0;
      text-decoration: line-through; }
      @media (max-width: 991.98px) {
        #resultModalProduct .product-result .preview-content span.price,
        #resultOfferModalProduct .product-result .preview-content span.price {
          font-size: 1rem; } }
      #resultModalProduct .product-result .preview-content span.price.dashed,
      #resultOfferModalProduct .product-result .preview-content span.price.dashed {
        text-decoration: line-through;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.1666666667; }
        @media (max-width: 991.98px) {
          #resultModalProduct .product-result .preview-content span.price.dashed,
          #resultOfferModalProduct .product-result .preview-content span.price.dashed {
            font-size: 0.625rem; } }
    #resultModalProduct .product-result .preview-content span.desc-product,
    #resultOfferModalProduct .product-result .preview-content span.desc-product {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.1666666667;
      color: #000000;
      margin: 0;
      white-space: nowrap; }
      @media (max-width: 991.98px) {
        #resultModalProduct .product-result .preview-content span.desc-product,
        #resultOfferModalProduct .product-result .preview-content span.desc-product {
          font-size: 0.6875rem; } }
    #resultModalProduct .product-result .preview-content div.bottom-bar,
    #resultOfferModalProduct .product-result .preview-content div.bottom-bar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-height: 35px; }
      #resultModalProduct .product-result .preview-content div.bottom-bar .illu-solde,
      #resultOfferModalProduct .product-result .preview-content div.bottom-bar .illu-solde {
        width: 48px;
        height: 35px;
        transform: translateY(3px);
        margin-right: 6px; }
      #resultModalProduct .product-result .preview-content div.bottom-bar > *:not(.illu-solde),
      #resultOfferModalProduct .product-result .preview-content div.bottom-bar > *:not(.illu-solde) {
        padding-bottom: 5px;
        margin-right: 6px; }
      #resultModalProduct .product-result .preview-content div.bottom-bar .ticket-resto,
      #resultOfferModalProduct .product-result .preview-content div.bottom-bar .ticket-resto {
        padding-bottom: 7px;
        margin-right: 8px;
        margin-left: 3px; }
    #resultModalProduct .product-result .preview-content .add-to-cart,
    #resultOfferModalProduct .product-result .preview-content .add-to-cart {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 2; }
      #resultModalProduct .product-result .preview-content .add-to-cart.active,
      #resultOfferModalProduct .product-result .preview-content .add-to-cart.active {
        z-index: 3; }
      #resultModalProduct .product-result .preview-content .add-to-cart.open,
      #resultOfferModalProduct .product-result .preview-content .add-to-cart.open {
        z-index: 4; }
  #resultModalProduct .product-result .left-part-product,
  #resultOfferModalProduct .product-result .left-part-product {
    display: -ms-flexbox;
    display: flex; }
  #resultModalProduct .product-result .right-part-product,
  #resultOfferModalProduct .product-result .right-part-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
    #resultModalProduct .product-result .right-part-product .product-free,
    #resultOfferModalProduct .product-result .right-part-product .product-free {
      display: block;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1;
      color: #AB4315;
      text-transform: uppercase;
      padding-right: 27px; }
      @media (max-width: 991.98px) {
        #resultModalProduct .product-result .right-part-product .product-free,
        #resultOfferModalProduct .product-result .right-part-product .product-free {
          font-size: 1rem; } }

#resultOfferModalProduct {
  margin-bottom: 0; }
  #resultOfferModalProduct .wrapper-results-product .product-result .preview-content span.price {
    text-decoration: none; }

@media (max-width: 767.98px) {
  #resultModalProduct {
    margin-bottom: 0; } }

.modal-type-adress .mCustomScrollbar {
  max-height: 600px; }
  @media (max-width: 1239.98px) {
    .modal-type-adress .mCustomScrollbar {
      max-height: 450px; } }
  @media (max-width: 767.98px) {
    .modal-type-adress .mCustomScrollbar {
      height: 100%; } }
  @media (max-width: 380px) {
    .modal-type-adress .mCustomScrollbar {
      max-height: 400px; } }
  .modal-type-adress .mCustomScrollbar .mCSB_scrollTools {
    opacity: 1 !important; }
  .modal-type-adress .mCustomScrollbar .mCSB_scrollTools {
    right: 7px;
    margin: 28px 0; }

.modal-type-adress .modal-body {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .modal-type-adress .modal-body {
      display: block; } }
  @media (min-width: 768px) {
    .modal-type-adress .modal-body {
      padding: 28px 52px 25px; } }
  @media (max-width: 991.98px) {
    .modal-type-adress .modal-body {
      display: block;
      padding-bottom: 25px; } }

.modal-type-adress .title {
  font-size: 16px;
  margin-bottom: 18px;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.modal-type-adress .with-postcode {
  width: 360px;
  margin-right: 110px; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .modal-type-adress .with-postcode {
      margin-right: 60px; } }
  @media (max-width: 991.98px) {
    .modal-type-adress .with-postcode {
      width: auto;
      margin-right: 0;
      margin-bottom: 45px; } }
  .modal-type-adress .with-postcode .encart-form,
  .modal-type-adress .with-postcode .encart-form .form-control {
    background-color: #F3F0EE; }
  .modal-type-adress .with-postcode .bootstrap-select .filter-option-inner-inner {
    color: rgba(0, 0, 0, 0.6); }
  .modal-type-adress .with-postcode .checkbox-group .custom-control-label::before {
    background-color: #fff; }
  .modal-type-adress .with-postcode .wrapper-validation .btn {
    min-width: 0;
    padding: 11px 28px 10px; }
  .modal-type-adress .with-postcode .form-group {
    margin-bottom: 35px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .modal-type-adress .with-postcode .encart-form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .modal-type-adress .with-postcode .form-group {
      width: 300px; } }

.modal-type-adress .with-addresses {
  -ms-flex: 1;
      flex: 1; }

.modal-type-adress .my-addresses {
  margin-bottom: -20px; }
  @media (min-width: 768px) {
    .modal-type-adress .my-addresses {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -15px; } }

#modalNewsletter .modal-dialog {
  max-width: 850px; }

#modalNewsletter.modal.modal-with-illustration .illustration img {
  height: 172px; }

@media (max-width: 767.98px) {
  #modalNewsletter .two-inputs-line .form-group:first-of-type {
    margin-right: 0; } }

#modalNewsletter .icon-check span:before {
  left: -30px; }

#modalCatalogueDigital.modal.modal-with-illustration .illustration img {
  height: 158px; }

#modalCatalogueDigital .modal-body,
#modalNewsletter .modal-body {
  display: block; }
  #modalCatalogueDigital .modal-body > div:first-child,
  #modalNewsletter .modal-body > div:first-child {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px; }

#modalCatalogueDigital.modal.modal-with-illustration .illustration img,
#modalNewsletter.modal.modal-with-illustration .illustration img {
  max-width: none; }

#modalCatalogueDigital .modal-top-text, #modalCatalogueDigital form,
#modalNewsletter .modal-top-text,
#modalNewsletter form {
  padding-right: 100px; }
  @media (max-width: 767.98px) {
    #modalCatalogueDigital .modal-top-text, #modalCatalogueDigital form,
    #modalNewsletter .modal-top-text,
    #modalNewsletter form {
      padding-right: 0; } }

#modalCatalogueDigital .modal-top-text p,
#modalNewsletter .modal-top-text p {
  font-size: 15px;
  line-height: 1.5333333333;
  color: #000000; }
  @media (max-width: 767.98px) {
    #modalCatalogueDigital .modal-top-text p,
    #modalNewsletter .modal-top-text p {
      font-size: 14px; } }

#modalCatalogueDigital .checkbox-group,
#modalNewsletter .checkbox-group {
  margin-bottom: 28px; }
  #modalCatalogueDigital .checkbox-group .custom-control:not(:last-child),
  #modalNewsletter .checkbox-group .custom-control:not(:last-child) {
    margin-bottom: 12px; }

#modalCatalogueDigital .checkbox-group-label,
#modalNewsletter .checkbox-group-label {
  margin-bottom: 12px;
  font-size: 13px;
  color: #000000; }

#modalCatalogueDigital .data-management,
#modalNewsletter .data-management {
  margin-bottom: 0; }

#ficheProduitModal {
  z-index: 999999998; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #ficheProduitModal {
      top: 60px; } }
  #ficheProduitModal .modal-body {
    height: 82vh;
    overflow-y: auto;
    text-align: initial;
    padding: 0 0 40px;
    background: #F9F8F6;
    scrollbar-width: thin;
    scrollbar-color: #CCC #F9F8F6; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #ficheProduitModal .modal-body {
        height: 72vh; } }
    #ficheProduitModal .modal-body::-webkit-scrollbar {
      width: 6px;
      height: 8px;
      background-color: #F9F8F6; }
    #ficheProduitModal .modal-body::-webkit-scrollbar-thumb {
      background: #CCC; }

#storeLocatorModal .mCustomScrollbar {
  max-height: 500px; }
  @media (max-width: 1239.98px) {
    #storeLocatorModal .mCustomScrollbar {
      max-height: 450px; } }
  @media (max-width: 767.98px) {
    #storeLocatorModal .mCustomScrollbar {
      max-height: 300px; } }
  #storeLocatorModal .mCustomScrollbar .mCSB_scrollTools {
    opacity: 1 !important; }
  #storeLocatorModal .mCustomScrollbar .mCSB_scrollTools {
    right: -30px;
    margin: 15px 0; }
    @media (max-width: 767.98px) {
      #storeLocatorModal .mCustomScrollbar .mCSB_scrollTools {
        right: -16px; } }

#storeLocatorModal .modal-header {
  padding: 22px 24px 19px; }
  @media (max-width: 767.98px) {
    #storeLocatorModal .modal-header .close {
      margin-right: 0; } }

#storeLocatorModal .modal-body {
  padding: 25px 47px 40px;
  text-align: left; }
  @media (max-width: 767.98px) {
    #storeLocatorModal .modal-body {
      padding: 25px 15px 35px; } }
  #storeLocatorModal .modal-body .col-lg-6 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media (max-width: 575.98px) {
    #storeLocatorModal .modal-body > .encart-form {
      padding: 34px 0px; } }
  #storeLocatorModal .modal-body .encart-form,
  #storeLocatorModal .modal-body .encart-form .form-control {
    background-color: #F9F8F6; }
  #storeLocatorModal .modal-body .encart-form .mobile-select {
    width: 100%; }
    @media (max-width: 767.98px) {
      #storeLocatorModal .modal-body .encart-form .mobile-select .form-control:not(#country):not(#pays_id) {
        font-size: 11px;
        height: 100%; }
      #storeLocatorModal .modal-body .encart-form .mobile-select #country, #storeLocatorModal .modal-body .encart-form .mobile-select #pays_id {
        width: 35px; } }
  #storeLocatorModal .modal-body .input-cp {
    width: 90px;
    padding-right: 0; }
    @media (max-width: 767.98px) {
      #storeLocatorModal .modal-body .input-cp {
        width: 87px;
        font-size: 11px; } }
    @media (max-width: 575.98px) {
      #storeLocatorModal .modal-body .input-cp {
        width: 75px;
        font-size: 11px; } }
  #storeLocatorModal .modal-body .all-point-retrait {
    margin-top: 5px; }
    #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .mention {
      font-size: 12px;
      color: #3C3C3A; }
    #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item {
      border-bottom: 1px solid #CCC;
      padding: 15px 0; }
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item.active {
        background-color: #F3F0EE; }
      @media (max-width: 991.98px) {
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item:first-child {
          border-top: none; } }
      @media (max-width: 575.98px) {
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item {
          padding: 18px 0; } }
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .horaires-exceptionnels {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        line-height: 1.5833333333;
        margin-bottom: 6px;
        color: #DC0C22; }
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .horaires-exceptionnels:last-child {
          margin-bottom: 0; }
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .horaires-exceptionnels .creneau-jour {
          width: 180px;
          margin-right: 15px;
          display: inline-block; }
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item.not-available .action-retrait .btn {
        background: rgba(0, 0, 0, 0.15);
        cursor: none;
        pointer-events: none; }
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item.not-available .temporarily-closed {
        padding-top: 12px;
        font-size: 14px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #D70620; }
    @media (max-width: 991.98px) {
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .point-retrait-top {
        position: relative; } }
    @media (min-width: 768px) {
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .img-info {
        min-width: 53px;
        width: 53px; } }
    #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .img-info img {
      max-width: 53px; }
    #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info {
      margin-right: 15px;
      margin-left: 7px;
      -ms-flex: 1;
          flex: 1; }
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info .temporarily-closed {
        padding-top: 12px;
        font-size: 14px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #D70620; }
      @media (max-width: 991.98px) {
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info {
          margin-right: 40px; } }
      @media (max-width: 767.98px) {
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info {
          margin-right: 10px; } }
      @media (max-width: 575.98px) {
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info {
          margin-right: 0; } }
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info p {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        line-height: 1.1875;
        color: #000000;
        margin-bottom: 5px;
        cursor: pointer; }
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info span {
        display: inline-block;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        line-height: 1.25;
        color: #000000; }
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait {
        margin-top: 10px;
        opacity: 1;
        min-height: 28px;
        transition: all .35s ease; }
        @media (max-width: 575.98px) {
          #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait {
            margin-top: 13px; } }
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait.collapse-open {
          margin-top: 0;
          height: 0;
          opacity: 0; }
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait p {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 12px;
          line-height: 1.1666666667;
          color: #AB4315;
          margin-bottom: 0; }
          #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait p.indispo {
            color: #DC0C22; }
    #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: start;
      margin-left: auto; }
      @media (max-width: 767.98px) {
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait {
          -ms-flex-order: 3;
              order: 3;
          margin-left: 0; } }
      #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button {
        position: relative; }
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.thiriet-btn-primary, #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait .presse-mediation-page-wrapper.obligationlegale .generic-content button.btn, .presse-mediation-page-wrapper.obligationlegale .generic-content #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.btn {
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          padding: 14px 10px;
          margin-right: 15px;
          line-height: 1.2142857143;
          font-size: 14px;
          width: 150px; }
          @media (max-width: 991.98px) {
            #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.thiriet-btn-primary, #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait .presse-mediation-page-wrapper.obligationlegale .generic-content button.btn, .presse-mediation-page-wrapper.obligationlegale .generic-content #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.btn {
              margin-right: 35px; } }
          @media (max-width: 767.98px) {
            #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.thiriet-btn-primary, #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait .presse-mediation-page-wrapper.obligationlegale .generic-content button.btn, .presse-mediation-page-wrapper.obligationlegale .generic-content #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.btn {
              padding: 13px;
              margin-right: 0;
              width: 100%;
              max-width: 100%; } }
          #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.thiriet-btn-primary span, #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait .presse-mediation-page-wrapper.obligationlegale .generic-content button.btn span, .presse-mediation-page-wrapper.obligationlegale .generic-content #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.btn span {
            display: block; }
            @media (max-width: 767.98px) {
              #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.thiriet-btn-primary span, #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait .presse-mediation-page-wrapper.obligationlegale .generic-content button.btn span, .presse-mediation-page-wrapper.obligationlegale .generic-content #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.btn span {
                display: inline; } }
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button .has-chevron:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center center;
          background-size: contain;
          width: 13px;
          height: 13px;
          line-height: 1.2307692308;
          transform: rotate(180deg);
          transition: all .2s ease; }
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button[data-toggle="collapse"] {
          background-color: transparent;
          border: none;
          outline: 0;
          margin-right: 1px; }
          @media (max-width: 767.98px) {
            #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button[data-toggle="collapse"] {
              margin-top: 0; } }
        #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .action-retrait button.collapsed .has-chevron:before {
          transform: rotate(0); }
    #storeLocatorModal .modal-body .all-point-retrait .point-retrait-item .collapse-retrait .card-body {
      padding: 12px 0 0; }
  #storeLocatorModal .modal-body .collapse-retrait .card-body > div {
    position: relative;
    padding: 17px 0; }
    #storeLocatorModal .modal-body .collapse-retrait .card-body > div:last-child {
      padding-bottom: 0; }
    #storeLocatorModal .modal-body .collapse-retrait .card-body > div:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 1px;
      width: 42px;
      background-color: #000000; }
  #storeLocatorModal .modal-body .localisation-point-retrait .adress-retrait p {
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #000000;
    line-height: 1.2142857143; }
  #storeLocatorModal .modal-body .localisation-point-retrait .dispo-retrait p {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    color: #AB4315;
    line-height: 1.25; }
    @media (max-width: 767.98px) {
      #storeLocatorModal .modal-body .localisation-point-retrait .dispo-retrait p {
        margin-bottom: 8px; } }
    #storeLocatorModal .modal-body .localisation-point-retrait .dispo-retrait p.indispo {
      color: #DC0C22; }
  #storeLocatorModal .modal-body .calendar-dispo-point-retrait .creneau-dispo-point {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px; }
    @media (max-width: 575.98px) {
      #storeLocatorModal .modal-body .calendar-dispo-point-retrait .creneau-dispo-point {
        margin-bottom: 10px; } }
    #storeLocatorModal .modal-body .calendar-dispo-point-retrait .creneau-dispo-point:last-child {
      margin-bottom: 0; }
    #storeLocatorModal .modal-body .calendar-dispo-point-retrait .creneau-dispo-point .creneau-jour {
      width: 170px;
      min-width: 170px;
      margin-right: 15px; }
  #storeLocatorModal .modal-body .calendar-dispo-point-retrait .creneau-dispo-point p {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #000000;
    line-height: 1.2142857143;
    margin-bottom: 0; }
  #storeLocatorModal .modal-body .calendar-dispo-point-retrait .creneau-dispo-point span {
    display: block;
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #000000;
    line-height: 1.2142857143; }
  #storeLocatorModal .modal-body .calendar-dispo-point-retrait.highlight * {
    color: #D70620 !important; }
  #storeLocatorModal .modal-body .coordonnee-point-retrait a {
    display: inline-block;
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    color: #000000;
    line-height: 1.1666666667; }
  #storeLocatorModal .modal-body .coordonnee-point-retrait .phone-number {
    margin-top: 10px; }
    #storeLocatorModal .modal-body .coordonnee-point-retrait .phone-number a {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      line-height: 1.1875; }
  #storeLocatorModal .modal-body #storeLocatorResults {
    max-height: 42vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #CCC #F9F8F6; }
    #storeLocatorModal .modal-body #storeLocatorResults::-webkit-scrollbar {
      width: 6px;
      height: 8px;
      background-color: #F9F8F6; }
    #storeLocatorModal .modal-body #storeLocatorResults::-webkit-scrollbar-thumb {
      background: #CCC; }

#storeLocatorModal .store-locator .wrapper-map {
  width: 100%;
  height: auto; }
  #storeLocatorModal .store-locator .wrapper-map .map {
    height: 250px; }

#ficheProduitModal {
  z-index: 999999998; }
  @media (min-width: 768px) {
    #ficheProduitModal {
      top: 42px; } }
  @media (max-width: 991.98px) {
    #ficheProduitModal {
      top: 40px; } }
  #ficheProduitModal .modal-body {
    height: 72vh;
    overflow-y: auto;
    text-align: initial;
    padding: 0 0 40px;
    background: #F9F8F6;
    scrollbar-width: thin;
    scrollbar-color: #CCC #F9F8F6; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #ficheProduitModal .modal-body {
        height: 62vh; } }
    @media (max-width: 767.98px) {
      #ficheProduitModal .modal-body {
        height: 62vh; } }
    #ficheProduitModal .modal-body::-webkit-scrollbar {
      width: 6px;
      height: 8px;
      background-color: #F9F8F6; }
    #ficheProduitModal .modal-body::-webkit-scrollbar-thumb {
      background: #CCC; }

.modal-open {
  overflow: hidden !important; }

#modalPrixBaisse button.close, #modalPrixAvantInflation button.close {
  opacity: 1; }
  #modalPrixBaisse button.close svg, #modalPrixAvantInflation button.close svg {
    width: 20px;
    fill: #fff; }

#modalPrixBaisse .modal-header, #modalPrixAvantInflation .modal-header {
  -ms-flex-pack: end;
      justify-content: flex-end; }

#modalPrixBaisse .modal-body, #modalPrixAvantInflation .modal-body {
  padding: 30px 55px; }
  @media (max-width: 767.98px) {
    #modalPrixBaisse .modal-body, #modalPrixAvantInflation .modal-body {
      padding: 23px 23px 30px 23px; } }

#modalPrixBaisse .modal-body > div.buttons, #modalPrixAvantInflation .modal-body > div.buttons {
  margin-top: 35px; }
  @media (max-width: 767.98px) {
    #modalPrixBaisse .modal-body > div.buttons, #modalPrixAvantInflation .modal-body > div.buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      #modalPrixBaisse .modal-body > div.buttons .btn, #modalPrixAvantInflation .modal-body > div.buttons .btn {
        font-size: 13px;
        padding: 10px 25px;
        max-width: 160px; }
        #modalPrixBaisse .modal-body > div.buttons .btn:first-child, #modalPrixAvantInflation .modal-body > div.buttons .btn:first-child {
          margin-bottom: 18px; } }
  #modalPrixBaisse .modal-body > div.buttons .btn, #modalPrixAvantInflation .modal-body > div.buttons .btn {
    margin: 0 12px; }

#modalPrixBaisse .modal-body #collapseInfoPrixBaisse .content, #modalPrixBaisse .modal-body #collapseInfoPrixAvantInflation .content, #modalPrixAvantInflation .modal-body #collapseInfoPrixBaisse .content, #modalPrixAvantInflation .modal-body #collapseInfoPrixAvantInflation .content {
  margin-top: 15px;
  height: 250px;
  overflow: auto;
  padding-right: 15px; }
  #modalPrixBaisse .modal-body #collapseInfoPrixBaisse .content::-webkit-scrollbar, #modalPrixBaisse .modal-body #collapseInfoPrixAvantInflation .content::-webkit-scrollbar, #modalPrixAvantInflation .modal-body #collapseInfoPrixBaisse .content::-webkit-scrollbar, #modalPrixAvantInflation .modal-body #collapseInfoPrixAvantInflation .content::-webkit-scrollbar {
    width: 6px; }
  #modalPrixBaisse .modal-body #collapseInfoPrixBaisse .content::-webkit-scrollbar-track, #modalPrixBaisse .modal-body #collapseInfoPrixAvantInflation .content::-webkit-scrollbar-track, #modalPrixAvantInflation .modal-body #collapseInfoPrixBaisse .content::-webkit-scrollbar-track, #modalPrixAvantInflation .modal-body #collapseInfoPrixAvantInflation .content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 6px; }
  #modalPrixBaisse .modal-body #collapseInfoPrixBaisse .content::-webkit-scrollbar-thumb, #modalPrixBaisse .modal-body #collapseInfoPrixAvantInflation .content::-webkit-scrollbar-thumb, #modalPrixAvantInflation .modal-body #collapseInfoPrixBaisse .content::-webkit-scrollbar-thumb, #modalPrixAvantInflation .modal-body #collapseInfoPrixAvantInflation .content::-webkit-scrollbar-thumb {
    background: darkgrey;
    border-radius: 6px; }
  #modalPrixBaisse .modal-body #collapseInfoPrixBaisse .content p, #modalPrixBaisse .modal-body #collapseInfoPrixAvantInflation .content p, #modalPrixAvantInflation .modal-body #collapseInfoPrixBaisse .content p, #modalPrixAvantInflation .modal-body #collapseInfoPrixAvantInflation .content p {
    font-size: 13px;
    line-height: 1.2307692308;
    padding-right: 6px;
    margin-bottom: 15px;
    text-align: left; }
    @media (max-width: 767.98px) {
      #modalPrixBaisse .modal-body #collapseInfoPrixBaisse .content p, #modalPrixBaisse .modal-body #collapseInfoPrixAvantInflation .content p, #modalPrixAvantInflation .modal-body #collapseInfoPrixBaisse .content p, #modalPrixAvantInflation .modal-body #collapseInfoPrixAvantInflation .content p {
        font-size: 14px; } }
  #modalPrixBaisse .modal-body #collapseInfoPrixBaisse .content .data-management, #modalPrixBaisse .modal-body #collapseInfoPrixAvantInflation .content .data-management, #modalPrixAvantInflation .modal-body #collapseInfoPrixBaisse .content .data-management, #modalPrixAvantInflation .modal-body #collapseInfoPrixAvantInflation .content .data-management {
    padding-top: 10px;
    margin-bottom: 0; }
    #modalPrixBaisse .modal-body #collapseInfoPrixBaisse .content .data-management p, #modalPrixBaisse .modal-body #collapseInfoPrixAvantInflation .content .data-management p, #modalPrixAvantInflation .modal-body #collapseInfoPrixBaisse .content .data-management p, #modalPrixAvantInflation .modal-body #collapseInfoPrixAvantInflation .content .data-management p {
      margin-bottom: 0;
      font-size: 9px; }
      @media (max-width: 767.98px) {
        #modalPrixBaisse .modal-body #collapseInfoPrixBaisse .content .data-management p, #modalPrixBaisse .modal-body #collapseInfoPrixAvantInflation .content .data-management p, #modalPrixAvantInflation .modal-body #collapseInfoPrixBaisse .content .data-management p, #modalPrixAvantInflation .modal-body #collapseInfoPrixAvantInflation .content .data-management p {
          font-size: 11px; } }

#modalPrixBaisse .collapser > button, #modalPrixAvantInflation .collapser > button {
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  text-align: left;
  line-height: 1;
  background: transparent;
  border: none;
  outline: 0; }
  #modalPrixBaisse .collapser > button.visu-btn, #modalPrixAvantInflation .collapser > button.visu-btn {
    background-color: #000000;
    padding: 10px 20px; }
    #modalPrixBaisse .collapser > button.visu-btn:before, #modalPrixAvantInflation .collapser > button.visu-btn:before {
      top: 50%;
      left: 20px;
      right: 35px;
      height: 1px; }
    #modalPrixBaisse .collapser > button.visu-btn:after, #modalPrixAvantInflation .collapser > button.visu-btn:after {
      background: url(../image/svg/interactions/arrow-to-bottom-white.svg) no-repeat center;
      top: 50%;
      right: 14px;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    #modalPrixBaisse .collapser > button.visu-btn[aria-expanded="true"]:after, #modalPrixAvantInflation .collapser > button.visu-btn[aria-expanded="true"]:after {
      transform: translateY(-50%) rotate(180deg); }
    #modalPrixBaisse .collapser > button.visu-btn .labels, #modalPrixAvantInflation .collapser > button.visu-btn .labels {
      font-size: 14px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #fff;
      background-color: #000000; }
  #modalPrixBaisse .collapser > button:before, #modalPrixAvantInflation .collapser > button:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    right: 25px;
    height: 1px;
    background-color: #CCCCCC; }
  #modalPrixBaisse .collapser > button:after, #modalPrixAvantInflation .collapser > button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    transition: .3s transform ease; }
  #modalPrixBaisse .collapser > button[aria-expanded="true"]:after, #modalPrixAvantInflation .collapser > button[aria-expanded="true"]:after {
    transform: rotate(180deg); }
  #modalPrixBaisse .collapser > button .labels, #modalPrixAvantInflation .collapser > button .labels {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    background-color: #fff;
    z-index: 1; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      #modalPrixBaisse .collapser > button .labels, #modalPrixAvantInflation .collapser > button .labels {
        padding-right: 20px; } }
    @media (max-width: 767.98px) {
      #modalPrixBaisse .collapser > button .labels, #modalPrixAvantInflation .collapser > button .labels {
        display: inline; } }

#modalPrixBaisse .modal-footer, #modalPrixAvantInflation .modal-footer {
  padding-top: 30px; }

#modalPrixAvantInflation .modal-body > div.buttons {
  margin-top: 45px; }
  #modalPrixAvantInflation .modal-body > div.buttons .btn {
    font-size: 14px;
    width: 155px;
    padding: 11px; }

#modalFilter {
  top: 0;
  height: calc(var(--vh, 1vh) * 100); }
  #modalFilter .modal-dialog {
    max-width: 991px;
    margin: 0; }
  #modalFilter .modal-body {
    height: calc(var(--wheight) - 132px); }
  #modalFilter .modal-content {
    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh; }

.dropdown-filters .dropdown-menu {
  top: 13px !important;
  left: auto !important;
  margin: 0;
  padding: 15px;
  border-radius: 0;
  right: 14px;
  min-width: 180px; }
  @media (min-width: 992px) {
    .dropdown-filters .dropdown-menu {
      max-height: 330px;
      overflow-y: scroll;
      -ms-overflow-style: none; }
      @supports (scrollbar-width: thin) {
        .dropdown-filters .dropdown-menu {
          scrollbar-width: thin; } }
      @supports not (scrollbar-width: thin) {
        .dropdown-filters .dropdown-menu::-webkit-scrollbar {
          width: 11px; }
        .dropdown-filters .dropdown-menu::-webkit-scrollbar-track {
          background: #fff;
          border-radius: 9px; }
        .dropdown-filters .dropdown-menu::-webkit-scrollbar-thumb {
          background: #c1c1c1;
          border-radius: 9px;
          border: 3px solid #fff; } } }
  .dropdown-filters .dropdown-menu ul {
    margin-bottom: 0; }
  .dropdown-filters .dropdown-menu label,
  .dropdown-filters .dropdown-menu li a {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-size: 0.75rem;
    color: #000000; }
  .dropdown-filters .dropdown-menu .custom-control {
    padding-left: 0;
    padding-right: 24px;
    padding-right: 1.5rem; }
  .dropdown-filters .dropdown-menu .custom-control-label {
    position: static; }
  .dropdown-filters .dropdown-menu .checkbox-group .custom-control-label:after, .dropdown-filters .dropdown-menu .checkbox-group .custom-control-label:before {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0; }
  .dropdown-filters .dropdown-menu .checkbox-group .custom-control:not(:last-child),
  .dropdown-filters .dropdown-menu li:not(:last-child) {
    margin-bottom: 11px; }

.data-management {
  margin-bottom: 75px; }
  @media (max-width: 991.98px) {
    .data-management {
      margin-bottom: 50px; } }
  .data-management.kraft .conditions {
    margin-bottom: 5px; }
  .data-management.kraft .conditions p {
    margin-bottom: 0; }
  .data-management.kraft p {
    color: #000000; }
  .data-management.kraft .data-management-collapser button {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000000; }
  .data-management p {
    font-size: 9px;
    color: #5D5D5D; }
  .data-management .delete-account a {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    color: #5D5D5D;
    text-decoration: underline; }

.data-management-collapser button {
  position: relative;
  padding-left: 0;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 9px;
  background: transparent;
  border: none;
  text-align: left;
  color: #5D5D5D; }
  .data-management-collapser button:before {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 13px;
    height: 13px;
    background: url(../image/svg/interactions/arrow-bottom-grey.svg) no-repeat center;
    background-size: contain;
    transform: rotate(180deg);
    transition: .2s transform ease; }
  .data-management-collapser button[aria-expanded="true"]:before {
    transform: rotate(0deg); }
  .data-management-collapser button:hover, .data-management-collapser button:focus, .data-management-collapser button:active {
    outline: none; }

.data-management-collapser > div {
  padding-top: 10px; }

.encart-total-achats {
  padding: 18px 34px 36px;
  background-color: #F3F0EE; }
  @media (max-width: 1239.98px) {
    .encart-total-achats {
      margin-right: 0; } }
  @media (max-width: 767.98px) {
    .encart-total-achats {
      padding: 18px 16px 30px; } }
  .encart-total-achats > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #ccc; }
    .encart-total-achats > div:last-child, .encart-total-achats > div:nth-last-child(2) {
      border: none; }
    .encart-total-achats > div:last-child {
      padding-bottom: 0; }
    .encart-total-achats > div p,
    .encart-total-achats > div span {
      display: block;
      font-size: 13px;
      font-size: 0.8125rem;
      color: #000000;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      margin-bottom: 0;
      line-height: 1.2307692308; }
    .encart-total-achats > div.total-articles, .encart-total-achats > div.total-livraison {
      display: -ms-flexbox;
      display: flex; }
      .encart-total-achats > div.total-articles > div, .encart-total-achats > div.total-livraison > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 100%; }
      .encart-total-achats > div.total-articles p, .encart-total-achats > div.total-livraison p {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        font-size: 0.8125rem;
        margin-right: 8px;
        margin-bottom: 0; }
      .encart-total-achats > div.total-articles span, .encart-total-achats > div.total-livraison span {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        font-size: 0.8125rem;
        color: #000000; }
      .encart-total-achats > div.total-articles .has-info, .encart-total-achats > div.total-livraison .has-info {
        position: relative;
        display: -ms-flexbox;
        display: flex; }
        .encart-total-achats > div.total-articles .has-info .tooltip-info, .encart-total-achats > div.total-livraison .has-info .tooltip-info {
          width: 12px;
          height: 12px; }
          .encart-total-achats > div.total-articles .has-info .tooltip-info img, .encart-total-achats > div.total-livraison .has-info .tooltip-info img {
            width: 100%;
            height: 100%;
            vertical-align: initial; }
    .encart-total-achats > div.total-avantage {
      background-color: transparent; }
      .encart-total-achats > div.total-avantage.card {
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0; }
      .encart-total-achats > div.total-avantage .card-body {
        margin-top: 10px;
        padding: 15px;
        background-color: #ebe9e8; }
      .encart-total-achats > div.total-avantage.with-promotion {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .encart-total-achats > div.total-avantage.with-promotion .promotion {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          width: 100%;
          padding-top: 5px;
          padding-left: 15px; }
          .encart-total-achats > div.total-avantage.with-promotion .promotion > div {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between; }
            .encart-total-achats > div.total-avantage.with-promotion .promotion > div:not(:last-child) {
              margin-bottom: 3px; }
          .encart-total-achats > div.total-avantage.with-promotion .promotion p,
          .encart-total-achats > div.total-avantage.with-promotion .promotion span {
            display: block;
            font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 12px;
            line-height: 1.3333333333;
            color: rgba(0, 0, 0, 0.6);
            margin-bottom: 0; }
      .encart-total-achats > div.total-avantage a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .encart-total-achats > div.total-avantage a:hover {
          text-decoration: none; }
        .encart-total-achats > div.total-avantage a p {
          position: relative; }
          .encart-total-achats > div.total-avantage a p.has-chevron:before {
            content: "";
            position: absolute;
            right: -20px;
            top: 50%;
            transform: translateY(-50%);
            background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center center;
            background-size: contain;
            width: 10px;
            height: 6px;
            line-height: 1.2307692308; }
    .encart-total-achats > div.code-promo .form-group {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media (max-width: 767.98px) {
        .encart-total-achats > div.code-promo .form-group {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center; } }
      .encart-total-achats > div.code-promo .form-group input[type="text"] {
        border: none;
        background-color: #fff;
        padding: 9px 12px;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        color: #000000;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
        margin-right: 17px; }
        .encart-total-achats > div.code-promo .form-group input[type="text"]::-moz-placeholder {
          color: #5d5d5d; }
        .encart-total-achats > div.code-promo .form-group input[type="text"]:-ms-input-placeholder {
          color: #5d5d5d; }
        .encart-total-achats > div.code-promo .form-group input[type="text"]::placeholder {
          color: #5d5d5d; }
        .encart-total-achats > div.code-promo .form-group input[type="text"]:hover, .encart-total-achats > div.code-promo .form-group input[type="text"]:focus, .encart-total-achats > div.code-promo .form-group input[type="text"]:active {
          outline: 0;
          box-shadow: none; }
        @media (max-width: 767.98px) {
          .encart-total-achats > div.code-promo .form-group input[type="text"] {
            margin-right: 0;
            margin-bottom: 10px;
            width: 100%; } }
      @media (max-width: 767.98px) {
        .encart-total-achats > div.code-promo .form-group button {
          max-width: 100%;
          width: 100%; } }
    .encart-total-achats > div.total-achats {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 15px;
      border: none; }
      @media (max-width: 991.98px) {
        .encart-total-achats > div.total-achats {
          margin-bottom: 6px; } }
      .encart-total-achats > div.total-achats div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .encart-total-achats > div.total-achats > div:not(.total-prix) p {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 20px;
        font-size: 1.25rem;
        color: #000000;
        margin-bottom: 3px; }
        @media (max-width: 767.98px) {
          .encart-total-achats > div.total-achats > div:not(.total-prix) p {
            margin-bottom: 6px; } }
        @media (max-width: 320px) {
          .encart-total-achats > div.total-achats > div:not(.total-prix) p {
            font-size: 18px; } }
      .encart-total-achats > div.total-achats p {
        color: #000000;
        opacity: .8;
        font-size: 11px;
        font-size: 0.6875rem;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        @media (max-width: 767.98px) {
          .encart-total-achats > div.total-achats p {
            font-size: 0.875rem;
            line-height: 1.2857142857; } }
      .encart-total-achats > div.total-achats span {
        display: block;
        text-transform: uppercase;
        color: #AB4315;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 20px;
        font-size: 1.25rem; }
        .encart-total-achats > div.total-achats span.smaller {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 14px;
          color: #000000; }
      .encart-total-achats > div.total-achats .total-prix {
        margin-top: 7px; }
        .encart-total-achats > div.total-achats .total-prix p {
          font-size: 11px; }
          @media (max-width: 767.98px) {
            .encart-total-achats > div.total-achats .total-prix p {
              max-width: 200px; } }
      .encart-total-achats > div.total-achats .total-prix span {
        text-align: right; }
    .encart-total-achats > div.total-livraison {
      -ms-flex-direction: column;
          flex-direction: column; }
      .encart-total-achats > div.total-livraison .bonus {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        color: #AB4315;
        margin-top: 5px;
        line-height: 1.3333333333; }
        @media (max-width: 767.98px) {
          .encart-total-achats > div.total-livraison .bonus {
            margin-top: 7px; } }
    .encart-total-achats > div.mention-kraft {
      border: none;
      font-size: 13px; }
    .encart-total-achats > div.total-cgu {
      -ms-flex-direction: column;
          flex-direction: column; }
      .encart-total-achats > div.total-cgu span.has-error {
        display: block;
        margin-bottom: 5px;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        color: #DC0C22; }
      .encart-total-achats > div.total-cgu label {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        color: #000000; }
        @media (max-width: 767.98px) {
          .encart-total-achats > div.total-cgu label {
            font-size: 12px; } }
        @media (max-width: 320px) {
          .encart-total-achats > div.total-cgu label {
            font-size: 10px;
            line-height: 17px; } }
        .encart-total-achats > div.total-cgu label a {
          text-decoration: underline; }
      .encart-total-achats > div.total-cgu.error .checkbox-group .custom-control-label:before {
        border: 1px solid #DC0C22;
        animation: scale-up 0.4s ease-in-out 2 both; }
      .encart-total-achats > div.total-cgu .checkbox-group .custom-control-label:before {
        background-color: #fff; }
    @media (max-width: 767.98px) {
      .encart-total-achats > div.total-action {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-pack: initial;
            justify-content: initial; } }
    .encart-total-achats > div.total-action a,
    .encart-total-achats > div.total-action button {
      padding: 12px 82px;
      font-size: 16px;
      font-size: 1rem;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (max-width: 1239.98px) {
        .encart-total-achats > div.total-action a,
        .encart-total-achats > div.total-action button {
          padding: 15px 70px; } }
      @media (max-width: 991.98px) {
        .encart-total-achats > div.total-action a,
        .encart-total-achats > div.total-action button {
          width: 50%; } }
      @media (max-width: 767.98px) {
        .encart-total-achats > div.total-action a,
        .encart-total-achats > div.total-action button {
          display: block;
          width: 100%;
          min-width: 100%; } }
      .encart-total-achats > div.total-action a.disabled,
      .encart-total-achats > div.total-action button.disabled {
        pointer-events: none; }
      .encart-total-achats > div.total-action a.only-one-btn,
      .encart-total-achats > div.total-action button.only-one-btn {
        padding: 12px 28px;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px; }
        @media (min-width: 768px) {
          .encart-total-achats > div.total-action a.only-one-btn,
          .encart-total-achats > div.total-action button.only-one-btn {
            min-width: 330px; } }
        @media (max-width: 991.98px) {
          .encart-total-achats > div.total-action a.only-one-btn,
          .encart-total-achats > div.total-action button.only-one-btn {
            padding: 10px 16px;
            width: 251px; } }
      .encart-total-achats > div.total-action a:not(.only-one-btn):first-child,
      .encart-total-achats > div.total-action button:not(.only-one-btn):first-child {
        margin-right: 20px; }
        @media (max-width: 767.98px) {
          .encart-total-achats > div.total-action a:not(.only-one-btn):first-child,
          .encart-total-achats > div.total-action button:not(.only-one-btn):first-child {
            margin-right: 0; } }
      .encart-total-achats > div.total-action a:not(.only-one-btn):last-child,
      .encart-total-achats > div.total-action button:not(.only-one-btn):last-child {
        margin-left: 20px; }
        @media (max-width: 767.98px) {
          .encart-total-achats > div.total-action a:not(.only-one-btn):last-child,
          .encart-total-achats > div.total-action button:not(.only-one-btn):last-child {
            margin-left: 0;
            margin-bottom: 20px; } }
  .encart-total-achats span.has-error {
    display: block;
    margin-top: 5px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    color: #DC0C22; }

.semainier-main {
  position: relative;
  margin-bottom: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 991.98px) {
    .semainier-main {
      padding: 0 0 55px 0;
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .semainier-main {
      padding: 0 0 60px 0; } }
  .semainier-main .container-arrow {
    position: absolute;
    top: 24px;
    left: -11px;
    right: -11px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    z-index: 2; }
    .semainier-main .container-arrow .next-arrow,
    .semainier-main .container-arrow .prev-arrow {
      outline: 0;
      box-shadow: none;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      transition: all .2s ease; }
      .semainier-main .container-arrow .next-arrow.swiper-button-disabled,
      .semainier-main .container-arrow .prev-arrow.swiper-button-disabled {
        opacity: 0;
        cursor: default; }
      .semainier-main .container-arrow .next-arrow:focus, .semainier-main .container-arrow .next-arrow:active, .semainier-main .container-arrow .next-arrow:hover,
      .semainier-main .container-arrow .prev-arrow:focus,
      .semainier-main .container-arrow .prev-arrow:active,
      .semainier-main .container-arrow .prev-arrow:hover {
        outline: 0 !important; }
    .semainier-main .container-arrow .next-arrow svg,
    .semainier-main .container-arrow .prev-arrow svg {
      height: 22px;
      width: 22px; }
  .semainier-main > .swiper-container {
    margin: 0;
    position: relative; }
    .semainier-main > .swiper-container:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border: 1px solid #CCCCCC;
      z-index: 2;
      pointer-events: none; }
  .semainier-main .services {
    text-align: center; }
  .semainier-main .swiper-slide.active .case:not(.header).vide {
    opacity: .4;
    pointer-events: none; }
  .semainier-main .swiper-slide {
    min-width: 130px; }
    @media (min-width: 1240px) {
      .semainier-main .swiper-slide {
        min-width: 175px; } }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .semainier-main .swiper-slide {
        min-width: 145px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .semainier-main .swiper-slide {
        min-width: 154px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .semainier-main .swiper-slide {
        min-width: 205px; } }
  .semainier-main .swiper-slide:before {
    content: '';
    position: absolute;
    display: block;
    top: 70px;
    bottom: 0;
    left: 0;
    width: 1px;
    border-left: thin solid #CCCCCC;
    z-index: 1; }
  .semainier-main .swiper-slide:after {
    content: '';
    position: absolute;
    display: block;
    top: 70px;
    bottom: 0;
    right: -1px;
    width: 1px;
    border-left: thin solid #CCCCCC;
    z-index: 1; }
  .semainier-main .swiper-slide.active .case:not(.header):before {
    opacity: 1; }
  .semainier-main .swiper-slide .case.disabled-creneau:not(.header) {
    opacity: .2;
    pointer-events: none; }
  .semainier-main .swiper-slide .case {
    position: relative;
    width: 100%;
    height: 105px;
    transition: all .2s ease;
    background: #fff;
    border-bottom: 1px solid #CCCCCC; }
    .semainier-main .swiper-slide .case.vide {
      pointer-events: none; }
      .semainier-main .swiper-slide .case.vide:before, .semainier-main .swiper-slide .case.vide:after {
        display: none; }
    .semainier-main .swiper-slide .case:not(.header):not(.checked):hover {
      background-color: #F3F0EE;
      cursor: pointer; }
      .semainier-main .swiper-slide .case:not(.header):not(.checked):hover:before {
        opacity: 1; }
    .semainier-main .swiper-slide .case:not(.header):before {
      content: "";
      position: absolute;
      top: 11px;
      left: 11px;
      width: 14px;
      height: 14px;
      background-color: transparent;
      border: #D6D6D7 solid 1px;
      pointer-events: none;
      opacity: 0; }
    .semainier-main .swiper-slide .case:not(.header):after {
      content: "";
      position: absolute;
      top: 11px;
      left: 11px;
      width: 14px;
      height: 14px;
      pointer-events: none;
      opacity: 0; }
    .semainier-main .swiper-slide .case small {
      font-size: 11px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .semainier-main .swiper-slide .case p {
      margin-bottom: 5px;
      font-size: 12px;
      line-height: 14px;
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .semainier-main .swiper-slide .case p strong {
        font-size: 16px;
        line-height: 16px; }
    .semainier-main .swiper-slide .case label {
      margin: 0;
      padding: 13px 0 6px;
      font-size: 15px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1;
      pointer-events: none; }
      .semainier-main .swiper-slide .case label:hover {
        cursor: pointer; }
    .semainier-main .swiper-slide .case .frais-liv {
      color: white;
      padding: 6px;
      height: 38px;
      margin: auto;
      display: inline-block; }
      .semainier-main .swiper-slide .case .frais-liv.color-lad {
        color: #000000;
        background-color: #FADC98;
        width: 92px; }
        .semainier-main .swiper-slide .case .frais-liv.color-lad p strong {
          font-size: 12px;
          line-height: 12px; }
      .semainier-main .swiper-slide .case .frais-liv.color-lae {
        background-color: #E8A77E; }
      .semainier-main .swiper-slide .case .frais-liv.color-lac-th {
        background-color: #E28B4B; }
      .semainier-main .swiper-slide .case .frais-liv p small {
        font-size: 16px;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 16px; }
    .semainier-main .swiper-slide .case .frais-liv-gratuit {
      padding: 6px;
      background-color: white;
      height: 38px;
      width: 92px;
      margin: auto;
      display: inline-block;
      position: relative;
      top: -2px; }
      .semainier-main .swiper-slide .case .frais-liv-gratuit.color-lad-reverse {
        color: #000000;
        background-color: #E8A77E; }
      .semainier-main .swiper-slide .case .frais-liv-gratuit.color-lae-reverse {
        color: #000000;
        background-color: #E3CDAC; }
      .semainier-main .swiper-slide .case .frais-liv-gratuit.color-lac-th-reverse {
        color: #000000;
        background-color: #E3CDAC; }
      .semainier-main .swiper-slide .case .frais-liv-gratuit p {
        margin-bottom: 0; }
        .semainier-main .swiper-slide .case .frais-liv-gratuit p strong {
          font-size: 12px;
          line-height: 12px; }
    @media (max-width: 320px) {
      .semainier-main .swiper-slide .case .frais-liv p, .semainier-main .swiper-slide .case .frais-liv p strong, .semainier-main .swiper-slide .case .frais-liv-gratuit p, .semainier-main .swiper-slide .case .frais-liv-gratuit p strong {
        font-size: .9em; }
      .semainier-main .swiper-slide .case .frais-liv.color-lac-th, .semainier-main .swiper-slide .case .frais-liv.color-lac-th-reverse, .semainier-main .swiper-slide .case .frais-liv.color-lae, .semainier-main .swiper-slide .case .frais-liv.color-lae-reverse {
        width: 40px; }
      .semainier-main .swiper-slide .case .frais-liv-gratuit.color-lac-th, .semainier-main .swiper-slide .case .frais-liv-gratuit.color-lac-th-reverse, .semainier-main .swiper-slide .case .frais-liv-gratuit.color-lae, .semainier-main .swiper-slide .case .frais-liv-gratuit.color-lae-reverse {
        width: 105px;
        top: -3px; } }
    .semainier-main .swiper-slide .case.checked {
      background: #000000;
      color: white; }
      .semainier-main .swiper-slide .case.checked:before {
        background-color: #fff;
        border-color: #D6D6D7;
        opacity: 1; }
      .semainier-main .swiper-slide .case.checked:after {
        opacity: 1;
        background: url(../image/svg/interactions/check.svg) no-repeat center; }
      .semainier-main .swiper-slide .case.checked .color-lad {
        background-color: white;
        color: #000000; }
      .semainier-main .swiper-slide .case.checked .color-lae {
        background-color: white;
        color: #000000; }
      .semainier-main .swiper-slide .case.checked .color-lac-th {
        background-color: white;
        color: #000000; }
      .semainier-main .swiper-slide .case.checked .frais-liv-gratuit {
        top: -1px;
        color: white; }
        @media (max-width: 320px) {
          .semainier-main .swiper-slide .case.checked .frais-liv-gratuit {
            top: -2px; } }
        .semainier-main .swiper-slide .case.checked .frais-liv-gratuit.color-lad-reverse, .semainier-main .swiper-slide .case.checked .frais-liv-gratuit.color-lae-reverse, .semainier-main .swiper-slide .case.checked .frais-liv-gratuit.color-lac-th-reverse {
          background: #000000;
          border: 1px solid #fff;
          color: #fff; }
    .semainier-main .swiper-slide .case.header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      box-shadow: none;
      height: 70px; }
      .semainier-main .swiper-slide .case.header h4 {
        margin: 0;
        font-size: 16px;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .semainier-main .swiper-slide .case.header p {
        font-size: 1em;
        line-height: 15px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .semainier-main.secondary > .swiper-container {
    width: 100%; }
  .semainier-main.secondary .swiper-slide .case.header h4 {
    margin: 0; }
  .semainier-main.secondary .swiper-slide .case.header p {
    margin: 0; }
  .semainier-main.secondary .swiper-slide .case:not(.header) {
    height: 38px; }
    .semainier-main.secondary .swiper-slide .case:not(.header):before, .semainier-main.secondary .swiper-slide .case:not(.header):after {
      display: none; }
    .semainier-main.secondary .swiper-slide .case:not(.header).checked label {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .semainier-main.secondary .swiper-slide .case:not(.header) label {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      line-height: 1.25; }

@media (max-width: 991.98px) {
  .legends-wrapper .row > div:first-child {
    margin-bottom: 15px; } }

.legends-wrapper .legend-item {
  position: relative;
  padding-right: 14.5px;
  padding-left: 27px;
  margin-bottom: 10px; }
  .legends-wrapper .legend-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .legends-wrapper .legend-item {
      margin-bottom: 15px; } }
  @media (max-width: 575.98px) {
    .legends-wrapper .legend-item {
      margin-bottom: 18px;
      padding-right: 0; } }
  .legends-wrapper .legend-item:before {
    content: "";
    width: 16px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0; }
  .legends-wrapper .legend-item.legend-lad:before {
    background-color: #FADC98; }
  .legends-wrapper .legend-item.legend-lac-th:before {
    background-color: #E28B4B; }
  .legends-wrapper .legend-item.legend-lae:before {
    background-color: #E8A77E; }
  .legends-wrapper .legend-item p {
    margin: 0;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    line-height: 1.5833333333;
    color: rgba(0, 0, 0, 0.6); }
    .legends-wrapper .legend-item p span {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      line-height: 1.3571428571; }

.semainier-entete {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #E3CDAC;
  padding: 10px 20px;
  position: relative;
  bottom: -1px;
  z-index: 2; }
  @media (max-width: 767.98px) {
    .semainier-entete {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .semainier-entete p {
    margin: 0;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    line-height: 1.3571428571;
    text-align: center;
    text-transform: uppercase; }
    .semainier-entete p sup {
      top: -0.2em; }
    @media (max-width: 991.98px) {
      .semainier-entete p {
        font-size: 13px; } }
    @media (max-width: 767.98px) {
      .semainier-entete p {
        font-size: 12px;
        text-align: center; } }
  .semainier-entete .ticket-info {
    text-transform: uppercase;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background-color: #E28B4B;
    padding: 2px 7px; }
    @media (min-width: 768px) {
      .semainier-entete .ticket-info {
        margin-left: 5px; } }
    @media (max-width: 767.98px) {
      .semainier-entete .ticket-info {
        margin-top: 13px; } }

.contact-page-wrapper .wrapper-form-creneau .semainier-main.secondary .swiper-container .swiper-slide {
  min-width: unset; }
  .contact-page-wrapper .wrapper-form-creneau .semainier-main.secondary .swiper-container .swiper-slide .case.header {
    border-left: 1px solid #CCCCCC; }

.services-page-wrapper .semainier-action {
  margin-bottom: 44px; }

.semainier-action {
  text-align: center; }
  @media (max-width: 767.98px) {
    .semainier-action {
      margin-bottom: 60px; } }
  .semainier-action.semainier-indications {
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .semainier-action.semainier-indications {
        margin-bottom: 0; } }
    .semainier-action.semainier-indications .indication-nb-creneaux:not(.sticked) {
      display: block;
      padding: 0 0 38px; }
  .semainier-action .wrapper-indication {
    pointer-events: none;
    display: none;
    margin-bottom: 10px; }
    .semainier-action .wrapper-indication.active {
      display: block;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .semainier-action .wrapper-indication.active {
          bottom: 135px;
          right: 10px;
          left: 10px; } }
  .semainier-action a.sticked, .semainier-action .indication-nb-creneaux.sticked {
    position: fixed;
    left: 50%;
    z-index: 999999;
    transform: translateX(-50%);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.3); }
    @media (max-width: 767.98px) {
      .semainier-action a.sticked, .semainier-action .indication-nb-creneaux.sticked {
        max-width: 180px;
        margin: auto;
        padding: 15px; } }
  .semainier-action .indication-nb-creneaux {
    display: inline-block;
    background-color: #fff;
    padding: 15px 18px; }
    .semainier-action .indication-nb-creneaux span {
      display: block;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      line-height: 1; }
    .semainier-action .indication-nb-creneaux.sticked {
      bottom: 100px; }
      @media (max-width: 767.98px) {
        .semainier-action .indication-nb-creneaux.sticked {
          bottom: 130px; } }
  .semainier-action a {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    padding: 15px 24px; }
    @media (max-width: 575.98px) {
      .semainier-action a {
        max-width: initial;
        width: 100%; } }
    .semainier-action a.sticked {
      bottom: 40px; }
      @media (max-width: 767.98px) {
        .semainier-action a.sticked {
          bottom: 70px; } }

@media (max-width: 991.98px) {
  .top-account-bar {
    background-color: #000000; } }

.top-account-bar .bar {
  position: relative;
  padding: 29px 32px;
  background-color: #000000; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .top-account-bar .bar {
      padding-left: 28px;
      padding-right: 28px; } }
  @media (max-width: 991.98px) {
    .top-account-bar .bar {
      padding: 22px 0; } }
  @media (max-width: 767.98px) {
    .top-account-bar .bar {
      padding: 22px 0 20px; } }
  .top-account-bar .bar h1 {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .top-account-bar .bar h1 {
        min-width: 160px; } }
    @media (max-width: 991.98px) {
      .top-account-bar .bar h1 {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .top-account-bar .bar h1 {
        font-size: 14px; } }
  .top-account-bar .bar:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    width: 30px;
    height: 32px;
    background: url(../image/svg/account-informations/picto-compte.svg) no-repeat center;
    background-size: contain; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .top-account-bar .bar:after {
        right: 40px;
        width: 23px;
        height: 25px; } }
    @media (max-width: 767.98px) {
      .top-account-bar .bar:after {
        right: 0;
        width: 24px;
        height: 25px; } }

.top-account-bar.my-account .bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991.98px) {
    .top-account-bar.my-account .bar {
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .top-account-bar.my-account .bar:after {
        display: none; } }
  @media (max-width: 767.98px) {
    .top-account-bar.my-account .bar {
      padding: 16px 0; } }
  .top-account-bar.my-account .bar h1 {
    margin-right: 45px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .top-account-bar.my-account .bar h1 {
        margin-right: 10px; } }
    @media (max-width: 767.98px) {
      .top-account-bar.my-account .bar h1 {
        font-size: 15px; } }
    @media (max-width: 325px) {
      .top-account-bar.my-account .bar h1 {
        font-size: 14px; } }
  .top-account-bar.my-account .bar .dropdown-toggle {
    padding-right: 40px;
    padding-bottom: 5px;
    max-width: 180px;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    background: none;
    border: none;
    box-shadow: none !important;
    outline: 0;
    white-space: normal;
    text-align: left; }
    .top-account-bar.my-account .bar .dropdown-toggle:after {
      display: none; }
    .top-account-bar.my-account .bar .dropdown-toggle:before {
      content: '';
      position: absolute;
      right: 0;
      top: 12px;
      width: 14px;
      height: 8px;
      background: url(../image/svg/interactions/arrow-footer-bottom.svg) no-repeat;
      background-size: contain;
      transition: .2s transform ease; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .top-account-bar.my-account .bar .dropdown-toggle {
        max-width: 300px; } }
    @media (max-width: 325px) {
      .top-account-bar.my-account .bar .dropdown-toggle {
        padding-bottom: 6px;
        padding-right: 25px;
        font-size: 13px; } }
  .top-account-bar.my-account .bar .dropdown-toggle[aria-expanded=true]:before {
    transform: rotate(180deg); }
  .top-account-bar.my-account .bar .dropdown-menu {
    top: 14px !important;
    border-radius: 0;
    border: 1px solid #CCCCCC; }
  .top-account-bar.my-account .bar .dropdown-item {
    font-size: 12px;
    white-space: normal; }
    .top-account-bar.my-account .bar .dropdown-item.active {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      background-color: transparent;
      color: #A56A37; }
    .top-account-bar.my-account .bar .dropdown-item:not(:last-child) {
      margin-bottom: 4px; }

#myAccountTab {
  transform: translateY(5px); }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #myAccountTab {
      -ms-flex-align: center;
          align-items: center; } }
  #myAccountTab .nav-item {
    margin-right: 50px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      #myAccountTab .nav-item {
        margin-right: 30px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #myAccountTab .nav-item {
        margin-right: 25px; } }
  #myAccountTab .nav-link {
    padding: 3px 0 1px;
    font-size: 13px;
    line-height: 1.3076923077;
    color: #fff;
    transition: all .2s ease; }
    @media (min-width: 768px) and (max-width: 1239.98px) {
      #myAccountTab .nav-link {
        font-size: 12px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #myAccountTab .nav-link {
        padding: 7px 0; } }
    #myAccountTab .nav-link:hover {
      color: #A86A3B; }
  #myAccountTab .nav-link.active {
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.wrapper-horaires {
  padding-top: 20px; }
  .wrapper-horaires > div:not(:last-child) {
    margin-bottom: 20px; }
  .wrapper-horaires .info-label {
    display: inline-block;
    margin-bottom: 3px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .wrapper-horaires .horaires > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 767.98px) {
      .wrapper-horaires .horaires > div {
        display: block; } }
  .wrapper-horaires .horaires > div:not(:last-child) {
    margin-bottom: 12px; }
    @media (max-width: 767.98px) {
      .wrapper-horaires .horaires > div:not(:last-child) {
        margin-bottom: 8px; } }
  .wrapper-horaires .horaires .hours {
    width: 130px;
    text-align: right; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wrapper-horaires .horaires .hours {
        width: 300px;
        text-align: left; } }
    @media (max-width: 767.98px) {
      .wrapper-horaires .horaires .hours {
        display: block;
        width: auto;
        text-align: left; } }
  .wrapper-horaires .highlight .info-label,
  .wrapper-horaires .highlight .horaires {
    color: #D70620; }

#rotateScreen {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  display: block;
  background-color: #000000;
  padding: 25px 0;
  color: #fff; }
  #rotateScreen .flip-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    #rotateScreen .flip-content > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767.98px) {
        #rotateScreen .flip-content > div {
          padding-right: 60px; } }
      #rotateScreen .flip-content > div img {
        width: 45px;
        height: 37px; }
        @media (max-width: 767.98px) {
          #rotateScreen .flip-content > div img {
            width: 53px;
            height: 43px; } }
      #rotateScreen .flip-content > div p {
        margin: 0;
        font-size: 12px; }
      #rotateScreen .flip-content > div img {
        margin-right: 14px; }
  #rotateScreen .close {
    float: none;
    padding: 0;
    opacity: 1;
    line-height: 0; }
    #rotateScreen .close svg {
      width: 13px;
      height: 17px; }

#cookie {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 615px;
  z-index: 999999; }
  #cookie #tarteaucitronAlertBig {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 767.98px) {
    #cookie {
      right: 5px;
      left: 5px;
      bottom: 5px;
      width: auto; } }

.cookie-heading {
  padding: 14px 32px;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 17px;
  background-color: #000000;
  color: #fff; }
  @media (max-width: 767.98px) {
    .cookie-heading {
      padding-left: 20px;
      padding-right: 20px; } }

.cookie-body {
  padding: 25px 32px;
  background-color: #fff; }
  @media (max-width: 767.98px) {
    .cookie-body {
      padding-left: 20px;
      padding-right: 20px; } }

.cookie-content,
.cookie-policy {
  font-size: 12px; }
  .cookie-content a,
  .cookie-policy a {
    text-decoration: underline; }

.cookie-policy a {
  display: inline-block;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: rgba(0, 0, 0, 0.6); }

.cookie-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 25px; }
  @media (max-width: 767.98px) {
    .cookie-buttons {
      display: block; } }
  .cookie-buttons .btn {
    font-size: 14px; }
    @media (max-width: 767.98px) {
      .cookie-buttons .btn {
        min-width: auto; } }
  @media (max-width: 767.98px) {
    .cookie-buttons .personalize .btn {
      margin-bottom: 14px;
      min-width: 100%;
      width: 100%; } }
  .cookie-buttons .user-choice > .btn:not(:last-child) {
    margin-right: 25px; }
  @media (max-width: 767.98px) {
    .cookie-buttons .user-choice {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .cookie-buttons .user-choice .btn {
        -ms-flex: 1;
            flex: 1; } }

.tarteaucitronIsDenied .buttons-wrapper .btn.tarteaucitronAllow {
  background: transparent;
  color: black; }

.tarteaucitronIsDenied .buttons-wrapper .btn.tarteaucitronDeny {
  background: black;
  color: white; }

.tarteaucitronIsAllowed .buttons-wrapper .btn.tarteaucitronAllow {
  background: black;
  color: white; }

.tarteaucitronIsAllowed .buttons-wrapper .btn.tarteaucitronDeny {
  background: transparent;
  color: black; }

.tarteaucitronSectionDenied .main.buttons-wrapper .btn.allow {
  background: transparent;
  color: black; }

.tarteaucitronSectionDenied .main.buttons-wrapper .btn.deny {
  background: black;
  color: white; }

.tarteaucitronSectionAllowed .main.buttons-wrapper .btn.allow {
  background: black;
  color: white; }

.tarteaucitronSectionAllowed .main.buttons-wrapper .btn.deny {
  background: transparent;
  color: black; }

#tarteaucitronCloseCross svg {
  height: 28px;
  width: 13px;
  float: right; }

#personalizeCookieChoices {
  z-index: 999999999; }
  #personalizeCookieChoices .modal-title {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px; }
  #personalizeCookieChoices .modal-body {
    padding: 0; }
    #personalizeCookieChoices .modal-body input[type="radio"] {
      position: absolute;
      left: -9999px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    #personalizeCookieChoices .modal-body input[type="radio"]:checked + label {
      background-color: #000000;
      color: #ffffff; }
    #personalizeCookieChoices .modal-body p {
      margin-bottom: 0;
      text-align: left;
      line-height: 1.5;
      font-size: 13px;
      color: #000000; }
      @media (min-width: 992px) {
        #personalizeCookieChoices .modal-body p {
          min-width: 500px; } }
      #personalizeCookieChoices .modal-body p span {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    #personalizeCookieChoices .modal-body .buttons-wrapper {
      text-align: right; }
      @media (max-width: 767.98px) {
        #personalizeCookieChoices .modal-body .buttons-wrapper {
          text-align: left; } }
      #personalizeCookieChoices .modal-body .buttons-wrapper .btn {
        margin-bottom: 0;
        font-size: 14px; }
        @media (max-width: 340px) {
          #personalizeCookieChoices .modal-body .buttons-wrapper .btn {
            min-width: 100px; } }
      #personalizeCookieChoices .modal-body .buttons-wrapper .btn:not(:last-child) {
        margin-right: 25px; }
        @media (max-width: 991.98px) {
          #personalizeCookieChoices .modal-body .buttons-wrapper .btn:not(:last-child) {
            margin-right: 15px; } }
        @media (max-width: 575.98px) {
          #personalizeCookieChoices .modal-body .buttons-wrapper .btn:not(:last-child) {
            margin-right: 0; } }
      #personalizeCookieChoices .modal-body .buttons-wrapper .btn[disabled] {
        opacity: 1;
        background-color: #000000;
        color: #fff;
        cursor: not-allowed; }
  #personalizeCookieChoices .modal-body-top,
  #personalizeCookieChoices .modal-body-main {
    padding: 38px 46px; }
    @media (max-width: 767.98px) {
      #personalizeCookieChoices .modal-body-top,
      #personalizeCookieChoices .modal-body-main {
        padding: 20px; } }
  #personalizeCookieChoices .modal-body-top p {
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      #personalizeCookieChoices .modal-body-top p {
        margin-bottom: 20px; } }
  #personalizeCookieChoices .modal-body-main {
    background-color: #F9F8F6;
    padding-right: 10px;
    padding-bottom: 50px; }
  #personalizeCookieChoices .modal-body-main > div {
    height: 400px;
    overflow: auto;
    padding-right: 20px;
    scrollbar-width: thin;
    scrollbar-color: #CCCCCC #F9F8F6; }
    @media (max-width: 767.98px) {
      #personalizeCookieChoices .modal-body-main > div {
        height: auto;
        overflow: visible; } }
    #personalizeCookieChoices .modal-body-main > div::-webkit-scrollbar {
      width: 16px; }
    #personalizeCookieChoices .modal-body-main > div::-webkit-scrollbar-track {
      background: #F9F8F6; }
    #personalizeCookieChoices .modal-body-main > div::-webkit-scrollbar-thumb {
      background-color: #CCCCCC;
      border-radius: 16px;
      border: 4px solid #F9F8F6; }
  #personalizeCookieChoices .line {
    margin-bottom: 30px; }
    #personalizeCookieChoices .line .title {
      display: block;
      margin-bottom: 5px;
      padding-top: 6px;
      font-size: 15px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-align: left; }
    #personalizeCookieChoices .line .buttons-wrapper {
      min-width: 355px;
      padding-left: 35px;
      transition: .2s all ease; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #personalizeCookieChoices .line .buttons-wrapper {
          min-width: 340px; } }
      @media (max-width: 767.98px) {
        #personalizeCookieChoices .line .buttons-wrapper {
          min-width: auto;
          margin-top: 10px;
          padding-left: 0;
          height: 35px; } }
      #personalizeCookieChoices .line .buttons-wrapper.more-info-opened {
        opacity: 0;
        pointer-events: none; }
        @media (max-width: 767.98px) {
          #personalizeCookieChoices .line .buttons-wrapper.more-info-opened {
            height: 0; } }
    #personalizeCookieChoices .line > div:not(.more-info) {
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        #personalizeCookieChoices .line > div:not(.more-info) {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: start;
              align-items: flex-start; } }
  #personalizeCookieChoices .validation-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 80px; }
    @media (max-width: 767.98px) {
      #personalizeCookieChoices .validation-wrapper {
        display: block;
        margin-top: 70px; } }
    #personalizeCookieChoices .validation-wrapper .cookie-policy a {
      font-size: 13px; }
      @media (max-width: 767.98px) {
        #personalizeCookieChoices .validation-wrapper .cookie-policy a {
          margin-bottom: 20px; } }
    #personalizeCookieChoices .validation-wrapper .btn {
      padding: 12px 24px; }
  #personalizeCookieChoices .more-info {
    text-align: left; }
    #personalizeCookieChoices .more-info > a {
      display: inline-block;
      position: relative;
      margin-bottom: 8px;
      padding-right: 20px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      text-decoration: none; }
      #personalizeCookieChoices .more-info > a[aria-expanded="true"]:after {
        transform: rotate(180deg); }
    #personalizeCookieChoices .more-info > a:after {
      content: '';
      position: absolute;
      top: 4px;
      right: 0;
      width: 13px;
      height: 13px;
      background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center;
      background-size: contain;
      pointer-events: none;
      z-index: 2;
      transition: .3s transform ease; }
    #personalizeCookieChoices .more-info > .more-info-collapse {
      padding-left: 15px; }
      @media (max-width: 767.98px) {
        #personalizeCookieChoices .more-info > .more-info-collapse {
          padding-left: 0; } }
      #personalizeCookieChoices .more-info > .more-info-collapse > p {
        margin-bottom: 6px;
        padding-left: 5px;
        max-width: 400px;
        max-width: calc(100% - 355px);
        font-size: 13px;
        font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        @media (max-width: 767.98px) {
          #personalizeCookieChoices .more-info > .more-info-collapse > p {
            max-width: 100%; } }
    #personalizeCookieChoices .more-info .information-line {
      margin-bottom: 8px; }
    #personalizeCookieChoices .more-info .information-line > div:not(.informations-inner-collapse) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-left: 5px; }
      @media (max-width: 767.98px) {
        #personalizeCookieChoices .more-info .information-line > div:not(.informations-inner-collapse) {
          display: block; } }
    #personalizeCookieChoices .more-info .information-link {
      display: inline;
      position: relative;
      min-height: 29px; }
    #personalizeCookieChoices .more-info .information-link > span {
      font-size: 13px;
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      #personalizeCookieChoices .more-info .information-link > span:before {
        content: '- '; }
    #personalizeCookieChoices .more-info .information-link > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 3Px;
      right: -20px;
      width: 14Px;
      height: 14px;
      background: #000000;
      border-radius: 50%; }
      #personalizeCookieChoices .more-info .information-link > a span {
        font-size: 11px;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #fff; }
      #personalizeCookieChoices .more-info .information-link > a:not(.no-after):after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -18px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent #e5e5e5 transparent; }
        @media (max-width: 767.98px) {
          #personalizeCookieChoices .more-info .information-link > a:not(.no-after):after {
            display: none; } }
      #personalizeCookieChoices .more-info .information-link > a[aria-expanded="true"]:after {
        opacity: 1; }
      #personalizeCookieChoices .more-info .information-link > a[aria-expanded="false"]:after {
        opacity: 0;
        transition: 0.2s opacity linear; }
    #personalizeCookieChoices .more-info .informations-inner-collapse > div {
      margin-top: 6px;
      padding: 10px 12px;
      background-color: #E5E5E5; }
      @media (max-width: 767.98px) {
        #personalizeCookieChoices .more-info .informations-inner-collapse > div {
          margin-top: 10px; } }
    #personalizeCookieChoices .more-info .informations-inner-collapse .property {
      font-size: 12px;
      display: -ms-flexbox;
      display: flex; }
    #personalizeCookieChoices .more-info .informations-inner-collapse .property:not(:last-child) {
      margin-bottom: 4px; }
      @media (max-width: 767.98px) {
        #personalizeCookieChoices .more-info .informations-inner-collapse .property:not(:last-child) {
          margin-bottom: 10px; } }
    #personalizeCookieChoices .more-info .informations-inner-collapse .property-label {
      display: inline-block;
      margin-right: 15px;
      min-width: 90px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (max-width: 767.98px) {
        #personalizeCookieChoices .more-info .informations-inner-collapse .property-label {
          display: block; } }
    #personalizeCookieChoices .more-info .informations-inner-collapse .property-content {
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.tac_activate {
  height: 100%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center; }

.embed-responsive.embed-responsive-16by9.not-padding-top::before {
  padding-top: 0px; }

.video-cookie-message {
  padding: 50px 32px 34px;
  text-align: left; }
  .video-cookie-message .logo {
    display: block;
    margin: 0 auto 40px;
    width: 201px;
    height: 96px; }
  .video-cookie-message .content > p {
    font-size: 12px;
    line-height: 1.4166666667;
    color: #000000; }
    .video-cookie-message .content > p a {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .video-cookie-message .cookie-buttons {
      padding-top: 0; } }

.alert {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 13px 20px 11px;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 1px solid; }
  .alert-success {
    border-color: #000000;
    background-color: #fff;
    color: #000000; }

.product-list {
  opacity: 1;
  transition: .3s opacity ease-in; }
  .product-list.reload {
    opacity: 0; }
  .product-list > [class^="col"] {
    margin-bottom: 65px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .product-list > [class^="col"] {
        margin-bottom: 38px; } }
    @media (max-width: 767.98px) {
      .product-list > [class^="col"] {
        margin-bottom: 30px; } }
  .product-list .product-block {
    position: relative;
    height: 100%;
    background-color: #F3F0EE; }
    .product-list .product-block > a {
      position: relative;
      display: block;
      text-decoration: none; }
    .product-list .product-block:hover, .product-list .product-block:focus, .product-list .product-block:active {
      text-decoration: none; }
      @media (min-width: 992px) {
        .product-list .product-block:hover:before, .product-list .product-block:focus:before, .product-list .product-block:active:before {
          top: -6px;
          right: -6px;
          bottom: -6px;
          left: -6px; } }
    .product-list .product-block:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff;
      z-index: -1;
      transition: .2s all ease; }
    .product-list .product-block.hover-two:before {
      background-color: #F3F0EE; }
    @media (min-width: 992px) {
      .product-list .product-block.hover-three:hover .product-thumb img, .product-list .product-block.hover-three:focus .product-thumb img, .product-list .product-block.hover-three:active .product-thumb img {
        transform: scale(1.04); } }
    .product-list .product-block.hover-three:before {
      display: none; }
    .product-list .product-block.baisse-prix .picto-baisse-prix {
      position: absolute;
      z-index: 2;
      max-width: 160px; }
      .product-list .product-block.baisse-prix .picto-baisse-prix.pai {
        max-width: 200px; }
    .product-list .product-block.baisse-prix .product-title {
      color: #D9000D;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .product-list .product-block.baisse-prix .product-price .price {
      color: #D9000D; }
    .product-list .product-block.baisse-prix:before {
      background-color: #D9000D;
      top: -7px;
      right: -7px;
      bottom: -7px;
      left: -7px; }
    .product-list .product-block.baisse-prix:hover:before {
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px; }
    .product-list .product-block.offer:before {
      background-color: #fff; }
    .product-list .product-block.offer .product-title {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .product-list .product-block.offer .product-title {
          padding-right: 20px;
          font-size: 13px; } }
      .product-list .product-block.offer .product-title > span {
        display: block;
        font-family: montserratregular;
        color: black;
        line-height: 17px; }
    .product-list .product-block.offer .product-price.range .price .old-price {
      display: block;
      margin-bottom: 4px; }
    .product-list .product-block.no-signet .product-content {
      padding-left: 35px;
      padding-right: 35px;
      padding-bottom: 25px; }
    .product-list .product-block.has-exclu:after {
      content: "";
      background: url(../image/product/exclu-web-black.png) no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 102px;
      height: 26px;
      pointer-events: none; }
    .product-list .product-block.has-prolongation .info-prolongation {
      position: absolute;
      z-index: 1;
      height: 25px;
      padding: 5px 7px;
      color: white;
      font-size: 13px;
      text-transform: uppercase;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .product-list .product-block.has-prolongation .info-prolongation {
          font-size: 12px; } }
      @media (max-width: 575.98px) {
        .product-list .product-block.has-prolongation .info-prolongation {
          font-size: 12px; } }
    .product-list .product-block.has-prolongation:after {
      content: "";
      background-color: black;
      position: absolute;
      top: 0;
      left: 0;
      width: 67%;
      height: 30px;
      pointer-events: none; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .product-list .product-block.has-prolongation:after {
          width: 98%; } }
    .product-list .product-block.has-prolongation:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 70%;
      height: 30px;
      pointer-events: none;
      border-top: 16px solid black;
      border-right: 10px solid transparent;
      border-bottom: 15px solid black;
      background-color: transparent;
      z-index: 1; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .product-list .product-block.has-prolongation:before {
          width: 98%; } }
      @media (max-width: 575.98px) {
        .product-list .product-block.has-prolongation:before {
          width: 99%; } }
    .product-list .product-block.showroom, .product-list .product-block.jcpo {
      text-align: center;
      background-color: #000000; }
      .product-list .product-block.showroom > a, .product-list .product-block.jcpo > a {
        padding: 46px 0 42px; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .product-list .product-block.showroom > a, .product-list .product-block.jcpo > a {
            padding-bottom: 39px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .product-list .product-block.showroom > a, .product-list .product-block.jcpo > a {
            padding-bottom: 49px; } }
        .product-list .product-block.showroom > a:hover .btn, .product-list .product-block.jcpo > a:hover .btn, .product-list .product-block.showroom > a:focus .btn, .product-list .product-block.jcpo > a:focus .btn, .product-list .product-block.showroom > a:active .btn, .product-list .product-block.jcpo > a:active .btn {
          border-color: #fff;
          background-color: #000000;
          color: #fff; }
      .product-list .product-block.showroom h2, .product-list .product-block.jcpo h2 {
        position: relative;
        margin-bottom: 24px;
        padding: 15px 25px 0;
        font-size: 64px;
        font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #fff; }
        .product-list .product-block.showroom h2:after, .product-list .product-block.jcpo h2:after {
          content: '';
          position: absolute;
          bottom: 5px;
          left: 50%;
          transform: translateX(-50%);
          width: 36px;
          height: 1px;
          background-color: #fff; }
      .product-list .product-block.showroom p, .product-list .product-block.jcpo p {
        margin-bottom: 55px;
        text-transform: uppercase;
        color: #fff; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .product-list .product-block.showroom p, .product-list .product-block.jcpo p {
            margin-bottom: 40px;
            font-size: 13px; } }
        @media (max-width: 360px) {
          .product-list .product-block.showroom p, .product-list .product-block.jcpo p {
            font-size: 12px; } }
    .product-list .product-block.kiosque-goodies {
      text-align: center;
      background-color: #000000; }
      .product-list .product-block.kiosque-goodies > a {
        padding: 46px 0 42px; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .product-list .product-block.kiosque-goodies > a {
            padding-bottom: 39px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .product-list .product-block.kiosque-goodies > a {
            padding-bottom: 49px; } }
        .product-list .product-block.kiosque-goodies > a:hover .btn, .product-list .product-block.kiosque-goodies > a:focus .btn, .product-list .product-block.kiosque-goodies > a:active .btn {
          border-color: #fff;
          background-color: #000000;
          color: #fff; }
      .product-list .product-block.kiosque-goodies h2 {
        position: relative;
        margin: 0 35px 30px;
        line-height: 0.9;
        padding: 15px 25px 0;
        font-size: 64px;
        font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #fff; }
        .product-list .product-block.kiosque-goodies h2:after {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 50%;
          transform: translateX(-50%);
          width: 36px;
          height: 1px;
          background-color: #fff; }
      .product-list .product-block.kiosque-goodies p {
        margin-bottom: 45px;
        text-transform: uppercase;
        color: #fff; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .product-list .product-block.kiosque-goodies p {
            margin-bottom: 40px;
            font-size: 13px; } }
        @media (max-width: 360px) {
          .product-list .product-block.kiosque-goodies p {
            font-size: 12px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .product-list .product-block.jcpo {
        height: calc(100% - 38px); } }
    @media (max-width: 767.98px) {
      .product-list .product-block.jcpo {
        height: auto; } }
    .product-list .product-block.jcpo > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      height: 100%;
      padding-top: 0; }
    .product-list .product-block.jcpo p {
      margin-bottom: 30px;
      padding: 0 68px;
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 24px;
      line-height: 1.25;
      text-transform: uppercase; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .product-list .product-block.jcpo p {
          padding-right: 40px;
          padding-left: 40px;
          font-size: 22px; } }
      @media (max-width: 767.98px) {
        .product-list .product-block.jcpo p {
          padding-right: 26px;
          padding-left: 26px;
          font-size: 20px; } }
    .product-list .product-block.menu-block {
      background-color: #fff; }
      .product-list .product-block.menu-block .product-content {
        padding: 15px 30px 20px;
        height: 140px; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .product-list .product-block.menu-block .product-content {
            height: 200px; } }
        .product-list .product-block.menu-block .product-content .product-title {
          padding-right: 0; }
          .product-list .product-block.menu-block .product-content .product-title .menu-semaine {
            font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        .product-list .product-block.menu-block .product-content .product-title-mention {
          font-family: "sansista_swashed_medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 19px; }
        .product-list .product-block.menu-block .product-content .menu-epuise {
          text-transform: uppercase;
          margin: 0; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .product-list .product-block.menu-block .price {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
        .product-list .product-block.menu-block .ticketrestaurant {
          position: static;
          margin-bottom: 8px; } }
    .product-list .product-block.fiche {
      text-align: center;
      height: 100%; }
      @media (max-width: 767.98px) {
        .product-list .product-block.fiche {
          height: auto; } }
      .product-list .product-block.fiche > a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        height: 100%; }
        .product-list .product-block.fiche > a:hover .btn, .product-list .product-block.fiche > a:focus .btn, .product-list .product-block.fiche > a:active .btn {
          background-color: #fff;
          color: #000000; }
      .product-list .product-block.fiche .content_fiche {
        position: absolute;
        bottom: 0;
        margin-bottom: 30px; }
  .product-list .product-new {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2; }
    .product-list .product-new > img {
      width: 90px;
      height: 71px; }
  .product-list .product-thumb {
    overflow: hidden; }
  .product-list .product-thumb img {
    transition: .3s transform ease; }
  .product-list .product-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 120px;
    padding-bottom: 25px;
    height: 261px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .product-list .product-content {
        padding-left: 95px;
        height: 255px; } }
  .product-list .product-bookmark {
    position: absolute;
    top: 2px;
    left: 12px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .product-list .product-bookmark svg, .product-list .product-bookmark img {
        width: 74px;
        height: 213px; } }
  .product-list .product-specificities img {
    height: 54px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .product-list .product-specificities img {
        height: 40px; } }
  .product-list .product-title {
    padding-right: 43px;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    line-height: 1.2142857143; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .product-list .product-title {
        padding-right: 20px;
        font-size: 13px; } }
  .product-list .product-promotion {
    margin-bottom: 3px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .product-list .product-promotion {
        margin-bottom: 30px; }
        .product-list .product-promotion.no-ticket {
          margin-bottom: 3px; } }
    .product-list .product-promotion img {
      height: 49px;
      width: auto; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .product-list .product-promotion img {
          height: 45px; } }
  .product-list .product-bottom-infos {
    padding-right: 70px; }
  .product-list .product-price {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px; }
    .product-list .product-price .price {
      position: relative;
      margin-bottom: 1px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      line-height: 1;
      color: #AB4315; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .product-list .product-price .price {
          font-size: 21px; } }
      @media (max-width: 767.98px) {
        .product-list .product-price .price {
          font-size: 18px; } }
    .product-list .product-price .price .old-price {
      font-size: 12px;
      text-decoration: line-through; }
      @media (max-width: 991.98px) {
        .product-list .product-price .price .old-price {
          font-size: 13px; } }
    .product-list .product-price .ticketrestaurant {
      position: absolute;
      right: -37px;
      bottom: 1px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .product-list .product-price .ticketrestaurant {
          left: 0;
          right: auto;
          top: -26px;
          bottom: auto; } }
      .product-list .product-price .ticketrestaurant > img {
        width: 28px;
        height: 22px; }
  .product-list .packaging {
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    line-height: 1.25;
    min-height: 30px;
    color: #000000; }
    .product-list .packaging > span {
      display: block; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .product-list .packaging {
        font-size: 10px; } }
    @media (max-width: 991.98px) {
      .product-list .packaging {
        font-size: 12px; } }
    @media (max-width: 767.98px) {
      .product-list .packaging {
        min-height: 0; } }
  .product-list .user-actions {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 100;
    text-align: center; }
    .product-list .user-actions .favorite {
      margin-bottom: 25px; }
    .product-list .user-actions .btn-action:hover, .product-list .user-actions .btn-action:focus, .product-list .user-actions .btn-action:active {
      transform: translateY(-50%) scale(1.1); }
  .product-list .product-block.indisponible .product-thumb,
  .product-list .product-block.indisponible .product-bottom-infos,
  .product-list .product-block.indisponible .add-to-cart {
    pointer-events: none;
    opacity: 0.35; }
    .product-list .product-block.indisponible .product-thumb a.btn-action img,
    .product-list .product-block.indisponible .product-bottom-infos a.btn-action img,
    .product-list .product-block.indisponible .add-to-cart a.btn-action img {
      opacity: 0.35; }
  .product-list .product-block.indisponible .product-new {
    display: none; }
  .product-list .product-block.indisponible .produit-epuise {
    position: absolute;
    top: 8px;
    right: 10px; }
    .product-list .product-block.indisponible .produit-epuise p {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 11px;
      margin: 0;
      text-transform: uppercase;
      color: #000000; }
      .product-list .product-block.indisponible .produit-epuise p span {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .product-list .product-block.indisponible:hover .add-to-cart .btn-action {
    transform: translateY(-50%) scale(1); }
  .product-list .menu-block.indisponible .product-thumb,
  .product-list .menu-block.indisponible .product-bottom-infos,
  .product-list .menu-block.indisponible .add-to-cart {
    opacity: 1; }
  .product-list .product-block.indispo-raison a, .product-list .product-block.indispo-raison .user-actions {
    padding-bottom: 40px; }
  .product-list .product-block.indispo-raison .produit-epuise-decouvrez {
    position: relative;
    display: block;
    padding: 5px 8px;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
    text-transform: uppercase;
    background: #000000;
    color: #fff;
    pointer-events: auto;
    z-index: 101; }
    .product-list .product-block.indispo-raison .produit-epuise-decouvrez:hover {
      text-decoration: none; }
    .product-list .product-block.indispo-raison .produit-epuise-decouvrez:after {
      content: '';
      position: absolute;
      bottom: 8px;
      right: 8px;
      width: 17px;
      height: 17px;
      background: no-repeat center url(../image/svg/interactions/picto-information-3.svg);
      background-size: contain; }
    .product-list .product-block.indispo-raison .produit-epuise-decouvrez span {
      text-decoration: underline; }
  @media (max-width: 991.98px) {
    .product-list .url-generator-image {
      margin-bottom: 30px; } }

.page-bottom-navigation {
  margin-bottom: 30px;
  padding-top: 13px;
  border-top: 1px solid #cccccc; }

.products-per-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .products-per-page .title {
    display: inline-block;
    margin-right: 16px;
    font-size: 12px;
    text-transform: uppercase; }
  .products-per-page ul {
    margin: 0;
    padding: 0;
    cursor: default; }
  .products-per-page li {
    display: inline-block;
    margin-right: 9px;
    list-style-type: none; }
    .products-per-page li a {
      display: inline-block;
      padding: 6px 7px 5px;
      min-width: 28px;
      font-size: 12px;
      text-align: center;
      text-decoration: none;
      line-height: 1;
      border: 1px solid #000000; }
      .products-per-page li a:hover, .products-per-page li a:focus, .products-per-page li a:active {
        background-color: #000000;
        color: #fff; }
    .products-per-page li.active a {
      background-color: #000000;
      color: #fff; }
    .products-per-page li:last-of-type a {
      padding-left: 8px;
      padding-right: 8px; }
      @media (max-width: 767.98px) {
        .products-per-page li:last-of-type a {
          padding-left: 10px;
          padding-right: 10px; } }
  @media (max-width: 767.98px) {
    .products-per-page .title,
    .products-per-page li:not(.display-all) {
      display: none; } }

.page-navigation .pagination {
  margin: 0;
  padding: 0; }

.page-navigation .active a {
  font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #A86A3B; }

.page-navigation .disabled {
  cursor: default;
  margin: 0 8px; }

.page-navigation li:last-child a {
  padding-left: 3px;
  padding-right: 0; }

.page-navigation li:last-child svg {
  margin-top: -4px; }

.page-navigation a {
  padding: 8px;
  transition: .2s color ease; }
  .page-navigation a:hover, .page-navigation a:focus, .page-navigation a:active {
    color: #A86A3B; }
    .page-navigation a:hover svg path, .page-navigation a:focus svg path, .page-navigation a:active svg path {
      stroke: #A86A3B; }
  .page-navigation a.arrow-left svg {
    transform: rotate(180deg); }

.button-show {
  padding: 12px 13px 11px;
  width: 250px;
  max-width: 100%;
  margin-bottom: 18px; }

.wrapper-alert > div:last-child {
  margin-bottom: 40px; }

.alert-custom {
  border: 1px solid #000000;
  width: 100%;
  margin-bottom: 25px; }
  .alert-custom div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 40px; }
    .alert-custom div.has-icon {
      padding-left: 70px; }
      .alert-custom div.has-icon p, .alert-custom div.has-icon span {
        position: relative; }
        .alert-custom div.has-icon p:before, .alert-custom div.has-icon span:before {
          content: "";
          position: absolute;
          left: -45px;
          top: 50%;
          transform: translateY(-50%);
          width: 21px;
          height: 21px; }
    .alert-custom div.has-icon.icon-alert p:before, .alert-custom div.has-icon.icon-alert span:before {
      background: url(../image/svg/interactions/picto-information.svg) no-repeat;
      background-size: contain; }
    .alert-custom div.has-icon.icon-check p:before, .alert-custom div.has-icon.icon-check span:before {
      background: url(../image/svg/interactions/btn-check.svg) no-repeat;
      background-size: contain; }
    .alert-custom div.has-icon.icon-cross p:before, .alert-custom div.has-icon.icon-cross span:before {
      background: url(../image/svg/interactions/btn-small-cross.svg) no-repeat;
      background-size: contain; }
    .alert-custom div p {
      position: relative;
      margin-bottom: 0;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      color: #000000; }
      @media (max-width: 1239.98px) {
        .alert-custom div p {
          font-size: 13px; } }
      @media (max-width: 991.98px) {
        .alert-custom div p {
          font-size: 12px; } }
      @media (max-width: 767.98px) {
        .alert-custom div p {
          font-size: 10px; } }
      .alert-custom div p.has-error {
        color: #DC0C22; }
      .alert-custom div p.text-error-bigger {
        font-size: 17px; }

.alert-custom div.has-icon.store-locator-no-results-msg p::before {
  left: -30px; }

.wrapper-all-addresses {
  padding: 28px 20px 6px;
  background-color: #fff; }
  .wrapper-all-addresses .title-encart {
    display: block;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 15px; }
    @media (max-width: 767.98px) {
      .wrapper-all-addresses .title-encart {
        margin-left: 0; } }
  .wrapper-all-addresses .all-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.modal .my-addresses .address {
  padding: 24px 26px; }
  .modal .my-addresses .address .top {
    margin-bottom: 18px; }
  .modal .my-addresses .address .location {
    margin-bottom: 18px; }
  .modal .my-addresses .address .actions {
    margin-top: 18px; }

.modal .my-addresses .address.active .top {
  padding-right: 30px; }

.my-addresses .address {
  position: relative;
  width: 43%;
  width: calc(50% - 34px);
  min-height: 200px;
  margin: 0 17px 32px;
  padding: 24px 22px;
  text-align: left;
  font-size: 13px;
  border: 1px solid #F3F0EE; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .my-addresses .address {
      padding: 22px 20px; } }
  @media (max-width: 767.98px) {
    .my-addresses .address {
      width: 100%;
      min-height: 155px;
      margin-left: 0;
      margin-right: 0; } }
  .my-addresses .address.add {
    background-color: #F3F0EE;
    text-align: center; }
    .my-addresses .address.add:hover span {
      color: #A86A3B; }
  .my-addresses .address .use-address:hover {
    color: #A86A3B; }
  .my-addresses .address.active {
    border-color: #000000;
    background-color: #000000;
    color: #fff; }
  .my-addresses .address .bold {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .my-addresses .address .top {
    margin-bottom: 29px; }
    .my-addresses .address .top a {
      text-decoration: underline; }
      .my-addresses .address .top a:hover {
        color: #A86A3B; }
  .my-addresses .address .wrapper-content-address {
    margin-bottom: 40px; }
  .my-addresses .address .location {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 21px;
    padding: 0; }
    .my-addresses .address .location li {
      margin-bottom: 8px;
      line-height: 1; }
  .my-addresses .address .tel span {
    display: block;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .my-addresses .address .actions {
    position: absolute;
    bottom: 20px; }
  .my-addresses .address .actions a {
    display: inline-block;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
    .my-addresses .address .actions a:hover {
      color: #A86A3B; }
    .my-addresses .address .actions a:not(:last-child) {
      margin-right: 20px; }

.my-addresses .address.active {
  position: relative;
  padding-right: 30px; }
  .my-addresses .address.active:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 20px;
    width: 28px;
    height: 28px;
    background: url(../image/svg/services/picto-validation.svg) no-repeat center;
    background-size: contain; }
  .my-addresses .address.active .top {
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .my-addresses .address.active .actions a {
    color: #fff; }
    .my-addresses .address.active .actions a:hover {
      color: #A86A3B; }

.my-addresses .address.add {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .my-addresses .address.add span {
    position: relative;
    display: block;
    padding-top: 60px;
    max-width: 115px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1.3076923077;
    color: rgba(0, 0, 0, 0.6);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (max-width: 767.98px) {
      .my-addresses .address.add span {
        max-width: 100%; } }
  .my-addresses .address.add span:before {
    content: '+';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 83px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1;
    text-decoration: none;
    color: #fff; }

.homepage header#portailHeader .header-signet img {
  transform: translateY(-62px); }

@media (min-width: 992px) {
  .homepage header#portailHeader .header-signet img:hover, .homepage header#portailHeader .header-signet img:focus, .homepage header#portailHeader .header-signet img:active {
    transform: translateY(-53px); } }

@media (max-width: 767.98px) {
  .homepage header#portailHeader .header-signet img {
    transform: translateY(-29px); } }

header#portailHeader {
  position: relative;
  z-index: 10000;
  background-color: #fff; }
  @media (max-width: 575.98px) {
    header#portailHeader .header-content > .container {
      padding: 0 8px; } }
  header#portailHeader .header-signet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1; }
    header#portailHeader .header-signet img {
      display: inline-block;
      width: 110px;
      height: 152px;
      transform: translateY(-27px); }
    @media (min-width: 992px) {
      header#portailHeader .header-signet img {
        transition: .2s transform ease; }
        header#portailHeader .header-signet img:hover, header#portailHeader .header-signet img:focus, header#portailHeader .header-signet img:active {
          transform: translateY(-18px); } }
    @media (max-width: 767.98px) {
      header#portailHeader .header-signet img {
        width: 94px;
        height: 130px; } }
  header#portailHeader .header-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    padding-top: 45px; }
    header#portailHeader .header-logo img {
      width: 260px;
      height: 124px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header#portailHeader .header-logo {
        padding-top: 34px; }
        header#portailHeader .header-logo img {
          width: 208px; } }
    @media (max-width: 767.98px) {
      header#portailHeader .header-logo {
        -ms-flex: 2;
            flex: 2;
        padding-top: 10px; }
        header#portailHeader .header-logo img {
          width: 180px; } }
    header#portailHeader .header-logo.without-cta {
      padding-bottom: 16px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        header#portailHeader .header-logo.without-cta {
          padding-bottom: 34px; } }
      @media (max-width: 767.98px) {
        header#portailHeader .header-logo.without-cta {
          padding-bottom: 10px; } }
    header#portailHeader .header-logo h1 {
      margin-bottom: 0; }
  header#portailHeader .header-user-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1; }
    header#portailHeader .header-user-actions.not-connected {
      padding-top: 25px; }
    @media (max-width: 767.98px) {
      header#portailHeader .header-user-actions {
        padding-top: 15px;
        z-index: 99999; } }
  header#portailHeader .top-header-bar {
    background-color: #000000; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header#portailHeader .top-header-bar .container {
        padding-left: 122px; } }
    @media (max-width: 767.98px) {
      header#portailHeader .top-header-bar {
        position: relative;
        z-index: 2; }
        header#portailHeader .top-header-bar .container {
          padding-left: 10px;
          padding-right: 10px;
          text-align: center; } }
    header#portailHeader .top-header-bar .row {
      height: 33px; }
    header#portailHeader .top-header-bar h1 {
      display: inline-block;
      margin: 0;
      font-size: 13px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #fff; }
      @media (max-width: 767.98px) {
        header#portailHeader .top-header-bar h1 {
          font-size: 9px; } }
  header#portailHeader .user-language {
    padding-right: 16px; }
    @media (max-width: 767.98px) {
      header#portailHeader .user-language {
        padding-right: 8px; } }
    header#portailHeader .user-language:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      height: 18px;
      width: 1px;
      transform: translateY(-50%);
      background-color: #000000; }
    header#portailHeader .user-language .dropdown-toggle {
      position: relative;
      padding-right: 18px;
      border: none;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      transition: .3s color ease;
      background-color: transparent;
      color: #000000; }
      @media (max-width: 767.98px) {
        header#portailHeader .user-language .dropdown-toggle {
          padding-right: 16px;
          padding-left: 0; } }
      header#portailHeader .user-language .dropdown-toggle:hover, header#portailHeader .user-language .dropdown-toggle:focus, header#portailHeader .user-language .dropdown-toggle:active {
        color: #A86A3B; }
      header#portailHeader .user-language .dropdown-toggle .arrow-dropdown svg {
        position: absolute;
        right: 2px;
        top: 50%;
        width: 10px;
        height: 5px;
        transform: translateY(-50%) rotate(0deg);
        transition: .1s transform ease; }
      header#portailHeader .user-language .dropdown-toggle:after {
        display: none; }
    header#portailHeader .user-language .dropdown-menu {
      min-width: auto;
      top: 100%; }
      header#portailHeader .user-language .dropdown-menu a {
        color: #000000; }
        header#portailHeader .user-language .dropdown-menu a:hover {
          background-color: #EAE9E9; }
    header#portailHeader .user-language.show .dropdown-toggle .arrow-dropdown svg {
      transform: translateY(-55%) rotate(180deg); }
  header#portailHeader .user-profil {
    position: relative;
    padding-left: 18px;
    z-index: 99999; }
    header#portailHeader .user-profil.connected {
      padding-top: 20px; }
      header#portailHeader .user-profil.connected svg {
        margin-bottom: 9px; }
    @media (max-width: 767.98px) {
      header#portailHeader .user-profil {
        padding-left: 12px; } }
    header#portailHeader .user-profil a {
      display: block; }
      header#portailHeader .user-profil a:hover svg {
        transform: translateY(-3px); }
      header#portailHeader .user-profil a:hover svg * {
        fill: #A86A3B !important; }
    header#portailHeader .user-profil svg {
      width: 23px;
      max-height: 24px;
      transition: .2s all ease;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        header#portailHeader .user-profil svg {
          width: 20px;
          max-height: 22px; } }
    header#portailHeader .user-profil .show svg {
      transform: translateY(-3px); }
    header#portailHeader .user-profil .show svg * {
      fill: #A86A3B; }
  header#portailHeader .header-bottom-part {
    padding-top: 40px;
    padding-bottom: 28px;
    overflow-x: hidden;
    height: auto;
    background: 0 0; }
    @media (max-width: 767.98px) {
      header#portailHeader .header-bottom-part {
        padding: 5px 5px 15px !important; } }
    header#portailHeader .header-bottom-part .user-choice {
      position: relative; }
      header#portailHeader .header-bottom-part .user-choice ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin: 0;
        padding: 0; }
        @media (max-width: 767.98px) {
          header#portailHeader .header-bottom-part .user-choice ul {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
      header#portailHeader .header-bottom-part .user-choice li {
        -ms-flex: 1;
            flex: 1;
        list-style-type: none; }
        header#portailHeader .header-bottom-part .user-choice li a:hover, header#portailHeader .header-bottom-part .user-choice li a:focus {
          text-decoration: none !important; }
        header#portailHeader .header-bottom-part .user-choice li:nth-child(1) {
          text-align: right; }
        header#portailHeader .header-bottom-part .user-choice li:nth-child(2) {
          position: relative;
          text-align: center; }
          @media (max-width: 767.98px) {
            header#portailHeader .header-bottom-part .user-choice li:nth-child(2) {
              margin-top: 0;
              margin-bottom: 0; } }
          header#portailHeader .header-bottom-part .user-choice li:nth-child(2):before, header#portailHeader .header-bottom-part .user-choice li:nth-child(2):after {
            content: '';
            position: absolute;
            top: 50%;
            left: 31px;
            transform: translateY(-50%);
            width: 1px;
            height: 18px;
            background-color: #000000; }
            @media (min-width: 992px) and (max-width: 1239.98px) {
              header#portailHeader .header-bottom-part .user-choice li:nth-child(2):before, header#portailHeader .header-bottom-part .user-choice li:nth-child(2):after {
                left: 19px; } }
            @media (min-width: 768px) and (max-width: 991.98px) {
              header#portailHeader .header-bottom-part .user-choice li:nth-child(2):before, header#portailHeader .header-bottom-part .user-choice li:nth-child(2):after {
                left: 6%; } }
            @media (max-width: 767.98px) {
              header#portailHeader .header-bottom-part .user-choice li:nth-child(2):before, header#portailHeader .header-bottom-part .user-choice li:nth-child(2):after {
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                height: 20px; } }
          header#portailHeader .header-bottom-part .user-choice li:nth-child(2):after {
            left: auto;
            right: 35px; }
            @media (min-width: 992px) and (max-width: 1239.98px) {
              header#portailHeader .header-bottom-part .user-choice li:nth-child(2):after {
                right: 24px; } }
            @media (min-width: 768px) and (max-width: 991.98px) {
              header#portailHeader .header-bottom-part .user-choice li:nth-child(2):after {
                right: 6%; } }
            @media (max-width: 767.98px) {
              header#portailHeader .header-bottom-part .user-choice li:nth-child(2):after {
                right: 0; } }
        @media (min-width: 992px) {
          header#portailHeader .header-bottom-part .user-choice li:nth-child(3) {
            text-align: left; } }
    header#portailHeader .header-bottom-part .choice-label {
      position: relative;
      padding: 0 20px;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1.25;
      text-transform: uppercase;
      transition: .2s color ease; }
      @media (max-width: 575.98px) {
        header#portailHeader .header-bottom-part .choice-label {
          font-size: 12px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        header#portailHeader .header-bottom-part .choice-label {
          font-size: 13px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        header#portailHeader .header-bottom-part .choice-label {
          font-size: 13px; } }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        header#portailHeader .header-bottom-part .choice-label {
          font-size: 15px; } }
      @media (min-width: 1240px) {
        header#portailHeader .header-bottom-part .choice-label {
          font-size: 16px; } }
      header#portailHeader .header-bottom-part .choice-label:hover, header#portailHeader .header-bottom-part .choice-label:focus {
        color: #A86A3B; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        header#portailHeader .header-bottom-part .choice-label {
          white-space: nowrap; } }
      @media (max-width: 991.98px) {
        header#portailHeader .header-bottom-part .choice-label {
          padding: 0 15px;
          text-align: center; } }
      @media (max-width: 767.98px) {
        header#portailHeader .header-bottom-part .choice-label {
          padding: 0; } }
      @media (max-width: 360px) {
        header#portailHeader .header-bottom-part .choice-label {
          padding: 0 14px; } }
  header#portailHeader .user-profil {
    margin-right: 8px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header#portailHeader .user-profil {
        margin-right: 35px; } }
    @media (max-width: 767.98px) {
      header#portailHeader .user-profil {
        margin-right: 15px;
        transform: translateY(-1px); } }
    header#portailHeader .user-profil a {
      display: block;
      text-align: center; }
      header#portailHeader .user-profil a:hover svg {
        transform: translateY(-3px); }
      header#portailHeader .user-profil a:hover svg * {
        fill: #A86A3B; }
    header#portailHeader .user-profil svg {
      width: 23px;
      max-height: 24px;
      transition: .2s all ease; }
      @media (max-width: 767.98px) {
        header#portailHeader .user-profil svg {
          width: 20px;
          max-height: 22px;
          margin-bottom: 0; } }
    header#portailHeader .user-profil .show svg {
      transform: translateY(-3px); }
    header#portailHeader .user-profil .show svg * {
      fill: #A86A3B; }
    header#portailHeader .user-profil .show .user-name {
      opacity: 0; }
    header#portailHeader .user-profil .user-name {
      font-size: 9px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      opacity: 1; }
      @media (max-width: 991.98px) {
        header#portailHeader .user-profil .user-name {
          display: none; } }
    @media (max-width: 991.98px) {
      header#portailHeader .user-profil .dropdown-menu:after {
        left: auto;
        right: 15px;
        transform: translateX(0); } }
    @media (max-width: 991.98px) {
      header#portailHeader .user-profil .dropdown-menu-center {
        right: -15px !important;
        transform: translateX(0) !important;
        left: auto !important; } }

header#mainHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  min-height: 185px;
  transition: top .2s ease; }
  header#mainHeader.has-shadow {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12); }
  @media (max-width: 767.98px) {
    header#mainHeader {
      height: 170px;
      min-height: 0; } }
  header#mainHeader .wrapper-header {
    position: relative;
    height: 100%;
    background-color: #fff; }
  header#mainHeader .header-content {
    padding-bottom: 26px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header#mainHeader .header-content {
        padding-bottom: 20px; } }
    @media (max-width: 767.98px) {
      header#mainHeader .header-content {
        padding-bottom: 0; } }
  header#mainHeader .top-header-bar {
    background-color: #000000; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header#mainHeader .top-header-bar .container {
        padding-left: 122px; } }
    @media (max-width: 767.98px) {
      header#mainHeader .top-header-bar {
        display: none; } }
    header#mainHeader .top-header-bar .row {
      height: 33px; }
    header#mainHeader .top-header-bar a {
      display: inline-block;
      margin: 0;
      font-size: 13px;
      color: #fff; }
    header#mainHeader .top-header-bar marquee {
      width: 100%;
      height: 25px;
      text-align: center;
      color: #fff;
      font-size: 14px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        header#mainHeader .top-header-bar marquee {
          font-size: 13px; } }
  header#mainHeader .header-top-part {
    margin-bottom: 38px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      header#mainHeader .header-top-part {
        margin-bottom: 42px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header#mainHeader .header-top-part {
        margin-bottom: 45px; } }
    @media (max-width: 767.98px) {
      header#mainHeader .header-top-part {
        margin-bottom: 0;
        height: 88px;
        background-color: #fff; } }
    header#mainHeader .header-top-part .menu-toggler {
      margin-left: 15px; }
      header#mainHeader .header-top-part .menu-toggler #menuClose {
        display: inline-block;
        width: 24px;
        max-height: 17px;
        height: 19px;
        transform: translateY(-1px); }
      header#mainHeader .header-top-part .menu-toggler #labelMobile {
        padding-top: 5px;
        font-size: 11px;
        line-height: 1; }
  header#mainHeader .header-signet {
    position: absolute;
    top: -33px;
    left: 0;
    transform: translateY(-29px); }
    header#mainHeader .header-signet img {
      display: inline-block;
      width: 110px;
      height: 152px; }
    header#mainHeader .header-signet svg {
      display: inline-block;
      width: 110.4px;
      height: 152.35px; }
    @media (min-width: 992px) {
      header#mainHeader .header-signet {
        transition: .2s transform ease; }
        header#mainHeader .header-signet #TEXTE path {
          transition: .2s fill ease; }
        header#mainHeader .header-signet:hover, header#mainHeader .header-signet:focus, header#mainHeader .header-signet:active {
          transform: translateY(-20px); } }
    @media (max-width: 767.98px) {
      header#mainHeader .header-signet {
        display: none; } }
  header#mainHeader .header-logo {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%); }
    header#mainHeader .header-logo img {
      width: 201px;
      height: 96px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      header#mainHeader .header-logo {
        top: 20px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      header#mainHeader .header-logo {
        top: 11px; }
        header#mainHeader .header-logo img {
          width: 190px;
          height: 91px; } }
    @media (max-width: 767.98px) {
      header#mainHeader .header-logo {
        top: -2px; }
        header#mainHeader .header-logo .img-fluid {
          max-width: 148px; } }
    @media (max-width: 340px) {
      header#mainHeader .header-logo .img-fluid {
        max-width: 120px; } }
  header#mainHeader .header-user-actions {
    padding-top: 20px; }
    @media (max-width: 767.98px) {
      header#mainHeader .header-user-actions {
        padding-top: 0;
        margin-right: 13px; } }
  @media (max-width: 767.98px) {
    header#mainHeader .header-content > .container-md {
      padding: 0; } }
  @media (min-width: 992px) {
    header#mainHeader .user-profil {
      margin-right: 15px;
      margin-left: 15px;
      width: 80px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    header#mainHeader .user-profil {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (max-width: 767.98px) {
    header#mainHeader .user-profil {
      margin-right: 15px;
      transform: translateY(-1px); }
      header#mainHeader .user-profil.open {
        position: relative;
        z-index: 10000; } }
  header#mainHeader .user-profil a {
    display: block;
    text-align: center; }
    header#mainHeader .user-profil a:hover svg {
      transform: translateY(-3px); }
    header#mainHeader .user-profil a:hover svg * {
      fill: #A86A3B; }
  header#mainHeader .user-profil svg {
    margin-bottom: 8px;
    width: 23px;
    max-height: 24px;
    transition: .2s all ease; }
    @media (max-width: 767.98px) {
      header#mainHeader .user-profil svg {
        width: 20px;
        max-height: 22px;
        margin-bottom: 0; } }
  header#mainHeader .user-profil .show svg {
    transform: translateY(-3px); }
  header#mainHeader .user-profil .show svg * {
    fill: #A86A3B; }
  header#mainHeader .user-profil .show .user-name {
    opacity: 0; }
  header#mainHeader .user-profil .user-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-height: 41px;
    overflow: hidden;
    font-size: 9px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    opacity: 1;
    white-space: normal; }
    @media (min-width: 992px) {
      header#mainHeader .user-profil .user-name {
        transform: translateX(-50%) translateY(-1px); } }
    @media (max-width: 991.98px) {
      header#mainHeader .user-profil .user-name {
        display: none; } }
  header#mainHeader .user-shopping-cart {
    padding-left: 10px; }
    @media (max-width: 767.98px) {
      header#mainHeader .user-shopping-cart {
        padding-left: 7px; } }
    header#mainHeader .user-shopping-cart > a {
      display: block;
      text-decoration: none; }
      @media (max-width: 767.98px) {
        header#mainHeader .user-shopping-cart > a svg {
          transform: translateY(1px); } }
      header#mainHeader .user-shopping-cart > a:hover, header#mainHeader .user-shopping-cart > a:focus, header#mainHeader .user-shopping-cart > a:active {
        text-decoration: none; }
        @media (min-width: 992px) {
          header#mainHeader .user-shopping-cart > a:hover .shopping-cart-value, header#mainHeader .user-shopping-cart > a:focus .shopping-cart-value, header#mainHeader .user-shopping-cart > a:active .shopping-cart-value {
            text-decoration: underline; }
          header#mainHeader .user-shopping-cart > a:hover svg, header#mainHeader .user-shopping-cart > a:focus svg, header#mainHeader .user-shopping-cart > a:active svg {
            transform: translateY(-3px);
            fill: #A86A3B; } }
    header#mainHeader .user-shopping-cart > a > div:not(.shopping-cart-value) {
      position: relative; }
      header#mainHeader .user-shopping-cart > a > div:not(.shopping-cart-value):before {
        content: '';
        position: absolute;
        left: -10px;
        top: 50%;
        height: 19px;
        width: 1px;
        transform: translateY(-50%);
        background-color: #000000; }
        @media (max-width: 767.98px) {
          header#mainHeader .user-shopping-cart > a > div:not(.shopping-cart-value):before {
            left: -7px; } }
    header#mainHeader .user-shopping-cart svg {
      width: 24px;
      max-height: 26px;
      transition: .2s all ease; }
      @media (max-width: 767.98px) {
        header#mainHeader .user-shopping-cart svg {
          max-height: 22px; } }
    header#mainHeader .user-shopping-cart .shopping-cart-item-counter {
      padding-right: 4px;
      font-size: 15px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1;
      color: #AB4315; }
    header#mainHeader .user-shopping-cart .shopping-cart-value {
      font-size: 12px;
      padding-top: 2px;
      width: 55px;
      text-align: right; }
      @media (max-width: 767.98px) {
        header#mainHeader .user-shopping-cart .shopping-cart-value {
          display: none; } }
  @media (min-width: 992px) {
    header#mainHeader.scrolled.full-width {
      height: 60px; }
      header#mainHeader.scrolled.full-width .header-content {
        padding: 0 8px; }
      header#mainHeader.scrolled.full-width #main-menu {
        margin-right: 45px; }
      header#mainHeader.scrolled.full-width .user-shopping-cart > a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-left: 25px; }
      header#mainHeader.scrolled.full-width .user-shopping-cart > a > div:not(.shopping-cart-value):before {
        left: -25px; }
      header#mainHeader.scrolled.full-width .user-shopping-cart .shopping-cart-value {
        margin-left: 10px; } }

@media (max-width: 767.98px) {
  #navSearchWrapper {
    width: 100%;
    transform: translateY(-50px);
    transition: transform .3s ease; }
    .slide-down.scrolled #navSearchWrapper {
      transform: translateY(0); }
    .slide-up #navSearchWrapper {
      transform: translateY(-50px); }
      .slide-up #navSearchWrapper #QuantiteAjustee, .slide-up #navSearchWrapper #addProduct, .slide-up #navSearchWrapper #panierEmpty, .slide-up #navSearchWrapper #productsAdded, .slide-up #navSearchWrapper #recapPanier, .slide-up #navSearchWrapper #removeMenu, .slide-up #navSearchWrapper #removeProduct, .slide-up #navSearchWrapper .dropdown-menu {
        opacity: 0; }
    .scrolled #navSearchWrapper {
      position: fixed;
      top: 0;
      left: 0; }
      .scrolled #navSearchWrapper #mobileNavigation {
        opacity: 1;
        pointer-events: auto; }
  #mobileNavigation {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 50px;
    padding-bottom: 7px;
    background-color: #000000;
    opacity: 0;
    pointer-events: none; }
    #mobileNavigation > div, #mobileNavigation > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
    #mobileNavigation svg {
      fill: #fff; }
    #mobileNavigation .mobile-navigation-label {
      padding-top: 5px;
      font-size: 8px;
      line-height: 1;
      color: #fff; }
    #mobileNavigation #panier_entete {
      padding: 0; }
      #mobileNavigation #panier_entete .shopping-cart-item-counter {
        color: #fff; }
    #mobileNavigation .mobile-navigation-compte .dropdown-menu {
      margin-top: 12px; }
    header#mainHeader #mobileNavigation .mobile-navigation-compte {
      margin-right: 0;
      transform: none; }
    header#mainHeader #mobileNavigation .user-profil .show svg, header#mainHeader #mobileNavigation .user-profil a:hover svg {
      transform: none; }
      header#mainHeader #mobileNavigation .user-profil .show svg *, header#mainHeader #mobileNavigation .user-profil a:hover svg * {
        fill: #fff; } }

@media (max-width: 767.98px) {
  .user-search {
    margin-right: 0;
    position: absolute;
    right: 20px; } }

.user-search svg {
  width: 23px;
  max-height: 23px;
  transition: .2s all ease; }
  @media (min-width: 992px) {
    .user-search svg:hover, .user-search svg:focus, .user-search svg:active {
      cursor: pointer;
      transform: translateY(-3px);
      fill: #A86A3B; } }
  @media (max-width: 767.98px) {
    .user-search svg {
      fill: #fff;
      width: 26px;
      max-height: 26px; } }

@media (max-width: 767.98px) {
  .header-bottom-part {
    position: relative;
    height: 32px;
    z-index: 2;
    background-color: #000000; } }

.header-bottom-part .novelties {
  font-size: 14px;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .header-bottom-part .novelties {
      font-size: 13px; } }
  .header-bottom-part .novelties a {
    text-decoration: none;
    transition: .2s color ease; }
    .header-bottom-part .novelties a:hover, .header-bottom-part .novelties a:focus, .header-bottom-part .novelties a:active {
      text-decoration: none; }
      @media (min-width: 992px) {
        .header-bottom-part .novelties a:hover, .header-bottom-part .novelties a:focus, .header-bottom-part .novelties a:active {
          font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          color: #A86A3B; } }

.header-bottom-part .header-links {
  margin: 0; }
  @media (max-width: 767.98px) {
    .header-bottom-part .header-links {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; } }
  .header-bottom-part .header-links li {
    display: inline-block; }
    @media (min-width: 992px) {
      .header-bottom-part .header-links li {
        text-align: center;
        min-width: 103px; } }
    .header-bottom-part .header-links li:not(:last-child) {
      margin-right: 42px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .header-bottom-part .header-links li:not(:last-child) {
          margin-right: 10px; } }
      @media (max-width: 991.98px) {
        .header-bottom-part .header-links li:not(:last-child) {
          margin-right: 24px; } }
      @media (max-width: 767.98px) {
        .header-bottom-part .header-links li:not(:last-child) {
          margin-right: 0; } }
  .header-bottom-part .header-links li a {
    display: inline-block;
    position: relative;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .header-bottom-part .header-links li a {
        font-size: 13px; } }
    @media (max-width: 767.98px) {
      .header-bottom-part .header-links li a {
        font-size: 12px;
        color: #fff;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } }
    @media (max-width: 340px) {
      .header-bottom-part .header-links li a {
        font-size: 11px; } }
    @media (min-width: 992px) {
      .header-bottom-part .header-links li a:hover, .header-bottom-part .header-links li a:focus, .header-bottom-part .header-links li a:active {
        color: #A86A3B;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } }

@media (min-width: 992px) {
  .header-bottom-part #linksNavBottom {
    margin-left: 70px; } }

@media (min-width: 992px) and (max-width: 1239.98px) {
  .header-bottom-part #linksNavBottom {
    margin-left: 30px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-bottom-part #linksNavBottom {
    margin-left: 0; } }

@media (max-width: 767.98px) {
  .header-bottom-part #linksNavBottom {
    width: 100%; } }

header#mainHeader.scrolled {
  position: fixed;
  left: 0;
  right: 0;
  padding-bottom: 0;
  height: 80px;
  min-height: 0; }
  header#mainHeader.scrolled.slide-down {
    animation: slide-down 0.3s both; }
  header#mainHeader.scrolled.slide-up {
    animation: slide-up 0.3s both; }
  @media (max-width: 767.98px) {
    header#mainHeader.scrolled {
      position: absolute;
      height: auto;
      animation: none !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    header#mainHeader.scrolled {
      height: 100px; } }
  @media (min-width: 768px) {
    header#mainHeader.scrolled {
      animation: slide-down 0.3s; }
      header#mainHeader.scrolled .header-signet,
      header#mainHeader.scrolled .header-logo,
      header#mainHeader.scrolled .top-header-bar {
        display: none; } }
  header#mainHeader.scrolled .header-content {
    padding-bottom: 0;
    height: 100%; }
    @media (min-width: 768px) {
      header#mainHeader.scrolled .header-content .container,
      header#mainHeader.scrolled .header-content .container-fluid,
      header#mainHeader.scrolled .header-content .container-sm,
      header#mainHeader.scrolled .header-content .container-md,
      header#mainHeader.scrolled .header-content .container-lg,
      header#mainHeader.scrolled .header-content .container-xl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 100%; } }
  header#mainHeader.scrolled .header-top-part {
    margin: auto 0;
    -ms-flex-align: center !important;
        align-items: center !important; }
    @media (min-width: 768px) {
      header#mainHeader.scrolled .header-top-part {
        height: 100%; } }
    @media (max-width: 767.98px) {
      header#mainHeader.scrolled .header-top-part {
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: 100%; } }
  @media (min-width: 992px) {
    header#mainHeader.scrolled .header-bottom-part {
      transform: translateY(-1px); } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    header#mainHeader.scrolled .header-bottom-part {
      -ms-flex-direction: column !important;
          flex-direction: column !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    header#mainHeader.scrolled .header-bottom-part #linksNavBottom {
      margin-top: 15px; } }
  header#mainHeader.scrolled .header-user-actions {
    padding: 0; }
    @media (max-width: 767.98px) {
      header#mainHeader.scrolled .header-user-actions {
        height: 100%; } }
    header#mainHeader.scrolled .header-user-actions .user-profil svg {
      margin-bottom: 0;
      width: 24px;
      max-height: 23px; }
    header#mainHeader.scrolled .header-user-actions .user-name {
      display: none; }
    header#mainHeader.scrolled .header-user-actions .user-shopping-cart .shopping-cart-value {
      padding-top: 6px; }
  @media (min-width: 1024px) and (max-height: 660px) {
    header#mainHeader.scrolled #menuBurger.active {
      max-height: calc(100vh - 80px);
      height: calc(100vh - 80px); } }
  @media (min-width: 768px) and (max-width: 1024px) {
    header#mainHeader.scrolled #menuBurger.active {
      max-height: calc(100vh - 80px);
      height: calc(100vh - 80px); } }

#main-menu {
  margin-right: 70px; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    #main-menu {
      margin-right: 45px; } }
  @media (max-width: 991.98px) {
    #main-menu {
      margin-right: 22px; } }
  @media (max-width: 767.98px) {
    #main-menu {
      margin-right: 0; } }
  @media (min-width: 992px) {
    #main-menu .menu-toggler {
      min-width: 107px; } }
  @media (max-width: 767.98px) {
    #main-menu .menu-toggler {
      padding-top: 1px; } }
  #main-menu .menu-toggler #menuClose {
    display: inline-block;
    width: 19px;
    max-height: 19px;
    height: 19px;
    transform: translateY(-1px); }
    #main-menu .menu-toggler #menuClose path {
      transform: translate(0) rotate(0);
      opacity: 1;
      transition: all .2s ease; }
    #main-menu .menu-toggler #menuClose.active g path:first-child {
      transform: translate(4px, -2px) rotate(51deg); }
    #main-menu .menu-toggler #menuClose.active g path:nth-child(2) {
      transform: translate(0) rotate(0deg);
      opacity: 0; }
    #main-menu .menu-toggler #menuClose.active g path:last-child {
      transform: translate(-6px, 8px) rotate(-58deg); }
    @media (max-width: 767.98px) {
      #main-menu .menu-toggler #menuClose {
        width: 24px;
        max-height: 17px;
        fill: #fff;
        transform: translateY(0); } }
  #main-menu .menu-toggler #menuOpen {
    display: none;
    width: 19px;
    max-height: 16px; }
    @media (max-width: 767.98px) {
      #main-menu .menu-toggler #menuOpen {
        width: 24px;
        max-height: 17px;
        fill: #fff; } }
  #main-menu .menu-toggler > span {
    padding-left: 10px;
    font-size: 14px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    line-height: 1;
    transition: .2s color ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #main-menu .menu-toggler > span {
        font-size: 13px; } }
    @media (max-width: 767.98px) {
      #main-menu .menu-toggler > span {
        font-size: 11px;
        text-transform: initial;
        color: #fff;
        padding-left: 0;
        margin-top: 3px; } }
  @media (min-width: 992px) {
    #main-menu .menu-toggler:hover, #main-menu .menu-toggler:focus, #main-menu .menu-toggler:active {
      cursor: pointer; }
      #main-menu .menu-toggler:hover svg, #main-menu .menu-toggler:focus svg, #main-menu .menu-toggler:active svg {
        fill: #A86A3B; }
      #main-menu .menu-toggler:hover > span, #main-menu .menu-toggler:focus > span, #main-menu .menu-toggler:active > span {
        color: #A86A3B; } }

header .user-profil .dropdown-toggle:after {
  display: none; }

header .user-profil .dropdown-menu {
  padding: 0;
  top: 38px !important;
  border-radius: 0;
  border: 1px solid #000000; }
  header .user-profil .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 9px 8.5px;
    border-color: transparent transparent #000000 transparent; }

header .user-profil .dropdown-menu-center {
  right: auto;
  left: 50% !important;
  transform: translateX(-50%) !important; }

header .user-profil .dropdown-item {
  padding: 8px 16px;
  padding: 8px 1rem;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  text-align: center; }
  header .user-profil .dropdown-item:first-child {
    background-color: #000000;
    color: #fff; }
  header .user-profil .dropdown-item:hover {
    text-decoration: underline; }
  @media (max-width: 991.98px) {
    header .user-profil .dropdown-item {
      font-size: 18px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding: 8px 1.2rem; } }

@media (max-width: 991.98px) {
  #mainHeader .user-profil .dropdown-menu:after {
    left: auto;
    right: 58px;
    transform: translateX(0); } }

@media (max-width: 991.98px) {
  #mainHeader .user-profil .dropdown-menu-center {
    right: 55px !important;
    left: auto !important;
    transform: translateX(50%) !important; }
    #mainHeader .user-profil .dropdown-menu-center.without-panier {
      right: 82px !important; }
      #mainHeader .user-profil .dropdown-menu-center.without-panier:after {
        right: 31px; } }

@keyframes slide-down {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes slide-up {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

#scrollingText {
  position: relative;
  width: 100%;
  background-color: #F9F8F6;
  z-index: -1; }
  @media (max-width: 767.98px) {
    #scrollingText .container {
      padding: 0; } }
  #mainHeader.scrolled #scrollingText {
    opacity: 0;
    pointer-events: none; }
  #scrollingText .marquee {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    gap: var(--marquee-gap);
    -webkit-mask-image: linear-gradient(to right, transparent, #F9F8F6 5rem, #F9F8F6 calc(100% - 5rem), transparent);
            mask-image: linear-gradient(to right, transparent, #F9F8F6 5rem, #F9F8F6 calc(100% - 5rem), transparent);
    background: radial-gradient(circle, rgba(128, 127, 127, 0.3) 0%, #f9f8f6 100%);
    --marquee-gap: 8px;
    --marquee-gap: .5rem; }
    #scrollingText .marquee:hover .marquee-content {
      animation-play-state: paused; }
    @media (max-width: 767.98px) {
      #scrollingText .marquee {
        -webkit-mask-image: linear-gradient(to right, transparent, #F9F8F6 3rem, #F9F8F6 calc(100% - 3rem), transparent);
                mask-image: linear-gradient(to right, transparent, #F9F8F6 3rem, #F9F8F6 calc(100% - 3rem), transparent); } }
  #scrollingText .marquee-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: var(--marquee-gap);
    min-width: 100%;
    height: 30px;
    animation: marquee-scroll 40s linear infinite; }
    #scrollingText .marquee-content p {
      margin: 0;
      font-size: 12px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #000000; }
      @media (max-width: 767.98px) {
        #scrollingText .marquee-content p {
          font-size: 10px; } }
      #scrollingText .marquee-content p > span {
        display: inline-block;
        font-size: 15px;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          #scrollingText .marquee-content p > span {
            font-size: 12px; } }

@keyframes marquee-scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(calc(-100% - var(--marquee-gap))); } }

#footer {
  z-index: 1; }
  #footer.portail .footer-reassurances {
    background-color: #fff; }
  #footer.portail .footer-all-content {
    background-color: #000000; }

.footer-reassurances {
  overflow: hidden;
  background-color: transparent; }
  .footer-reassurances.bg-white {
    background-color: #fff; }
  .footer-reassurances .wrapper-reassurances {
    padding: 45px 0 30px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-reassurances .wrapper-reassurances {
        padding: 28px 0; } }
    @media (max-width: 767.98px) {
      .footer-reassurances .wrapper-reassurances {
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 42px 0 31px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0; } }
    @media (max-width: 575.98px) {
      .footer-reassurances .wrapper-reassurances {
        padding-left: 10px;
        padding-right: 10px; } }
  .footer-reassurances .reassurance {
    position: relative; }
    @media (max-width: 767.98px) {
      .footer-reassurances .reassurance {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        max-width: 138px; } }
    @media (max-width: 575.98px) {
      .footer-reassurances .reassurance {
        max-width: 105px;
        padding: 0 10px !important; } }
    @media (min-width: 992px) {
      .footer-reassurances .reassurance:hover, .footer-reassurances .reassurance:focus, .footer-reassurances .reassurance:active {
        text-decoration: none;
        cursor: default; } }
  .footer-reassurances .icon-reassurance {
    margin-bottom: 10px;
    text-align: center; }
    .footer-reassurances .icon-reassurance svg, .footer-reassurances .icon-reassurance img {
      max-height: 40px;
      max-width: 40px;
      transition: .2s fill ease; }
  .footer-reassurances .libelle-reassurance {
    display: block;
    font-size: 13px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: .2s color ease; }
    @media (max-width: 575.98px) {
      .footer-reassurances .libelle-reassurance {
        font-size: 11px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .footer-reassurances .libelle-reassurance {
        font-size: 11px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-reassurances .libelle-reassurance {
        font-size: 12px; } }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .footer-reassurances .libelle-reassurance {
        font-size: 13px; } }
    @media (min-width: 1240px) {
      .footer-reassurances .libelle-reassurance {
        font-size: 13px; } }

.footer-main-content {
  padding: 34px 0 44px;
  background-color: #000000; }
  .footer-main-content [class^='col'] {
    text-align: center; }
  @media (max-width: 767.98px) {
    .footer-main-content .wrapper-main-content > div > div {
      border-bottom: 1px solid #3C3C3A; } }
  .footer-main-content .col-illustration {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 8px;
    min-height: 125px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .footer-main-content .col-illustration {
        min-height: 104px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-main-content .col-illustration {
        min-height: 74px; } }
    @media (max-width: 767.98px) {
      .footer-main-content .col-illustration {
        margin-bottom: 18px;
        min-height: auto; } }
    .footer-main-content .col-illustration > img {
      width: 100%; }
  .footer-main-content .col-title, .footer-main-content .footer-bottom-content .become-ambassador a, .footer-bottom-content .become-ambassador .footer-main-content a {
    margin-bottom: 22px; }
    .footer-main-content .col-title button, .footer-main-content .footer-bottom-content .become-ambassador a button, .footer-bottom-content .become-ambassador .footer-main-content a button {
      width: 100%;
      font-size: 25px;
      font-family: "grand_aventureregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1.25;
      border: none;
      background: transparent;
      color: #CFA68D; }
      .footer-main-content .col-title button:hover, .footer-main-content .footer-bottom-content .become-ambassador a button:hover, .footer-bottom-content .become-ambassador .footer-main-content a button:hover, .footer-main-content .col-title button:focus, .footer-main-content .footer-bottom-content .become-ambassador a button:focus, .footer-bottom-content .become-ambassador .footer-main-content a button:focus, .footer-main-content .col-title button:active, .footer-main-content .footer-bottom-content .become-ambassador a button:active, .footer-bottom-content .become-ambassador .footer-main-content a button:active {
        cursor: default;
        outline: none; }
      @media (min-width: 992px) {
        .footer-main-content .col-title button, .footer-main-content .footer-bottom-content .become-ambassador a button, .footer-bottom-content .become-ambassador .footer-main-content a button {
          pointer-events: none; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .footer-main-content .col-title button, .footer-main-content .footer-bottom-content .become-ambassador a button, .footer-bottom-content .become-ambassador .footer-main-content a button {
          padding: 0;
          font-size: 22px; } }
      @media (max-width: 767.98px) {
        .footer-main-content .col-title button, .footer-main-content .footer-bottom-content .become-ambassador a button, .footer-bottom-content .become-ambassador .footer-main-content a button {
          display: block;
          padding: 12px 10px;
          width: 100%; }
          .footer-main-content .col-title button:after, .footer-main-content .footer-bottom-content .become-ambassador a button:after, .footer-bottom-content .become-ambassador .footer-main-content a button:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            background: url(../image/svg/interactions/arrow-footer-bottom.svg) no-repeat center;
            background-size: contain;
            pointer-events: none;
            transition: .3s transform ease; }
          .footer-main-content .col-title button[aria-expanded="true"]:after, .footer-main-content .footer-bottom-content .become-ambassador a button[aria-expanded="true"]:after, .footer-bottom-content .become-ambassador .footer-main-content a button[aria-expanded="true"]:after {
            transform: translateY(-50%) rotate(180deg); } }
    @media (max-width: 767.98px) {
      .footer-main-content .col-title, .footer-main-content .footer-bottom-content .become-ambassador a, .footer-bottom-content .become-ambassador .footer-main-content a {
        position: relative;
        margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .footer-main-content .col-content > div {
      padding-top: 15px;
      padding-bottom: 35px; } }
  @media (min-width: 768px) {
    .footer-main-content .collapse {
      display: block;
      height: auto !important;
      visibility: visible; }
    .footer-main-content .collapsing {
      position: relative;
      height: unset !important;
      overflow: hidden; } }
  .footer-main-content .white-text {
    display: block;
    font-size: 14px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.28;
    color: #fff; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-main-content .white-text {
        font-size: 12px;
        line-height: 1.3333333333; } }
  .footer-main-content .camel-text {
    display: block;
    font-size: 12px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.45;
    color: #CFA68D; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-main-content .camel-text {
        font-size: 9px;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  .footer-main-content .trademark {
    top: -.1em;
    font-size: 11px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-main-content .trademark {
        top: -.7em;
        font-size: 7px; } }
  .footer-main-content .col-flag {
    width: 80px;
    height: 6px; }
  .footer-main-content .col-follow-us ul {
    margin: 0;
    padding: 0;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto; }
  .footer-main-content .col-follow-us li {
    display: inline-block;
    margin: 5px 5px;
    padding: 0;
    list-style-type: none; }
  .footer-main-content .col-follow-us a:hover svg,
  .footer-main-content .col-follow-us a:hover svg *, .footer-main-content .col-follow-us a:focus svg,
  .footer-main-content .col-follow-us a:focus svg *, .footer-main-content .col-follow-us a:active svg,
  .footer-main-content .col-follow-us a:active svg * {
    fill: #CFA68D; }
  .footer-main-content .col-follow-us svg {
    width: 35px;
    height: 35px;
    fill: #fff;
    transition: .2s fill ease; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-main-content .col-follow-us svg {
        width: 24px;
        height: 24px; } }
  .footer-main-content .phone-number {
    display: block;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.45;
    color: #fff; }
    @media (max-width: 767.98px) {
      .footer-main-content .phone-number {
        font-size: 18px; } }
  .footer-main-content .webshop p {
    font-size: 10px;
    margin-top: 15px; }
  .footer-main-content .webshop .blasons img {
    top: 5px;
    margin-left: 7px;
    margin-right: 7px;
    max-width: 130px;
    max-height: 130px; }
    @media (max-width: 767.98px) {
      .footer-main-content .webshop .blasons img {
        max-width: 160px;
        max-height: 160px; } }

.footer-bottom-content {
  background-color: #F9F8F6;
  padding-top: 44px; }
  @media (max-width: 991.98px) {
    .footer-bottom-content {
      padding-top: 25px; } }
  .footer-bottom-content .col-title, .footer-bottom-content .become-ambassador a {
    font-size: 15px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media (max-width: 1239.98px) {
      .footer-bottom-content .col-title, .footer-bottom-content .become-ambassador a {
        margin-bottom: 25px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-bottom-content .col-title, .footer-bottom-content .become-ambassador a {
        font-size: 12px; } }
    @media (max-width: 767.98px) {
      .footer-bottom-content .col-title, .footer-bottom-content .become-ambassador a {
        text-align: center; } }
  .footer-bottom-content .separator {
    margin-bottom: 25px;
    line-height: 0; }
    .footer-bottom-content .separator svg {
      width: 120px;
      height: 1px;
      fill: #2b2e34; }
  .footer-bottom-content .categories a {
    font-size: 12px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-bottom-content .categories a {
        font-size: 10px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .footer-bottom-content .categories li {
      line-height: 1.2; } }
  .footer-bottom-content .catalogs {
    margin-bottom: 25px;
    padding-top: 8px; }
  .footer-bottom-content .catalogs > a {
    text-decoration: none; }
    .footer-bottom-content .catalogs > a:not(:first-child) {
      margin-left: 26px; }
      @media (max-width: 991.98px) {
        .footer-bottom-content .catalogs > a:not(:first-child) {
          margin-left: 19px; } }
    .footer-bottom-content .catalogs > a img {
      max-width: 128px;
      transition: .2s transform ease; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .footer-bottom-content .catalogs > a img {
          max-width: 98px; } }
    .footer-bottom-content .catalogs > a:hover, .footer-bottom-content .catalogs > a:focus, .footer-bottom-content .catalogs > a:active {
      text-decoration: none; }
      .footer-bottom-content .catalogs > a:hover img, .footer-bottom-content .catalogs > a:focus img, .footer-bottom-content .catalogs > a:active img {
        transform: scale(1.02) translateY(3px); }
  .footer-bottom-content .kiosque-link {
    margin-bottom: 15px; }
  .footer-bottom-content .receive-newsletters a,
  .footer-bottom-content .kiosque-link a,
  .footer-bottom-content .advantages a {
    font-size: 12px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-bottom-content .receive-newsletters a,
      .footer-bottom-content .kiosque-link a,
      .footer-bottom-content .advantages a {
        font-size: 10px; } }
  .footer-bottom-content .payment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767.98px) {
      .footer-bottom-content .payment {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center; } }
    .footer-bottom-content .payment > img {
      margin-right: 16px; }
      @media (max-width: 767.98px) {
        .footer-bottom-content .payment > img {
          margin-bottom: 5px;
          margin-right: 0; }
          .footer-bottom-content .payment > img:not(:first-child) {
            margin-left: 16px; } }
  .footer-bottom-content .knowmore-button {
    font-size: 12px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: underline;
    margin-left: 4px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-bottom-content .knowmore-button {
        font-size: 10px; } }
    @media (max-width: 991.98px) {
      .footer-bottom-content .knowmore-button {
        margin-left: 0; } }
  @media (max-width: 767.98px) {
    .footer-bottom-content .footer-buttons {
      margin-bottom: 50px;
      text-align: center; }
      .footer-bottom-content .footer-buttons .btn {
        padding: 12px 13px 11px;
        width: 250px;
        max-width: 100%;
        font-size: 15px;
        line-height: 1; }
      .footer-bottom-content .footer-buttons .btn:not(:last-child) {
        margin-bottom: 18px; } }
  .footer-bottom-content .wrapper-left-part {
    padding: 0 15px 55px 30px; }
    @media (max-width: 1239.98px) {
      .footer-bottom-content .wrapper-left-part {
        padding: 0 15px 55px 15px; } }
    @media (max-width: 991.98px) {
      .footer-bottom-content .wrapper-left-part {
        padding: 0;
        padding-bottom: 35px; } }
  .footer-bottom-content .actu-thiriet {
    margin-bottom: 30px; }
    @media (max-width: 1239.98px) {
      .footer-bottom-content .actu-thiriet {
        margin-bottom: 50px; } }
    @media (max-width: 991.98px) {
      .footer-bottom-content .actu-thiriet {
        margin-bottom: 35px; }
        .footer-bottom-content .actu-thiriet .links-separator ul li {
          padding: 0 7px; } }
    @media (max-width: 991.98px) and (max-width: 320px) {
      .footer-bottom-content .actu-thiriet .links-separator ul li {
        padding: 0 15px; } }
    @media (max-width: 991.98px) {
          .footer-bottom-content .actu-thiriet .links-separator ul li:last-child {
            padding-right: 7px; } }
      @media (max-width: 991.98px) and (max-width: 320px) {
        .footer-bottom-content .actu-thiriet .links-separator ul li:last-child {
          padding-right: 15px; } }
    @media (max-width: 991.98px) {
          .footer-bottom-content .actu-thiriet .links-separator ul li:not(:last-child) a:after {
            right: -8px; } }
      @media (max-width: 991.98px) and (max-width: 320px) {
        .footer-bottom-content .actu-thiriet .links-separator ul li:not(:last-child) a:after {
          right: -15px; } }
  .footer-bottom-content .actualites-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 991.98px) {
      .footer-bottom-content .actualites-items {
        margin-bottom: 10px; } }
    .footer-bottom-content .actualites-items .kiosque-shelves {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      @media (min-width: 1240px) {
        .footer-bottom-content .actualites-items .kiosque-shelves {
          margin-right: -25px; } }
      @media (max-width: 1239.98px) {
        .footer-bottom-content .actualites-items .kiosque-shelves {
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
      .footer-bottom-content .actualites-items .kiosque-shelves .book {
        border: 0; }
    .footer-bottom-content .actualites-items .item {
      display: -ms-flexbox;
      display: flex;
      width: 33.33333%;
      z-index: 2;
      text-decoration: none; }
      @media (max-width: 1239.98px) {
        .footer-bottom-content .actualites-items .item {
          width: auto; } }
      @media (max-width: 767.98px) {
        .footer-bottom-content .actualites-items .item {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          -ms-flex-pack: end;
              justify-content: end;
          -ms-flex-align: center;
              align-items: center; } }
      @media (max-width: 575.98px) {
        .footer-bottom-content .actualites-items .item {
          width: 29%; } }
      .footer-bottom-content .actualites-items .item:hover p:not(.bold) {
        text-decoration: underline; }
      .footer-bottom-content .actualites-items .item.has-tags > div .bold {
        margin-bottom: 0; }
      .footer-bottom-content .actualites-items .item > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-direction: column;
            flex-direction: column; }
        @media (max-width: 767.98px) {
          .footer-bottom-content .actualites-items .item > div {
            -ms-flex-align: center;
                align-items: center; } }
        .footer-bottom-content .actualites-items .item > div:first-child {
          position: relative;
          margin-right: 13px; }
          @media (max-width: 767.98px) {
            .footer-bottom-content .actualites-items .item > div:first-child {
              margin-right: 0; } }
        .footer-bottom-content .actualites-items .item > div .tags-item {
          display: block;
          margin-bottom: 9px;
          margin-top: 3px;
          transform: rotate(0.03deg); }
          .footer-bottom-content .actualites-items .item > div .tags-item span {
            font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 12px;
            padding: 2px 5px;
            background-color: #000000;
            color: #fff; }
            @media (max-width: 575.98px) {
              .footer-bottom-content .actualites-items .item > div .tags-item span {
                font-size: 11px; } }
        .footer-bottom-content .actualites-items .item > div p {
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 12px;
          line-height: 1.1; }
          @media (max-width: 575.98px) {
            .footer-bottom-content .actualites-items .item > div p {
              font-size: 11px; } }
        .footer-bottom-content .actualites-items .item > div .bold {
          font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          line-height: 1.2;
          transform: rotate(0.03deg); }
          @media (max-width: 767.98px) {
            .footer-bottom-content .actualites-items .item > div .bold {
              text-align: center; } }
        .footer-bottom-content .actualites-items .item > div p:last-child {
          margin-bottom: 20px; }
          @media (max-width: 767.98px) {
            .footer-bottom-content .actualites-items .item > div p:last-child {
              display: none; } }
      .footer-bottom-content .actualites-items .item.footer-actualite-item div > img {
        max-width: 90px;
        border: 1px solid #D1D1D1; }
      .footer-bottom-content .actualites-items .item.footer-actualite-item p.bold {
        margin-bottom: 8px; }
  .footer-bottom-content .links-separator ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    @media (max-width: 320px) {
      .footer-bottom-content .links-separator ul {
        -ms-flex-pack: center;
            justify-content: center; } }
    .footer-bottom-content .links-separator ul:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      height: 1px;
      background: url(../image/layout/footer/separator.svg) repeat-x; }
      @media (max-width: 767.98px) {
        .footer-bottom-content .links-separator ul:before {
          display: none; } }
  .footer-bottom-content .links-separator ul li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
    background-color: #F9F8F6; }
    @media (max-width: 767.98px) {
      .footer-bottom-content .links-separator ul li {
        margin: auto; } }
    .footer-bottom-content .links-separator ul li:first-child {
      padding-left: 0; }
    .footer-bottom-content .links-separator ul li:last-child {
      padding-right: 15px; }
    .footer-bottom-content .links-separator ul li:not(:last-child) a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -11px;
      transform: translateY(-50%);
      width: 1px;
      height: 7px;
      background-color: currentColor;
      pointer-events: none;
      z-index: 2; }
      @media (max-width: 767.98px) {
        .footer-bottom-content .links-separator ul li:not(:last-child) a:after {
          right: -15px !important; } }
  .footer-bottom-content .links-separator a {
    display: block;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    position: relative; }
    @media (max-width: 991.98px) {
      .footer-bottom-content .links-separator a {
        font-size: 11px; } }
    @media (max-width: 320px) {
      .footer-bottom-content .links-separator a {
        text-align: center; } }
    @media (min-width: 321px) {
      .footer-bottom-content .links-separator a .extrasmall-only {
        display: none; } }
  .footer-bottom-content .kiosque-shelves .book:before,
  .footer-bottom-content .kiosque-shelves .item > div:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: -21px;
    bottom: -15px;
    width: 56px;
    background: url(../image/pages/kiosque/ombre-th-3.png) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
    display: block !important; }
  .footer-bottom-content .kiosque-shelves .book.footer-book img {
    max-height: 118px;
    max-width: 90px; }
  .footer-bottom-content .kiosque-shelves .book {
    width: auto; }
  .footer-bottom-content .kiosque-shelves .shelf {
    margin-left: -30px;
    margin-right: -10px;
    width: calc(100% + 40px);
    z-index: 0;
    margin-top: -10px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .footer-bottom-content .kiosque-shelves .shelf {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-bottom-content .kiosque-shelves .shelf {
        margin-bottom: 0; } }
    @media (max-width: 991.98px) {
      .footer-bottom-content .kiosque-shelves .shelf {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      .footer-bottom-content .kiosque-shelves .shelf {
        margin-top: -6px; } }
  .footer-bottom-content .derniers-magazine .kiosque-shelves {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 1239.98px) {
      .footer-bottom-content .derniers-magazine .kiosque-shelves {
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }
    @media (max-width: 991.98px) {
      .footer-bottom-content .derniers-magazine .kiosque-shelves {
        margin-bottom: 10px; } }
    @media (min-width: 1240px) {
      .footer-bottom-content .derniers-magazine .kiosque-shelves .shelf {
        margin-right: -35px;
        width: calc(100% + 65px); } }
  @media (max-width: 575.98px) {
    .footer-bottom-content .derniers-magazine .book {
      max-width: 29%; } }
  .footer-bottom-content .derniers-magazine .book > a > img {
    max-height: 118px;
    max-width: 90px; }
  .footer-bottom-content .video-part-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 30px 55px 50px;
    height: 100%; }
    @media (max-width: 1239.98px) {
      .footer-bottom-content .video-part-footer {
        padding: 0 15px 55px 15px; } }
    @media (max-width: 991.98px) {
      .footer-bottom-content .video-part-footer {
        -ms-flex: 1 50%;
            flex: 1 50%;
        padding: 0;
        padding-bottom: 30px; } }
    .footer-bottom-content .video-part-footer .col-title, .footer-bottom-content .video-part-footer .become-ambassador a, .footer-bottom-content .become-ambassador .video-part-footer a {
      margin-bottom: 20px; }
  @media (max-width: 1239.98px) {
    .footer-bottom-content .wrapper-video-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) and (max-width: 1239.98px) {
    .footer-bottom-content .wrapper-video-footer {
      margin-left: -25px; } }
  @media (max-width: 767.98px) {
    .footer-bottom-content .wrapper-video-footer {
      -ms-flex-pack: center;
          justify-content: center; } }
  @media (min-width: 992px) {
    .footer-bottom-content .wrapper-video-footer .item-video:not(:last-child) {
      margin-bottom: 35px; } }
  @media (max-width: 991.98px) {
    .footer-bottom-content .wrapper-video-footer .item-video {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 1239.98px) {
    .footer-bottom-content .wrapper-video-footer .item-video {
      margin-left: 25px;
      width: calc(25% - 25px); } }
  @media (max-width: 767.98px) {
    .footer-bottom-content .wrapper-video-footer .item-video {
      margin-left: 25px;
      max-width: 50%; } }
  .footer-bottom-content .wrapper-video-footer .item-video a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 768px) and (max-width: 1239.98px) {
      .footer-bottom-content .wrapper-video-footer .item-video a {
        display: block; } }
    @media (max-width: 767.98px) {
      .footer-bottom-content .wrapper-video-footer .item-video a {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        height: 100%;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .footer-bottom-content .wrapper-video-footer .item-video .video {
    position: relative;
    width: 155px;
    min-width: 155px; }
    @media (min-width: 768px) and (max-width: 1239.98px) {
      .footer-bottom-content .wrapper-video-footer .item-video .video {
        width: 100%;
        margin-bottom: 10px; } }
    @media (max-width: 320px) {
      .footer-bottom-content .wrapper-video-footer .item-video .video {
        width: 120px;
        min-width: 120px; } }
    .footer-bottom-content .wrapper-video-footer .item-video .video .ombre-video {
      position: absolute;
      bottom: -7px;
      left: 0;
      right: 0;
      pointer-events: none; }
      @media (max-width: 320px) {
        .footer-bottom-content .wrapper-video-footer .item-video .video .ombre-video {
          width: 100%; } }
    .footer-bottom-content .wrapper-video-footer .item-video .video .img-fluid {
      position: relative;
      z-index: 1; }
  .footer-bottom-content .wrapper-video-footer .item-video .title-video {
    display: block;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    font-size: 12px;
    color: #000000;
    padding-left: 15px; }
    @media (max-width: 1239.98px) {
      .footer-bottom-content .wrapper-video-footer .item-video .title-video {
        padding: 0; } }
    @media (max-width: 767.98px) {
      .footer-bottom-content .wrapper-video-footer .item-video .title-video {
        text-align: center;
        margin-bottom: 10px; } }
  .footer-bottom-content .wrapper-video-footer .item-video.hover-player .player-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 39px;
    height: 39px;
    transform: translate(-50%, -50%);
    z-index: 2; }
  .footer-bottom-content .wrapper-video-footer .item-video.hover-player .player-icon img {
    display: block;
    position: absolute;
    width: 39px;
    height: 39px;
    transition: .3s all ease; }
    .footer-bottom-content .wrapper-video-footer .item-video.hover-player .player-icon img:first-child {
      opacity: 1; }
    .footer-bottom-content .wrapper-video-footer .item-video.hover-player .player-icon img:last-child {
      opacity: 0; }
  .footer-bottom-content .wrapper-video-footer .item-video.hover-player .player-icon.invert img:first-child {
    opacity: 0; }
  .footer-bottom-content .wrapper-video-footer .item-video.hover-player .player-icon.invert img:last-child {
    opacity: 1; }
  @media (min-width: 992px) {
    .footer-bottom-content .wrapper-video-footer .item-video.hover-player:hover .player-icon img:first-child, .footer-bottom-content .wrapper-video-footer .item-video.hover-player:focus .player-icon img:first-child, .footer-bottom-content .wrapper-video-footer .item-video.hover-player:active .player-icon img:first-child {
      opacity: 0; }
    .footer-bottom-content .wrapper-video-footer .item-video.hover-player:hover .player-icon img:last-child, .footer-bottom-content .wrapper-video-footer .item-video.hover-player:focus .player-icon img:last-child, .footer-bottom-content .wrapper-video-footer .item-video.hover-player:active .player-icon img:last-child {
      opacity: 1; }
    .footer-bottom-content .wrapper-video-footer .item-video.hover-player:hover .player-icon.invert img:first-child, .footer-bottom-content .wrapper-video-footer .item-video.hover-player:focus .player-icon.invert img:first-child, .footer-bottom-content .wrapper-video-footer .item-video.hover-player:active .player-icon.invert img:first-child {
      opacity: 1; }
    .footer-bottom-content .wrapper-video-footer .item-video.hover-player:hover .player-icon.invert img:last-child, .footer-bottom-content .wrapper-video-footer .item-video.hover-player:focus .player-icon.invert img:last-child, .footer-bottom-content .wrapper-video-footer .item-video.hover-player:active .player-icon.invert img:last-child {
      opacity: 0; } }
  .footer-bottom-content .encart-footer {
    background-color: #fff;
    padding: 35px 30px 30px;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .footer-bottom-content .encart-footer {
        padding: 25px;
        margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .footer-bottom-content .encart-footer {
        text-align: center; } }
    .footer-bottom-content .encart-footer .col-title, .footer-bottom-content .encart-footer .become-ambassador a, .footer-bottom-content .become-ambassador .encart-footer a {
      margin-bottom: 5px; }
    .footer-bottom-content .encart-footer ul {
      margin-bottom: 3px;
      margin-left: -5px; }
      @media (max-width: 991.98px) {
        .footer-bottom-content .encart-footer ul {
          margin-bottom: 0px; } }
      .footer-bottom-content .encart-footer ul li {
        display: inline-block;
        padding: 0 6px;
        line-height: 1; }
        .footer-bottom-content .encart-footer ul li:not(:last-child) a:after {
          content: '';
          position: absolute;
          top: 50%;
          right: -7px;
          transform: translateY(-50%);
          width: 1px;
          height: 7px;
          background-color: currentColor;
          pointer-events: none; }
      .footer-bottom-content .encart-footer ul a {
        position: relative;
        font-size: 12px;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1;
        color: currentColor; }
        @media (max-width: 991.98px) {
          .footer-bottom-content .encart-footer ul a {
            font-size: 11px; } }
    .footer-bottom-content .encart-footer .first-row {
      display: -ms-flexbox;
      display: flex; }
      .footer-bottom-content .encart-footer .first-row .services-footer {
        padding-right: 10px; }
      .footer-bottom-content .encart-footer .first-row .services-footer, .footer-bottom-content .encart-footer .first-row .privilege-footer, .footer-bottom-content .encart-footer .first-row .produits-footer, .footer-bottom-content .encart-footer .first-row .bonheur-footer {
        margin-bottom: 25px; }
      .footer-bottom-content .encart-footer .first-row .payment {
        margin-top: 8px; }
        .footer-bottom-content .encart-footer .first-row .payment .cb {
          width: 33px;
          height: 22px;
          margin-right: 20px; }
        .footer-bottom-content .encart-footer .first-row .payment .mastercard {
          width: 31px;
          height: 20px; }
        .footer-bottom-content .encart-footer .first-row .payment .visa {
          width: 36px;
          height: 14px; }
        .footer-bottom-content .encart-footer .first-row .payment .tr {
          width: 44px;
          height: 23px;
          margin-right: 23px; }
        .footer-bottom-content .encart-footer .first-row .payment .cheque {
          width: 33px;
          height: 20px;
          margin-right: 17px; }
        .footer-bottom-content .encart-footer .first-row .payment .especes {
          width: 20px;
          height: 20px;
          margin-right: 17px; }
    .footer-bottom-content .encart-footer .recompenses {
      padding: 0 30px; }
      @media (max-width: 1239.98px) {
        .footer-bottom-content .encart-footer .recompenses {
          padding: 0; } }
      @media (max-width: 991.98px) {
        .footer-bottom-content .encart-footer .recompenses {
          margin-top: 25px; } }
    .footer-bottom-content .encart-footer .wrap-reco {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0 -20px;
      padding-top: 10px; }
      @media (min-width: 768px) and (max-width: 1239.98px) {
        .footer-bottom-content .encart-footer .wrap-reco {
          margin: 0 -12px; } }
      .footer-bottom-content .encart-footer .wrap-reco > div {
        padding: 0 20px 20px;
        width: 33.333%;
        max-width: 175px; }
        @media (min-width: 768px) and (max-width: 1239.98px) {
          .footer-bottom-content .encart-footer .wrap-reco > div {
            padding-right: 12px;
            padding-left: 12px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .footer-bottom-content .encart-footer .wrap-reco > div {
            width: 16.66666667%;
            width: calc(100% / 6);
            padding-bottom: 0; } }
        @media (max-width: 767.98px) {
          .footer-bottom-content .encart-footer .wrap-reco > div {
            width: 50%; } }
        .footer-bottom-content .encart-footer .wrap-reco > div > div {
          text-align: center;
          font-size: 12px;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          line-height: 1.3333333333; }
          @media (max-width: 1239.98px) {
            .footer-bottom-content .encart-footer .wrap-reco > div > div {
              font-size: 11px; } }
      .footer-bottom-content .encart-footer .wrap-reco img {
        display: inline-block;
        margin-bottom: 5px;
        max-width: 100%; }
  .footer-bottom-content .second {
    padding: 20px 0 64px;
    text-align: center; }
    .footer-bottom-content .second .info {
      margin-bottom: 25px;
      font-size: 9px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1; }
      @media (max-width: 991.98px) {
        .footer-bottom-content .second .info {
          font-size: 8px;
          margin-bottom: 15px; } }
      @media (max-width: 767.98px) {
        .footer-bottom-content .second .info {
          font-size: 7px;
          line-height: 13px; } }
    .footer-bottom-content .second ul {
      margin-bottom: 3px; }
      @media (max-width: 767.98px) {
        .footer-bottom-content .second ul {
          margin-bottom: 22px; } }
      .footer-bottom-content .second ul li {
        display: inline-block;
        padding: 0 6px;
        line-height: 1; }
        .footer-bottom-content .second ul li:not(:last-child) a:after {
          content: '';
          position: absolute;
          top: 50%;
          right: -7px;
          transform: translateY(-50%);
          width: 1px;
          height: 7px;
          background-color: currentColor;
          pointer-events: none; }
      .footer-bottom-content .second ul a {
        position: relative;
        font-size: 10px;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1;
        color: currentColor; }
        @media (max-width: 991.98px) {
          .footer-bottom-content .second ul a {
            font-size: 11px; } }
    .footer-bottom-content .second .separator svg {
      width: 120px;
      height: 1px; }
    .footer-bottom-content .second .legal-notice {
      margin-top: 12px;
      font-size: 14px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-transform: uppercase;
      color: #A86A3B; }
      @media (max-width: 991.98px) {
        .footer-bottom-content .second .legal-notice {
          font-size: 12px; } }
      @media (max-width: 767.98px) {
        .footer-bottom-content .second .legal-notice {
          padding: 15px 25px; } }
      .footer-bottom-content .second .legal-notice a {
        color: #A86A3B; }
    .footer-bottom-content .second .bandeau-alcool {
      padding: 20px 0 30px;
      margin-top: 25px;
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #ccc; }
    .footer-bottom-content .second .encart-prevention {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 12px 12px 14px;
      margin-top: 20px;
      border: 1px solid #3C3C3A; }
      @media (max-width: 767.98px) {
        .footer-bottom-content .second .encart-prevention {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 12px 24px; } }
      .footer-bottom-content .second .encart-prevention .img-republique-fr {
        width: 98px;
        height: 58px;
        background: url(../image/svg/footer/logo-republique-francaise.svg) no-repeat;
        background-size: cover;
        background-position: center; }
      .footer-bottom-content .second .encart-prevention .informations-achat-alcool {
        text-align: left;
        padding-left: 20px; }
        @media (max-width: 767.98px) {
          .footer-bottom-content .second .encart-prevention .informations-achat-alcool {
            padding-left: 0;
            padding-top: 20px;
            text-align: center; } }
        .footer-bottom-content .second .encart-prevention .informations-achat-alcool span {
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 16px;
          color: #000000; }
          @media (max-width: 991.98px) {
            .footer-bottom-content .second .encart-prevention .informations-achat-alcool span {
              font-size: 14px; } }
          .footer-bottom-content .second .encart-prevention .informations-achat-alcool span.smaller {
            display: block;
            text-align: left;
            font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 8px;
            color: #000000;
            text-transform: uppercase; }
            @media (max-width: 767.98px) {
              .footer-bottom-content .second .encart-prevention .informations-achat-alcool span.smaller {
                text-align: center;
                margin-top: 15px; } }
        .footer-bottom-content .second .encart-prevention .informations-achat-alcool p {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 14px;
          color: #000000;
          margin-bottom: 4px; }
          @media (max-width: 991.98px) {
            .footer-bottom-content .second .encart-prevention .informations-achat-alcool p {
              font-size: 12px; } }

#paiement-securise .modal-title {
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

#paiement-securise .modal-body {
  padding: 30px 36px 45px 50px;
  text-align: left; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #paiement-securise .modal-body {
      padding-left: 35px;
      padding-right: 35px; } }
  @media (max-width: 767.98px) {
    #paiement-securise .modal-body {
      padding-left: 30px;
      padding-right: 30px; } }

#paiement-securise .paiement-content {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    #paiement-securise .paiement-content {
      display: block; } }

@media (max-width: 991.98px) {
  #paiement-securise .left-content {
    display: none; } }

#paiement-securise .left-content img {
  width: 239px;
  height: 156px;
  min-width: 100%; }

#paiement-securise .content {
  padding-left: 35px; }
  @media (max-width: 991.98px) {
    #paiement-securise .content {
      padding-left: 0; } }
  #paiement-securise .content .big {
    margin-bottom: 33px;
    font-size: 15px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.2;
    color: #000000; }
  #paiement-securise .content h5 {
    margin-top: 37px;
    margin-bottom: 13px;
    font-size: 15px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    line-height: 1.1;
    color: #000000; }
  #paiement-securise .content p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.5333333333;
    color: #000000; }
    @media (max-width: 767.98px) {
      #paiement-securise .content p {
        font-size: 14px; } }
  #paiement-securise .content .ticket-restaurant {
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  #paiement-securise .content sup {
    top: -0.2em; }
  #paiement-securise .content .payment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #paiement-securise .content .payment img {
      margin-right: 25px;
      max-height: 27px;
      margin-bottom: 18px; }

#paiement-securise .bottom-informations {
  padding-top: 20px; }

#paiement-securise .bottom-informations p {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 1.2;
  color: #727272; }

#menuBurger {
  position: absolute;
  top: 90%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  display: none; }
  @media (max-width: 1024px) {
    #menuBurger {
      bottom: 0; } }
  @media (max-width: 767.98px) {
    #menuBurger {
      top: 100%;
      left: 0;
      right: 0;
      transition: top .4s ease; } }
  #menuBurger.active {
    display: block;
    pointer-events: auto;
    opacity: 1;
    top: 100%; }
    @media (max-width: 767.98px) {
      #menuBurger.active {
        top: 0 !important; } }
  #menuBurger .wrapper-burger-menu {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767.98px) {
      #menuBurger .wrapper-burger-menu {
        height: 100%; } }
  #menuBurger .close-main-menu {
    position: absolute;
    top: 14px;
    right: 15px;
    padding: 6px;
    background: transparent;
    border: none;
    z-index: 1; }
    #menuBurger .close-main-menu img {
      width: 13px;
      height: 17px; }
    @media (min-width: 992px) {
      #menuBurger .close-main-menu {
        display: none; } }
  #menuBurger .first-etap-menu,
  #menuBurger .second-etap-menu,
  #menuBurger .last-etap-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
    width: 337px;
    padding: 20px 15px 32px 20px;
    transition: opacity .2s ease-in-out;
    overflow: auto; }
    @media (min-width: 768px) {
      #menuBurger .first-etap-menu,
      #menuBurger .second-etap-menu,
      #menuBurger .last-etap-menu {
        max-height: calc(var(--vh, 1vh) * 100 - 180px);
        border-left: none;
        width: 354px;
        padding: 20px 15px 20px 20px; }
        #menuBurger .first-etap-menu::-webkit-scrollbar-track,
        #menuBurger .second-etap-menu::-webkit-scrollbar-track,
        #menuBurger .last-etap-menu::-webkit-scrollbar-track {
          border-radius: 10px;
          background-color: transparent; }
        #menuBurger .first-etap-menu::-webkit-scrollbar,
        #menuBurger .second-etap-menu::-webkit-scrollbar,
        #menuBurger .last-etap-menu::-webkit-scrollbar {
          width: 8px;
          background-color: transparent; }
        #menuBurger .first-etap-menu::-webkit-scrollbar-thumb,
        #menuBurger .second-etap-menu::-webkit-scrollbar-thumb,
        #menuBurger .last-etap-menu::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background-color: #CCCCCC; } }
    @media (max-width: 767.98px) {
      #menuBurger .first-etap-menu,
      #menuBurger .second-etap-menu,
      #menuBurger .last-etap-menu {
        width: 100%;
        padding: 20px; } }
    #menuBurger .first-etap-menu.active-d-none,
    #menuBurger .second-etap-menu.active-d-none,
    #menuBurger .last-etap-menu.active-d-none {
      opacity: 0 !important;
      pointer-events: none !important;
      top: -60px !important; }
    #menuBurger .first-etap-menu li,
    #menuBurger .second-etap-menu li,
    #menuBurger .last-etap-menu li {
      cursor: initial;
      position: relative;
      line-height: 1; }
      #menuBurger .first-etap-menu li:last-child,
      #menuBurger .second-etap-menu li:last-child,
      #menuBurger .last-etap-menu li:last-child {
        margin-bottom: 0; }
      #menuBurger .first-etap-menu li a,
      #menuBurger .second-etap-menu li a,
      #menuBurger .last-etap-menu li a {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.2142857143;
        color: #000000;
        text-decoration: none;
        transition: all .2s ease;
        display: block; }
        @media (max-width: 767.98px) {
          #menuBurger .first-etap-menu li a,
          #menuBurger .second-etap-menu li a,
          #menuBurger .last-etap-menu li a {
            padding-right: 25px;
            font-size: 18px; } }
        #menuBurger .first-etap-menu li a:last-child,
        #menuBurger .second-etap-menu li a:last-child,
        #menuBurger .last-etap-menu li a:last-child {
          margin-bottom: 0; }
        #menuBurger .first-etap-menu li a.active,
        #menuBurger .second-etap-menu li a.active,
        #menuBurger .last-etap-menu li a.active {
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          color: #A86A3B; }
        #menuBurger .first-etap-menu li a:after,
        #menuBurger .second-etap-menu li a:after,
        #menuBurger .last-etap-menu li a:after {
          content: "";
          transition: all .2s ease;
          background: url(../image/svg/menu-burger/picto-arrow-right-brown.svg) no-repeat;
          position: absolute;
          right: 0;
          top: 0;
          color: #A86A3B;
          height: 14px;
          width: 10px;
          opacity: 0; }
        @media (min-width: 768px) {
          #menuBurger .first-etap-menu li a.active:after,
          #menuBurger .second-etap-menu li a.active:after,
          #menuBurger .last-etap-menu li a.active:after {
            content: "";
            opacity: 1; } }
        #menuBurger .first-etap-menu li a:hover, #menuBurger .first-etap-menu li a:focus, #menuBurger .first-etap-menu li a:active,
        #menuBurger .second-etap-menu li a:hover,
        #menuBurger .second-etap-menu li a:focus,
        #menuBurger .second-etap-menu li a:active,
        #menuBurger .last-etap-menu li a:hover,
        #menuBurger .last-etap-menu li a:focus,
        #menuBurger .last-etap-menu li a:active {
          color: #A86A3B; }
        @media (max-width: 991.98px) {
          #menuBurger .first-etap-menu li a.has-child:after,
          #menuBurger .second-etap-menu li a.has-child:after,
          #menuBurger .last-etap-menu li a.has-child:after {
            top: 2px;
            background: url(../image/svg/menu-burger/picto-arrow-right-black.svg) no-repeat;
            opacity: 1; } }
        @media (max-width: 767.98px) {
          #menuBurger .first-etap-menu li a.has-child:after,
          #menuBurger .second-etap-menu li a.has-child:after,
          #menuBurger .last-etap-menu li a.has-child:after {
            top: 4px;
            background: url(../image/svg/menu-burger/picto-arrow-right-black.svg) no-repeat;
            opacity: 1; } }
  #menuBurger .first-etap-menu {
    background-color: #fff;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #menuBurger .first-etap-menu {
        top: 0; } }
    @media (max-width: 991.98px) {
      #menuBurger .first-etap-menu {
        transition: all .2s ease-in-out;
        height: 100%; } }
    @media (max-width: 767.98px) {
      #menuBurger .first-etap-menu {
        padding-top: 40px; } }
    #menuBurger .first-etap-menu li {
      margin-bottom: 12px; }
      @media (max-width: 991.98px) {
        #menuBurger .first-etap-menu li {
          margin-bottom: 20px; }
          #menuBurger .first-etap-menu li:last-of-type {
            margin-bottom: 0; } }
      #menuBurger .first-etap-menu li a {
        text-transform: uppercase;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        @media (max-width: 991.98px) {
          #menuBurger .first-etap-menu li a {
            text-transform: unset; } }
      #menuBurger .first-etap-menu li.th-produit-family-highlight a {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    #menuBurger .first-etap-menu div {
      position: relative; }
      #menuBurger .first-etap-menu div:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-top: 1px solid #000000;
        width: 100%; }
      #menuBurger .first-etap-menu div:first-of-type {
        margin-top: 10px;
        padding-top: 20px; }
      #menuBurger .first-etap-menu div:last-of-type {
        margin-bottom: 25px; }
        #menuBurger .first-etap-menu div:last-of-type:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          border-bottom: 1px solid #000000;
          width: 100%;
          height: 2px; }
      #menuBurger .first-etap-menu div a {
        margin-bottom: 20px;
        text-decoration: none; }
      #menuBurger .first-etap-menu div a span {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 18px;
        font-size: 1.125rem; }
    #menuBurger .first-etap-menu .first-etap-title-category {
      display: block;
      margin-bottom: 15px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (max-width: 991.98px) {
        #menuBurger .first-etap-menu .first-etap-title-category {
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        #menuBurger .first-etap-menu .first-etap-title-category {
          font-size: 1.125rem; } }
  #menuBurger .second-etap-menu,
  #menuBurger .last-etap-menu {
    background-color: #F3F0EE;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    transition: all .3s ease-in-out; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #menuBurger .second-etap-menu,
      #menuBurger .last-etap-menu {
        height: auto; } }
    @media (max-width: 991.98px) {
      #menuBurger .second-etap-menu,
      #menuBurger .last-etap-menu {
        bottom: auto;
        top: -60px;
        z-index: 0;
        transition: all .2s ease-in-out;
        border: 10px solid #fff;
        border-left: none;
        padding-left: 42px;
        padding-right: 16px;
        background-color: #fff; } }
    @media (max-width: 767.98px) {
      #menuBurger .second-etap-menu,
      #menuBurger .last-etap-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        right: -100%;
        left: auto;
        top: 0;
        bottom: 0;
        border: none;
        padding: 20px;
        transition: all .4s ease; } }
    #menuBurger .second-etap-menu.active,
    #menuBurger .last-etap-menu.active {
      pointer-events: auto;
      opacity: 1;
      left: 100%; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #menuBurger .second-etap-menu.active,
        #menuBurger .last-etap-menu.active {
          top: 0; } }
      @media (max-width: 991.98px) {
        #menuBurger .second-etap-menu.active,
        #menuBurger .last-etap-menu.active {
          left: auto; } }
      @media (max-width: 767.98px) {
        #menuBurger .second-etap-menu.active,
        #menuBurger .last-etap-menu.active {
          right: 0;
          bottom: 0; } }
    @media (max-width: 767.98px) {
      #menuBurger .second-etap-menu .inner-menu,
      #menuBurger .last-etap-menu .inner-menu {
        padding-top: 24px;
        padding-right: 8px;
        -ms-flex: 1;
            flex: 1;
        overflow: auto; } }
    #menuBurger .second-etap-menu .wrapper-link,
    #menuBurger .last-etap-menu .wrapper-link {
      margin-bottom: 30px; }
      #menuBurger .second-etap-menu .wrapper-link:last-child,
      #menuBurger .last-etap-menu .wrapper-link:last-child {
        margin-bottom: 0; }
    #menuBurger .second-etap-menu .back-to-menu,
    #menuBurger .last-etap-menu .back-to-menu {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6153846154;
      color: #000000;
      position: relative;
      display: block;
      padding-bottom: 18px;
      margin-bottom: 24px;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        #menuBurger .second-etap-menu .back-to-menu,
        #menuBurger .last-etap-menu .back-to-menu {
          margin-bottom: 0;
          padding-left: 34px;
          font-size: 18px;
          line-height: 1.3;
          text-transform: unset; } }
      #menuBurger .second-etap-menu .back-to-menu:before,
      #menuBurger .last-etap-menu .back-to-menu:before {
        content: "";
        position: absolute;
        left: -22px;
        background: url(../image/svg/menu-burger/picto-arrow-left-courbe.svg) no-repeat;
        width: 14px;
        height: 14px; }
        @media (max-width: 767.98px) {
          #menuBurger .second-etap-menu .back-to-menu:before,
          #menuBurger .last-etap-menu .back-to-menu:before {
            transform: translateY(5px);
            left: 0; } }
      #menuBurger .second-etap-menu .back-to-menu:after,
      #menuBurger .last-etap-menu .back-to-menu:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #000000;
        max-width: 277px;
        width: 100%; }
        @media (max-width: 767.98px) {
          #menuBurger .second-etap-menu .back-to-menu:after,
          #menuBurger .last-etap-menu .back-to-menu:after {
            max-width: initial; } }
      #menuBurger .second-etap-menu .back-to-menu:hover,
      #menuBurger .last-etap-menu .back-to-menu:hover {
        text-decoration: none; }
    #menuBurger .second-etap-menu span,
    #menuBurger .last-etap-menu span {
      display: block;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      font-size: 0.875rem;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 13px; }
      @media (max-width: 991.98px) {
        #menuBurger .second-etap-menu span,
        #menuBurger .last-etap-menu span {
          margin-bottom: 20px;
          font-size: 0.875rem; } }
      @media (max-width: 767.98px) {
        #menuBurger .second-etap-menu span,
        #menuBurger .last-etap-menu span {
          font-size: 1.125rem; } }
    #menuBurger .second-etap-menu li,
    #menuBurger .last-etap-menu li {
      margin-bottom: 7px; }
      @media (max-width: 991.98px) {
        #menuBurger .second-etap-menu li,
        #menuBurger .last-etap-menu li {
          margin-bottom: 20px; } }
      @media (max-width: 767.98px) {
        #menuBurger .second-etap-menu li,
        #menuBurger .last-etap-menu li {
          margin-bottom: 24px; } }
      #menuBurger .second-etap-menu li a,
      #menuBurger .last-etap-menu li a {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        #menuBurger .second-etap-menu li a.bold,
        #menuBurger .last-etap-menu li a.bold {
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 14px;
          font-size: 0.875rem;
          color: #000000; }
          @media (max-width: 767.98px) {
            #menuBurger .second-etap-menu li a.bold,
            #menuBurger .last-etap-menu li a.bold {
              font-size: 18px; } }
          #menuBurger .second-etap-menu li a.bold:hover, #menuBurger .second-etap-menu li a.bold:focus, #menuBurger .second-etap-menu li a.bold:active,
          #menuBurger .last-etap-menu li a.bold:hover,
          #menuBurger .last-etap-menu li a.bold:focus,
          #menuBurger .last-etap-menu li a.bold:active {
            color: #A86A3B; }
  #menuBurger .last-etap-menu .wrapper-link {
    margin-bottom: 36px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #menuBurger .last-etap-menu .wrapper-link {
        margin-bottom: 18px; } }

@media (min-width: 1024px) and (max-height: 750px) {
  #mainHeader.scrolled #menuBurger .first-etap-menu,
  #mainHeader.scrolled #menuBurger .second-etap-menu,
  #mainHeader.scrolled #menuBurger .last-etap-menu {
    height: calc(var(--vh, 1vh) * 100 - 80px); } }

.search-section .top-page-family .illu-title-top-page img {
  width: 80%; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .search-section .top-page-family.row-illu-title {
    padding-top: 0; } }

.search-section .top-page-family .thiriet-title {
  height: auto; }
  .search-section .top-page-family .thiriet-title h1 {
    font-size: 60px;
    line-height: .9; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .search-section .top-page-family .thiriet-title h1 {
        font-size: 50px; } }
    @media (max-width: 767.98px) {
      .search-section .top-page-family .thiriet-title h1 {
        font-size: 45px; } }

.search-section .top-page-family .search-pills {
  margin-top: 25px; }
  @media (max-width: 767.98px) {
    .search-section .top-page-family .search-pills .nav-item {
      white-space: nowrap; } }
  @media (max-width: 767.98px) {
    .search-section .top-page-family .search-pills .nav-item {
      width: 100%;
      text-align: center; } }
  .search-section .top-page-family .search-pills .nav-item:not(:last-child) {
    margin-right: 15px; }
    @media (max-width: 767.98px) {
      .search-section .top-page-family .search-pills .nav-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px; } }
  .search-section .top-page-family .search-pills .nav-link {
    padding: 9px 26px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-radius: 999vw;
    border: 1px solid #000000;
    transition: .2s background-color ease; }
    @media (max-width: 767.98px) {
      .search-section .top-page-family .search-pills .nav-link {
        padding-left: 18px;
        padding-right: 18px; } }
    .search-section .top-page-family .search-pills .nav-link.active {
      background-color: #000000;
      color: #fff; }
    .search-section .top-page-family .search-pills .nav-link:not(.active):hover, .search-section .top-page-family .search-pills .nav-link:not(.active):focus, .search-section .top-page-family .search-pills .nav-link:not(.active):active {
      background-color: #000000;
      color: #fff; }
    .search-section .top-page-family .search-pills .nav-link.disabled {
      color: rgba(0, 0, 0, 0.3);
      border-color: rgba(0, 0, 0, 0.3);
      pointer-events: none; }

#searchBar {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 78px;
  z-index: 0;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none; }
  @media (max-width: 767.98px) {
    #searchBar {
      position: static;
      height: 50px;
      opacity: 1;
      pointer-events: auto; }
      #searchBar.has-value #closeSearch {
        opacity: 1;
        pointer-events: auto; } }
  #searchBar.open {
    bottom: -78px;
    opacity: 1;
    pointer-events: auto; }
    @media (max-width: 767.98px) {
      #searchBar.open {
        top: 0;
        bottom: auto; } }
  @media (max-width: 991.98px) {
    #searchBar .container {
      padding: 0;
      margin: 0;
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 767.98px) {
    #searchBar .container {
      height: 100%; } }
  #searchBar .wrapper-search {
    position: relative;
    height: 100%;
    background: #E4CDAE;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16); }
    @media (max-width: 767.98px) {
      #searchBar .wrapper-search {
        background-color: #f9f8f6; } }
    #searchBar .wrapper-search .form-group {
      padding: 24px 109px 24px 35px;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        #searchBar .wrapper-search .form-group {
          padding: 10px; } }
      #searchBar .wrapper-search .form-group .wrapper-zone-search {
        position: relative; }
        #searchBar .wrapper-search .form-group .wrapper-zone-search button[type='submit'] {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 30px;
          padding: 0;
          border: none;
          background: none; }
          @media (max-width: 767.98px) {
            #searchBar .wrapper-search .form-group .wrapper-zone-search button[type='submit'] {
              width: 22px;
              right: 10px; } }
          #searchBar .wrapper-search .form-group .wrapper-zone-search button[type='submit']:hover, #searchBar .wrapper-search .form-group .wrapper-zone-search button[type='submit']:focus, #searchBar .wrapper-search .form-group .wrapper-zone-search button[type='submit']:active {
            outline: 0; }
          #searchBar .wrapper-search .form-group .wrapper-zone-search button[type='submit'] svg {
            max-width: 100%;
            height: auto;
            transition: .2s fill ease; }
            #searchBar .wrapper-search .form-group .wrapper-zone-search button[type='submit'] svg:hover, #searchBar .wrapper-search .form-group .wrapper-zone-search button[type='submit'] svg:focus, #searchBar .wrapper-search .form-group .wrapper-zone-search button[type='submit'] svg:active {
              fill: #A86A3B; }
    #searchBar .wrapper-search .form-control {
      max-height: 30px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 19px;
      font-size: 1.1875rem;
      color: #000000;
      background-color: transparent;
      border-radius: 0;
      border: none;
      box-shadow: none;
      padding: 10px 20px 10px 0; }
      #searchBar .wrapper-search .form-control:hover, #searchBar .wrapper-search .form-control:focus, #searchBar .wrapper-search .form-control:active {
        outline: 0; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #searchBar .wrapper-search .form-control {
          font-size: 1rem; } }
      @media (max-width: 767.98px) {
        #searchBar .wrapper-search .form-control {
          padding-left: 10px;
          padding-right: 70px;
          font-size: 0.875rem; } }
      #searchBar .wrapper-search .form-control::-moz-placeholder {
        color: #000000; }
      #searchBar .wrapper-search .form-control:-ms-input-placeholder {
        color: #000000; }
      #searchBar .wrapper-search .form-control::placeholder {
        color: #000000; }
  #searchBar #preview-search {
    background-color: #fff;
    border-top: 23px solid #fff;
    border-bottom: 23px solid #fff;
    border-right: 10px solid #fff;
    padding-left: 30px;
    width: 100%;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16); }
    @media (min-width: 768px) {
      #searchBar #preview-search {
        max-height: 620px;
        min-height: 375px;
        overflow: hidden; } }
    @media (max-width: 991.98px) {
      #searchBar #preview-search {
        padding: 23px 0 0 30px;
        border-top: none; } }
    @media (max-width: 767.98px) {
      #searchBar #preview-search {
        padding: 10px;
        border: none;
        height: 100%;
        overflow-y: auto; } }
    #searchBar #preview-search.open {
      opacity: 1;
      pointer-events: auto; }
    #searchBar #preview-search .data-management {
      margin-top: 25px;
      margin-bottom: 0px; }
  #searchBar .wrapper-title-search {
    margin-bottom: 25px; }
    #searchBar .wrapper-title-search span {
      font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 53px;
      font-size: 3.3125rem;
      line-height: .9;
      color: #000000;
      display: block;
      margin-bottom: 13px; }
      @media (max-width: 991.98px) {
        #searchBar .wrapper-title-search span {
          font-size: 2.625rem;
          margin-bottom: 23px; } }
  #searchBar .wrapper-info-search {
    padding-right: 32px; }
    @media (max-width: 991.98px) {
      #searchBar .wrapper-info-search {
        padding-right: 25px; } }
  #searchBar #closeSearch {
    height: 16px;
    width: 12px;
    position: absolute;
    top: 15px;
    right: 16px;
    cursor: pointer; }
    #searchBar #closeSearch svg {
      max-width: 100%;
      height: auto;
      vertical-align: unset;
      transition: .2s fill ease; }
      @media (min-width: 768px) {
        #searchBar #closeSearch svg:hover, #searchBar #closeSearch svg:focus, #searchBar #closeSearch svg:active {
          fill: #A86A3B; } }
    @media (max-width: 767.98px) {
      #searchBar #closeSearch {
        top: 17px;
        right: 60px;
        opacity: 0;
        pointer-events: none; } }

.search-list .search-results {
  padding-right: 86px; }
  @media (min-width: 768px) {
    .search-list .search-results > .search-result:last-child {
      margin-bottom: 50px; } }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .search-list .search-results {
      padding-right: 20px; } }
  @media (min-width: 768px) {
    .search-list .search-results {
      max-height: 500px;
      overflow: auto; } }
  @media (max-width: 991.98px) {
    .search-list .search-results {
      padding-right: 15px; } }
  @media (max-width: 767.98px) {
    .search-list .search-results {
      padding-right: 0;
      padding-bottom: 54px;
      height: auto; } }
  @media (min-width: 768px) {
    .search-list .search-results::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: transparent; }
    .search-list .search-results::-webkit-scrollbar {
      width: 8px;
      background-color: transparent; }
    .search-list .search-results::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #CCCCCC; } }
  .search-list .search-results .search-category-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #000000;
    color: #fff;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 15px; }
    @media (max-width: 767.98px) {
      .search-list .search-results .search-category-header {
        font-size: 14px;
        padding: 5px; } }
    .search-list .search-results .search-category-header a, .search-list .search-results .search-category-header a div {
      font-size: 12px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #fff; }
      @media (max-width: 767.98px) {
        .search-list .search-results .search-category-header a, .search-list .search-results .search-category-header a div {
          text-align: right; } }
    .search-list .search-results .search-category-header a.search-link {
      border-bottom: 1px solid #fff;
      line-height: 1.4; }
      .search-list .search-results .search-category-header a.search-link:hover {
        text-decoration: none; }
  .search-list .search-results .product-results {
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .search-list .search-results .product-results {
        margin-bottom: 15px; } }
    @media (max-width: 767.98px) {
      .search-list .search-results .product-results {
        margin-bottom: 10px; } }
  .search-list .search-results .menu-results .menu-semaine {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.search-list .search-result {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  padding-top: 6px; }
  @media (max-width: 767.98px) {
    .search-list .search-result {
      border-bottom: 1px solid #ccc; } }
  .search-list .search-result:first-child {
    padding-top: 0; }
  .search-list .search-result .preview-image {
    height: 90px;
    min-width: 90px;
    max-width: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 30px; }
    @media (max-width: 991.98px) {
      .search-list .search-result .preview-image {
        margin-right: 10px;
        height: 80px;
        min-width: 80px;
        max-width: 80px; } }
    .search-list .search-result .preview-image img {
      width: 100%; }
    .search-list .search-result .preview-image a {
      transform: translateY(2px); }
  .search-list .search-result .preview-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding-right: 110px;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .search-list .search-result .preview-content {
        padding-right: 100px; } }
    @media (max-width: 991.98px) {
      .search-list .search-result .preview-content {
        padding-right: 54px; } }
    @media (max-width: 767.98px) {
      .search-list .search-result .preview-content {
        padding-right: 0; } }
    .search-list .search-result .preview-content .title-pai {
      color: #D9140C;
      font-size: 12px;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .search-list .search-result .preview-content .title-pai {
          margin-bottom: 5px;
          font-size: 11px; } }
      .search-list .search-result .preview-content .title-pai sup {
        top: -3px;
        vertical-align: unset;
        font-size: 8px; }
    .search-list .search-result .preview-content a.product-title {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 3px;
      color: #000000;
      padding-right: 20px;
      line-height: 1.25; }
      @media (max-width: 991.98px) {
        .search-list .search-result .preview-content a.product-title {
          font-size: 0.6875rem; } }
      @media (max-width: 767.98px) {
        .search-list .search-result .preview-content a.product-title {
          padding-right: 60px;
          margin-bottom: 10px; } }
    .search-list .search-result .preview-content .price {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1;
      color: #AB4315;
      margin: 0; }
      @media (max-width: 991.98px) {
        .search-list .search-result .preview-content .price {
          font-size: 1rem; } }
      .search-list .search-result .preview-content .price.dashed {
        text-decoration: line-through;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.1666666667; }
        @media (max-width: 991.98px) {
          .search-list .search-result .preview-content .price.dashed {
            font-size: 0.625rem; } }
    .search-list .search-result .preview-content .desc-product {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.1666666667;
      color: #000000;
      margin: 0;
      white-space: nowrap; }
      .search-list .search-result .preview-content .desc-product .packaging {
        white-space: break-spaces; }
      @media (max-width: 991.98px) {
        .search-list .search-result .preview-content .desc-product {
          font-size: 0.6875rem; } }
    .search-list .search-result .preview-content .desc-menu {
      font-family: "sansista_swashed_medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding-bottom: 8px;
      font-size: 17px;
      font-size: 1.0625rem;
      color: #000000; }
    .search-list .search-result .preview-content div.bottom-bar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 767.98px) {
        .search-list .search-result .preview-content div.bottom-bar {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-right: 60px; } }
      .search-list .search-result .preview-content div.bottom-bar .illu-solde {
        width: 48px;
        height: 35px;
        transform: translateY(3px); }
      .search-list .search-result .preview-content div.bottom-bar .ticket-resto {
        margin-right: 8px;
        margin-left: 3px; }
      .search-list .search-result .preview-content div.bottom-bar > * {
        margin-right: 6px; }
      .search-list .search-result .preview-content div.bottom-bar.has-prolongation .info-prolongation {
        position: relative;
        z-index: 1;
        padding: 3px 7px;
        color: white;
        font-size: 13px;
        text-transform: uppercase;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-top: 5px;
        background: black; }
        @media (max-width: 767.98px) {
          .search-list .search-result .preview-content div.bottom-bar.has-prolongation .info-prolongation {
            padding-right: 20px; } }
        @media (max-width: 575.98px) {
          .search-list .search-result .preview-content div.bottom-bar.has-prolongation .info-prolongation {
            font-size: 12px; } }
        .search-list .search-result .preview-content div.bottom-bar.has-prolongation .info-prolongation:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          pointer-events: none;
          border-top: 12px solid black;
          border-right: 6px solid white;
          border-bottom: 12px solid black;
          z-index: -1; }
          @media (max-width: 767.98px) {
            .search-list .search-result .preview-content div.bottom-bar.has-prolongation .info-prolongation:before {
              border-top-width: 21px;
              border-right-width: 12px;
              border-bottom-width: 21px; } }
    .search-list .search-result .preview-content .picto-information {
      position: absolute;
      top: calc(50% - 20px);
      right: 10px;
      transform: translateY(-50%); }
    .search-list .search-result .preview-content .produit-epuise {
      margin-top: 10px;
      margin-right: -110px;
      padding: 2px 6px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 10px;
      text-transform: uppercase;
      background: #000000;
      color: #fff; }
      .search-list .search-result .preview-content .produit-epuise a {
        text-decoration: underline;
        color: #fff; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .search-list .search-result .preview-content .produit-epuise {
          margin-right: -100px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .search-list .search-result .preview-content .produit-epuise {
          margin-right: -54px; } }
      @media (max-width: 767.98px) {
        .search-list .search-result .preview-content .produit-epuise {
          margin-right: 0; } }
    .search-list .search-result .preview-content .add-to-cart {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 2; }
      .search-list .search-result .preview-content .add-to-cart.active {
        z-index: 3; }
      .search-list .search-result .preview-content .add-to-cart.open {
        z-index: 4; }

.search-list .pai-info {
  padding-top: 16px;
  font-size: 9px;
  color: #5D5D5D; }

#addProduct,
#removeProduct,
#removeMenu,
#recapPanier,
#panierEmpty,
#productsAdded,
#QuantiteAjustee {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease-in-out;
  z-index: 999; }
  @media (max-width: 767.98px) {
    #addProduct,
    #removeProduct,
    #removeMenu,
    #recapPanier,
    #panierEmpty,
    #productsAdded,
    #QuantiteAjustee {
      top: -25px;
      right: auto;
      left: 50%;
      transform: translateX(-50%); } }
  #addProduct.active,
  #removeProduct.active,
  #removeMenu.active,
  #recapPanier.active,
  #panierEmpty.active,
  #productsAdded.active,
  #QuantiteAjustee.active {
    pointer-events: auto;
    opacity: 1; }
    @media (min-width: 768px) {
      #addProduct.active,
      #removeProduct.active,
      #removeMenu.active,
      #recapPanier.active,
      #panierEmpty.active,
      #productsAdded.active,
      #QuantiteAjustee.active {
        top: 52px; } }
    @media (max-width: 767.98px) {
      #addProduct.active,
      #removeProduct.active,
      #removeMenu.active,
      #recapPanier.active,
      #panierEmpty.active,
      #productsAdded.active,
      #QuantiteAjustee.active {
        top: 0; } }
  #addProduct .preview-product,
  #removeProduct .preview-product,
  #removeMenu .preview-product,
  #recapPanier .preview-product,
  #panierEmpty .preview-product,
  #productsAdded .preview-product,
  #QuantiteAjustee .preview-product {
    background: #fff;
    width: 301px;
    padding: 20px 20px 35px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2); }
    #addProduct .preview-product span.title-popup,
    #removeProduct .preview-product span.title-popup,
    #removeMenu .preview-product span.title-popup,
    #recapPanier .preview-product span.title-popup,
    #panierEmpty .preview-product span.title-popup,
    #productsAdded .preview-product span.title-popup,
    #QuantiteAjustee .preview-product span.title-popup {
      display: block;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.2666666667;
      margin-bottom: 20px;
      text-transform: uppercase; }
    #addProduct .preview-product .wrapper-encart-popup,
    #removeProduct .preview-product .wrapper-encart-popup,
    #removeMenu .preview-product .wrapper-encart-popup,
    #recapPanier .preview-product .wrapper-encart-popup,
    #panierEmpty .preview-product .wrapper-encart-popup,
    #productsAdded .preview-product .wrapper-encart-popup,
    #QuantiteAjustee .preview-product .wrapper-encart-popup {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px; }
    #addProduct .preview-product .preview-image,
    #removeProduct .preview-product .preview-image,
    #removeMenu .preview-product .preview-image,
    #recapPanier .preview-product .preview-image,
    #panierEmpty .preview-product .preview-image,
    #productsAdded .preview-product .preview-image,
    #QuantiteAjustee .preview-product .preview-image {
      margin-right: 20px;
      height: 104px;
      width: 104px;
      min-width: 104px;
      min-height: 104px; }
      #addProduct .preview-product .preview-image img,
      #removeProduct .preview-product .preview-image img,
      #removeMenu .preview-product .preview-image img,
      #recapPanier .preview-product .preview-image img,
      #panierEmpty .preview-product .preview-image img,
      #productsAdded .preview-product .preview-image img,
      #QuantiteAjustee .preview-product .preview-image img {
        width: 100%; }
      #addProduct .preview-product .preview-image a,
      #removeProduct .preview-product .preview-image a,
      #removeMenu .preview-product .preview-image a,
      #recapPanier .preview-product .preview-image a,
      #panierEmpty .preview-product .preview-image a,
      #productsAdded .preview-product .preview-image a,
      #QuantiteAjustee .preview-product .preview-image a {
        width: 104px;
        height: 104px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #addProduct .preview-product .content-popup-product,
    #removeProduct .preview-product .content-popup-product,
    #removeMenu .preview-product .content-popup-product,
    #recapPanier .preview-product .content-popup-product,
    #panierEmpty .preview-product .content-popup-product,
    #productsAdded .preview-product .content-popup-product,
    #QuantiteAjustee .preview-product .content-popup-product {
      margin-top: -3px; }
      #addProduct .preview-product .content-popup-product a,
      #removeProduct .preview-product .content-popup-product a,
      #removeMenu .preview-product .content-popup-product a,
      #recapPanier .preview-product .content-popup-product a,
      #panierEmpty .preview-product .content-popup-product a,
      #productsAdded .preview-product .content-popup-product a,
      #QuantiteAjustee .preview-product .content-popup-product a {
        display: inline-block;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.3333333333; }
      #addProduct .preview-product .content-popup-product span.quantite,
      #removeProduct .preview-product .content-popup-product span.quantite,
      #removeMenu .preview-product .content-popup-product span.quantite,
      #recapPanier .preview-product .content-popup-product span.quantite,
      #panierEmpty .preview-product .content-popup-product span.quantite,
      #productsAdded .preview-product .content-popup-product span.quantite,
      #QuantiteAjustee .preview-product .content-popup-product span.quantite {
        display: block;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.5833333333; }
      #addProduct .preview-product .content-popup-product span.price,
      #removeProduct .preview-product .content-popup-product span.price,
      #removeMenu .preview-product .content-popup-product span.price,
      #recapPanier .preview-product .content-popup-product span.price,
      #panierEmpty .preview-product .content-popup-product span.price,
      #productsAdded .preview-product .content-popup-product span.price,
      #QuantiteAjustee .preview-product .content-popup-product span.price {
        display: block;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.3333333333; }
      #addProduct .preview-product .content-popup-product span.menu-semaine,
      #removeProduct .preview-product .content-popup-product span.menu-semaine,
      #removeMenu .preview-product .content-popup-product span.menu-semaine,
      #recapPanier .preview-product .content-popup-product span.menu-semaine,
      #panierEmpty .preview-product .content-popup-product span.menu-semaine,
      #productsAdded .preview-product .content-popup-product span.menu-semaine,
      #QuantiteAjustee .preview-product .content-popup-product span.menu-semaine {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    #addProduct .preview-product .wrapper-action,
    #removeProduct .preview-product .wrapper-action,
    #removeMenu .preview-product .wrapper-action,
    #recapPanier .preview-product .wrapper-action,
    #panierEmpty .preview-product .wrapper-action,
    #productsAdded .preview-product .wrapper-action,
    #QuantiteAjustee .preview-product .wrapper-action {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }

#panierEmpty .preview-product {
  padding: 20px 20px 20px; }
  #panierEmpty .preview-product span.title-popup {
    margin-bottom: 0; }

#recapPanier .preview-product .wrapper-encart-popup {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBEBEB; }

#recapPanier .preview-product .recap-achat {
  margin-bottom: 23px; }
  #recapPanier .preview-product .recap-achat p {
    margin: 0;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000000; }
  #recapPanier .preview-product .recap-achat span {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000000; }
  #recapPanier .preview-product .recap-achat .total-achat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 2px; }
  #recapPanier .preview-product .recap-achat .hors-frais p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px; }

#recapPanier .preview-product .wrapper-action {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  #recapPanier .preview-product .wrapper-action a {
    display: block;
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 13px;
    max-width: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      #recapPanier .preview-product .wrapper-action a {
        max-width: 200px; } }
    #recapPanier .preview-product .wrapper-action a:last-child {
      margin-bottom: 0; }

@media (max-width: 767.98px) {
  #mainHeader.scrolled #addProduct,
  #mainHeader.scrolled #removeProduct,
  #mainHeader.scrolled #removeMenu,
  #mainHeader.scrolled #panierEmpty,
  #mainHeader.scrolled #productsAdded,
  #mainHeader.scrolled #QuantiteAjustee {
    top: 0px;
    right: auto;
    left: 50%;
    transform: translateX(-50%); } }

@media (min-width: 992px) {
  #mainHeader.scrolled #addProduct.active,
  #mainHeader.scrolled #removeProduct.active,
  #mainHeader.scrolled #removeMenu.active,
  #mainHeader.scrolled #panierEmpty.active,
  #mainHeader.scrolled #productsAdded.active,
  #mainHeader.scrolled #QuantiteAjustee.active {
    top: 49px; } }

@media (max-width: 991.98px) {
  #mainHeader.scrolled #addProduct.active,
  #mainHeader.scrolled #removeProduct.active,
  #mainHeader.scrolled #removeMenu.active,
  #mainHeader.scrolled #panierEmpty.active,
  #mainHeader.scrolled #productsAdded.active,
  #mainHeader.scrolled #QuantiteAjustee.active {
    top: 59px; } }

@media (max-width: 767.98px) {
  #mainHeader.scrolled #addProduct.active,
  #mainHeader.scrolled #removeProduct.active,
  #mainHeader.scrolled #removeMenu.active,
  #mainHeader.scrolled #panierEmpty.active,
  #mainHeader.scrolled #productsAdded.active,
  #mainHeader.scrolled #QuantiteAjustee.active {
    top: 87px; } }

.dropzone {
  border: 1px dashed #ccc;
  background-color: transparent;
  height: 70px;
  max-width: 100%;
  width: 100%;
  padding: 25px; }
  .dropzone .icon {
    color: #F3F0EE; }

#index {
  margin-top: -110px; }
  @media (max-width: 767.98px) {
    #index {
      margin-top: -20px; } }

.navigation-index {
  padding-bottom: 10em;
  padding-left: 2em; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .navigation-index {
      padding-bottom: 8em; } }
  @media (max-width: 767.98px) {
    .navigation-index {
      padding-bottom: 3em;
      padding-left: 0; } }
  .navigation-index > [class^="col-"] {
    margin-bottom: 30px; }
  .navigation-index h1, .navigation-index h2 {
    margin-bottom: 12px; }
  .navigation-index ul {
    list-style-type: none;
    padding-left: 0; }
  .navigation-index hr {
    margin-top: 7px; }
  @media (max-width: 991.98px) {
    .navigation-index li {
      margin-bottom: 6px; } }
  .navigation-index a {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    transition: .2s transform ease; }
    @media (min-width: 992px) {
      .navigation-index a:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        left: -10px;
        top: 7px;
        border-radius: 4px;
        background-color: #A86A3B;
        opacity: 0;
        transition: .2s opacity ease; }
      .navigation-index a:hover, .navigation-index a:active, .navigation-index a:focus {
        text-decoration: none;
        transform: translateX(10px); }
        .navigation-index a:hover:before, .navigation-index a:active:before, .navigation-index a:focus:before {
          opacity: 1; } }

.portail-highlight-video {
  position: relative; }
  .portail-highlight-video:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 5px;
    background: url(../image/portail/Dentelures-portail.png) repeat-x left;
    background-size: contain;
    z-index: 3; }
  .portail-highlight-video .video-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .portail-highlight-video .video-container:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  .portail-highlight-video .video-container iframe {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% + 60px);
    pointer-events: visible; }
    @media (max-width: 575.98px) {
      .portail-highlight-video .video-container iframe {
        top: -45px;
        height: calc(100% + 45px); } }
  .portail-highlight-video .video-foreground {
    pointer-events: none; }
  .portail-highlight-video .tac_activate {
    top: 25%; }
  .portail-highlight-video .video-cookie-message {
    max-width: 700px;
    margin: auto;
    top: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .portail-highlight-video .video-cookie-message {
        max-width: 500px; } }
    @media (max-width: 767.98px) {
      .portail-highlight-video .video-cookie-message {
        width: 340px;
        top: 0;
        padding: 50px 10px; }
        .portail-highlight-video .video-cookie-message > div:last-child {
          display: none; } }
    .portail-highlight-video .video-cookie-message .logo {
      display: none; }

.portail-highlight-slider {
  position: relative;
  background-color: #fff; }
  .portail-highlight-slider .wrapper-portail-slider {
    max-height: 680px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .portail-highlight-slider .wrapper-portail-slider {
        max-height: 505px; } }
  .portail-highlight-slider .swiper-portail .swiper-wrapper {
    position: relative; }
    .portail-highlight-slider .swiper-portail .swiper-wrapper:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 5px;
      background: url(../image/portail/Dentelures-portail.png) repeat-x left;
      background-size: contain;
      z-index: 3; }
  .portail-highlight-slider .swiper-portail .action-btn-container.portail-btn-container-no-label {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none; }
    @media (max-width: 575.98px) {
      .portail-highlight-slider .swiper-portail .action-btn-container.portail-btn-container-no-label {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .portail-highlight-slider .swiper-portail .action-btn-container.portail-btn-container-no-label .btn {
      background-color: unset;
      border: none;
      color: unset;
      box-shadow: none;
      width: 50%; }
      @media (max-width: 575.98px) {
        .portail-highlight-slider .swiper-portail .action-btn-container.portail-btn-container-no-label .btn {
          height: 50%;
          width: 100%; } }
      @media (max-width: 767.98px) {
        .portail-highlight-slider .swiper-portail .action-btn-container.portail-btn-container-no-label .btn {
          max-width: unset; } }
  .portail-highlight-slider .swiper-portail .swiper-slide {
    position: relative;
    overflow: hidden;
    max-height: 680px; }
    .portail-highlight-slider .swiper-portail .swiper-slide .container {
      z-index: 2; }
      @media (max-width: 767.98px) {
        .portail-highlight-slider .swiper-portail .swiper-slide .container {
          position: absolute;
          margin: 0 auto;
          top: auto;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); } }
    .portail-highlight-slider .swiper-portail .swiper-slide > a {
      display: block; }
    @media (min-width: 1401px) {
      .portail-highlight-slider .swiper-portail .swiper-slide .big-image img {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1400px) {
      .portail-highlight-slider .swiper-portail .swiper-slide {
        height: 680px; }
        .portail-highlight-slider .swiper-portail .swiper-slide .big-image img {
          position: absolute;
          min-height: 100%;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; } }
    @media (max-width: 767.98px) {
      .portail-highlight-slider .swiper-portail .swiper-slide {
        height: 380px; }
        .portail-highlight-slider .swiper-portail .swiper-slide .big-image img {
          position: absolute;
          min-height: 100%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1; } }
    @media (max-width: 767.98px) and (max-width: 365px) {
      .portail-highlight-slider .swiper-portail .swiper-slide .big-image img {
        max-height: 380px;
        width: auto; } }
    .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide {
      padding: 28px 13px 28px 22px;
      margin-top: 78px;
      background-color: #fff; }
      @media (min-width: 768px) {
        .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide {
          position: absolute;
          z-index: 3; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide {
          margin-right: 30px; } }
      @media (max-width: 767.98px) {
        .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide {
          text-align: center;
          margin-top: 0;
          background-color: transparent;
          margin-bottom: 50px;
          padding: 28px 22px 28px 22px; } }
      .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide .swipe-title {
        margin-bottom: 18px;
        font-size: 52px;
        line-height: 0.7407407407;
        color: #A86A3B; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide .swipe-title {
            font-size: 46px; } }
        @media (max-width: 767.98px) {
          .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide .swipe-title {
            display: none; } }
        .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide .swipe-title.is-img.is-img-full {
          margin-left: -22px;
          margin-right: -13px; }
      @media (max-width: 767.98px) {
        .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide .swipe-text {
          display: none; } }
      .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide .swipe-text p {
        margin-bottom: 15px;
        max-height: 60px;
        font-size: 13px;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1.5384615385;
        overflow: hidden; }
        @media (min-width: 768px) and (max-width: 1239.98px) {
          .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide .swipe-text p {
            max-height: 100%; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide .swipe-text p {
            font-size: 12px;
            line-height: 1.6666666667; } }
      .portail-highlight-slider .swiper-portail .swiper-slide .bloc-slide .btn {
        padding: 10px 30px 9px;
        min-width: auto; }
    @media (min-width: 992px) and (max-width: 1350px) {
      .portail-highlight-slider .swiper-portail .swiper-slide.to-right .container .row > [class^="col-"] {
        margin-right: 100px; } }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .portail-highlight-slider .swiper-portail .swiper-slide.to-right .container .row > [class^="col-"] {
        margin-right: 75px; } }
    @media (min-width: 768px) {
      .portail-highlight-slider .swiper-portail .swiper-slide .container.to-right .row {
        -ms-flex-pack: end;
            justify-content: flex-end; }
      .portail-highlight-slider .swiper-portail .swiper-slide .container.dark .bloc-slide {
        background-color: #000000; }
        .portail-highlight-slider .swiper-portail .swiper-slide .container.dark .bloc-slide .swipe-title {
          color: #fff; }
        .portail-highlight-slider .swiper-portail .swiper-slide .container.dark .bloc-slide .swipe-text p {
          color: #fff; }
        .portail-highlight-slider .swiper-portail .swiper-slide .container.dark .bloc-slide .btn {
          background-color: #000000;
          border-color: #fff;
          color: #fff; }
          .portail-highlight-slider .swiper-portail .swiper-slide .container.dark .bloc-slide .btn:hover, .portail-highlight-slider .swiper-portail .swiper-slide .container.dark .bloc-slide .btn:focus, .portail-highlight-slider .swiper-portail .swiper-slide .container.dark .bloc-slide .btn:active {
            background-color: #fff;
            border-color: #000000;
            color: #000000; } }
  @media (max-width: 991.98px) {
    .portail-highlight-slider .swiper-portail .container-arrow {
      display: none; } }
  @media (min-width: 1250px) and (max-width: 1400px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide {
      height: 490px;
      max-height: 490px; } }
  @media (min-width: 992px) and (max-width: 1249.98px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide {
      height: 400px;
      max-height: 400px; } }
  @media (max-width: 991.98px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide {
      height: 680px;
      max-height: 680px; } }
  @media (max-width: 767.98px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide {
      height: 500px;
      max-height: 500px; } }
  @media (max-width: 575.98px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide {
      height: 400px;
      max-height: 400px; } }
  @media (max-width: 360px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide {
      height: 360px;
      max-height: 360px; } }
  @media (max-width: 350px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide {
      height: 350px;
      max-height: 350px; } }
  @media (min-width: 992px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide .big-image {
      max-width: 2000px;
      margin: auto; } }
  @media (min-width: 1250px) and (max-width: 1400px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide .big-image img {
      height: 490px;
      max-height: 490px; } }
  @media (min-width: 992px) and (max-width: 1249.98px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide .big-image img {
      height: 400px;
      max-height: 400px; } }
  @media (max-width: 991.98px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide .big-image img {
      height: 680px;
      max-height: 680px;
      max-width: 100vw; } }
  @media (max-width: 767.98px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide .big-image img {
      height: 500px;
      max-height: 500px; } }
  @media (max-width: 575.98px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide .big-image img {
      height: 400px;
      max-height: 400px;
      max-width: 100vw; } }
  @media (max-width: 360px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide .big-image img {
      height: 360px;
      max-height: 360px; } }
  @media (max-width: 350px) {
    .portail-highlight-slider .swiper-portail.swiper-second-portail .swiper-slide .big-image img {
      height: 350px;
      max-height: 350px;
      max-width: 100vw; } }
  @media (min-width: 768px) {
    .portail-highlight-slider .wrapper-portail-titles {
      display: none; } }
  .portail-highlight-slider .wrapper-portail-titles .swipe-title {
    padding: 20px 40px 30px;
    text-align: center;
    font-size: 48px;
    line-height: .8;
    color: #A86A3B; }
    .portail-highlight-slider .wrapper-portail-titles .swipe-title.is-img img {
      width: 200px; }
  @media (min-width: 1250px) and (max-width: 1400px) {
    .portail-highlight-slider .action-container {
      height: 490px;
      max-height: 490px; } }
  @media (min-width: 992px) and (max-width: 1249.98px) {
    .portail-highlight-slider .action-container {
      height: 400px;
      max-height: 400px; } }
  @media (max-width: 991.98px) {
    .portail-highlight-slider .action-container {
      width: 768px; } }
  @media (max-width: 767.98px) {
    .portail-highlight-slider .action-container {
      height: 500px;
      max-height: 500px; } }
  @media (max-width: 575.98px) {
    .portail-highlight-slider .action-container {
      height: 400px;
      max-height: 400px; } }
  @media (max-width: 350px) {
    .portail-highlight-slider .action-container {
      height: 350px;
      max-height: 350px; } }
  .portail-highlight-slider .action-container .action-btn-container {
    position: absolute;
    bottom: 35%;
    left: 54.5%;
    z-index: 5; }
    .portail-highlight-slider .action-container .action-btn-container .btn {
      margin: 10px; }
    @media (min-width: 1550px) {
      .portail-highlight-slider .action-container .action-btn-container {
        left: 55.5%; } }
    @media (min-width: 1680px) {
      .portail-highlight-slider .action-container .action-btn-container {
        left: 56.5%; } }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .portail-highlight-slider .action-container .action-btn-container {
        left: 53.5%; }
        .portail-highlight-slider .action-container .action-btn-container a {
          font-size: 14px;
          min-width: 110px;
          padding: 5px 13px 4px; } }
    @media (max-width: 991.98px) {
      .portail-highlight-slider .action-container .action-btn-container {
        bottom: 35%;
        left: 56.5%; } }
    @media (max-width: 767.98px) {
      .portail-highlight-slider .action-container .action-btn-container {
        bottom: 42%;
        left: 41.5%;
        transform: translate3d(97px, 55px, 0); }
        .portail-highlight-slider .action-container .action-btn-container a {
          font-size: 13px;
          min-width: 90px; } }
    @media (max-width: 575.98px) {
      .portail-highlight-slider .action-container .action-btn-container {
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%); }
        .portail-highlight-slider .action-container .action-btn-container a {
          font-size: 13px;
          min-width: 110px; } }

.home-offrir {
  padding-bottom: 65px;
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .home-offrir {
      padding-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .home-offrir {
      padding-bottom: 20px; } }
  .home-offrir .head-offrir {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 40px; }
    @media (max-width: 767.98px) {
      .home-offrir .head-offrir {
        margin-left: 20px; } }
    .home-offrir .head-offrir img {
      max-width: 402px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .home-offrir .head-offrir img {
          max-width: 300px; } }
      @media (max-width: 767.98px) {
        .home-offrir .head-offrir img {
          max-width: 220px; } }
    .home-offrir .head-offrir > div {
      position: relative;
      padding: 50px 0 20px; }
      @media (max-width: 767.98px) {
        .home-offrir .head-offrir > div {
          padding-top: 30px; } }
      .home-offrir .head-offrir > div:before {
        content: '';
        position: absolute;
        top: 0;
        left: -288px;
        width: 248px;
        height: 169px;
        background: url(../image/offrez-bonheur/ruban.jpg) no-repeat center;
        background-size: contain; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .home-offrir .head-offrir > div:before {
            width: 200px;
            height: 136px;
            left: -235px; } }
        @media (max-width: 767.98px) {
          .home-offrir .head-offrir > div:before {
            width: 114px;
            height: 81px;
            left: -122px; } }
  .home-offrir.jcpo {
    padding-bottom: 45px; }
    @media (max-width: 991.98px) {
      .home-offrir.jcpo .head-offrir {
        margin-left: 0; } }
    @media (min-width: 1240px) {
      .home-offrir.jcpo .row.version-rouge {
        max-width: 80%;
        margin: auto; } }
    .home-offrir.jcpo .head-offrir > div {
      padding-bottom: 30px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .home-offrir.jcpo .head-offrir > div {
          padding-top: 22px;
          padding-bottom: 50px; } }
      @media (max-width: 767.98px) {
        .home-offrir.jcpo .head-offrir > div {
          padding-bottom: 120px; }
          .home-offrir.jcpo .head-offrir > div.version-rouge {
            padding-bottom: 50px; } }
      .home-offrir.jcpo .head-offrir > div:before {
        top: 10px;
        left: -265px;
        width: 236px;
        height: 215px;
        background: url(../image/jcpo/ruban_jcpo2.png) no-repeat center;
        background-size: contain; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .home-offrir.jcpo .head-offrir > div:before {
            top: auto;
            bottom: 15px;
            width: 201px;
            height: 137px;
            left: -154px; } }
        @media (max-width: 767.98px) {
          .home-offrir.jcpo .head-offrir > div:before {
            width: 168px;
            height: 153px;
            left: auto;
            right: -26px;
            top: auto;
            bottom: 12px;
            transform: rotate(-60deg); } }
      .home-offrir.jcpo .head-offrir > div.version-rouge:before {
        background: url(../image/jcpo/ruban-rouge.png) no-repeat center;
        top: -3px;
        left: -175px;
        width: 236px;
        height: 265px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .home-offrir.jcpo .head-offrir > div.version-rouge:before {
            width: 266px;
            height: 185px; } }
        @media (max-width: 991.98px) {
          .home-offrir.jcpo .head-offrir > div.version-rouge:before {
            background-size: contain; } }
        @media (max-width: 767.98px) {
          .home-offrir.jcpo .head-offrir > div.version-rouge:before {
            top: -43px;
            left: -60px;
            width: 86px;
            height: 265px;
            transform: none; } }
    .home-offrir.jcpo .jcpo-accroche > p {
      margin: 0 auto 32px;
      font-size: 20px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .home-offrir.jcpo .jcpo-accroche > p {
          line-height: 1.2;
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .home-offrir.jcpo .jcpo-accroche > p {
          margin-bottom: 25px;
          font-size: 18px;
          max-width: 295px; } }
      .home-offrir.jcpo .jcpo-accroche > p span {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        @media (max-width: 991.98px) {
          .home-offrir.jcpo .jcpo-accroche > p span {
            display: block; } }
    .home-offrir.jcpo .kiosque-jcpo-link a {
      text-align: center;
      margin: 50px auto 0; }
    .home-offrir.jcpo .kiosque-jcpo-link span {
      text-align: center; }
    .home-offrir.jcpo .selection {
      text-align: center; }
      @media (max-width: 767.98px) {
        .home-offrir.jcpo .selection:not(:last-child) {
          margin-bottom: 60px; } }
      .home-offrir.jcpo .selection a:hover {
        text-decoration: none; }
        .home-offrir.jcpo .selection a:hover span {
          color: #000000;
          background-color: #fff;
          border-color: #000000; }
      .home-offrir.jcpo .selection p {
        position: relative;
        margin: 0;
        padding: 30px 10px 26px;
        font-size: 20px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        text-transform: uppercase;
        letter-spacing: .05em;
        line-height: 1.2; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .home-offrir.jcpo .selection p {
            font-size: 18px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .home-offrir.jcpo .selection p {
            font-size: 14px;
            padding-bottom: 16px; } }
        @media (max-width: 767.98px) {
          .home-offrir.jcpo .selection p {
            font-size: 16px;
            padding-bottom: 16px; } }
      .home-offrir.jcpo .selection p:before {
        content: '';
        position: absolute;
        top: 16px;
        left: 50%;
        width: 26px;
        height: 1px;
        background-color: #000000;
        transform: translateX(-50%); }
      .home-offrir.jcpo .selection img {
        margin: auto; }

.home-highlight {
  margin-bottom: 75px; }
  .home-highlight .offrir-accroche {
    padding: 40px 0;
    text-align: center; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .home-highlight .offrir-accroche {
        padding-left: 20px;
        padding-right: 20px; } }
    .home-highlight .offrir-accroche p {
      margin: 0;
      font-size: 20px; }
      @media (max-width: 991.98px) {
        .home-highlight .offrir-accroche p {
          font-size: 16px; } }
      .home-highlight .offrir-accroche p span {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .home-highlight .highlight-col {
    position: relative;
    display: block; }
    .home-highlight .highlight-col > a.container-link:not(.empty) ~ div:after,
    .home-highlight .highlight-col > a.container-link.empty:after {
      content: none !important; }
    @media (min-width: 992px) {
      .home-highlight .highlight-col.dentelure-one-lg > .swiper-container:after,
      .home-highlight .highlight-col.dentelure-one-lg > div:after,
      .home-highlight .highlight-col.dentelure-one-lg > a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 5px;
        background: url(../image/pages/home/dentelures-home-1.png) no-repeat bottom;
        background-size: contain;
        z-index: 3; } }
    @media (max-width: 991.98px) {
      .home-highlight .highlight-col.dentelure-one-md > .swiper-container:after,
      .home-highlight .highlight-col.dentelure-one-md > div:after,
      .home-highlight .highlight-col.dentelure-one-md > a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 5px;
        background: url(../image/pages/home/dentelures-home-1.png) no-repeat bottom;
        background-size: contain;
        z-index: 3; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .home-highlight .highlight-col.dentelure-one-md > .swiper-container:after,
    .home-highlight .highlight-col.dentelure-one-md > div:after,
    .home-highlight .highlight-col.dentelure-one-md > a:after {
      height: 10px; } }
    @media (min-width: 992px) {
      .home-highlight .highlight-col.dentelure-two-lg > .swiper-container:after,
      .home-highlight .highlight-col.dentelure-two-lg > div:after,
      .home-highlight .highlight-col.dentelure-two-lg > a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 5px;
        background: url(../image/pages/home/dentelures-home-2.png) no-repeat bottom;
        background-size: contain;
        z-index: 3; } }
    @media (min-width: 992px) {
      .home-highlight .highlight-col.dentelure-two-lg-repeat > .swiper-container:after,
      .home-highlight .highlight-col.dentelure-two-lg-repeat > div:after,
      .home-highlight .highlight-col.dentelure-two-lg-repeat > a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 5px;
        background: url(../image/pages/home/dentelures-home-2.png) repeat-x bottom;
        background-size: contain;
        z-index: 3; } }
    @media (max-width: 991.98px) {
      .home-highlight .highlight-col.dentelure-two-md > .swiper-container:after,
      .home-highlight .highlight-col.dentelure-two-md > div:after,
      .home-highlight .highlight-col.dentelure-two-md > a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 5px;
        background: url(../image/pages/home/dentelures-home-2.png) no-repeat bottom;
        background-size: contain;
        z-index: 3; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .home-highlight .highlight-col.dentelure-two-md > .swiper-container:after,
    .home-highlight .highlight-col.dentelure-two-md > div:after,
    .home-highlight .highlight-col.dentelure-two-md > a:after {
      height: 10px;
      background: url(../image/pages/home/dentelures-home-1.png) no-repeat bottom;
      background-size: contain; } }
    .home-highlight .highlight-col.dentelure-three > .swiper-container:after,
    .home-highlight .highlight-col.dentelure-three > div:after,
    .home-highlight .highlight-col.dentelure-three > a:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 5px;
      background: url(../image/pages/home/dentelures-home-3.png) repeat-x left bottom;
      background-size: contain;
      z-index: 3; }
      @media (max-width: 991.98px) {
        .home-highlight .highlight-col.dentelure-three > .swiper-container:after,
        .home-highlight .highlight-col.dentelure-three > div:after,
        .home-highlight .highlight-col.dentelure-three > a:after {
          height: 10px;
          background: url(../image/pages/home/dentelures-home-1.png) no-repeat bottom;
          background-size: contain; } }
    @media (max-width: 991.98px) {
      .home-highlight .highlight-col .swiper-container a .btn-right {
        bottom: 15%; } }
    @media (max-width: 991.98px) {
      .home-highlight .highlight-col .swiper-container a .btn-left {
        bottom: 15%; } }
    .home-highlight .highlight-col .action-container {
      position: absolute;
      bottom: 20px;
      z-index: 2; }
      @media (max-width: 767.98px) {
        .home-highlight .highlight-col .action-container {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .home-highlight .highlight-col .action-container .btn {
        margin: 10px; }
      .home-highlight .highlight-col .action-container.btn-center {
        left: 50%;
        transform: translateX(-50%); }
      .home-highlight .highlight-col .action-container.btn-right {
        right: 20px; }
        @media (max-width: 767.98px) {
          .home-highlight .highlight-col .action-container.btn-right {
            right: auto;
            left: 50%;
            transform: translateX(-50%); } }
      .home-highlight .highlight-col .action-container.btn-left {
        left: 20px; }
        @media (max-width: 767.98px) {
          .home-highlight .highlight-col .action-container.btn-left {
            left: 50%;
            transform: translateX(-50%); } }
    .home-highlight .highlight-col .container-link {
      display: block;
      position: relative; }
    .home-highlight .highlight-col .text-on-img {
      position: absolute;
      left: 0;
      bottom: 40px;
      width: 100%;
      z-index: 3; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .home-highlight .highlight-col .text-on-img {
          bottom: 15px; } }
      @media (max-width: 991.98px) {
        .home-highlight .highlight-col .text-on-img {
          bottom: 23px; } }
      @media (max-width: 340px) {
        .home-highlight .highlight-col .text-on-img {
          bottom: 12px; } }
      .home-highlight .highlight-col .text-on-img > p {
        text-align: center; }
      .home-highlight .highlight-col .text-on-img > p:nth-child(1) {
        padding: 0 85px;
        font-size: 13px;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1.3846153846; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .home-highlight .highlight-col .text-on-img > p:nth-child(1) {
            padding: 0 60px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .home-highlight .highlight-col .text-on-img > p:nth-child(1) {
            font-size: 12px; } }
        @media (max-width: 340px) {
          .home-highlight .highlight-col .text-on-img > p:nth-child(1) {
            padding-left: 40px;
            padding-right: 40px; } }
      .home-highlight .highlight-col .text-on-img > p:nth-child(2) {
        margin-bottom: 0;
        padding: 0 30px;
        font-size: 19px;
        font-family: "grand_aventureregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1.0526315789;
        color: #A86A3B; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .home-highlight .highlight-col .text-on-img > p:nth-child(2) {
            padding: 0 15px;
            font-size: 18px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .home-highlight .highlight-col .text-on-img > p:nth-child(2) {
            font-size: 20px; } }
        @media (max-width: 340px) {
          .home-highlight .highlight-col .text-on-img > p:nth-child(2) {
            padding-left: 15px;
            padding-right: 15px; } }
    .home-highlight .highlight-col.hover-player .player-icon {
      display: inline-block;
      position: absolute;
      bottom: 100px;
      left: 50%;
      width: 67px;
      height: 67px;
      transform: translateX(-50%); }
    .home-highlight .highlight-col.hover-player .player-icon img {
      display: block;
      position: absolute;
      width: 67px;
      height: 67px;
      transition: .3s all ease; }
      .home-highlight .highlight-col.hover-player .player-icon img:first-child {
        opacity: 1; }
      .home-highlight .highlight-col.hover-player .player-icon img:last-child {
        opacity: 0; }
    .home-highlight .highlight-col.hover-player .player-icon.invert img:first-child {
      opacity: 0; }
    .home-highlight .highlight-col.hover-player .player-icon.invert img:last-child {
      opacity: 1; }
    @media (min-width: 992px) {
      .home-highlight .highlight-col.hover-player:hover .player-icon img, .home-highlight .highlight-col.hover-player:focus .player-icon img, .home-highlight .highlight-col.hover-player:active .player-icon img {
        transform: scale(1.1); }
        .home-highlight .highlight-col.hover-player:hover .player-icon img:first-child, .home-highlight .highlight-col.hover-player:focus .player-icon img:first-child, .home-highlight .highlight-col.hover-player:active .player-icon img:first-child {
          opacity: 0; }
        .home-highlight .highlight-col.hover-player:hover .player-icon img:last-child, .home-highlight .highlight-col.hover-player:focus .player-icon img:last-child, .home-highlight .highlight-col.hover-player:active .player-icon img:last-child {
          opacity: 1; }
      .home-highlight .highlight-col.hover-player:hover .player-icon.invert img:first-child, .home-highlight .highlight-col.hover-player:focus .player-icon.invert img:first-child, .home-highlight .highlight-col.hover-player:active .player-icon.invert img:first-child {
        opacity: 1; }
      .home-highlight .highlight-col.hover-player:hover .player-icon.invert img:last-child, .home-highlight .highlight-col.hover-player:focus .player-icon.invert img:last-child, .home-highlight .highlight-col.hover-player:active .player-icon.invert img:last-child {
        opacity: 0; }
      .home-highlight .highlight-col.hover-zoom a, .home-highlight .highlight-col.hover-zoom > div {
        overflow: hidden; }
        .home-highlight .highlight-col.hover-zoom a:hover img, .home-highlight .highlight-col.hover-zoom a:focus img, .home-highlight .highlight-col.hover-zoom a:active img, .home-highlight .highlight-col.hover-zoom > div:hover img, .home-highlight .highlight-col.hover-zoom > div:focus img, .home-highlight .highlight-col.hover-zoom > div:active img {
          transform: scale(1.015); }
      .home-highlight .highlight-col.hover-zoom img {
        transition: .4s transform ease; }
      .home-highlight .highlight-col.hover-switch {
        position: relative; }
        .home-highlight .highlight-col.hover-switch:hover .switch-front, .home-highlight .highlight-col.hover-switch:focus .switch-front, .home-highlight .highlight-col.hover-switch:active .switch-front {
          opacity: 0; }
        .home-highlight .highlight-col.hover-switch .switch-front {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          transition: .5s opacity ease; }
        .home-highlight .highlight-col.hover-switch .switch-back {
          z-index: 1; } }
    @media (min-width: 768px) {
      .home-highlight .highlight-col.format-full-large-sm.format-full-large-md {
        margin-bottom: 0 !important; } }
    .home-highlight .highlight-col.format-full-large-sm.format-full-large-md > a {
      width: var(--full-width);
      left: 50%;
      transform: translate(-50%); }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .home-highlight .highlight-col.format-full-large-sm.format-full-large-md > a .img-fluid.d-block.d-md-none, .home-highlight .highlight-col.format-full-large-sm.format-full-large-md > a .img-fluid.d-md-none.device-xs, .home-highlight .highlight-col.format-full-large-sm.format-full-large-md > a .img-fluid.device-xs.device-sm, .home-highlight .highlight-col.format-full-large-sm.format-full-large-md > a .img-fluid.d-block.device-sm {
          margin: auto; } }
    @media (min-width: 768px) {
      .home-highlight .highlight-col.format-full-large-sm:not(.format-full-large-md) {
        margin-bottom: 0 !important; } }
    @media (max-width: 767.98px) {
      .home-highlight .highlight-col.format-full-large-sm:not(.format-full-large-md) > a {
        width: var(--full-width);
        left: 50%;
        transform: translate(-50%); } }
  @media (max-width: 767.98px) and (min-width: 576px) and (max-width: 767.98px) {
    .home-highlight .highlight-col.format-full-large-sm:not(.format-full-large-md) > a .img-fluid.d-block.d-md-none, .home-highlight .highlight-col.format-full-large-sm:not(.format-full-large-md) > a .img-fluid.d-md-none.device-xs, .home-highlight .highlight-col.format-full-large-sm:not(.format-full-large-md) > a .img-fluid.device-xs.device-sm, .home-highlight .highlight-col.format-full-large-sm:not(.format-full-large-md) > a .img-fluid.d-block.device-sm {
      margin: auto; } }
    @media (min-width: 768px) {
      .home-highlight .highlight-col.format-full-large-md:not(.format-full-large-sm) {
        margin-bottom: 0 !important; } }
    @media (min-width: 768px) {
      .home-highlight .highlight-col.format-full-large-md:not(.format-full-large-sm) > a {
        width: var(--full-width);
        left: 50%;
        transform: translate(-50%); } }

.home-creations {
  margin-bottom: 91px; }
  .home-creations h2 {
    margin-bottom: 32px; }
  @media (max-width: 575.98px) {
    .home-creations .hp-grid .grid-sizer,
    .home-creations .hp-grid .grid-item {
      padding-left: 0;
      padding-right: 0; } }
  .home-creations .grid-item-content {
    position: relative;
    margin-bottom: 25px; }
    .home-creations .grid-item-content img:not(.img-hover) {
      opacity: 1;
      transition: all .3s ease-in-out; }
    .home-creations .grid-item-content .img-hover {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all .3s ease-in-out; }
    .home-creations .grid-item-content:hover .img-hover {
      opacity: 1; }
    .home-creations .grid-item-content:hover img:not(.img-hover) {
      opacity: 0; }
    @media (max-width: 991.98px) {
      .home-creations .grid-item-content:hover img:not(.img-hover) {
        opacity: 1; } }
    @media (min-width: 992px) {
      .home-creations .grid-item-content {
        overflow: hidden; } }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .home-creations .grid-item-content {
        margin-bottom: 25px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .home-creations .grid-item-content {
        margin-bottom: 25px; } }
    @media (max-width: 767.98px) {
      .home-creations .grid-item-content {
        margin-bottom: 10px; }
        .home-creations .grid-item-content > img {
          width: 100%; } }
    @media (max-width: 991.98px) {
      .home-creations .grid-item-content:not(.not-hover) .stretched-link:after {
        pointer-events: none; } }
    .home-creations .grid-item-content.current .box-content {
      opacity: 1;
      pointer-events: auto; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .home-creations .grid-item-content.current .box-content {
          opacity: 0; } }
      .home-creations .grid-item-content.current .box-content .product-name {
        pointer-events: auto; }
      @media (max-width: 991.98px) {
        .home-creations .grid-item-content.current .box-content .stretched-link:after {
          pointer-events: auto; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .home-creations .grid-item-content.to-left .box-content {
        left: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .home-creations .grid-item-content.to-right .box-content {
        right: 0; } }
  .home-creations .grid-item-content--height2 {
    height: 200px; }
  .home-creations .box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    height: 100%;
    z-index: 2;
    transition: .5s all ease;
    pointer-events: none; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .home-creations .box-content {
        top: -55px;
        right: -76px;
        bottom: -55px;
        left: -76px;
        height: auto;
        transition: .1s all ease; } }
    @media (max-width: 767.98px) {
      .home-creations .box-content {
        top: 0;
        transition: .1s all ease; } }
    .home-creations .box-content > div:not(.close-box) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: 100%; }
    .home-creations .box-content > .close-box {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 5px 5px;
      background: transparent;
      border: none;
      z-index: 5000; }
      .home-creations .box-content > .close-box svg {
        fill: #fff;
        width: 13px;
        height: 17px; }
    .home-creations .box-content .product-signet {
      padding-left: 15px; }
      .home-creations .box-content .product-signet > svg,
      .home-creations .box-content .product-signet > img {
        width: 81px;
        height: 253px; }
    .home-creations .box-content .product-informations {
      padding: 0 25px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .home-creations .box-content .product-informations {
          padding: 0 30px; } }
      .home-creations .box-content .product-informations .product-name {
        display: inline-block;
        margin-bottom: 15px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 17px;
        line-height: 1.2352941176;
        pointer-events: none;
        color: #fff; }
        @media (max-width: 767.98px) {
          .home-creations .box-content .product-informations .product-name {
            text-decoration: underline;
            text-transform: initial; } }
      .home-creations .box-content .product-informations .product-price {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 20px;
        line-height: 1;
        color: #CFA68D; }
      .home-creations .box-content .product-informations .product-weight {
        font-size: 13px;
        line-height: 1.6153846154;
        color: #CFA68D; }

.home-caracteristics {
  position: relative;
  margin-bottom: 65px;
  padding-top: 45px; }
  @media (max-width: 767.98px) {
    .home-caracteristics {
      margin-bottom: 50px;
      padding-top: 140px; } }
  .home-caracteristics:before {
    content: '';
    position: absolute;
    top: 0;
    right: 12.5px;
    left: 12.5px;
    height: 1px;
    background-color: #cccccc; }
    @media (max-width: 767.98px) {
      .home-caracteristics:before {
        right: 45px;
        left: 45px; } }
  .home-caracteristics .home-main-title {
    position: relative;
    margin-bottom: 22px; }
    @media (max-width: 767.98px) {
      .home-caracteristics .home-main-title {
        font-size: 58px;
        padding-left: 0;
        padding-right: 0; } }
    .home-caracteristics .home-main-title:before {
      content: '';
      position: absolute;
      top: -9px;
      background: url(../image/svg/header/logo-maison-thiriet.svg) no-repeat top;
      background-size: contain;
      width: 170px;
      height: 81px; }
      @media (max-width: 575.98px) {
        .home-caracteristics .home-main-title:before {
          left: 50%; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .home-caracteristics .home-main-title:before {
          left: 50%; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .home-caracteristics .home-main-title:before {
          left: 15px; } }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .home-caracteristics .home-main-title:before {
          left: 20px; } }
      @media (min-width: 1240px) {
        .home-caracteristics .home-main-title:before {
          left: 110px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .home-caracteristics .home-main-title:before {
          width: 118px;
          height: 56px; } }
      @media (max-width: 767.98px) {
        .home-caracteristics .home-main-title:before {
          top: -105px;
          transform: translateX(-50%); } }
  .home-caracteristics .caracteristics {
    margin-bottom: 45px; }
    @media (max-width: 767.98px) {
      .home-caracteristics .caracteristics {
        margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .home-caracteristics .caracteristics-swiper {
      margin: 0 -20px;
      padding-bottom: 55px; }
    .home-caracteristics .swiper-container > .swiper-pagination-bullets {
      bottom: 0; }
      .home-caracteristics .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
        border: 1px solid #000000;
        background-color: transparent; }
        .home-caracteristics .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
          background: #000000; } }
  .home-caracteristics .caracteristic .illustration {
    margin-bottom: 34px; }
  .home-caracteristics .caracteristic .title {
    margin-bottom: 16px;
    padding: 0 25px;
    font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 40px;
    font-size: 2.5rem;
    line-height: .8;
    text-align: center;
    color: #000000; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .home-caracteristics .caracteristic .title {
        padding: 0 5px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .home-caracteristics .caracteristic .title {
        margin-bottom: 10px;
        padding: 0;
        font-size: 30px;
        line-height: 1; } }
    @media (max-width: 767.98px) {
      .home-caracteristics .caracteristic .title {
        font-size: 2.6875rem; } }
  .home-caracteristics .caracteristic > p {
    margin: 0;
    padding: 0 6px;
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    line-height: 1.5; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .home-caracteristics .caracteristic > p {
        padding: 0;
        font-size: 10px;
        line-height: 1.6; } }
    @media (max-width: 767.98px) {
      .home-caracteristics .caracteristic > p {
        padding: 0 30px;
        text-align: center; } }

.home-creations.container.swiper-mode .swiper-container {
  overflow: visible; }

.home-creations.container.swiper-mode .last-creation-swiper .swiper-wrapper.disabled-swiper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.home-creations.container.swiper-mode .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.home-creations.container.swiper-mode .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #000000; }

.home-creations.container.swiper-mode .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #000000; }

#productData {
  padding-bottom: 55px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #productData {
      padding-bottom: 35px; } }
  @media (max-width: 767.98px) {
    #productData {
      padding-bottom: 28px; } }
  @media (min-width: 992px) {
    #productData .product-bookmark svg, #productData .product-bookmark img {
      width: 120px;
      height: 335px; } }
  #productData .product-new {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2; }
    #productData .product-new > img {
      width: 90px;
      height: 71px; }
  #productData .product-data-columns {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
    @media (max-width: 991.98px) {
      #productData .product-data-columns {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #productData .product-data-columns {
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      #productData .product-data-columns {
        margin-bottom: 20px; } }
    #productData .product-data-columns .product-data-first {
      position: relative;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
      @media (max-width: 991.98px) {
        #productData .product-data-columns .product-data-first {
          -ms-flex: none;
              flex: none;
          width: 100%; } }
    #productData .product-data-columns .product-data-second {
      position: relative;
      width: 267px; }
      @media (max-width: 991.98px) {
        #productData .product-data-columns .product-data-second {
          width: 100%; } }
      #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation {
        background-color: white;
        text-transform: uppercase;
        position: absolute;
        top: 15px;
        left: 0;
        width: auto;
        padding: 6px 15px;
        font-size: 13px;
        line-height: 1.2;
        letter-spacing: -0.5pt; }
        @media (max-width: 1239.98px) {
          #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation {
            top: 5px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation {
            width: 45%; } }
        @media (max-width: 767.98px) {
          #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation {
            width: auto;
            right: 30px;
            top: 10px;
            min-height: 28px; } }
        #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          pointer-events: none;
          border-top: 14px solid white;
          border-right: 6px solid black;
          border-bottom: 14px solid white;
          z-index: 1; }
          @media (max-width: 991.98px) {
            #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation:after {
              border-top-width: 14px;
              border-right-width: 10px;
              border-bottom-width: 14px; } }
          @media (max-width: 767.98px) {
            #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation:after {
              right: -2px; } }
      @media (max-width: 1239.98px) {
        #productData .product-data-columns .product-data-second.has-prolongation .first-part-detail {
          position: relative;
          top: 10px; } }
      @media (max-width: 991.98px) {
        #productData .product-data-columns .product-data-second.has-prolongation .first-part-detail {
          top: 22px;
          margin-bottom: 22px; } }
      #productData .product-data-columns .product-data-second.has-exclu:after {
        content: "";
        position: absolute;
        left: 0;
        background: url(../image/pages/fiche-produit/exclu-web-white.png) no-repeat;
        width: 118px;
        height: 28px;
        pointer-events: none; }
        @media (min-width: 1240px) {
          #productData .product-data-columns .product-data-second.has-exclu:after {
            top: 40px; } }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          #productData .product-data-columns .product-data-second.has-exclu:after {
            top: 0; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          #productData .product-data-columns .product-data-second.has-exclu:after {
            right: 10px;
            top: 10px;
            left: auto; } }
        @media (max-width: 767.98px) {
          #productData .product-data-columns .product-data-second.has-exclu:after {
            top: 17px;
            left: 0; } }
      @media (max-width: 767.98px) {
        #productData .product-data-columns .product-data-second.has-exclu .product-details {
          padding-top: 60px; } }
  #productData .product-swiper:after,
  #productData .product-noswiper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url(../image/svg/fiche-produit/dentelures-fiche-desktop.svg) no-repeat bottom;
    background-size: contain;
    z-index: 1; }
    @media (max-width: 991.98px) {
      #productData .product-swiper:after,
      #productData .product-noswiper:after {
        display: none; } }
  #productData .product-swiper.kraft:after,
  #productData .product-noswiper.kraft:after {
    background: url(../image/dentelures/pointille_kraft.png) no-repeat bottom; }
  #productData .product-swiper.kraft.variante:after,
  #productData .product-noswiper.kraft.variante:after {
    background: url(../image/dentelures/pointille_kraft_variante.png) no-repeat bottom; }
  @media (max-width: 575.98px) {
    #productData .product-swiper .swiper-wrapper,
    #productData .product-noswiper .swiper-wrapper {
      height: auto; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #productData .product-swiper .swiper-wrapper,
    #productData .product-noswiper .swiper-wrapper {
      height: auto; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #productData .product-swiper .swiper-wrapper,
    #productData .product-noswiper .swiper-wrapper {
      height: 401px; } }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    #productData .product-swiper .swiper-wrapper,
    #productData .product-noswiper .swiper-wrapper {
      height: 393px; } }
  @media (min-width: 1240px) {
    #productData .product-swiper .swiper-wrapper,
    #productData .product-noswiper .swiper-wrapper {
      height: 495px; } }
  @media (min-width: 768px) {
    #productData .product-swiper .swiper-slide,
    #productData .product-noswiper .swiper-slide {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      transition: .3s opacity ease; }
      #productData .product-swiper .swiper-slide.is-hidden,
      #productData .product-noswiper .swiper-slide.is-hidden {
        opacity: 0; } }
  #productData .product-swiper.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet,
  #productData .product-noswiper.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #fff;
    background-color: transparent; }
    #productData .product-swiper.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active,
    #productData .product-noswiper.swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
      background: #fff; }
  #productData .product-bookmark {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2; }
  #productData .produit-pai {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    @media (max-width: 767.98px) {
      #productData .produit-pai {
        width: 40%;
        max-width: 140px; } }
    #productData .produit-pai img {
      width: 170px; }
      @media (max-width: 767.98px) {
        #productData .produit-pai img {
          width: 100%; } }
  #productData .product-details {
    position: relative;
    padding: 120px 50px 10px 20px;
    height: 100%;
    background-color: #000000; }
    @media (min-width: 992px) {
      #productData .product-details {
        padding: 20px 25px 110px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        #productData .product-details.has-lot {
          padding: 20px 45px 40px 20px; } }
    @media (min-width: 1240px) {
      #productData .product-details {
        padding: 20px 50px 150px 20px; }
        #productData .product-details.has-lot {
          padding: 20px 45px 80px 20px; } }
    @media (max-width: 991.98px) {
      #productData .product-details:after {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 5px;
        background-size: contain;
        z-index: 1; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #productData .product-details {
        padding: 25px 30px 22px; }
        #productData .product-details:after {
          top: -4px;
          background: url(../image/svg/fiche-produit/dentelures-tablette.svg) no-repeat bottom; } }
    @media (max-width: 767.98px) {
      #productData .product-details {
        padding: 23px 30px 25px 20px; }
        #productData .product-details:after {
          height: 4px;
          top: -3px;
          background: url(../image/svg/fiche-produit/dentelure-mobile.svg) repeat-x bottom; } }
    #productData .product-details .first-part-detail > div:first-of-type {
      margin-bottom: 25px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        #productData .product-details .first-part-detail > div:first-of-type {
          margin-bottom: 15px; } }
      #productData .product-details .first-part-detail > div:first-of-type.bigger-marginbottom {
        margin-bottom: 50px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #productData .product-details .first-part-detail {
        display: -ms-flexbox;
        display: flex; } }
    #productData .product-details .second-part-detail {
      padding-right: 20px; }
      @media (max-width: 767.98px) {
        #productData .product-details .second-part-detail .packaging {
          display: inline-block;
          width: 200px; } }
    #productData .product-details .product-title {
      position: relative;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 17px;
      line-height: 1.2941176471;
      text-transform: uppercase;
      color: #fff; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        #productData .product-details .product-title {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #productData .product-details .product-title {
          max-width: 435px;
          margin-right: 17px; } }
      @media (max-width: 767.98px) {
        #productData .product-details .product-title {
          display: inline-block;
          font-size: 15px; }
          #productData .product-details .product-title:after:not(.fiche-produit) {
            content: ' - '; } }
    #productData .product-details .part-number {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      color: #fff; }
      @media (max-width: 767.98px) {
        #productData .product-details .part-number {
          font-size: 13px; } }
    #productData .product-details .promotion {
      margin-bottom: 10px; }
      #productData .product-details .promotion > img {
        height: 50px; }
        @media (max-width: 991.98px) {
          #productData .product-details .promotion > img {
            height: 43px; } }
      #productData .product-details .promotion.first {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100%; }
    #productData .product-details .product-price {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px; }
      #productData .product-details .product-price .price {
        position: relative;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 23px;
        line-height: 1;
        color: #fff; }
        @media (max-width: 991.98px) {
          #productData .product-details .product-price .price {
            font-size: 21px; } }
      #productData .product-details .product-price .price .old-price {
        font-size: 15px;
        text-decoration: line-through; }
        @media (max-width: 991.98px) {
          #productData .product-details .product-price .price .old-price {
            font-size: 13px; } }
      #productData .product-details .product-price .ticketrestaurant {
        position: absolute;
        right: -41px;
        top: -5px; }
        #productData .product-details .product-price .ticketrestaurant > img {
          width: 34px;
          max-height: 26px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          #productData .product-details .product-price .ticketrestaurant {
            right: -45px;
            top: -8px; } }
    #productData .product-details .packaging {
      font-size: 12px;
      line-height: 1.4166666667;
      color: #fff; }
      @media (max-width: 991.98px) {
        #productData .product-details .packaging {
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 10px; } }
    #productData .product-details .lot-wrapper {
      margin-top: 10px; }
      #productData .product-details .lot-wrapper img {
        max-width: 120px;
        margin-top: 10px; }
      #productData .product-details .lot-wrapper > div a {
        font-size: 12px;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #E3CDAC;
        text-decoration: underline; }
  #productData .user-actions {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: center; }
    #productData .user-actions .favorite {
      margin-bottom: 25px; }
  #productData .product-switcher .is-hidden {
    display: none; }
  #productData .product-switcher img {
    width: 100%;
    transition: .4s transform ease; }
  #productData .product-switcher:hover, #productData .product-switcher:focus, #productData .product-switcher:active {
    cursor: pointer; }
  @media (min-width: 992px) {
    #productData .product-switcher .img-switch[data-img="two"] {
      overflow: hidden; }
    #productData .product-switcher:hover img, #productData .product-switcher:focus img, #productData .product-switcher:active img {
      transform: scale(1.05); } }
  #productData .product-description {
    padding-bottom: 8px; }
    #productData .product-description p {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1.6428571429; }
      @media (max-width: 991.98px) {
        #productData .product-description p {
          font-size: 12px; } }
  #productData .encart-produit-qualite {
    background-color: #fff;
    position: relative;
    padding: 20px 30px 30px 30px;
    margin-bottom: 30px;
    margin-top: 20px; }
    #productData .encart-produit-qualite.has-pointille:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 5px;
      background: url(../image/svg/fiche-produit/dentelures-fiche-desktop.svg) no-repeat bottom;
      background-size: cover;
      z-index: 1; }
    #productData .encart-produit-qualite.has-pointille:before {
      content: '';
      position: absolute;
      left: -1px;
      top: 0;
      width: 100%;
      height: 5px;
      background: url(../image/svg/fiche-produit/dentelures-fiche-desktop.svg) no-repeat top;
      background-size: cover;
      transform: rotate(180deg);
      z-index: 1; }
    #productData .encart-produit-qualite .heading {
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767.98px) {
        #productData .encart-produit-qualite .heading {
          -ms-flex-pack: justify;
              justify-content: space-between; } }
      @media (max-width: 767.98px) {
        #productData .encart-produit-qualite .heading .img-sentance {
          max-width: 210px; } }
      @media (max-width: 370px) {
        #productData .encart-produit-qualite .heading .img-sentance {
          max-width: 180px; } }
      #productData .encart-produit-qualite .heading .picto-medaille {
        margin-left: 25px; }
        @media (max-width: 767.98px) {
          #productData .encart-produit-qualite .heading .picto-medaille {
            margin-left: 10px; } }
        @media (max-width: 370px) {
          #productData .encart-produit-qualite .heading .picto-medaille {
            max-width: 30px; } }
    #productData .encart-produit-qualite .content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: start;
      margin-top: 15px;
      padding-right: 30px; }
      @media (max-width: 767.98px) {
        #productData .encart-produit-qualite .content {
          padding-right: 0; } }
      #productData .encart-produit-qualite .content .picto-medaille {
        margin-left: 13px;
        margin-right: 27px;
        margin-top: 5px; }
      #productData .encart-produit-qualite .content .content-text {
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        line-height: 1.5384615385; }
  #productData .product-labels .collapser > button {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
    text-align: left;
    line-height: 1;
    background: transparent;
    border: none;
    outline: 0; }
    #productData .product-labels .collapser > button:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 40px;
      height: 1px;
      background-color: #CCCCCC; }
    #productData .product-labels .collapser > button:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 13px;
      height: 13px;
      background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center;
      background-size: contain;
      pointer-events: none;
      transition: .3s transform ease; }
    #productData .product-labels .collapser > button[aria-expanded="true"]:after {
      transform: translateY(-50%) rotate(180deg); }
    #productData .product-labels .collapser > button .img-labels {
      display: inline-block;
      position: relative;
      background-color: #F9F8F6;
      z-index: 1; }
      @media (max-width: 767.98px) {
        #productData .product-labels .collapser > button .img-labels {
          display: inline; } }
    #productData .product-labels .collapser > button img {
      display: inline-block;
      margin-right: 20px;
      width: 60px;
      height: 60px;
      float: left; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #productData .product-labels .collapser > button img {
          width: 50px;
          height: 50px; } }
      @media (max-width: 767.98px) {
        #productData .product-labels .collapser > button img {
          position: relative;
          padding-right: 20px;
          margin-right: 0;
          width: 23%;
          max-width: 80px;
          z-index: 3;
          background-color: #F9F8F6; } }
  #productData .product-labels #collapseLabels p {
    font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    line-height: 1.5384615385;
    font-weight: 300;
    margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      #productData .product-labels #collapseLabels p {
        font-size: 12px; } }
  #productData .product-labels #collapseLabels span {
    text-transform: uppercase;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    color: #A86A3B; }
  #productData .product-data-columns.indisponible .product-data-second {
    position: relative; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #productData .product-data-columns.indisponible .product-data-second .product-details {
        padding-bottom: 50px; } }
    @media (max-width: 767.98px) {
      #productData .product-data-columns.indisponible .product-data-second .product-details {
        padding-bottom: 70px; } }
    #productData .product-data-columns.indisponible .product-data-second .produit-epuise {
      position: absolute;
      top: 19px;
      left: 19px;
      z-index: 1; }
      @media (max-width: 991.98px) {
        #productData .product-data-columns.indisponible .product-data-second .produit-epuise {
          top: 8px;
          left: 30px; } }
      @media (max-width: 767.98px) {
        #productData .product-data-columns.indisponible .product-data-second .produit-epuise {
          left: 20px; } }
      @media (max-width: 575.98px) {
        #productData .product-data-columns.indisponible .product-data-second .produit-epuise {
          top: 5px; } }
      #productData .product-data-columns.indisponible .product-data-second .produit-epuise p {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 11px;
        margin: 0;
        text-transform: uppercase;
        color: #fff; }
        #productData .product-data-columns.indisponible .product-data-second .produit-epuise p span {
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    #productData .product-data-columns.indisponible .product-data-second .produit-epuise-decouvrez {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 10px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 11px;
      text-transform: uppercase;
      color: #fff;
      z-index: 2; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #productData .product-data-columns.indisponible .product-data-second .produit-epuise-decouvrez {
          padding: 12px 30px; } }
      @media (max-width: 767.98px) {
        #productData .product-data-columns.indisponible .product-data-second .produit-epuise-decouvrez {
          padding: 12px 20px; } }
      #productData .product-data-columns.indisponible .product-data-second .produit-epuise-decouvrez a {
        text-decoration: underline;
        color: #fff; }
    #productData .product-data-columns.indisponible .product-data-second .second-part-detail,
    #productData .product-data-columns.indisponible .product-data-second .first-part-detail .promotion,
    #productData .product-data-columns.indisponible .product-data-second .add-to-cart {
      opacity: 0.35;
      pointer-events: none; }

#similarProducts .content-title,
#productCooking .content-title,
#chefIdea .content-title {
  font-size: 80px;
  line-height: 1;
  color: #000000; }
  @media (min-width: 768px) and (max-width: 1239.98px) {
    #similarProducts .content-title,
    #productCooking .content-title,
    #chefIdea .content-title {
      font-size: 72px; } }
  @media (max-width: 767.98px) {
    #similarProducts .content-title,
    #productCooking .content-title,
    #chefIdea .content-title {
      font-size: 70px; } }

#similarProducts {
  padding: 40px 0 80px;
  background-color: #ECDDC9;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    #similarProducts {
      padding-bottom: 50px; } }
  #similarProducts .content-title {
    margin-bottom: .4em;
    line-height: .8; }
    @media (max-width: 767.98px) {
      #similarProducts .content-title {
        font-size: 58px; } }
  #similarProducts #cross-selling {
    position: relative; }
    #similarProducts #cross-selling:before, #similarProducts #cross-selling:after {
      position: absolute;
      content: '';
      width: 100vw;
      z-index: 2;
      top: -2px;
      bottom: -2px;
      background-color: #ECDDC9; }
      @media (max-width: 767.98px) {
        #similarProducts #cross-selling:before, #similarProducts #cross-selling:after {
          display: none; } }
    #similarProducts #cross-selling:before {
      right: 100%; }
    #similarProducts #cross-selling:after {
      left: 100%; }
  #similarProducts .cross-selling-swiper {
    padding: 6px; }
    @media (min-width: 992px) {
      #similarProducts .cross-selling-swiper {
        overflow: visible; } }
    #similarProducts .cross-selling-swiper:before, #similarProducts .cross-selling-swiper:after {
      content: '';
      position: absolute;
      top: 0;
      width: 235px;
      height: 100%;
      z-index: 2;
      pointer-events: none;
      transition: .2s opacity ease; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #similarProducts .cross-selling-swiper:before, #similarProducts .cross-selling-swiper:after {
          width: 200px; } }
      @media (max-width: 767.98px) {
        #similarProducts .cross-selling-swiper:before, #similarProducts .cross-selling-swiper:after {
          display: none; } }
    #similarProducts .cross-selling-swiper:before {
      left: 0;
      background: linear-gradient(to right, #ecdeca 0%, rgba(236, 222, 202, 0.987) 8.1%, rgba(236, 222, 202, 0.951) 15.5%, rgba(236, 222, 202, 0.896) 22.5%, rgba(236, 222, 202, 0.825) 29%, rgba(236, 222, 202, 0.741) 35.3%, rgba(236, 222, 202, 0.648) 41.2%, rgba(236, 222, 202, 0.55) 47.1%, rgba(236, 222, 202, 0.45) 52.9%, rgba(236, 222, 202, 0.352) 58.8%, rgba(236, 222, 202, 0.259) 64.7%, rgba(236, 222, 202, 0.175) 71%, rgba(236, 222, 202, 0.104) 77.5%, rgba(236, 222, 202, 0.049) 84.5%, rgba(236, 222, 202, 0.013) 91.9%, rgba(236, 222, 202, 0) 100%); }
    #similarProducts .cross-selling-swiper:after {
      right: 0;
      background: linear-gradient(to left, #ecdeca 0%, rgba(236, 222, 202, 0.987) 8.1%, rgba(236, 222, 202, 0.951) 15.5%, rgba(236, 222, 202, 0.896) 22.5%, rgba(236, 222, 202, 0.825) 29%, rgba(236, 222, 202, 0.741) 35.3%, rgba(236, 222, 202, 0.648) 41.2%, rgba(236, 222, 202, 0.55) 47.1%, rgba(236, 222, 202, 0.45) 52.9%, rgba(236, 222, 202, 0.352) 58.8%, rgba(236, 222, 202, 0.259) 64.7%, rgba(236, 222, 202, 0.175) 71%, rgba(236, 222, 202, 0.104) 77.5%, rgba(236, 222, 202, 0.049) 84.5%, rgba(236, 222, 202, 0.013) 91.9%, rgba(236, 222, 202, 0) 100%); }
    #similarProducts .cross-selling-swiper:has(.prev-arrow.swiper-button-disabled):before {
      opacity: 0; }
    #similarProducts .cross-selling-swiper:has(.next-arrow.swiper-button-disabled):after {
      opacity: 0; }
  #similarProducts .container-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 3; }
    #similarProducts .container-arrow > div {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      opacity: 1;
      transition: .2s all ease;
      pointer-events: auto; }
      #similarProducts .container-arrow > div.swiper-button-disabled {
        opacity: 0; }
      #similarProducts .container-arrow > div:hover {
        transform: scale(0.96);
        cursor: pointer; }
      #similarProducts .container-arrow > div svg {
        width: 48px;
        height: 48px; }
        @media (max-width: 991.98px) {
          #similarProducts .container-arrow > div svg {
            width: 40px;
            height: 40px; } }

#productCooking {
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: #fff;
  min-height: 400px; }
  @media (max-width: 991.98px) {
    #productCooking {
      min-height: 450px;
      padding-bottom: 35px; } }
  @media (max-width: 767.98px) {
    #productCooking {
      padding-top: 55px;
      padding-bottom: 30px;
      overflow-x: hidden;
      min-height: unset; } }
  #productCooking .content-title {
    position: relative;
    padding-top: 5px; }
    @media (min-width: 768px) and (max-width: 1239.98px) {
      #productCooking .content-title {
        font-size: 72px; } }
    @media (max-width: 767.98px) {
      #productCooking .content-title {
        font-size: 70px;
        line-height: 1; } }
    #productCooking .content-title:before {
      content: '';
      position: absolute;
      top: 100px;
      left: 20px;
      width: 297px;
      height: 241px;
      background: url(../image/svg/fiche-produit/illustration-cuisine.svg) no-repeat center;
      background-size: contain; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #productCooking .content-title:before {
          top: 203px;
          left: -68px;
          width: 240px;
          height: 195px; } }
      @media (max-width: 767.98px) {
        #productCooking .content-title:before {
          right: -40px;
          top: -20px;
          left: auto;
          width: 191px;
          height: 155px;
          transform: scaleX(-1); } }
      @media (max-width: 360px) {
        #productCooking .content-title:before {
          right: -85px; } }
  #productCooking .chef-advice {
    padding-top: 36px; }
    @media (max-width: 767.98px) {
      #productCooking .chef-advice {
        padding-top: 95px; } }
    #productCooking .chef-advice > h3 {
      margin-bottom: 25px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      line-height: 1.2222222222;
      text-transform: uppercase; }
    #productCooking .chef-advice .sub-title {
      margin-bottom: 25px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      line-height: 1.2666666667; }
    #productCooking .chef-advice .part {
      position: relative;
      padding-top: 26px; }
      #productCooking .chef-advice .part:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 58px;
        height: 1px;
        background-color: #CCCCCC; }
      #productCooking .chef-advice .part .part-title {
        display: inline-block;
        margin-bottom: 10px;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1.2142857143;
        text-transform: uppercase; }
    #productCooking .chef-advice .part-content {
      padding-bottom: 16px; }
      #productCooking .chef-advice .part-content .method, #productCooking .chef-advice .part-content .cooking-duration .oven,
      #productCooking .chef-advice .part-content .cooking-duration .decongelation,
      #productCooking .chef-advice .part-content .cooking-duration .duration {
        margin-bottom: 6px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 15px;
        line-height: 1.2666666667; }
      #productCooking .chef-advice .part-content p {
        font-size: 13px;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1.5384615385; }
      #productCooking .chef-advice .part-content .cooking-duration {
        position: relative;
        padding: 7px 0 9px;
        min-height: 54px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        #productCooking .chef-advice .part-content .cooking-duration > img {
          max-height: 38px;
          margin-right: 10px; }
        #productCooking .chef-advice .part-content .cooking-duration .oven,
        #productCooking .chef-advice .part-content .cooking-duration .decongelation,
        #productCooking .chef-advice .part-content .cooking-duration .duration {
          margin-bottom: 0; }
        #productCooking .chef-advice .part-content .cooking-duration .oven {
          position: relative; }
        #productCooking .chef-advice .part-content .cooking-duration .decongelation {
          padding-left: 4px; }
          #productCooking .chef-advice .part-content .cooking-duration .decongelation + .duration {
            padding-left: 4px; }

#chefIdea {
  position: relative;
  padding: 45px 0 45px;
  overflow: hidden;
  background: #E4CDAE url(../image/pages/fiche-produit/fond-kraft.jpg) repeat; }
  #chefIdea:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 5px;
    background: url(../image/portail/Dentelures-portail.png) repeat-x left;
    background-size: contain;
    z-index: 3; }
  #chefIdea .content-title {
    line-height: .8; }
  #chefIdea p {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    #chefIdea {
      padding-top: 35px;
      padding-bottom: 57px; }
      #chefIdea .content-title {
        margin-bottom: 37px; } }

#productInformations {
  margin-bottom: 110px;
  padding-top: 80px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #productInformations {
      margin-bottom: 85px;
      padding-top: 60px; } }
  @media (max-width: 767.98px) {
    #productInformations {
      margin-bottom: 50px;
      padding-top: 60px; } }
  #productInformations:has(.pai-info) {
    margin-bottom: 60px; }
    @media (max-width: 767.98px) {
      #productInformations:has(.pai-info) {
        margin-bottom: 40px; } }
  #productInformations .pai-info {
    padding-top: 60px;
    font-size: 9px;
    color: #5D5D5D; }
  #productInformations .title {
    display: inline-block;
    margin-bottom: 8px;
    max-width: 190px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 1.3125; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #productInformations .title {
        max-width: 232px; } }
  #productInformations .ingredients {
    margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #productInformations .ingredients {
        margin-bottom: 43px; } }
    @media (max-width: 767.98px) {
      #productInformations .ingredients {
        margin-bottom: 37px; } }
    #productInformations .ingredients-detail {
      margin-bottom: 20px; }
      #productInformations .ingredients-detail b {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: normal; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #productInformations .conservation {
      margin-bottom: 43px; } }
  @media (max-width: 767.98px) {
    #productInformations .conservation {
      margin-bottom: 37px; } }
  #productInformations .conservation b {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600; }
  #productInformations .ingredients p,
  #productInformations .conservation p {
    margin-bottom: 0;
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    line-height: 1.5384615385; }
  #productInformations .values .values-grid {
    margin-top: -15px;
    margin-bottom: 25px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #productInformations .values .values-grid {
        margin-top: 0; } }
    @media (max-width: 991.98px) {
      #productInformations .values .values-grid table {
        width: 100%; } }
    #productInformations .values .values-grid th {
      padding-bottom: 10px;
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 11px;
      line-height: 1.1818181818;
      text-align: center;
      vertical-align: bottom; }
    #productInformations .values .values-grid td {
      width: 75px;
      height: 25px;
      font-size: 12px;
      line-height: 1.1666666667;
      text-align: center;
      border-bottom: 1px solid #C4C4C6;
      color: #000000; }
      #productInformations .values .values-grid td.noborder {
        border: none; }
      #productInformations .values .values-grid td.vbottom {
        padding-bottom: 8px;
        vertical-align: bottom; }
      #productInformations .values .values-grid td.highlight {
        padding: 5px 0;
        line-height: 1.1666666667;
        border-left: 5px solid #fff;
        background-color: #000000;
        color: #fff; }
      #productInformations .values .values-grid td.highlight.first {
        border-right: 5px solid #fff;
        border-left: 0; }
    #productInformations .values .values-grid .value-label {
      width: auto;
      text-align: left; }
  #productInformations .values .mentions p {
    font-size: 10px;
    color: #333; }

#modalProduitIndispoQualite .modal-body {
  padding: 30px 36px; }

#modalProduitIndispoQualite .mCustomScrollbar > .mCSB_scrollTools {
  right: -40px; }

#modalProduitIndispoQualite .desc-intro {
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6); }

#modalProduitIndispoQualite h2 {
  margin: 24px 0 18px;
  text-align: left;
  text-wrap: balance;
  line-height: .9; }

#modalProduitIndispoQualite .search-list {
  max-height: 430px;
  text-align: left; }
  #modalProduitIndispoQualite .search-list .search-result {
    padding-bottom: 10px;
    margin-right: 5px; }
    #modalProduitIndispoQualite .search-list .search-result:last-child {
      border-bottom: 0; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-page > .row {
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-bottom: 120px; }
    .top-page > .row .family-description {
      padding-left: 32px; } }

@media (max-width: 767.98px) {
  .top-page .family-description {
    margin-top: 10px;
    margin-bottom: 21px; } }

.family-right-column {
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .family-right-column .data-management {
    margin-bottom: 0; }

.family-logo {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .family-logo {
      display: none; } }
  .family-logo img.famille {
    width: 124px;
    height: 111px; }
  .family-logo .wrapper-illu {
    width: 170px;
    max-width: 170px;
    margin-left: 40px; }
    @media (max-width: 991.98px) {
      .family-logo .wrapper-illu {
        display: none; } }

.family-menu {
  padding-right: 8px; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .family-menu {
      padding-right: 0; } }
  @media (max-width: 991.98px) {
    .family-menu {
      display: none; } }
  .family-menu .wrapper-family-menu {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px; }
    @media (max-width: 991.98px) {
      .family-menu .wrapper-family-menu {
        height: 100%; } }
  .family-menu .second-family-menu,
  .family-menu .first-family-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
    width: 180px;
    min-width: 180px; }
    .family-menu .second-family-menu li,
    .family-menu .first-family-menu li {
      cursor: initial;
      position: relative;
      line-height: 1; }
      .family-menu .second-family-menu li a,
      .family-menu .first-family-menu li a {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.3076923077;
        color: #000000;
        text-decoration: none;
        transition: all .2s ease;
        display: block; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .family-menu .second-family-menu li a,
          .family-menu .first-family-menu li a {
            font-size: 0.6875rem; } }
        @media (max-width: 767.98px) {
          .family-menu .second-family-menu li a,
          .family-menu .first-family-menu li a {
            font-size: 18px; } }
        .family-menu .second-family-menu li a:last-child,
        .family-menu .first-family-menu li a:last-child {
          margin-bottom: 0; }
        .family-menu .second-family-menu li a.active,
        .family-menu .first-family-menu li a.active {
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          color: #A86A3B; }
        .family-menu .second-family-menu li a:after,
        .family-menu .first-family-menu li a:after {
          content: "";
          transition: all .2s ease;
          background: url(../image/svg/menu-burger/picto-arrow-right-brown.svg) no-repeat;
          position: absolute;
          right: -10px;
          top: 3px;
          color: #A86A3B;
          height: 14px;
          width: 10px;
          opacity: 0; }
        .family-menu .second-family-menu li a.active:not(.bold):after,
        .family-menu .first-family-menu li a.active:not(.bold):after {
          content: "";
          opacity: 1; }
        .family-menu .second-family-menu li a:hover, .family-menu .second-family-menu li a:focus, .family-menu .second-family-menu li a:active,
        .family-menu .first-family-menu li a:hover,
        .family-menu .first-family-menu li a:focus,
        .family-menu .first-family-menu li a:active {
          color: #A86A3B; }
  .family-menu .first-family-menu .wrapper-selection li a:after {
    background: transparent; }
  .family-menu .second-family-menu li a:after {
    background: transparent; }
  .family-menu .first-family-menu {
    height: 100%;
    transition: all .3s ease-in-out; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .family-menu .first-family-menu {
        width: 175px;
        min-width: 175px; } }
    .family-menu .first-family-menu .wrapper-link {
      margin-bottom: 30px; }
      .family-menu .first-family-menu .wrapper-link:last-child {
        margin-bottom: 0; }
      .family-menu .first-family-menu .wrapper-link li:last-child {
        margin-bottom: 0; }
      .family-menu .first-family-menu .wrapper-link li.active {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #A86A3B; }
      .family-menu .first-family-menu .wrapper-link li:after {
        content: "";
        transition: all .2s ease;
        background: url(../image/svg/menu-burger/picto-arrow-right-brown.svg) no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        color: #A86A3B;
        height: 14px;
        width: 10px;
        opacity: 0; }
      .family-menu .first-family-menu .wrapper-link li.active:not(.bold):after {
        content: "";
        opacity: 1; }
      .family-menu .first-family-menu .wrapper-link:hover, .family-menu .first-family-menu .wrapper-link:focus, .family-menu .first-family-menu .wrapper-link:active {
        color: #A86A3B; }
    .family-menu .first-family-menu span {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      font-size: 0.8125rem;
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 13px; }
    .family-menu .first-family-menu li {
      margin-bottom: 7px; }
      @media (max-width: 991.98px) {
        .family-menu .first-family-menu li {
          margin-bottom: 25px; } }
      .family-menu .first-family-menu li a {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        .family-menu .first-family-menu li a.bold {
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 13px;
          font-size: 0.8125rem;
          color: #000000; }
          .family-menu .first-family-menu li a.bold:hover, .family-menu .first-family-menu li a.bold:focus, .family-menu .first-family-menu li a.bold:active {
            color: #A86A3B; }
          .family-menu .first-family-menu li a.bold.active {
            color: #A86A3B; }
  .family-menu .second-family-menu {
    margin-top: 32px;
    position: absolute;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .family-menu .second-family-menu {
        width: 125px;
        min-width: 125px; } }
    .family-menu .second-family-menu.active {
      opacity: 1;
      pointer-events: auto;
      right: -20px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .family-menu .second-family-menu.active {
          right: -8px; } }
    .family-menu .second-family-menu li {
      margin-bottom: 7px; }
      @media (max-width: 991.98px) {
        .family-menu .second-family-menu li {
          margin-bottom: 25px; } }
      .family-menu .second-family-menu li a.bold {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        font-size: 0.8125rem;
        color: #000000; }
        .family-menu .second-family-menu li a.bold:hover, .family-menu .second-family-menu li a.bold:focus, .family-menu .second-family-menu li a.bold:active {
          color: #A86A3B; }
        .family-menu .second-family-menu li a.bold.active {
          color: #A86A3B; }

.bloc-reference {
  position: relative;
  background-color: #F3F0EE;
  padding: 17px 63px 17px 15px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .bloc-reference {
      margin-bottom: 24px; } }
  @media (max-width: 767.98px) {
    .bloc-reference {
      margin-bottom: 13px; } }
  .bloc-reference .wrapper-reference-panier {
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    z-index: 4; }
  .bloc-reference label {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-size: 0.75rem; }
  .bloc-reference .wrapper-input-ref {
    position: relative; }
    .bloc-reference .wrapper-input-ref:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      height: 100%;
      width: 1px;
      background-color: #000000; }
    .bloc-reference .wrapper-input-ref.active:before {
      display: none; }
  .bloc-reference input[type="text"] {
    display: block;
    border: none;
    background-color: transparent;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0; }
    .bloc-reference input[type="text"]::-moz-placeholder {
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .bloc-reference input[type="text"]:-ms-input-placeholder {
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .bloc-reference input[type="text"]::placeholder {
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .bloc-reference input[type="text"]:hover, .bloc-reference input[type="text"]:focus, .bloc-reference input[type="text"]:active {
      border: none;
      outline: 0;
      background-color: transparent; }

.wrapper-filters {
  margin-bottom: 40px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .wrapper-filters {
      position: absolute;
      left: 12.5px;
      right: 12.5px;
      bottom: 0; } }
  .wrapper-filters .number-article {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-size: 0.75rem;
    color: #000000;
    display: block; }
    @media (max-width: 991.98px) {
      .wrapper-filters .number-article {
        margin-top: 12px; } }
    @media (min-width: 992px) {
      .wrapper-filters .number-article {
        margin-bottom: 12px; } }
  .wrapper-filters .filters-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 13px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .wrapper-filters .filters-line {
        height: 96px; } }
    @media (max-width: 991.98px) {
      .wrapper-filters .filters-line {
        height: auto; } }
  .wrapper-filters .bloc-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-bottom: 8px; }
    .wrapper-filters .bloc-filters:after {
      content: "";
      background-color: #CCCCCC;
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .wrapper-filters .bloc-filters button.dropdown-toggle {
      background-color: transparent;
      border: none;
      position: relative;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1;
      text-transform: uppercase;
      padding-right: 28px;
      padding-left: 0;
      margin-right: 14px;
      pointer-events: auto;
      outline: 0;
      transition: all .2s ease; }
      .wrapper-filters .bloc-filters button.dropdown-toggle:after {
        content: "";
        border: none;
        background: url(../image/svg/interactions/arrow-to-bottom.svg) no-repeat;
        background-size: contain;
        width: 9px;
        height: 6px;
        position: absolute;
        right: 13px;
        top: 50%;
        transform: translateY(-50%); }
      @media (min-width: 992px) {
        .wrapper-filters .bloc-filters button.dropdown-toggle:hover:after, .wrapper-filters .bloc-filters button.dropdown-toggle:focus:after, .wrapper-filters .bloc-filters button.dropdown-toggle:active:after {
          background: url(../image/svg/interactions/arrow-to-bottom-brown.svg) no-repeat; } }
      .wrapper-filters .bloc-filters button.dropdown-toggle.first-filter {
        padding-left: 0; }
      .wrapper-filters .bloc-filters button.dropdown-toggle.last-filter {
        margin-right: 0; }
      .wrapper-filters .bloc-filters button.dropdown-toggle.no-separator:before {
        display: none !important; }
      .wrapper-filters .bloc-filters button.dropdown-toggle:not(.last-filter):before {
        content: "";
        background-color: #CCCCCC;
        position: absolute;
        right: -1px;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 9px;
        display: -ms-flexbox;
        display: flex;
        margin: auto; }
      .wrapper-filters .bloc-filters button.dropdown-toggle.inactif {
        color: #BABABA;
        pointer-events: none; }
      .wrapper-filters .bloc-filters button.dropdown-toggle.active {
        color: #A86A3B; }
  .wrapper-filters .bloc-filters-mobile {
    position: relative;
    padding-top: 13px; }
    .wrapper-filters .bloc-filters-mobile:after {
      content: "";
      height: 1px;
      background-color: #CCCCCC;
      width: 100%;
      position: absolute;
      bottom: -16px;
      left: 0;
      right: 0; }
    .wrapper-filters .bloc-filters-mobile button.filter-mobile {
      background-color: transparent;
      border: none;
      position: relative;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1;
      text-transform: uppercase;
      padding-right: 14px;
      padding-left: 0;
      margin-right: 19px;
      pointer-events: auto;
      outline: 0; }
      .wrapper-filters .bloc-filters-mobile button.filter-mobile:hover, .wrapper-filters .bloc-filters-mobile button.filter-mobile:focus, .wrapper-filters .bloc-filters-mobile button.filter-mobile:active {
        outline: 0; }
      .wrapper-filters .bloc-filters-mobile button.filter-mobile:last-child {
        margin-right: 0; }
      .wrapper-filters .bloc-filters-mobile button.filter-mobile:after {
        content: "";
        border: none;
        background: url(../image/svg/interactions/arrow-to-bottom.svg) no-repeat;
        width: 6px;
        height: 6px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .wrapper-filters .bloc-filters-mobile button.filter-mobile span {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        font-size: 0.75rem;
        color: #A56A37; }
      .wrapper-filters .bloc-filters-mobile button.filter-mobile.inactif {
        color: #BABABA;
        pointer-events: none; }
  .wrapper-filters .wrapper-info-filters ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0; }
    .wrapper-filters .wrapper-info-filters ul li {
      display: none;
      position: relative; }
      .wrapper-filters .wrapper-info-filters ul li.active {
        display: -ms-flexbox;
        display: flex;
        margin-right: 25px; }
      .wrapper-filters .wrapper-info-filters ul li p {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        color: #000000;
        margin-bottom: 0;
        padding-right: 18px; }
      .wrapper-filters .wrapper-info-filters ul li div.rounded-cross {
        position: absolute;
        right: 0;
        top: 3px;
        line-height: 0;
        cursor: pointer; }
        .wrapper-filters .wrapper-info-filters ul li div.rounded-cross svg {
          width: 11px;
          height: 11px; }
  .wrapper-filters .reset-filter {
    background-color: transparent;
    border: none;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    border-bottom: 1px solid #000000;
    outline: 0;
    line-height: 1; }
    @media (min-width: 992px) {
      .wrapper-filters .reset-filter {
        max-height: 14px; } }
    @media (max-width: 991.98px) {
      .wrapper-filters .reset-filter {
        -ms-flex-align: center;
            align-items: center; } }
    .wrapper-filters .reset-filter:hover, .wrapper-filters .reset-filter:focus, .wrapper-filters .reset-filter:active {
      outline: 0;
      background-color: transparent;
      color: #A86A3B; }

.product-suggestion-data {
  position: relative;
  margin-bottom: 30px; }
  .product-suggestion-data .product-data-first {
    position: relative;
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
    .product-suggestion-data .product-data-first:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 118%;
      height: 5px;
      background: url(../image/pages/page-famille/dentelure-suggestion.png) no-repeat bottom;
      background-size: contain;
      z-index: 0; }
    .product-suggestion-data .product-data-first a {
      display: block; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .product-suggestion-data .product-data-first img {
        width: 100%; } }
  .product-suggestion-data .product-bookmark {
    position: absolute;
    top: 20px;
    left: 17px;
    z-index: 2; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .product-suggestion-data .product-bookmark {
        top: 6px;
        left: 10px; } }
  .product-suggestion-data .product-data-second {
    width: 188px; }
    .product-suggestion-data .product-data-second .product-details {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 21px 30px 50px 16px;
      height: 100%;
      background-color: #000000; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .product-suggestion-data .product-data-second .product-details {
          padding: 15px;
          -ms-flex-pack: normal;
              justify-content: normal; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .product-suggestion-data .product-data-second .product-details {
          padding: 25px 30px 22px; } }
      @media (max-width: 767.98px) {
        .product-suggestion-data .product-data-second .product-details {
          padding: 23px 30px 25px 20px; } }
      .product-suggestion-data .product-data-second .product-details .first-part-detail > a {
        display: inline-block;
        margin-bottom: 25px; }
        .product-suggestion-data .product-data-second .product-details .first-part-detail > a:hover *, .product-suggestion-data .product-data-second .product-details .first-part-detail > a:focus *, .product-suggestion-data .product-data-second .product-details .first-part-detail > a:active * {
          color: #E4CDAE; }
      .product-suggestion-data .product-data-second .product-details .product-title {
        display: inline-block;
        position: relative;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        line-height: 1.2307692308;
        color: #fff; }
        .product-suggestion-data .product-data-second .product-details .product-title .part-number {
          position: relative;
          display: inline-block;
          padding-left: 5px;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 13px;
          line-height: 1.2307692308;
          color: #fff; }
          .product-suggestion-data .product-data-second .product-details .product-title .part-number:before {
            content: '- '; }
      .product-suggestion-data .product-data-second .product-details .product-price {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px; }
        .product-suggestion-data .product-data-second .product-details .product-price .price {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-align: center;
              align-items: center;
          position: relative;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 18px;
          line-height: 1;
          color: #E4CDAE; }
          @media (max-width: 991.98px) {
            .product-suggestion-data .product-data-second .product-details .product-price .price {
              font-size: 21px; } }
        .product-suggestion-data .product-data-second .product-details .product-price .price .old-price {
          font-size: 12px;
          text-decoration: line-through; }
          @media (max-width: 991.98px) {
            .product-suggestion-data .product-data-second .product-details .product-price .price .old-price {
              font-size: 13px; } }
        .product-suggestion-data .product-data-second .product-details .product-price .price .current-price {
          margin-right: 10px; }
        .product-suggestion-data .product-data-second .product-details .product-price .ticketrestaurant {
          margin: 6px 0; }
          .product-suggestion-data .product-data-second .product-details .product-price .ticketrestaurant > img {
            width: 34px;
            max-height: 26px; }
      .product-suggestion-data .product-data-second .product-details .packaging {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        line-height: 1.25;
        padding-right: 30px;
        color: #E4CDAE; }
        @media (max-width: 991.98px) {
          .product-suggestion-data .product-data-second .product-details .packaging {
            font-size: 10px; } }
        @media (max-width: 1239.98px) {
          .product-suggestion-data .product-data-second .product-details .packaging {
            padding-right: 50px; } }
    .product-suggestion-data .product-data-second .user-actions {
      position: absolute;
      right: 10px;
      bottom: 18px;
      text-align: center; }
      .product-suggestion-data .product-data-second .user-actions .favorite {
        margin-bottom: 23px; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .product-suggestion-data .product-data-second .user-actions .favorite {
            margin-bottom: 10px; } }
    .product-suggestion-data .product-data-second.has-prolongation .info-prolongation {
      background-color: white;
      text-transform: uppercase;
      position: absolute;
      top: 15px;
      left: 0;
      right: 10px;
      padding: 6px 15px;
      font-size: 13px;
      line-height: 1.2;
      letter-spacing: -0.5pt; }
      @media (max-width: 1239.98px) {
        .product-suggestion-data .product-data-second.has-prolongation .info-prolongation {
          top: 5px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .product-suggestion-data .product-data-second.has-prolongation .info-prolongation {
          width: 45%; } }
      @media (max-width: 767.98px) {
        .product-suggestion-data .product-data-second.has-prolongation .info-prolongation {
          width: auto;
          right: 30px;
          top: 10px; } }
      .product-suggestion-data .product-data-second.has-prolongation .info-prolongation:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
        border-top: 21px solid white;
        border-right: 15px solid black;
        border-bottom: 21px solid white;
        z-index: 1; }
        @media (max-width: 991.98px) {
          .product-suggestion-data .product-data-second.has-prolongation .info-prolongation:after {
            border-top-width: 14px;
            border-right-width: 10px;
            border-bottom-width: 14px; } }
    .product-suggestion-data .product-data-second.has-prolongation .first-part-detail {
      position: relative;
      top: 10px; }
      @media (max-width: 1239.98px) {
        .product-suggestion-data .product-data-second.has-prolongation .first-part-detail {
          top: 30px; } }
    .product-suggestion-data .product-data-second.has-prolongation .second-part-detail {
      position: relative; }
      @media (max-width: 1239.98px) {
        .product-suggestion-data .product-data-second.has-prolongation .second-part-detail {
          bottom: -20px; } }

.family-description {
  margin-bottom: 35px; }
  .family-description h1 {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    text-transform: uppercase; }
  .family-description p {
    font-size: 12px;
    line-height: 1.8333333333; }
    @media (max-width: 767.98px) {
      .family-description p {
        line-height: 1.5; } }

.top-page-family {
  position: relative;
  margin-bottom: 60px; }
  .top-page-family:not(.row-illu-title):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 5px;
    background-size: contain;
    z-index: 3;
    background: url(../image/dentelures/dentelure-motif-gris.png) repeat-x left; }
  .top-page-family.small-margin-bottom {
    margin-bottom: 30px; }
  .top-page-family .illu-bg {
    height: 384px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 2000px) {
      .top-page-family .illu-bg {
        background-size: contain; } }
    @media (max-width: 767.98px) {
      .top-page-family .illu-bg {
        height: auto; }
        .top-page-family .illu-bg > img {
          width: 100%; } }
  .top-page-family.row-illu-title {
    padding-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .top-page-family.row-illu-title {
        margin-bottom: 20px;
        padding-top: 20px; } }
  .top-page-family .illu-title-top-page {
    display: -ms-flexbox;
    display: flex;
    max-height: 200px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767.98px) {
      .top-page-family .illu-title-top-page {
        height: 180px; } }
    .top-page-family .illu-title-top-page img {
      width: 100%;
      max-height: 100%; }
  .top-page-family .thiriet-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
    .top-page-family .thiriet-title h1 {
      font-size: 60px;
      line-height: 1.1; }
      @media (max-width: 991.98px) {
        .top-page-family .thiriet-title h1 {
          font-size: 54px; } }
      @media (max-width: 767.98px) {
        .top-page-family .thiriet-title h1 {
          text-align: center; } }
  .top-page-family.video {
    position: relative; }
    .top-page-family.video:after {
      content: none; }
    .top-page-family.video.hover-player .player-icon {
      display: inline-block;
      position: absolute;
      top: 61%;
      left: 50%;
      width: 74px;
      height: 74px;
      transform: translate(-50%, -50%);
      z-index: 2; }
    .top-page-family.video.hover-player .player-icon img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      transition: .3s all ease; }
      .top-page-family.video.hover-player .player-icon img:first-child {
        opacity: 1; }
      .top-page-family.video.hover-player .player-icon img:last-child {
        opacity: 0; }
    .top-page-family.video.hover-player .player-icon.invert img:first-child {
      opacity: 0; }
    .top-page-family.video.hover-player .player-icon.invert img:last-child {
      opacity: 1; }
    @media (min-width: 992px) {
      .top-page-family.video.hover-player:hover .player-icon img:first-child, .top-page-family.video.hover-player:focus .player-icon img:first-child, .top-page-family.video.hover-player:active .player-icon img:first-child {
        opacity: 0; }
      .top-page-family.video.hover-player:hover .player-icon img:last-child, .top-page-family.video.hover-player:focus .player-icon img:last-child, .top-page-family.video.hover-player:active .player-icon img:last-child {
        opacity: 1; }
      .top-page-family.video.hover-player:hover .player-icon.invert img:first-child, .top-page-family.video.hover-player:focus .player-icon.invert img:first-child, .top-page-family.video.hover-player:active .player-icon.invert img:first-child {
        opacity: 1; }
      .top-page-family.video.hover-player:hover .player-icon.invert img:last-child, .top-page-family.video.hover-player:focus .player-icon.invert img:last-child, .top-page-family.video.hover-player:active .player-icon.invert img:last-child {
        opacity: 0; } }
    @media (max-width: 767.98px) {
      .top-page-family.video.hover-player .player-icon {
        top: 50%;
        left: 50%;
        width: 18%;
        height: 13%;
        transform: translate(-50%, -33%); } }

.kraft-page-wrapper {
  margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    .kraft-page-wrapper {
      padding-top: 0;
      margin-bottom: 45px; } }
  .kraft-page-wrapper h1 {
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 31px;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .kraft-page-wrapper h1 {
        font-size: 28px; } }
  .kraft-page-wrapper h2 {
    font-size: 60px;
    margin-bottom: 12px;
    line-height: 1; }
    @media (max-width: 767.98px) {
      .kraft-page-wrapper h2 {
        font-size: 52px; } }
  .kraft-page-wrapper h3 {
    margin-bottom: 14px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase; }
  .kraft-page-wrapper .left-content {
    padding-top: 10px; }
    @media (max-width: 767.98px) {
      .kraft-page-wrapper .left-content {
        margin-bottom: 45px; } }
    .kraft-page-wrapper .left-content img {
      margin-top: 12px;
      max-width: 100%; }
  .kraft-page-wrapper .content {
    padding-left: 12px;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .kraft-page-wrapper .content {
        padding-left: 0; } }
    .kraft-page-wrapper .content .bold {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .kraft-page-wrapper .content a {
      text-decoration: underline; }
  .kraft-page-wrapper.bienetre-animal-page-wrapper {
    padding-top: 20px;
    margin-bottom: 20px; }
    .kraft-page-wrapper.bienetre-animal-page-wrapper .left-content {
      padding-top: 0; }
    .kraft-page-wrapper.bienetre-animal-page-wrapper .content {
      padding-left: 0; }
      .kraft-page-wrapper.bienetre-animal-page-wrapper .content h3 {
        margin-top: 4px; }
    .kraft-page-wrapper.bienetre-animal-page-wrapper .content .bold > p {
      margin-bottom: 0; }
    .kraft-page-wrapper.bienetre-animal-page-wrapper .breeding-advancement {
      padding-bottom: 15px;
      padding-right: 20px; }
      .kraft-page-wrapper.bienetre-animal-page-wrapper .breeding-advancement > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        border-bottom: 1px solid #000000;
        padding: 6px 0; }
        .kraft-page-wrapper.bienetre-animal-page-wrapper .breeding-advancement > div p {
          margin-right: 100px;
          margin-bottom: 0;
          font-size: 13px; }
          @media (max-width: 991.98px) {
            .kraft-page-wrapper.bienetre-animal-page-wrapper .breeding-advancement > div p {
              margin-right: 40px; } }
      .kraft-page-wrapper.bienetre-animal-page-wrapper .breeding-advancement .percentage {
        padding: 2px 4px;
        min-width: 55px;
        background-color: #000000;
        text-align: center; }
        .kraft-page-wrapper.bienetre-animal-page-wrapper .breeding-advancement .percentage > span {
          font-size: 13px;
          color: #fff; }
  .kraft-page-wrapper.consignes-tri-page-wrapper .left-content img {
    margin-top: 26px;
    width: 137px;
    height: 133px; }
  .kraft-page-wrapper.consignes-tri-page-wrapper .content {
    padding-left: 20px; }
    @media (max-width: 767.98px) {
      .kraft-page-wrapper.consignes-tri-page-wrapper .content {
        padding-left: 0; } }

.presse-mediation-page-wrapper {
  margin-bottom: 50px;
  padding-top: 12px; }
  @media (max-width: 767.98px) {
    .presse-mediation-page-wrapper {
      padding-top: 10px;
      overflow-x: hidden; } }
  .presse-mediation-page-wrapper .left-content {
    padding-top: 10px; }
    .presse-mediation-page-wrapper .left-content img {
      max-width: 100%; }
  .presse-mediation-page-wrapper.presse-mediation-page-wrapper .left-content img {
    width: 265px;
    height: 120px;
    margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .presse-mediation-page-wrapper.presse-mediation-page-wrapper h1:before {
      content: '';
      position: absolute;
      top: 15px;
      right: -60px;
      width: 200px;
      height: 90px;
      background: url(../image/pages/presse-mediation/illu-presse.svg) no-repeat center;
      background-size: contain;
      transform: translateY(-50%) scale(-1, 1); } }
  @media (max-width: 767.98px) and (max-width: 320px) {
    .presse-mediation-page-wrapper.presse-mediation-page-wrapper h1:before {
      width: 130px;
      height: 105px; } }
  .presse-mediation-page-wrapper.mediation .left-content {
    padding-top: 23px; }
  .presse-mediation-page-wrapper.mediation .left-content img {
    width: 250px;
    height: 145px; }
  @media (max-width: 767.98px) {
    .presse-mediation-page-wrapper.mediation h1:before {
      content: '';
      position: absolute;
      top: 50px;
      right: -60px;
      width: 160px;
      height: 96px;
      background: url(../image/pages/presse-mediation/illu-mediation.svg) no-repeat center;
      background-size: contain;
      transform: translateY(-50%) scale(-1, 1); } }
  @media (max-width: 767.98px) and (max-width: 320px) {
    .presse-mediation-page-wrapper.mediation h1:before {
      width: 130px;
      height: 105px; } }
  .presse-mediation-page-wrapper.obligationlegale {
    margin-bottom: 100px; }
    @media (min-width: 768px) {
      .presse-mediation-page-wrapper.obligationlegale {
        padding-top: 22px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .presse-mediation-page-wrapper.obligationlegale {
        margin-bottom: 80px; } }
    @media (max-width: 767.98px) {
      .presse-mediation-page-wrapper.obligationlegale {
        margin-bottom: 60px; } }
    .presse-mediation-page-wrapper.obligationlegale .left-content {
      padding-top: 0; }
      @media (min-width: 768px) {
        .presse-mediation-page-wrapper.obligationlegale .left-content img {
          width: 258px;
          height: 173px; } }
    .presse-mediation-page-wrapper.obligationlegale h1 {
      margin-bottom: 26px;
      max-width: 585px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .presse-mediation-page-wrapper.obligationlegale h1 {
          margin-bottom: 15px; } }
      @media (min-width: 768px) {
        .presse-mediation-page-wrapper.obligationlegale h1 {
          line-height: 0.8833333333; } }
      @media (max-width: 767.98px) {
        .presse-mediation-page-wrapper.obligationlegale h1 {
          font-size: 3rem; } }
    .presse-mediation-page-wrapper.obligationlegale .generic-content p {
      margin-bottom: 22px; }
      @media (min-width: 768px) {
        .presse-mediation-page-wrapper.obligationlegale .generic-content p {
          padding-right: 30px; } }
    .presse-mediation-page-wrapper.obligationlegale .generic-content .btn {
      padding: 9px 15px 8px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-decoration: none;
      font-size: 14px;
      color: #fff; }
  @media (max-width: 767.98px) {
    .presse-mediation-page-wrapper .generic-content img {
      max-width: 120px;
      margin-bottom: 20px; } }
  .presse-mediation-page-wrapper h1 {
    position: relative;
    margin-bottom: 4px; }
    @media (max-width: 767.98px) {
      .presse-mediation-page-wrapper h1 {
        line-height: .9;
        margin-bottom: 25px; } }
  .presse-mediation-page-wrapper .presse-address {
    margin: 0;
    padding: 0;
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    list-style-type: none; }
    .presse-mediation-page-wrapper .presse-address li {
      margin-bottom: 2px;
      font-size: 14px; }
    .presse-mediation-page-wrapper .presse-address li:before {
      display: none; }
  .presse-mediation-page-wrapper li.presse-agency {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    text-transform: uppercase; }
  .presse-mediation-page-wrapper .presse-tel a {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: none;
    font-size: 14px; }
  .presse-mediation-page-wrapper .presse-mail a {
    text-decoration: underline;
    font-size: 14px; }

.mentions-legales-page-wrapper {
  margin-bottom: 70px;
  padding-top: 50px; }
  @media (max-width: 767.98px) {
    .mentions-legales-page-wrapper {
      margin-bottom: 45px; } }
  .mentions-legales-page-wrapper .left-illustration {
    text-align: left; }
    .mentions-legales-page-wrapper .left-illustration img {
      width: 239px;
      height: 211px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .mentions-legales-page-wrapper .left-illustration img {
          width: 200px;
          height: 177px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .mentions-legales-page-wrapper .left-illustration img {
          width: 145px;
          height: 128px; } }
      @media (max-width: 767.98px) {
        .mentions-legales-page-wrapper .left-illustration img {
          display: none; } }
  .mentions-legales-page-wrapper .collapser > button {
    display: block;
    position: relative;
    padding: 0;
    width: 100%;
    text-align: left;
    line-height: 1;
    background: transparent;
    border: none;
    outline: 0; }
    @media (max-width: 767.98px) {
      .mentions-legales-page-wrapper .collapser > button {
        padding-right: 12vw; } }
    .mentions-legales-page-wrapper .collapser > button:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      right: 25px;
      height: 1px;
      background-color: #CCCCCC; }
    .mentions-legales-page-wrapper .collapser > button:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 13px;
      height: 13px;
      background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center;
      background-size: contain;
      pointer-events: none;
      z-index: 2;
      transition: .3s transform ease; }
    .mentions-legales-page-wrapper .collapser > button[aria-expanded="true"]:after {
      transform: rotate(180deg); }
    .mentions-legales-page-wrapper .collapser > button .labels {
      display: inline-block;
      position: relative;
      padding-right: 10px;
      background-color: #F9F8F6;
      z-index: 1; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .mentions-legales-page-wrapper .collapser > button .labels {
          padding-right: 20px; } }
      .mentions-legales-page-wrapper .collapser > button .labels h2 {
        line-height: 1;
        font-size: 18px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        text-transform: uppercase;
        color: #000000; }
        @media (max-width: 991.98px) {
          .mentions-legales-page-wrapper .collapser > button .labels h2 {
            font-size: 15px; } }
        @media (max-width: 767.98px) {
          .mentions-legales-page-wrapper .collapser > button .labels h2 {
            line-height: 1.2; } }
  .mentions-legales-page-wrapper .mentions-legales-content > div:not(:last-child) {
    margin-bottom: 45px; }
  .mentions-legales-page-wrapper .generic-content > div {
    padding-top: 10px; }
  .mentions-legales-page-wrapper .generic-content h3 {
    position: relative;
    margin-bottom: 8px;
    padding-top: 15px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    text-transform: uppercase;
    color: #000000; }

@media (max-width: 767.98px) {
  .cgv-page-wrapper {
    padding-top: 10px; } }

.cgv-page-wrapper .cgv-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 767.98px) {
    .cgv-page-wrapper .cgv-header {
      display: block; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .cgv-page-wrapper .cgv-header h1 {
      font-size: 54px; } }
  @media (max-width: 767.98px) {
    .cgv-page-wrapper .cgv-header h1 {
      font-size: 54px;
      line-height: 1;
      margin-bottom: 12px; } }
  @media (max-width: 767.98px) {
    .cgv-page-wrapper .cgv-header .btn {
      max-width: 100%;
      font-size: 14px;
      margin: 0 auto;
      margin-bottom: 12px; } }

.cgv-page-wrapper .generic-content h2 {
  position: relative;
  margin-bottom: 8px;
  padding-top: 15px;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  text-transform: uppercase;
  color: #000000; }

.cgv-page-wrapper .generic-content h3 {
  margin-bottom: 8px;
  padding-top: 2px;
  font-size: 15px;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase; }

.cgv-page-wrapper .generic-content h4 {
  position: relative;
  padding-left: 20px;
  padding-top: 2px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase; }
  .cgv-page-wrapper .generic-content h4:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    width: 13px;
    background-color: #000000; }

.page-lp-box.aventure #productData .product-details .product-title:after, .page-lp-box.aimer #productData .product-details .product-title:after {
  content: ""; }

@media (max-width: 991.98px) {
  .page-lp-box #productData {
    padding-bottom: 22px; } }

@media (max-width: 767.98px) {
  .page-lp-box #productData {
    padding-bottom: 55px; } }

@media (max-width: 767.98px) {
  .page-lp-box #productData .product-data-columns {
    margin-bottom: 35px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-lp-box #productData .pr-md-0 {
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .page-lp-box #productData .padding-mobile {
    padding: 0 40px; } }

.page-lp-box .wrapper-contenu-box {
  padding-left: 15px; }
  @media (max-width: 767.98px) {
    .page-lp-box .wrapper-contenu-box.aventure {
      padding-top: 20px; } }
  @media (max-width: 767.98px) {
    .page-lp-box .wrapper-contenu-box {
      padding-left: 0;
      padding-top: 40px; } }

.page-lp-box .reduce-space {
  margin-bottom: -15px; }

.page-lp-box .accroche {
  margin-bottom: 45px; }
  .page-lp-box .accroche span {
    display: block;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    line-height: 1.2222222222;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 14px; }
    @media (max-width: 991.98px) {
      .page-lp-box .accroche span {
        font-size: 16px;
        line-height: 0.8125; } }
    @media (max-width: 767.98px) {
      .page-lp-box .accroche span {
        margin-bottom: 25px; } }
  .page-lp-box .accroche p {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    color: #000000;
    line-height: 1.5333333333; }
    @media (max-width: 991.98px) {
      .page-lp-box .accroche p {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        line-height: 1.5; } }

.page-lp-box .contenu-box > span,
.page-lp-box .contenu-box .column .item > span,
.page-lp-box .contenu-box .column > span {
  display: block;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 1.2222222222;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 14px; }
  @media (max-width: 991.98px) {
    .page-lp-box .contenu-box > span,
    .page-lp-box .contenu-box .column .item > span,
    .page-lp-box .contenu-box .column > span {
      font-size: 16px;
      line-height: 0.8125; } }
  @media (max-width: 767.98px) {
    .page-lp-box .contenu-box > span,
    .page-lp-box .contenu-box .column .item > span,
    .page-lp-box .contenu-box .column > span {
      margin-bottom: 25px; } }

.page-lp-box .contenu-box .column .item > span {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 6px; }

.page-lp-box .description-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.page-lp-box .column {
  position: relative;
  width: 50%;
  padding-right: 15px; }
  @media (max-width: 991.98px) {
    .page-lp-box .column {
      width: 100%;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .page-lp-box .column:last-child {
      padding-left: 15px; } }
  .page-lp-box .column .item {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .page-lp-box .column .item.has-pt {
        padding-top: 36px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box .column .item.has-pt {
        padding-top: 64px; } }
    .page-lp-box .column .item p {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      line-height: 1.5384615385;
      color: #000000; }
      @media (max-width: 991.98px) {
        .page-lp-box .column .item p {
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } }
      @media (max-width: 767.98px) {
        .page-lp-box .column .item p {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 12px; } }
      .page-lp-box .column .item p.smaller {
        font-size: 9px;
        line-height: 1.6666666667;
        margin-bottom: 0; }
      .page-lp-box .column .item p span {
        font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        .page-lp-box .column .item p span.bigger {
          font-size: 16px; }
    .page-lp-box .column .item ul li {
      position: relative;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      color: #000000;
      line-height: 1;
      padding-left: 10px;
      margin-bottom: 10px; }
      @media (max-width: 991.98px) {
        .page-lp-box .column .item ul li {
          margin-bottom: 8px; } }
      .page-lp-box .column .item ul li:last-child {
        margin-bottom: 0; }
      .page-lp-box .column .item ul li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        background-color: #000000;
        border-radius: 50%; }

.page-lp-box .frise {
  padding-top: 48px; }
  .page-lp-box .frise.is-text {
    max-width: 462px;
    margin: auto; }
    @media (max-width: 991.98px) {
      .page-lp-box .frise.is-text {
        max-width: 450px; } }
    @media (max-width: 767.98px) {
      .page-lp-box .frise.is-text {
        max-width: 250px; } }
  @media (max-width: 991.98px) {
    .page-lp-box .frise {
      padding-top: 20px; } }

@media (max-width: 767.98px) {
  .page-lp-box .center-logo-aimer-mobile {
    text-align: center; } }

.page-lp-box .mb-13 {
  margin-bottom: 10px !important; }

.page-lp-box .illu-paysage-desktop {
  margin-top: -5px; }

.page-lp-box .description-box.aventure .item {
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .page-lp-box .description-box.aventure .item {
      margin-bottom: 25px; } }
  @media (max-width: 767.98px) {
    .page-lp-box .description-box.aventure .item {
      margin-bottom: 25px; } }
  @media (min-width: 992px) {
    .page-lp-box .description-box.aventure .item ul {
      margin-top: 10px; } }
  .page-lp-box .description-box.aventure .item ul li {
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .page-lp-box .description-box.aventure .item ul li sup {
      top: -0.2em;
      font-size: 70%; }
  @media (min-width: 992px) {
    .page-lp-box .description-box.aventure .item.diy-margin-negatif-desktop {
      margin-top: -4px; } }

.page-lp-box .explications {
  padding-top: 18px; }
  .page-lp-box .explications p {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 9px;
    line-height: 1.6666666667;
    color: #000000;
    margin-bottom: 0; }

.page-lp-box .logo-aventure-tablette {
  margin-bottom: 18px; }
  @media (max-width: 767.98px) {
    .page-lp-box .logo-aventure-tablette {
      margin: 40px auto auto; } }

@media (max-width: 991.98px) {
  .page-lp-box.aimer [class^='col-'] > img {
    margin: 0 auto; } }

.page-lp-box.aimer .accroche {
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .page-lp-box.aimer .accroche {
      margin-bottom: 40px;
      padding-top: 45px; } }
  .page-lp-box.aimer .accroche span {
    line-height: 1.0625; }
    @media (max-width: 767.98px) {
      .page-lp-box.aimer .accroche span {
        margin-bottom: 8px; } }

.page-lp-box.aimer sup {
  font-size: 60%; }

.page-lp-box.aimer #productData .product-data-columns {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .page-lp-box.aimer .wrapper-contenu-box {
    padding-top: 50px; } }

@media (max-width: 991.98px) {
  .page-lp-box.aimer .wrapper-contenu-box {
    padding-top: 15px;
    padding-left: 0; } }

@media (max-width: 767.98px) {
  .page-lp-box.aimer .wrapper-contenu-box {
    padding-top: 35px; } }

@media (min-width: 992px) {
  .page-lp-box.aimer .description-box.aimer {
    padding-top: 45px; } }

.page-lp-box.aimer .contenu-box .column > span {
  line-height: 1.0625; }
  @media (max-width: 991.98px) {
    .page-lp-box.aimer .contenu-box .column > span {
      margin-bottom: 10px; } }

@media (min-width: 1240px) {
  .page-lp-box.aimer .column.menu-box {
    padding-right: 38px; } }

@media (min-width: 992px) and (max-width: 1239.98px) {
  .page-lp-box.aimer .column.menu-box {
    padding-right: 10px; } }

@media (max-width: 991.98px) {
  .page-lp-box.aimer .column.menu-box {
    padding-right: 6px; } }

@media (min-width: 768px) {
  .page-lp-box.aimer .column.column-illustration {
    padding-right: 0; } }

@media (max-width: 991.98px) {
  .page-lp-box.aimer .column.column-illustration {
    padding-top: 15px; } }

.page-lp-box.aimer .column .item {
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .page-lp-box.aimer .column .item {
      margin-bottom: 13px; } }
  @media (max-width: 991.98px) {
    .page-lp-box.aimer .column .item img {
      margin: 0 auto; } }

@media (min-width: 992px) {
  .page-lp-box.aimer .frise {
    padding-top: 23px;
    padding-left: 20px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-lp-box.aimer .frise {
    padding: 0; } }

@media (max-width: 991.98px) {
  .page-lp-box.aimer .frise img {
    margin: 0 auto; } }

.page-lp-box.st-valentin #productData .product-data-columns {
  margin-bottom: 32px; }
  @media (max-width: 767.98px) {
    .page-lp-box.st-valentin #productData .product-data-columns {
      margin-bottom: 22px; } }

.page-lp-box.st-valentin .wrapper-contenu-box {
  padding: 0; }
  .page-lp-box.st-valentin .wrapper-contenu-box > img {
    margin-bottom: 50px; }
  @media (min-width: 992px) {
    .page-lp-box.st-valentin .wrapper-contenu-box .column {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .page-lp-box.st-valentin .wrapper-contenu-box .column.custom-padding-right {
      padding-right: 35px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.st-valentin .wrapper-contenu-box .column.custom-padding-right {
      padding-right: 19px; } }
  .page-lp-box.st-valentin .wrapper-contenu-box .column.has-bubble-info {
    position: relative; }
    .page-lp-box.st-valentin .wrapper-contenu-box .column.has-bubble-info:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background: url(../image/pages/box/bulle-st-valentin.png) no-repeat;
      background-size: contain;
      width: 121px;
      height: 93px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-lp-box.st-valentin .wrapper-contenu-box .column.has-bubble-info:before {
          top: 35px; } }
      @media (max-width: 767.98px) {
        .page-lp-box.st-valentin .wrapper-contenu-box .column.has-bubble-info:before {
          top: -8px;
          width: 101px;
          height: 77px; } }
      @media (max-width: 320px) {
        .page-lp-box.st-valentin .wrapper-contenu-box .column.has-bubble-info:before {
          top: -20px; } }
  .page-lp-box.st-valentin .wrapper-contenu-box .description-box.st-valentin > span {
    display: block;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    line-height: 1.2222222222;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 14px; }
    @media (max-width: 1239.98px) {
      .page-lp-box.st-valentin .wrapper-contenu-box .description-box.st-valentin > span {
        font-size: 17px;
        line-height: 1; } }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin .wrapper-contenu-box .description-box.st-valentin > span {
        margin-bottom: 17px; } }
    .page-lp-box.st-valentin .wrapper-contenu-box .description-box.st-valentin > span sup {
      top: -0.5em;
      font-size: 60%; }
  .page-lp-box.st-valentin .wrapper-contenu-box .item {
    position: relative; }
    @media (min-width: 768px) {
      .page-lp-box.st-valentin .wrapper-contenu-box .item {
        margin-bottom: 27px; } }
    .page-lp-box.st-valentin .wrapper-contenu-box .item.specific-item {
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .page-lp-box.st-valentin .wrapper-contenu-box .item.specific-item {
          margin-top: -17px; } }
      .page-lp-box.st-valentin .wrapper-contenu-box .item.specific-item > div {
        height: 460px; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .page-lp-box.st-valentin .wrapper-contenu-box .item.specific-item > div {
            height: 365px; } }
        .page-lp-box.st-valentin .wrapper-contenu-box .item.specific-item > div img {
          position: absolute;
          width: 805px;
          left: -430px;
          right: 0;
          top: -14px; }
          @media (min-width: 992px) and (max-width: 1239.98px) {
            .page-lp-box.st-valentin .wrapper-contenu-box .item.specific-item > div img {
              width: 600px;
              left: -300px; } }
    .page-lp-box.st-valentin .wrapper-contenu-box .item.item-only-md {
      margin-bottom: 0;
      margin-top: -27px; }
      .page-lp-box.st-valentin .wrapper-contenu-box .item.item-only-md img {
        max-width: 70%;
        margin-left: 40px; }
    .page-lp-box.st-valentin .wrapper-contenu-box .item .livret-st-valentin-desktop {
      max-width: 418px;
      position: absolute;
      right: -190px;
      top: -60px; }
    .page-lp-box.st-valentin .wrapper-contenu-box .item p span.sous-titre {
      display: block;
      line-height: 1.3333333333;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      margin-bottom: 2px; }
      @media (max-width: 767.98px) {
        .page-lp-box.st-valentin .wrapper-contenu-box .item p span.sous-titre {
          font-size: 13px;
          line-height: 1.3846153846; } }

.page-lp-box.st-valentin .has-border {
  border: 1px solid #DE0467;
  margin-bottom: 42px; }
  @media (max-width: 767.98px) {
    .page-lp-box.st-valentin .has-border {
      margin-bottom: 53px; } }

.page-lp-box.st-valentin .accroche {
  margin-bottom: 0;
  padding: 25px; }
  @media (min-width: 1240px) {
    .page-lp-box.st-valentin .accroche {
      padding: 23px 90px 23px 0; } }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .page-lp-box.st-valentin .accroche {
      padding: 23px 70px 23px 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.st-valentin .accroche {
      padding: 30px 30px 30px 65px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.st-valentin .accroche {
      padding: 54px 20px 20px; } }
  .page-lp-box.st-valentin .accroche.has-icon {
    position: relative; }
    .page-lp-box.st-valentin .accroche.has-icon:after {
      content: '';
      background: url(../image/pages/box/eclair-left.png) no-repeat;
      background-size: contain;
      width: 50px;
      height: 100px;
      position: absolute;
      right: 20px;
      top: 20px; }
      @media (min-width: 1240px) {
        .page-lp-box.st-valentin .accroche.has-icon:after {
          width: 68px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-lp-box.st-valentin .accroche.has-icon:after {
          display: none; } }
      @media (max-width: 767.98px) {
        .page-lp-box.st-valentin .accroche.has-icon:after {
          right: 40px;
          top: 27px; } }
      @media (max-width: 370px) {
        .page-lp-box.st-valentin .accroche.has-icon:after {
          right: 8px; } }
    .page-lp-box.st-valentin .accroche.has-icon > span {
      margin-bottom: 6px; }
      @media (max-width: 767.98px) {
        .page-lp-box.st-valentin .accroche.has-icon > span {
          margin-bottom: 10px; } }
  .page-lp-box.st-valentin .accroche p {
    line-height: 1.4375;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px; }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin .accroche p {
        margin-bottom: 30px; } }
  .page-lp-box.st-valentin .accroche p, .page-lp-box.st-valentin .accroche span {
    color: #DE0467; }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin .accroche p, .page-lp-box.st-valentin .accroche span {
        font-size: 14px; } }
  .page-lp-box.st-valentin .accroche p span {
    display: inline;
    text-transform: initial; }
  .page-lp-box.st-valentin .accroche span {
    font-size: 16px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin .accroche span {
        display: block;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 1px; } }
  .page-lp-box.st-valentin .accroche > span {
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .page-lp-box.st-valentin .accroche > span {
        line-height: 1.2222222222;
        margin-bottom: 10px; } }
  .page-lp-box.st-valentin .accroche .important-info {
    display: inline-block;
    background-color: #DE0467;
    padding: 10px 16px;
    margin-top: 5px; }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin .accroche .important-info {
        max-width: 230px;
        margin-top: 0; } }
    .page-lp-box.st-valentin .accroche .important-info p {
      display: inline-block;
      margin-bottom: 0;
      color: #fff;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      text-transform: uppercase; }
      .page-lp-box.st-valentin .accroche .important-info p span {
        display: inline;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-lp-box.st-valentin .custom-grid-left {
    padding-right: 36px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-lp-box.st-valentin .custom-grid-right {
    margin-left: -50px;
    -ms-flex: 0 0 calc(50% + 50px);
        flex: 0 0 calc(50% + 50px);
    max-width: calc(50% + 50px); } }

.page-lp-box.st-valentin .packaging-st-valentin {
  background: url(../image/pages/box/motif-packaging.png) no-repeat;
  background-size: cover;
  height: 223px; }
  @media (min-width: 992px) {
    .page-lp-box.st-valentin .packaging-st-valentin {
      width: 290px;
      height: 100%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.st-valentin .packaging-st-valentin {
      height: 100%;
      background: url(../image/pages/box/motif-packaging-tab.png) no-repeat;
      background-size: cover;
      background-position: 85% 100%; } }
  @media (max-width: 767.98px) {
    .page-lp-box.st-valentin .packaging-st-valentin {
      background-position: center; } }
  .page-lp-box.st-valentin .packaging-st-valentin img {
    position: absolute;
    pointer-events: none;
    top: 20px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.st-valentin .packaging-st-valentin img {
        top: 50%;
        transform: translateY(-50%);
        right: 8px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.st-valentin .packaging-st-valentin img {
        top: 50%;
        left: 48%;
        transform: translate(-40%, -50%);
        height: 330px;
        max-width: initial; } }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin .packaging-st-valentin img {
        top: 18px;
        left: 50%;
        transform: translateX(-50%);
        height: 265px; } }

.page-lp-box.st-valentin .contenu-box .column {
  width: 100%; }
  @media (max-width: 991.98px) {
    .page-lp-box.st-valentin .contenu-box .column {
      padding-right: 0; } }
  .page-lp-box.st-valentin .contenu-box .column .item span.bold {
    font-size: 18px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000000; }
  .page-lp-box.st-valentin .contenu-box .column .item > span {
    color: #DE0467; }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin .contenu-box .column .item > span {
        font-size: 15px; } }
  .page-lp-box.st-valentin .contenu-box .column .item p {
    font-size: 15px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.3; }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin .contenu-box .column .item p {
        font-size: 13px;
        line-height: 1.3846153846; } }

.page-lp-box.st-valentin .encart-info-important {
  border: 1px solid #DE0467;
  padding: 20px; }
  @media (max-width: 767.98px) {
    .page-lp-box.st-valentin .encart-info-important {
      padding-right: 18px;
      padding-left: 17px;
      margin-top: 40px; } }
  .page-lp-box.st-valentin .encart-info-important > span {
    text-transform: uppercase; }
  .page-lp-box.st-valentin .encart-info-important > span, .page-lp-box.st-valentin .encart-info-important p span {
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #DE0467;
    line-height: 1.5714285714; }
  .page-lp-box.st-valentin .encart-info-important > p {
    margin-bottom: 20px; }
  .page-lp-box.st-valentin .encart-info-important .footer-info {
    margin: 0 -20px -20px;
    padding: 12px 16px 12px 20px;
    background-color: #DE0467; }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin .encart-info-important .footer-info {
        padding: 15px 17px;
        margin: 0 -18px -20px -17px; } }
    .page-lp-box.st-valentin .encart-info-important .footer-info p, .page-lp-box.st-valentin .encart-info-important .footer-info p span {
      color: #fff;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .page-lp-box.st-valentin .encart-info-important .footer-info p, .page-lp-box.st-valentin .encart-info-important .footer-info p span {
          font-size: 14px; } }

.page-lp-box.st-valentin .frise {
  padding-top: 0px; }

.page-lp-box.st-valentin .margin-negative-livret-tab {
  margin-top: -45px; }

.page-lp-box.st-valentin sup {
  top: -0.4em;
  font-size: 65%; }

.page-lp-box.st-valentin-boite-italienne .data-management {
  margin-bottom: 0; }

.page-lp-box.st-valentin-boite-italienne #productData {
  padding-bottom: 0; }
  .page-lp-box.st-valentin-boite-italienne #productData .product-swiper:after {
    content: none; }
  .page-lp-box.st-valentin-boite-italienne #productData .product-details {
    background-color: #E94D4C; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-details {
        padding-bottom: 70px; } }
    @media (max-width: 991.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-details {
        padding: 60px 30px 22px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-details {
        padding: 50px 30px 22px;
        background-color: #e94d4c; } }
    .page-lp-box.st-valentin-boite-italienne #productData .product-details:after {
      display: none; }
    @media (max-width: 991.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-details .user-actions {
        right: 15px;
        bottom: 15px; } }
    @media (max-width: 991.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-details .first-part-detail .position-relative {
        margin-bottom: 10px;
        margin-top: 10px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-details .first-part-detail .bigger-marginbottom {
        margin-bottom: 10px; } }
    @media (max-width: 991.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-details .product-price {
        margin-bottom: 8px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.st-valentin-boite-italienne #productData .product-data-columns {
      margin-bottom: 25px; } }
  .page-lp-box.st-valentin-boite-italienne #productData .product-swiper .swiper-slide img {
    width: 100%; }
  .page-lp-box.st-valentin-boite-italienne #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation {
    top: 95px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation {
        top: 50px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation {
        top: 40px; } }
    .page-lp-box.st-valentin-boite-italienne #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation:after {
      border-right: 15px solid #E94D4C; }
      @media (max-width: 991.98px) {
        .page-lp-box.st-valentin-boite-italienne #productData .product-data-columns .product-data-second.has-prolongation .info-prolongation:after {
          right: -3px; } }
  .page-lp-box.st-valentin-boite-italienne #productData .product-data-columns .product-data-second:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 35px;
    background: url(../image/pages/fiche-produit/edition-limitee.png) no-repeat;
    background-size: contain;
    width: 133px;
    height: 46px;
    pointer-events: none; }
    @media (max-width: 991.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-data-columns .product-data-second:after {
        width: 101px;
        height: 35px;
        left: 30px;
        top: 11px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin-boite-italienne #productData .product-data-columns .product-data-second:after {
        top: 0; } }

@media (min-width: 992px) {
  .page-lp-box.st-valentin-boite-italienne .amore-container-right {
    max-width: calc(100% + 64px);
    width: calc(100% + 64px);
    transform: translateX(-32px); } }

.page-lp-box.st-valentin-boite-italienne .encart-amore {
  position: relative;
  text-align: center;
  padding: 25px 30px 0; }
  @media (min-width: 992px) {
    .page-lp-box.st-valentin-boite-italienne .encart-amore:before {
      content: "";
      position: absolute;
      top: 0;
      left: 30px;
      background: url(../image/pages/box/coeurs.svg) no-repeat;
      width: 105px;
      height: 136px;
      pointer-events: none; }
    .page-lp-box.st-valentin-boite-italienne .encart-amore .title-amore {
      max-width: 58%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.st-valentin-boite-italienne .encart-amore .title-amore {
      max-width: 39%; } }
  @media (max-width: 991.98px) {
    .page-lp-box.st-valentin-boite-italienne .encart-amore {
      padding: 40px 0 0; } }
  @media (max-width: 767.98px) {
    .page-lp-box.st-valentin-boite-italienne .encart-amore {
      padding: 28px 0 0; }
      .page-lp-box.st-valentin-boite-italienne .encart-amore > img:first-child {
        width: 306px; } }
  .page-lp-box.st-valentin-boite-italienne .encart-amore p {
    font-size: 15px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5333333333; }
    @media (max-width: 1239.98px) {
      .page-lp-box.st-valentin-boite-italienne .encart-amore p {
        font-size: 13px;
        line-height: 1.6153846154; } }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin-boite-italienne .encart-amore p {
        font-size: 12px;
        line-height: 1.4166666667;
        padding: 0px 20px; } }
  .page-lp-box.st-valentin-boite-italienne .encart-amore .indications {
    text-align: center; }
    @media (max-width: 991.98px) {
      .page-lp-box.st-valentin-boite-italienne .encart-amore .indications {
        padding-top: 62px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.st-valentin-boite-italienne .encart-amore .indications {
        padding-top: 30px; } }
    .page-lp-box.st-valentin-boite-italienne .encart-amore .indications span {
      display: block;
      font-size: 10px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1.7; }
      @media (max-width: 767.98px) {
        .page-lp-box.st-valentin-boite-italienne .encart-amore .indications span {
          font-size: 9px;
          line-height: 1.8888888889; } }

.page-lp-box.st-valentin-boite-italienne .subtitle {
  display: block;
  font-size: 17px;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.2941176471;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 17px;
  padding-top: 8px; }
  @media (max-width: 991.98px) {
    .page-lp-box.st-valentin-boite-italienne .subtitle {
      font-size: 16px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.st-valentin-boite-italienne .subtitle {
      font-size: 14px;
      margin-bottom: 12px; } }

.page-lp-box.st-valentin-boite-italienne .illustration-amore {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .page-lp-box.st-valentin-boite-italienne .illustration-amore {
      width: 75%; } }
  @media (max-width: 767.98px) {
    .page-lp-box.st-valentin-boite-italienne .illustration-amore {
      width: 310px;
      margin: 0 auto; } }

.page-lp-box.st-valentin-boite-italienne .small-margin-bottom-mob {
  margin: 0 auto 10px; }

@media (max-width: 767.98px) {
  .page-lp-box.boite-cabaret {
    overflow: hidden; } }

.page-lp-box.boite-cabaret #productData {
  padding-bottom: 40px; }
  .page-lp-box.boite-cabaret #productData .product-swiper:after {
    content: none; }
  .page-lp-box.boite-cabaret #productData .product-details {
    background-color: #000000; }
    @media (max-width: 991.98px) {
      .page-lp-box.boite-cabaret #productData .product-details {
        padding: 60px 30px 22px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-cabaret #productData .product-details {
        padding: 50px 77px 22px 20px; } }
    .page-lp-box.boite-cabaret #productData .product-details:after {
      display: none; }
    @media (max-width: 991.98px) {
      .page-lp-box.boite-cabaret #productData .product-details .user-actions {
        right: 15px;
        bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-cabaret #productData .product-details .first-part-detail .bigger-marginbottom {
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-cabaret #productData .product-details .first-part-detail .bigger-marginbottom {
        margin-bottom: 20px; } }
    @media (max-width: 991.98px) {
      .page-lp-box.boite-cabaret #productData .product-details .product-price {
        margin-bottom: 8px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-cabaret #productData .product-data-columns {
      margin-bottom: 25px; } }
  .page-lp-box.boite-cabaret #productData .product-swiper .swiper-slide img {
    width: 100%; }

.page-lp-box.boite-cabaret #cabaretMenu {
  position: relative;
  margin-bottom: 215px;
  padding: 90px 35px;
  background: #fff url(../image/pages/box/cabaret/bg-menu.jpg) no-repeat;
  background-size: cover; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.boite-cabaret #cabaretMenu {
      margin-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px;
      background-image: url(../image/pages/box/cabaret/tablette/bg-menu.jpg); } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-cabaret #cabaretMenu {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 60px;
      background-image: url(../image/pages/box/cabaret/mobile/bg-menu.jpg); } }
  .page-lp-box.boite-cabaret #cabaretMenu > img {
    position: absolute;
    top: calc(100% - 185px);
    left: 40px;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-cabaret #cabaretMenu > img {
        top: calc(100% - 135px);
        left: 48%;
        transform: translateX(-50%);
        width: 450px; } }

.page-lp-box.boite-cabaret .menu-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 15px;
  text-align: center; }
  .page-lp-box.boite-cabaret .menu-heading span {
    display: inline-block;
    padding: 10px 0 6px;
    text-transform: uppercase;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    line-height: 29px; }
    @media (max-width: 991.98px) {
      .page-lp-box.boite-cabaret .menu-heading span {
        padding-top: 10px;
        font-size: 16px;
        line-height: 20px; } }
  @media (max-width: 991.98px) {
    .page-lp-box.boite-cabaret .menu-heading {
      margin-bottom: 25px; }
      .page-lp-box.boite-cabaret .menu-heading img {
        max-width: 290px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-cabaret .menu-heading img {
      max-width: 100%;
      width: 290px; } }

.page-lp-box.boite-cabaret .menu-items-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }

.page-lp-box.boite-cabaret .menu-item {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 12px;
  z-index: 3; }
  @media (max-width: 991.98px) {
    .page-lp-box.boite-cabaret .menu-item {
      -ms-flex: 100%;
          flex: 100%;
      max-width: 100%; } }

.page-lp-box.boite-cabaret .menu-item > a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-decoration: none;
  height: 100%; }
  .page-lp-box.boite-cabaret .menu-item > a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 1px solid #E31621;
    transition: .2s all ease; }
  .page-lp-box.boite-cabaret .menu-item > a:hover:before, .page-lp-box.boite-cabaret .menu-item > a:focus-visible:before {
    outline-width: 6px; }
  .page-lp-box.boite-cabaret .menu-item > a:hover .btn, .page-lp-box.boite-cabaret .menu-item > a:focus-visible .btn {
    background-color: #E30421; }

.page-lp-box.boite-cabaret .menu-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1;
      flex: 1;
  padding: 12px 0 22px; }

.page-lp-box.boite-cabaret .menu-top-content {
  padding: 0 10px 0px 10px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.boite-cabaret .menu-top-content {
      padding-left: 14px;
      padding-right: 14px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.boite-cabaret .menu-top-content.entree {
      padding-left: 3px;
      padding-right: 3px;
      letter-spacing: -0.2px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.boite-cabaret .menu-top-content.dessert {
      padding-left: 4px;
      padding-right: 4px; }
      .page-lp-box.boite-cabaret .menu-top-content.dessert h2 {
        word-break: break-all; } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-cabaret .menu-top-content.dessert {
      padding-left: 19px;
      padding-right: 19px; } }
  .page-lp-box.boite-cabaret .menu-top-content .menu-cat {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase; }
  .page-lp-box.boite-cabaret .menu-top-content h2 {
    font-size: 16px;
    line-height: 18px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #E30421; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-cabaret .menu-top-content h2 {
        font-size: 15px;
        line-height: 17px; } }
  .page-lp-box.boite-cabaret .menu-top-content .menu-item-informations {
    font-size: 13px;
    font-weight: 600;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .page-lp-box.boite-cabaret .menu-top-content .menu-item-indication {
    font-size: 10px; }

.page-lp-box.boite-cabaret .menu-bottom-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .page-lp-box.boite-cabaret .menu-bottom-content > img {
    display: inline-block;
    max-width: 140px; }
  .page-lp-box.boite-cabaret .menu-bottom-content .btn {
    margin-top: 18px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.boite-cabaret .menu-bottom-content {
      padding-top: 8px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-cabaret .menu-bottom-content {
      padding-top: 8px; } }

.page-lp-box.boite-cabaret .encart-amour {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 60px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.boite-cabaret .encart-amour {
      padding: 15px 7px 0px 42px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-cabaret .encart-amour {
      margin-top: 35px;
      padding: 0 20px; } }
  .page-lp-box.boite-cabaret .encart-amour .amour-title {
    padding: 10px 0;
    font-size: 27px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.1851851852;
    text-transform: uppercase;
    color: #fff; }
    .page-lp-box.boite-cabaret .encart-amour .amour-title > span {
      display: block;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-cabaret .encart-amour .amour-title {
        font-size: 22px;
        padding-top: 15px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-cabaret .encart-amour .amour-title {
        font-size: 25px; } }
  .page-lp-box.boite-cabaret .encart-amour p {
    padding-top: 24px;
    font-size: 18px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.3333333333;
    color: #fff; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-cabaret .encart-amour p {
        padding: 12px 13px 0px 17px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-cabaret .encart-amour p {
        padding-left: 3px;
        padding-right: 3px; } }

.page-lp-box.boite-cabaret .small-margin-bottom-mob {
  margin: 0 auto 10px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-lp-box.boite-cabaret .tab-goodies {
    margin-left: 25px; } }

@media (max-width: 767.98px) {
  .page-lp-box.boite-jungle {
    overflow: hidden; } }

.page-lp-box.boite-jungle #productData {
  padding-bottom: 40px; }
  .page-lp-box.boite-jungle #productData .product-data-columns {
    position: relative;
    margin-bottom: 40px;
    z-index: 2; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-jungle #productData .product-data-columns {
        margin-bottom: 30px; } }
  .page-lp-box.boite-jungle #productData .product-swiper:after {
    content: none; }
  .page-lp-box.boite-jungle #productData .product-details {
    background-color: #000000; }
    @media (max-width: 991.98px) {
      .page-lp-box.boite-jungle #productData .product-details {
        padding: 50px 30px 22px; } }
    .page-lp-box.boite-jungle #productData .product-details:after {
      display: none; }
    @media (max-width: 991.98px) {
      .page-lp-box.boite-jungle #productData .product-details .user-actions {
        right: 15px;
        bottom: 15px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-jungle #productData .product-details .first-part-detail .bigger-marginbottom {
        margin-bottom: 10px; } }
    @media (max-width: 991.98px) {
      .page-lp-box.boite-jungle #productData .product-details .product-price {
        margin-bottom: 8px; } }
    .page-lp-box.boite-jungle #productData .product-details .add-to-cart a.btn-action,
    .page-lp-box.boite-jungle #productData .product-details .add-to-cart .btn.dropdown-toggle,
    .page-lp-box.boite-jungle #productData .product-details .add-to-cart .dropdown-toggle-mobile {
      background-color: #CD112E; }
    .page-lp-box.boite-jungle #productData .product-details .add-to-cart ul.dropdown-menu.inner.show {
      background-color: #CD112E; }
  .page-lp-box.boite-jungle #productData .product-swiper .swiper-slide img {
    width: 100%; }

.page-lp-box.boite-jungle .jungle-goodies-col > img {
  position: relative;
  max-width: unset;
  width: calc(100% + 55px);
  z-index: 2; }
  @media (max-width: 991.98px) {
    .page-lp-box.boite-jungle .jungle-goodies-col > img {
      width: 100%;
      max-width: 320px;
      margin: 0 auto; } }

.page-lp-box.boite-jungle .jungle-goodies-col .goodies-text {
  margin: 20px auto 0;
  max-width: 320px;
  font-size: 18px;
  line-height: 1.3333333333;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  color: #fff; }

.page-lp-box.boite-jungle #jungleMenu {
  position: relative;
  margin-bottom: 300px; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .page-lp-box.boite-jungle #jungleMenu {
      margin-bottom: 250px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.boite-jungle #jungleMenu {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-jungle #jungleMenu {
      margin-bottom: 250px; } }
  .page-lp-box.boite-jungle #jungleMenu > div {
    position: relative;
    padding: 40px 35px 47px;
    background-color: #fff; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-jungle #jungleMenu > div {
        padding: 30px 15px 0; } }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-jungle #jungleMenu > div {
        padding-left: 15px;
        padding-right: 15px; } }
    .page-lp-box.boite-jungle #jungleMenu > div:before, .page-lp-box.boite-jungle #jungleMenu > div:after {
      content: '';
      position: absolute; }
    @media (min-width: 992px) {
      .page-lp-box.boite-jungle #jungleMenu > div:before {
        top: 31px;
        left: -91px;
        width: 176px;
        height: 189px;
        background: url(../image/pages/box/jungle/desktop/feuille.png) no-repeat center;
        background-size: contain; } }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.boite-jungle #jungleMenu > div:before {
        top: 34px;
        left: -80px;
        width: 154px;
        height: 165px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-jungle #jungleMenu > div:before {
        top: -48px;
        left: 62px;
        width: 121px;
        height: 110px;
        background: url(../image/pages/box/jungle/tablette/feuille.png) no-repeat center;
        background-size: contain; } }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-jungle #jungleMenu > div:before {
        top: -46px;
        left: 32px;
        width: 136px;
        height: 140px;
        background: url(../image/pages/box/jungle/mobile/feuille_1.png) no-repeat center;
        background-size: contain; } }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-jungle #jungleMenu > div:after {
        bottom: -73px;
        left: -47px;
        width: 151px;
        height: 158px;
        background: url(../image/pages/box/jungle/mobile/feuille_2.png) no-repeat center;
        background-size: contain; } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-jungle #jungleMenu:before, .page-lp-box.boite-jungle #jungleMenu:after {
      content: '';
      position: absolute; }
    .page-lp-box.boite-jungle #jungleMenu:before {
      width: 524px;
      height: 458px;
      top: -148px;
      left: -122px;
      background: url(../image/pages/box/jungle/mobile/feuillage_1.png) no-repeat center;
      background-size: contain;
      z-index: -1; }
    .page-lp-box.boite-jungle #jungleMenu:after {
      width: 522px;
      height: 542px;
      bottom: -277px;
      left: -353px;
      background: url(../image/pages/box/jungle/mobile/feuillage_2.png) no-repeat center;
      background-size: contain;
      z-index: -1; } }
  .page-lp-box.boite-jungle #jungleMenu > div > img {
    position: absolute;
    top: calc(100% - 45px);
    left: 90px;
    z-index: 2; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.boite-jungle #jungleMenu > div > img {
        max-width: 380px;
        left: 55px;
        top: calc(100% - 60px); } }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-jungle #jungleMenu > div > img {
        top: calc(100% - 35px);
        left: 45%;
        transform: translateX(-50%);
        max-width: 350px;
        width: 100%; } }

.page-lp-box.boite-jungle .menu-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 15px;
  text-align: center; }
  .page-lp-box.boite-jungle .menu-heading > img {
    margin-bottom: -16px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.boite-jungle .menu-heading > img {
        margin-bottom: -8px;
        max-width: 400px; } }
    @media (max-width: 991.98px) {
      .page-lp-box.boite-jungle .menu-heading > img {
        margin-bottom: -8px;
        max-width: 100%; } }
  .page-lp-box.boite-jungle .menu-heading span {
    display: inline-block;
    padding: 10px 0 6px;
    text-transform: uppercase;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 19px;
    line-height: 28px; }
    @media (max-width: 991.98px) {
      .page-lp-box.boite-jungle .menu-heading span {
        padding-top: 10px;
        font-size: 16px;
        line-height: 20px; } }
  @media (max-width: 991.98px) {
    .page-lp-box.boite-jungle .menu-heading {
      margin-bottom: 25px; }
      .page-lp-box.boite-jungle .menu-heading img {
        max-width: 290px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-jungle .menu-heading img {
      max-width: 100%;
      width: 290px; } }

.page-lp-box.boite-jungle .menu-items-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }

.page-lp-box.boite-jungle .menu-item {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 12px; }
  @media (max-width: 991.98px) {
    .page-lp-box.boite-jungle .menu-item {
      -ms-flex: 100%;
          flex: 100%;
      max-width: 100%; } }

.page-lp-box.boite-jungle .menu-item > a,
.page-lp-box.boite-jungle .menu-item > div {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-decoration: none;
  height: 100%; }
  .page-lp-box.boite-jungle .menu-item > a::before,
  .page-lp-box.boite-jungle .menu-item > div::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 1px solid #6FB896;
    transition: .2s all ease;
    pointer-events: none; }
  .page-lp-box.boite-jungle .menu-item > a:hover:before, .page-lp-box.boite-jungle .menu-item > a:focus-visible:before,
  .page-lp-box.boite-jungle .menu-item > div:hover:before,
  .page-lp-box.boite-jungle .menu-item > div:focus-visible:before {
    outline-width: 6px; }

.page-lp-box.boite-jungle .menu-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  padding: 12px 0 15px; }

.page-lp-box.boite-jungle .menu-top-content {
  padding: 0 6px 6px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.boite-jungle .menu-top-content {
      padding-left: 14px;
      padding-right: 14px; } }
  .page-lp-box.boite-jungle .menu-top-content .menu-cat {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase; }
  .page-lp-box.boite-jungle .menu-top-content h2 {
    font-size: 16px;
    line-height: 18px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #CD112E; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.boite-jungle .menu-top-content h2 {
        font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-jungle .menu-top-content h2 {
        font-size: 15px;
        line-height: 17px; } }
  .page-lp-box.boite-jungle .menu-top-content .menu-item-informations {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.boite-jungle .menu-top-content .menu-item-informations {
        font-size: 11px; } }
  .page-lp-box.boite-jungle .menu-top-content .menu-item-indication {
    display: block;
    font-size: 10px; }

.page-lp-box.boite-jungle .menu-bottom-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 8px; }
  .page-lp-box.boite-jungle .menu-bottom-content > img {
    display: inline-block;
    max-width: 152px; }

.page-lp-box.boite-jungle .encart-amour {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 55px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.boite-jungle .encart-amour {
      padding: 0 28px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.boite-jungle .encart-amour {
      margin-top: 35px;
      padding: 0 20px; } }
  .page-lp-box.boite-jungle .encart-amour .amour-title {
    padding: 10px 0 8px;
    font-size: 27px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.1851851852;
    text-transform: uppercase;
    color: #fff; }
    .page-lp-box.boite-jungle .encart-amour .amour-title > span {
      display: block;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.boite-jungle .encart-amour .amour-title {
        font-size: 24px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-jungle .encart-amour .amour-title {
        font-size: 21px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.boite-jungle .encart-amour .amour-title {
        font-size: 20px; } }
  .page-lp-box.boite-jungle .encart-amour p {
    padding-top: 14px;
    font-size: 18px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.3333333333;
    color: #fff; }
    @media (min-width: 1240px) {
      .page-lp-box.boite-jungle .encart-amour p {
        width: 530px; } }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.boite-jungle .encart-amour p {
        font-size: 16px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.boite-jungle .encart-amour p {
        font-size: 17px; } }

.page-lp-box.boite-jungle .small-margin-bottom-mob {
  margin: 0 auto 10px; }

.page-lp-box.box-kids #productData {
  padding-bottom: 40px; }
  .page-lp-box.box-kids #productData .product-swiper:after {
    content: none; }
  .page-lp-box.box-kids #productData .product-details {
    padding-right: 20px;
    background-color: #56BEC8; }
    @media (max-width: 991.98px) {
      .page-lp-box.box-kids #productData .product-details {
        padding: 60px 30px 22px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.box-kids #productData .product-details {
        padding: 50px 30px 22px; } }
    .page-lp-box.box-kids #productData .product-details:after {
      display: none; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.box-kids #productData .product-details .product-title {
        max-width: 520px; } }
    @media (max-width: 991.98px) {
      .page-lp-box.box-kids #productData .product-details .user-actions {
        right: 15px;
        bottom: 15px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.box-kids #productData .product-details .first-part-detail > div:first-of-type {
        margin-bottom: 10px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.box-kids #productData .product-details .first-part-detail .bigger-marginbottom {
        margin-bottom: 10px; } }
    .page-lp-box.box-kids #productData .product-details .first-part-detail .position-relative {
      margin-bottom: 3px; }
    .page-lp-box.box-kids #productData .product-details .product-price {
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (max-width: 991.98px) {
        .page-lp-box.box-kids #productData .product-details .product-price {
          margin-bottom: 8px; } }
      @media (max-width: 1239.98px) {
        .page-lp-box.box-kids #productData .product-details .product-price {
          display: inline-block; } }
      .page-lp-box.box-kids #productData .product-details .product-price .price-per-person {
        display: inline; }
      @media (max-width: 767.98px) {
        .page-lp-box.box-kids #productData .product-details .product-price .price {
          font-size: 23px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.box-kids #productData .product-data-columns {
      margin-bottom: 25px; } }
  .page-lp-box.box-kids #productData .product-swiper .swiper-slide img {
    width: 100%; }
  .page-lp-box.box-kids #productData .product-data-columns .product-data-second:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 35px;
    background: url(../image/pages/box/boxkids/desktop/editionlimitee.svg) no-repeat;
    background-size: contain;
    width: 130px;
    height: 45px;
    pointer-events: none; }
    @media (max-width: 991.98px) {
      .page-lp-box.box-kids #productData .product-data-columns .product-data-second:after {
        width: 101px;
        height: 35px;
        left: 30px;
        top: 11px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.box-kids #productData .product-data-columns .product-data-second:after {
        top: 0; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-lp-box.box-kids .pl-md-0 {
    padding-left: 0; } }

.page-lp-box.box-kids .encart-intro {
  padding-top: 24px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.box-kids .encart-intro {
      padding-top: 0; }
      .page-lp-box.box-kids .encart-intro > img {
        max-width: 227px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.box-kids .encart-intro {
      padding-top: 5px; } }
  .page-lp-box.box-kids .encart-intro p {
    font-size: 15px;
    line-height: 1.5333333333;
    color: #703717; }
    @media (max-width: 767.98px) {
      .page-lp-box.box-kids .encart-intro p {
        font-size: 14px;
        text-align: center; } }
  .page-lp-box.box-kids .encart-intro > p {
    padding: 30px 10px 10px 0;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.box-kids .encart-intro > p {
        padding: 14px 0 0;
        font-size: 13px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.box-kids .encart-intro > p {
        padding: 0 14px 10px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.box-kids .encart-intro .subtext {
      max-width: 260px;
      margin: 0 auto; } }
  .page-lp-box.box-kids .encart-intro .subtext p {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.box-kids .encart-intro .subtext p {
        font-size: 12px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.box-kids .encart-intro .subtext p {
        margin-bottom: 20px; } }
    .page-lp-box.box-kids .encart-intro .subtext p span {
      font-size: 26px;
      line-height: 0.8846153846;
      font-family: "grandhotel", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-lp-box.box-kids .encart-intro .subtext p span {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .page-lp-box.box-kids .encart-intro .subtext p span {
          display: block; } }
    .page-lp-box.box-kids .encart-intro .subtext p sup {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-lp-box.box-kids .encart-intro .subtext p sup {
          font-size: 13px; } }

.page-lp-box.box-kids .price-per-person {
  padding: 4px 0;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 17px;
  line-height: 1.05;
  color: #fff; }
  @media (max-width: 575.98px) {
    .page-lp-box.box-kids .price-per-person {
      display: contents; } }
  @media (min-width: 576px) and (max-width: 1239.98px) {
    .page-lp-box.box-kids .price-per-person {
      display: inline-block; } }

.page-lp-box.box-kids .small-margin-bottom-mob {
  margin: 0 auto 10px; }

.page-lp-box.box-kids .wrapper-amuser, .page-lp-box.box-kids .wrapper-regaler {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .page-lp-box.box-kids .wrapper-amuser, .page-lp-box.box-kids .wrapper-regaler {
      -ms-flex-align: center;
          align-items: center; } }
  @media (max-width: 767.98px) {
    .page-lp-box.box-kids .wrapper-amuser, .page-lp-box.box-kids .wrapper-regaler {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .page-lp-box.box-kids .wrapper-amuser .main-illustration img, .page-lp-box.box-kids .wrapper-regaler .main-illustration img {
    width: 751px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.box-kids .wrapper-amuser .main-illustration img, .page-lp-box.box-kids .wrapper-regaler .main-illustration img {
        width: 657px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.box-kids .wrapper-amuser .main-illustration img, .page-lp-box.box-kids .wrapper-regaler .main-illustration img {
        width: 440px; } }

.page-lp-box.box-kids .content {
  position: relative;
  padding: 20px 25px;
  background-color: #fff;
  -ms-flex: 1;
      flex: 1; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.box-kids .content {
      padding: 21px 16px 21px 21px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.box-kids .content {
      padding: 20px;
      text-align: center; } }
  .page-lp-box.box-kids .content.yellow-content {
    background-color: #F9EED6; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.box-kids .content.yellow-content {
        padding: 21px; } }
    .page-lp-box.box-kids .content.yellow-content p {
      margin-bottom: 15px;
      font-size: 15px;
      line-height: 1.5333333333;
      color: #703717;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-lp-box.box-kids .content.yellow-content p {
          font-size: 13px; } }
      @media (max-width: 767.98px) {
        .page-lp-box.box-kids .content.yellow-content p {
          font-size: 14px; } }

.page-lp-box.box-kids .title-grandhotel {
  margin-bottom: 4px;
  font-family: "grandhotel", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 39px;
  line-height: 1.1282051282;
  color: #703717; }
  @media (min-width: 768px) and (max-width: 1239.98px) {
    .page-lp-box.box-kids .title-grandhotel {
      font-size: 34px;
      line-height: 1.2941176471; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.box-kids .title-grandhotel {
      margin-bottom: 2px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.box-kids .title-grandhotel {
      font-size: 36px; } }

.page-lp-box.box-kids .wrap-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 6px;
  padding-top: 10px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.box-kids .wrap-title {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      margin-right: 12px; } }
  @media (max-width: 767.98px) {
    .page-lp-box.box-kids .wrap-title {
      -ms-flex-pack: center;
          justify-content: center; } }
  .page-lp-box.box-kids .wrap-title img {
    display: inline-block;
    margin-right: 5px; }
  .page-lp-box.box-kids .wrap-title + p {
    padding-right: 36px;
    font-size: 13px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #703717; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.box-kids .wrap-title + p {
        padding-right: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.box-kids .wrap-title + p {
        margin-bottom: 2px;
        padding-right: 0;
        font-size: 12px;
        line-height: 1.3333333333; } }
    @media (max-width: 767.98px) {
      .page-lp-box.box-kids .wrap-title + p {
        font-size: 12px;
        padding-right: 0; } }
    .page-lp-box.box-kids .wrap-title + p span {
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.page-lp-box.box-kids .title-cheappotatoes {
  font-size: 12.5px;
  line-height: 1.12;
  font-family: "cheappotatoes", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #56BEC8; }
  @media (max-width: 1239.98px) {
    .page-lp-box.box-kids .title-cheappotatoes {
      line-height: 2.15; } }
  @media (max-width: 767.98px) {
    .page-lp-box.box-kids .title-cheappotatoes {
      text-align: center; } }
  .page-lp-box.box-kids .title-cheappotatoes sup {
    font-size: 15px; }

.page-lp-box.box-kids .boxkids-bottom-content {
  padding-left: 8px; }
  @media (max-width: 767.98px) {
    .page-lp-box.box-kids .boxkids-bottom-content {
      padding-left: 0;
      text-align: center; }
      .page-lp-box.box-kids .boxkids-bottom-content.guide {
        margin-bottom: 30px; } }
  .page-lp-box.box-kids .boxkids-bottom-content.guide > div {
    padding-left: 25px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.box-kids .boxkids-bottom-content.guide > div {
        padding-left: 15px; } }
    @media (max-width: 767.98px) {
      .page-lp-box.box-kids .boxkids-bottom-content.guide > div {
        padding-left: 0; } }
  .page-lp-box.box-kids .boxkids-bottom-content.download img {
    margin-top: -68px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-lp-box.box-kids .boxkids-bottom-content.download img {
        margin-top: -55px; } }
    @media (max-width: 991.98px) {
      .page-lp-box.box-kids .boxkids-bottom-content.download img {
        margin-top: 0; } }
  .page-lp-box.box-kids .boxkids-bottom-content .diy {
    padding-top: 10px;
    padding-left: 25px;
    font-size: 9px; }
    @media (max-width: 991.98px) {
      .page-lp-box.box-kids .boxkids-bottom-content .diy {
        padding-left: 0; } }
  .page-lp-box.box-kids .boxkids-bottom-content > div p {
    padding-top: 6px;
    font-size: 16px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.4375;
    color: #703717; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-lp-box.box-kids .boxkids-bottom-content > div p {
        font-size: 13px;
        line-height: 1.4615384615; } }
    @media (max-width: 767.98px) {
      .page-lp-box.box-kids .boxkids-bottom-content > div p {
        font-size: 14px; } }

.page-lp-box.box-kids .box-kids-main-container .row {
  margin-bottom: 30px; }

.page-lp-box.box-kids .box-kids-main-container + #productInformations {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .page-lp-box.box-kids .box-kids-main-container + #productInformations {
      padding-top: 30px; } }
  .page-lp-box.box-kids .box-kids-main-container + #productInformations .title {
    max-width: 100%; }
    .page-lp-box.box-kids .box-kids-main-container + #productInformations .title:not(.product-ingredients-title) {
      text-transform: uppercase; }
    .page-lp-box.box-kids .box-kids-main-container + #productInformations .title.product-ingredients-title {
      display: block; }
  .page-lp-box.box-kids .box-kids-main-container + #productInformations .values-grid {
    margin-top: 5px; }
  .page-lp-box.box-kids .box-kids-main-container + #productInformations .mentions {
    margin-bottom: 30px; }
    .page-lp-box.box-kids .box-kids-main-container + #productInformations .mentions p {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #797979; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-lp-box.box-kids .box-kids-main-container + #productInformations .conservation {
      padding-left: 12px; } }

.bg-cabaret #breadcrumbNavigation .breadcrumb-item a, .bg-jungle #breadcrumbNavigation .breadcrumb-item a {
  color: #fff; }

.bg-cabaret #footer .footer-reassurances .icon-reassurance svg, .bg-jungle #footer .footer-reassurances .icon-reassurance svg {
  fill: #fff; }

.bg-cabaret #footer .footer-reassurances .libelle-reassurance, .bg-jungle #footer .footer-reassurances .libelle-reassurance {
  color: #fff; }

.connexion-page-wrapper {
  margin-bottom: 160px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .connexion-page-wrapper {
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .connexion-page-wrapper {
      margin-bottom: 60px; } }
  .connexion-page-wrapper ~ .data-management {
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .connexion-page-wrapper ~ .data-management {
        margin-bottom: 100px; } }
  @media (max-width: 1239.98px) {
    .connexion-page-wrapper .thiriet-sentence {
      font-size: 52px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .connexion-page-wrapper .thiriet-sentence {
      margin-top: 35px;
      margin-bottom: 50px;
      line-height: 0.8461538462;
      text-align: center; } }
  @media (max-width: 767.98px) {
    .connexion-page-wrapper .thiriet-sentence {
      margin-top: 45px;
      margin-bottom: 30px;
      padding-right: 55px;
      line-height: 0.9230769231;
      padding-top: 0;
      padding-left: 0; } }
  @media (max-width: 360px) {
    .connexion-page-wrapper .thiriet-sentence {
      font-size: 42px; } }
  .connexion-page-wrapper .thiriet-sentence.with-illustration:before {
    content: '';
    position: absolute;
    top: 122px;
    left: 0;
    width: 242px;
    height: 194px;
    background: url(../image/svg/connexion/illus-connexion-pin.svg) no-repeat center;
    background-size: contain; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .connexion-page-wrapper .thiriet-sentence.with-illustration:before {
        top: 110px;
        width: 220px;
        height: 176px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .connexion-page-wrapper .thiriet-sentence.with-illustration:before {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 186px;
        height: 150px; } }
    @media (max-width: 767.98px) {
      .connexion-page-wrapper .thiriet-sentence.with-illustration:before {
        right: 0;
        top: 5px;
        left: auto;
        width: 126px;
        height: 101px; } }
    @media (max-width: 360px) {
      .connexion-page-wrapper .thiriet-sentence.with-illustration:before {
        width: 105px;
        height: 85px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .connexion-page-wrapper .encart-form {
      padding-left: 61px;
      padding-right: 61px; }
      .connexion-page-wrapper .encart-form .btn {
        font-size: 16px; } }
  @media (max-width: 767.98px) {
    .connexion-page-wrapper .encart-form {
      padding-left: 21px;
      padding-right: 21px; } }
  .connexion-page-wrapper .encart-form .indications-has-error {
    position: static !important;
    margin-left: 0;
    padding-top: 7px;
    width: auto;
    font-family: montserratmedium,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 13px;
    color: #DC0C22;
    line-height: 1.2307692308; }
  @media (max-width: 991.98px) {
    .connexion-page-wrapper .with-postcode .submit-form {
      background-color: #000000;
      color: #fff; }
      .connexion-page-wrapper .with-postcode .submit-form:hover, .connexion-page-wrapper .with-postcode .submit-form:focus, .connexion-page-wrapper .with-postcode .submit-form:active {
        border-color: #000000;
        background-color: #fff;
        color: #000000; } }
  .connexion-page-wrapper .label-between {
    padding-top: 100px;
    font-size: 19px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .connexion-page-wrapper .label-between {
        padding: 18px 0; } }
    @media (max-width: 767.98px) {
      .connexion-page-wrapper .label-between {
        padding: 15px 0; } }
  .connexion-page-wrapper .not-signup {
    padding-top: 15px; }
    .connexion-page-wrapper .not-signup a {
      font-size: 13px;
      line-height: 22px;
      text-decoration: underline;
      color: #000000; }
      .connexion-page-wrapper .not-signup a:hover {
        color: #999999; }
  .connexion-page-wrapper.variante-coeur .thiriet-sentence.with-illustration:before {
    background: url(../image/svg/connexion/heart.svg) no-repeat center;
    background-size: contain; }
    @media (min-width: 992px) {
      .connexion-page-wrapper.variante-coeur .thiriet-sentence.with-illustration:before {
        width: 301px;
        height: 133px;
        top: 117px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .connexion-page-wrapper.variante-coeur .thiriet-sentence.with-illustration:before {
        width: 239px;
        height: 108px;
        left: 61px;
        top: 75%; } }
    @media (max-width: 767.98px) {
      .connexion-page-wrapper.variante-coeur .thiriet-sentence.with-illustration:before {
        transform: scale(-1, 1);
        top: 37px;
        width: 170px;
        height: 79px; } }
    @media (max-width: 370px) {
      .connexion-page-wrapper.variante-coeur .thiriet-sentence.with-illustration:before {
        top: 20px;
        width: 150px;
        height: 70px; } }
  .connexion-page-wrapper.variante-homme-coeur .thiriet-sentence.with-illustration:before {
    background: url(../image/svg/connexion/main-coeur.svg) no-repeat center;
    background-size: contain; }
    @media (min-width: 992px) {
      .connexion-page-wrapper.variante-homme-coeur .thiriet-sentence.with-illustration:before {
        width: 274px;
        height: 224px;
        top: 118px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .connexion-page-wrapper.variante-homme-coeur .thiriet-sentence.with-illustration:before {
        width: 134px;
        height: 121px;
        left: 61px;
        top: 0;
        transform: translate(0); } }
    @media (max-width: 767.98px) {
      .connexion-page-wrapper.variante-homme-coeur .thiriet-sentence.with-illustration:before {
        transform: scale(-1, 1);
        top: 0;
        width: 121px;
        height: 110px; } }
    @media (max-width: 370px) {
      .connexion-page-wrapper.variante-homme-coeur .thiriet-sentence.with-illustration:before {
        top: 0px;
        width: 110px;
        height: 1000px; } }

.recapitulatif-page-wrapper > .data-management {
  margin-bottom: 0; }
  @media (min-width: 1240px) {
    .recapitulatif-page-wrapper > .data-management p {
      margin-left: 16px; } }
  @media (max-width: 1239.98px) {
    .recapitulatif-page-wrapper > .data-management p {
      text-align: center;
      margin: 0;
      font-size: 0.5rem; } }

.recapitulatif-page-wrapper {
  margin-bottom: 55px; }
  @media (max-width: 767.98px) {
    .recapitulatif-page-wrapper {
      margin-bottom: 100px; } }
  .recapitulatif-page-wrapper .pl-27 {
    padding-left: 27px; }
  .recapitulatif-page-wrapper .encart-total-achats {
    margin-right: 16px; }
    @media (max-width: 991.98px) {
      .recapitulatif-page-wrapper .encart-total-achats {
        margin-right: 0; } }
  .recapitulatif-page-wrapper .empty-cart {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 14px;
    margin-right: 16px; }
    @media (max-width: 991.98px) {
      .recapitulatif-page-wrapper .empty-cart {
        position: static;
        transform: none;
        margin-top: 20px;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      .recapitulatif-page-wrapper .empty-cart {
        margin: 0;
        padding: 5px 0;
        font-size: 12px;
        border: none;
        min-width: 0;
        text-decoration: underline; }
        .recapitulatif-page-wrapper .empty-cart:hover, .recapitulatif-page-wrapper .empty-cart:focus {
          background: transparent;
          color: #000000; } }
  .recapitulatif-page-wrapper.magasin .encart-livraison-message {
    margin-left: 16px; }
    @media (max-width: 991.98px) {
      .recapitulatif-page-wrapper.magasin .encart-livraison-message {
        margin-left: 0;
        margin-bottom: 30px; } }
    .recapitulatif-page-wrapper.magasin .encart-livraison-message span {
      margin-bottom: 16px; }
    .recapitulatif-page-wrapper.magasin .encart-livraison-message textarea {
      margin-top: 0; }
  @media (min-width: 992px) {
    .recapitulatif-page-wrapper.magasin .encart-total-achats > div.total-action a {
      padding: 12px;
      width: 265px; } }
  .recapitulatif-page-wrapper.magasin .tarifs-applicable {
    max-width: initial; }

.recapitulatif-wrapper {
  margin-bottom: 40px; }
  .recapitulatif-wrapper .wrapper-title-recap {
    position: relative;
    margin-top: 90px;
    margin-bottom: 30px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .recapitulatif-wrapper .wrapper-title-recap {
        margin-top: 70px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .recapitulatif-wrapper .wrapper-title-recap {
        margin-top: 45px; } }
    @media (max-width: 767.98px) {
      .recapitulatif-wrapper .wrapper-title-recap {
        margin-top: 30px;
        margin-bottom: 20px; } }
    .recapitulatif-wrapper .wrapper-title-recap:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      background: url(../image/svg/tunnel/illustration-couverts.svg) no-repeat;
      background-size: contain;
      width: 310px;
      height: 170px;
      pointer-events: none; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .recapitulatif-wrapper .wrapper-title-recap:before {
          width: 220px;
          height: 127px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .recapitulatif-wrapper .wrapper-title-recap:before {
          width: 184px;
          height: 112px;
          bottom: auto;
          top: -15px; } }
      @media (max-width: 767.98px) {
        .recapitulatif-wrapper .wrapper-title-recap:before {
          display: none; } }
    .recapitulatif-wrapper .wrapper-title-recap.jcpo-title {
      margin-top: 0; }
      .recapitulatif-wrapper .wrapper-title-recap.jcpo-title h1 {
        text-align: left;
        padding-right: 0 !important; }
        @media (max-width: 767.98px) {
          .recapitulatif-wrapper .wrapper-title-recap.jcpo-title h1 img {
            width: 180px; } }
        @media (max-width: 575.98px) {
          .recapitulatif-wrapper .wrapper-title-recap.jcpo-title h1 img {
            width: 170px; } }
      .recapitulatif-wrapper .wrapper-title-recap.jcpo-title:before {
        content: none; }

@media (max-width: 767.98px) and (max-width: 530px) {
  .recapitulatif-wrapper .wrapper-title-recap.jcpo-title .text-right {
    position: relative;
    top: -40px; } }
  .recapitulatif-wrapper .wrapper-title-recap h1 {
    font-size: 60px;
    font-size: 3.75rem;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .recapitulatif-wrapper .wrapper-title-recap h1 {
        text-align: right;
        margin-right: 20px; } }
    @media (max-width: 767.98px) {
      .recapitulatif-wrapper .wrapper-title-recap h1 {
        font-size: 3.125rem;
        text-align: left;
        padding-right: 115px;
        line-height: 0.74; } }
    @media (max-width: 340px) {
      .recapitulatif-wrapper .wrapper-title-recap h1 {
        padding-right: 110px;
        font-size: 2.5rem; } }
  .recapitulatif-wrapper .choice-basket {
    padding: 10px 0;
    margin: 0 16px;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #cccccc; }
    @media (max-width: 991.98px) {
      .recapitulatif-wrapper .choice-basket {
        margin: 0; } }
    @media (max-width: 767.98px) {
      .recapitulatif-wrapper .choice-basket > div:nth-child(1) {
        -ms-flex-order: 1;
            order: 1; }
      .recapitulatif-wrapper .choice-basket > div:nth-child(2) {
        -ms-flex-order: 3;
            order: 3; }
      .recapitulatif-wrapper .choice-basket > div:nth-child(3) {
        -ms-flex-order: 2;
            order: 2; } }
    .recapitulatif-wrapper .choice-basket .first-column {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 767.98px) {
        .recapitulatif-wrapper .choice-basket .first-column {
          -ms-flex-align: start;
              align-items: start; } }
    .recapitulatif-wrapper .choice-basket .second-column {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      @media (max-width: 767.98px) {
        .recapitulatif-wrapper .choice-basket .second-column {
          margin-top: 20px;
          margin-bottom: 10px; } }
      .recapitulatif-wrapper .choice-basket .second-column div:last-child {
        margin: 0; }
      .recapitulatif-wrapper .choice-basket .second-column.empty {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-left: 50px; }
        @media (max-width: 991.98px) {
          .recapitulatif-wrapper .choice-basket .second-column.empty {
            margin-left: 0; } }
        .recapitulatif-wrapper .choice-basket .second-column.empty .number-article-panier {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          margin-left: 12%;
          width: 54px;
          height: 54px;
          border-radius: 50%;
          background-color: #F3F0EE;
          border: 1px solid #DC0C22; }
          @media (max-width: 1239.98px) {
            .recapitulatif-wrapper .choice-basket .second-column.empty .number-article-panier {
              margin-left: 8%; } }
          @media (max-width: 991.98px) {
            .recapitulatif-wrapper .choice-basket .second-column.empty .number-article-panier {
              margin-left: 5%; } }
          @media (max-width: 767.98px) {
            .recapitulatif-wrapper .choice-basket .second-column.empty .number-article-panier {
              margin-left: 0; } }
          .recapitulatif-wrapper .choice-basket .second-column.empty .number-article-panier .product-quantity > span {
            font-size: 18px;
            color: #DC0C22;
            font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .recapitulatif-wrapper .choice-basket .wrapper-collapse {
      max-width: 863px;
      width: 863px;
      padding-left: 130px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .recapitulatif-wrapper .choice-basket .wrapper-collapse {
          max-width: 683px;
          width: 683px; } }
      @media (max-width: 991.98px) {
        .recapitulatif-wrapper .choice-basket .wrapper-collapse {
          max-width: 100%;
          width: 100%;
          padding-left: 110px;
          padding-right: 110px; } }
      @media (max-width: 767.98px) {
        .recapitulatif-wrapper .choice-basket .wrapper-collapse {
          padding-left: 40px;
          padding-right: 0;
          margin-top: 10px; } }
      @media (max-width: 575.98px) {
        .recapitulatif-wrapper .choice-basket .wrapper-collapse {
          display: block; } }
      .recapitulatif-wrapper .choice-basket .wrapper-collapse .card {
        background-color: #F3F0EE;
        padding: 20px 30px;
        border: none; }
        .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 20px;
          padding-bottom: 20px;
          border-bottom: 1px solid #CCCCCC; }
          .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item:last-child {
            margin-bottom: 0;
            border: none;
            padding-bottom: 0; }
        .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item .desc-item p {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 16px;
          font-size: 1rem;
          color: #000000;
          line-height: 1.1875;
          margin: 0; }
        .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item .desc-item span {
          font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.1666666667;
          color: #000000; }
        .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item .number-item {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          width: 54px;
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.2222222222;
          color: #AB4315;
          padding-left: 15px; }
    .recapitulatif-wrapper .choice-basket .preview-img-product {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      height: 90px;
      width: 90px;
      min-width: 90px;
      margin-right: 30px; }
      @media (max-width: 991.98px) {
        .recapitulatif-wrapper .choice-basket .preview-img-product {
          margin-right: 10px; } }
      @media (max-width: 767.98px) {
        .recapitulatif-wrapper .choice-basket .preview-img-product {
          height: 80px;
          width: 80px;
          min-width: 80px; } }
      .recapitulatif-wrapper .choice-basket .preview-img-product img {
        width: 100%; }
    .recapitulatif-wrapper .choice-basket .desc-product {
      display: block; }
      @media (max-width: 767.98px) {
        .recapitulatif-wrapper .choice-basket .desc-product {
          margin: auto 0; } }
      .recapitulatif-wrapper .choice-basket .desc-product.no-indicator span {
        display: none; }
      .recapitulatif-wrapper .choice-basket .desc-product a {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        color: #000000; }
        @media (max-width: 767.98px) {
          .recapitulatif-wrapper .choice-basket .desc-product a {
            display: block;
            margin-bottom: 5px; } }
        .recapitulatif-wrapper .choice-basket .desc-product a span:not(.menu-semaine) {
          display: inline-block;
          font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 12px;
          font-size: 0.75rem;
          transform: translateY(-1px); }
        .recapitulatif-wrapper .choice-basket .desc-product a .menu-semaine {
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .recapitulatif-wrapper .choice-basket .desc-product > span {
        display: block;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        font-size: 0.75rem; }
      .recapitulatif-wrapper .choice-basket .desc-product button {
        position: relative;
        border: none;
        background-color: transparent;
        outline: 0;
        width: 10px;
        height: 10px; }
        .recapitulatif-wrapper .choice-basket .desc-product button.collapsed .has-chevron:before {
          transform: rotate(0); }
        .recapitulatif-wrapper .choice-basket .desc-product button .has-chevron:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center center;
          background-size: contain;
          width: 10px;
          height: 10px;
          line-height: 1.2307692308;
          transform: rotate(180deg);
          transition: all .2s ease; }
    .recapitulatif-wrapper .choice-basket.deplie .number-article-panier {
      margin-right: 50px;
      width: 54px; }
      @media (max-width: 991.98px) {
        .recapitulatif-wrapper .choice-basket.deplie .number-article-panier {
          margin-right: 40px; } }
      @media (max-width: 767.98px) {
        .recapitulatif-wrapper .choice-basket.deplie .number-article-panier {
          position: absolute;
          left: 16px; } }
      .recapitulatif-wrapper .choice-basket.deplie .number-article-panier.no-panier > * {
        display: none; }
    .recapitulatif-wrapper .choice-basket .simple-add-to-cart {
      position: relative;
      width: 54px;
      height: 54px;
      font-size: 18px;
      color: #AB4315;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      background-color: #F3F0EE;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 54px; }
    .recapitulatif-wrapper .choice-basket .ticket-resto {
      width: 30px;
      margin-right: 15px; }
      @media (max-width: 767.98px) {
        .recapitulatif-wrapper .choice-basket .ticket-resto {
          margin-right: 30px; } }
      .recapitulatif-wrapper .choice-basket .ticket-resto.no-ticket-resto > * {
        display: none; }
      .recapitulatif-wrapper .choice-basket .ticket-resto img {
        width: 100%; }
    .recapitulatif-wrapper .choice-basket .price {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-right: 30px;
      width: 130px; }
      @media (max-width: 991.98px) {
        .recapitulatif-wrapper .choice-basket .price {
          width: 100px; } }
      .recapitulatif-wrapper .choice-basket .price.no-old-price .old-price {
        display: none; }
      .recapitulatif-wrapper .choice-basket .price span {
        display: block;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
        color: #AB4315; }
        @media (max-width: 991.98px) {
          .recapitulatif-wrapper .choice-basket .price span {
            font-size: 1rem; } }
        @media (max-width: 767.98px) {
          .recapitulatif-wrapper .choice-basket .price span {
            display: -ms-inline-flexbox;
            display: inline-flex; } }
      .recapitulatif-wrapper .choice-basket .price span.old-price {
        margin-right: 6px;
        display: block;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1;
        text-decoration: line-through;
        padding-bottom: 1px; }
        @media (max-width: 767.98px) {
          .recapitulatif-wrapper .choice-basket .price span.old-price {
            margin-right: 12px;
            display: -ms-inline-flexbox;
            display: inline-flex; } }
        .recapitulatif-wrapper .choice-basket .price span.old-price span {
          text-decoration: line-through;
          margin-right: 0; }
    .recapitulatif-wrapper .choice-basket .delete-product a {
      display: block;
      border: none;
      background-color: transparent;
      box-shadow: none;
      padding: 0;
      width: 12px;
      padding-top: 4px; }
      .recapitulatif-wrapper .choice-basket .delete-product a svg {
        vertical-align: initial; }
    .recapitulatif-wrapper .choice-basket.indisponible .preview-img-product,
    .recapitulatif-wrapper .choice-basket.indisponible .desc-product > *:not(.produit-epuise) {
      opacity: 0.3;
      pointer-events: none; }
    .recapitulatif-wrapper .choice-basket.indisponible .produit-epuise {
      margin-bottom: 3px;
      font-size: 14px;
      line-height: 1.2;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #DC0C22; }
      .recapitulatif-wrapper .choice-basket.indisponible .produit-epuise a {
        display: inline;
        font-size: 14px;
        text-decoration: underline;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: inherit; }

.encart-livraison-message {
  background-color: #F3F0EE;
  padding: 28px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .encart-livraison-message {
      margin-bottom: 40px; } }
  .encart-livraison-message span {
    display: block;
    margin-bottom: 10px;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #000000; }
    @media (max-width: 320px) {
      .encart-livraison-message span {
        font-size: 13px; } }
  .encart-livraison-message p {
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    color: #000000;
    margin: 0; }
  .encart-livraison-message textarea {
    margin-top: 27px;
    width: 100%;
    border: none;
    min-height: 125px;
    padding: 16px 12px;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px; }
    .encart-livraison-message textarea::-moz-placeholder {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .encart-livraison-message textarea:-ms-input-placeholder {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .encart-livraison-message textarea::placeholder {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .encart-livraison-message textarea:hover, .encart-livraison-message textarea:focus, .encart-livraison-message textarea:active {
      outline: 0;
      box-shadow: none; }
    @media (max-width: 767.98px) {
      .encart-livraison-message textarea {
        min-height: auto;
        height: 45px; } }
  .encart-livraison-message.mots-bonheur {
    background: #fff url(../image/offrez-bonheur/bg-bonheur.jpg) repeat !important;
    background-position: left 70% top !important;
    background-size: 207% !important;
    padding-top: 10px !important; }
    @media (max-width: 991.98px) {
      .encart-livraison-message.mots-bonheur {
        background-size: 130% !important; } }
    @media (max-width: 767.98px) {
      .encart-livraison-message.mots-bonheur {
        background-size: 180% !important;
        margin-bottom: 20px;
        background-position: left 26% top !important; } }
    .encart-livraison-message.mots-bonheur > img {
      max-width: 186px; }
    .encart-livraison-message.mots-bonheur textarea {
      background-color: #F3F0EE;
      height: 150px; }
      .encart-livraison-message.mots-bonheur textarea:disabled {
        opacity: 1;
        /* required on iOS */ }
    .encart-livraison-message.mots-bonheur > p {
      margin-top: 20px !important;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .encart-livraison-message.mots-bonheur .char-count, .encart-livraison-message.mots-bonheur .line-count {
      display: inline-block;
      margin-left: 25px;
      margin-top: 5px; }
      .encart-livraison-message.mots-bonheur .char-count.has-error, .encart-livraison-message.mots-bonheur .line-count.has-error {
        color: #DC0C22; }
      .encart-livraison-message.mots-bonheur .char-count .label, .encart-livraison-message.mots-bonheur .line-count .label {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .encart-livraison-message.mots-bonheur .char-count #charCount, .encart-livraison-message.mots-bonheur .char-count #lineCount, .encart-livraison-message.mots-bonheur .char-count .label, .encart-livraison-message.mots-bonheur .char-count .limit, .encart-livraison-message.mots-bonheur .line-count #charCount, .encart-livraison-message.mots-bonheur .line-count #lineCount, .encart-livraison-message.mots-bonheur .line-count .label, .encart-livraison-message.mots-bonheur .line-count .limit {
        display: inline-block; }
    .encart-livraison-message.mots-bonheur .btn {
      margin-top: 20px;
      font-size: 14px;
      padding: 8px 21px; }
  .encart-livraison-message.commentaire textarea:disabled {
    background-color: #F9F8F6;
    cursor: not-allowed; }

.tarifs-applicable {
  max-width: 350px;
  margin-top: 15px;
  margin-left: 16px;
  width: calc(100% - 16px); }
  @media (max-width: 991.98px) {
    .tarifs-applicable {
      max-width: initial;
      margin-top: 20px;
      margin-left: 0; } }
  @media (max-width: 767.98px) {
    .tarifs-applicable {
      margin: 30px 0; } }
  .tarifs-applicable p {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 9px;
    color: #000000;
    margin: 0; }
    @media (max-width: 991.98px) {
      .tarifs-applicable p {
        font-size: 8px;
        text-align: center; } }

.recapitulatif-total-achats.only-liv {
  margin-bottom: 150px; }
  @media (max-width: 991.98px) {
    .recapitulatif-total-achats.only-liv {
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .recapitulatif-total-achats.only-liv {
      margin-bottom: 30px; } }

.recapitulatif-total-achats .wrapper-next-page {
  margin-left: 16px; }
  @media (max-width: 1239.98px) {
    .recapitulatif-total-achats .wrapper-next-page {
      margin-left: 0;
      margin-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .recapitulatif-total-achats .wrapper-next-page {
      margin-bottom: 20px; } }
  .recapitulatif-total-achats .wrapper-next-page span {
    display: block;
    font-size: 50px;
    font-size: 3.125rem;
    font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000000; }
  .recapitulatif-total-achats .wrapper-next-page p {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-size: 0.875rem;
    color: #000000; }
    @media (max-width: 991.98px) {
      .recapitulatif-total-achats .wrapper-next-page p {
        font-size: 0.8125rem; } }

.wrapper-privileges > span,
.wrapper-privileges-variante > span {
  display: block;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  color: #000000;
  line-height: 0.8888888889;
  margin-bottom: 6px; }

.wrapper-privileges > p,
.wrapper-privileges-variante > p {
  font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  color: #000000; }

.wrapper-privileges .all-privileges,
.wrapper-privileges-variante .all-privileges {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3px; }
  @media (max-width: 767.98px) {
    .wrapper-privileges .all-privileges,
    .wrapper-privileges-variante .all-privileges {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (max-width: 320px) {
    .wrapper-privileges .all-privileges,
    .wrapper-privileges-variante .all-privileges {
      -ms-flex-pack: center;
          justify-content: center; } }
  .wrapper-privileges .all-privileges .privilege-item,
  .wrapper-privileges-variante .all-privileges .privilege-item {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .wrapper-privileges .all-privileges .privilege-item,
      .wrapper-privileges-variante .all-privileges .privilege-item {
        margin-right: 0; } }
    .wrapper-privileges .all-privileges .privilege-item:last-child,
    .wrapper-privileges-variante .all-privileges .privilege-item:last-child {
      margin-right: 0; }
    .wrapper-privileges .all-privileges .privilege-item.active:before,
    .wrapper-privileges-variante .all-privileges .privilege-item.active:before {
      background-color: #A5D6D2;
      background: url(../image/svg/interactions/bg_coupon_vert.svg) no-repeat; }
    .wrapper-privileges .all-privileges .privilege-item.active label > *,
    .wrapper-privileges .all-privileges .privilege-item.active .privilege-value > *,
    .wrapper-privileges-variante .all-privileges .privilege-item.active label > *,
    .wrapper-privileges-variante .all-privileges .privilege-item.active .privilege-value > * {
      color: #000000; }
    .wrapper-privileges .all-privileges .privilege-item:before,
    .wrapper-privileges-variante .all-privileges .privilege-item:before {
      content: "";
      background-color: #000000;
      background: url(../image/svg/interactions/bg_coupon_noir.svg) no-repeat;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      height: 175px;
      width: 145px;
      pointer-events: none; }
    .wrapper-privileges .all-privileges .privilege-item .custom-control,
    .wrapper-privileges-variante .all-privileges .privilege-item .custom-control {
      padding: 0; }
      .wrapper-privileges .all-privileges .privilege-item .custom-control .custom-control-label:before,
      .wrapper-privileges-variante .all-privileges .privilege-item .custom-control .custom-control-label:before {
        top: auto;
        bottom: 7px;
        right: 7px;
        left: auto;
        background-color: #fff; }
      .wrapper-privileges .all-privileges .privilege-item .custom-control .custom-control-label:after,
      .wrapper-privileges-variante .all-privileges .privilege-item .custom-control .custom-control-label:after {
        top: auto;
        bottom: 7px;
        right: 7px;
        left: auto; }
    .wrapper-privileges .all-privileges .privilege-item label,
    .wrapper-privileges-variante .all-privileges .privilege-item label {
      padding: 13px 12px 22px;
      cursor: pointer;
      height: 175px;
      width: 145px; }
    .wrapper-privileges .all-privileges .privilege-item label > span,
    .wrapper-privileges-variante .all-privileges .privilege-item label > span {
      display: block;
      color: #fff;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 11px; }
    .wrapper-privileges .all-privileges .privilege-item label > p,
    .wrapper-privileges-variante .all-privileges .privilege-item label > p {
      color: #fff;
      font-size: 13px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      margin-bottom: 0; }
    .wrapper-privileges .all-privileges .privilege-item label > a,
    .wrapper-privileges-variante .all-privileges .privilege-item label > a {
      display: block;
      color: #fff;
      font-size: 10px;
      line-height: 2;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-decoration: underline;
      margin-top: 5px; }
    .wrapper-privileges .all-privileges .privilege-item .privilege-value,
    .wrapper-privileges-variante .all-privileges .privilege-item .privilege-value {
      margin: 7px 0 5px; }
      .wrapper-privileges .all-privileges .privilege-item .privilege-value span,
      .wrapper-privileges-variante .all-privileges .privilege-item .privilege-value span {
        color: #fff;
        font-size: 40px;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 0.75; }
        .wrapper-privileges .all-privileges .privilege-item .privilege-value span.offert,
        .wrapper-privileges-variante .all-privileges .privilege-item .privilege-value span.offert {
          font-size: 25px;
          line-height: 0.9375; }
        .wrapper-privileges .all-privileges .privilege-item .privilege-value span.pts,
        .wrapper-privileges-variante .all-privileges .privilege-item .privilege-value span.pts {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 26px;
          line-height: 0.7307692308; }
        .wrapper-privileges .all-privileges .privilege-item .privilege-value span.small,
        .wrapper-privileges-variante .all-privileges .privilege-item .privilege-value span.small {
          font-size: 20px;
          line-height: 1; }
        .wrapper-privileges .all-privileges .privilege-item .privilege-value span sup,
        .wrapper-privileges-variante .all-privileges .privilege-item .privilege-value span sup {
          top: -9px; }

@media (max-width: 575.98px) {
  .services-page-wrapper {
    padding-top: 30px; } }

.services-page-wrapper.liv-retrait .services-header {
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    .services-page-wrapper.liv-retrait .services-header {
      margin-bottom: 0; } }

@media (max-width: 1239.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait {
    margin-top: 25px; } }

@media (max-width: 1239.98px) {
  .services-page-wrapper.liv-retrait .semainier-wrapper {
    margin-bottom: 50px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait .point-retrait-item {
    margin: 0 25px; } }

@media (max-width: 767.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait .point-retrait-item {
    padding: 30px 0; } }

@media (max-width: 1239.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info {
    margin-right: 0; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info a {
    font-size: 20px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .number-km {
    font-size: 16px; } }

.services-page-wrapper.liv-retrait .point-retrait-wrapper {
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    .services-page-wrapper.liv-retrait .point-retrait-wrapper .illustration-panier {
      text-align: center;
      margin-right: 0; } }
  @media (max-width: 767.98px) {
    .services-page-wrapper.liv-retrait .point-retrait-wrapper h2 {
      padding: 0 30px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-item .action-retrait {
    -ms-flex-pack: center;
        justify-content: center; } }

@media (max-width: 1239.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-item .action-retrait button.btn {
    max-width: 300px; } }

@media (max-width: 767.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-item .action-retrait button.btn {
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait p,
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait .point-retrait-item.not-available .temporarily-closed {
    font-size: 16px;
    line-height: 1.3; } }

@media (max-width: 767.98px) {
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait p,
  .services-page-wrapper.liv-retrait .point-retrait-wrapper .all-point-retrait .point-retrait-item.not-available .temporarily-closed {
    line-height: 1.3; } }

@media (max-width: 991.98px) {
  .services-page-wrapper h1 {
    text-align: center;
    font-size: 54px; } }

@media (max-width: 575.98px) {
  .services-page-wrapper h1 {
    font-size: 45px; } }

.services-page-wrapper h1 sup {
  top: -0.2em; }

@media (max-width: 575.98px) {
  .services-page-wrapper > .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 575.98px) {
  .services-page-wrapper > .container > .row {
    margin-right: 0;
    margin-left: 0; } }

.services-page-wrapper .semainier-wrapper {
  margin-bottom: 70px; }
  @media (max-width: 991.98px) {
    .services-page-wrapper .semainier-wrapper {
      margin-bottom: 93px; } }

.services-page-wrapper .services-header {
  padding-top: 50px; }
  @media (max-width: 991.98px) {
    .services-page-wrapper .services-header {
      padding-top: 40px; } }
  .services-page-wrapper .services-header .bar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 29px 32px;
    background-color: #000000; }
    @media (max-width: 991.98px) {
      .services-page-wrapper .services-header .bar {
        padding: 22px 28px; } }
    @media (max-width: 767.98px) {
      .services-page-wrapper .services-header .bar {
        padding: 15px 20px;
        min-height: 110px;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .services-page-wrapper .services-header .town {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 15px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    color: #fff; }
    @media (max-width: 991.98px) {
      .services-page-wrapper .services-header .town {
        font-size: 18px;
        margin-right: 27px; } }
    @media (max-width: 767.98px) {
      .services-page-wrapper .services-header .town {
        display: block;
        text-align: center;
        font-size: 14px;
        margin-right: 0; } }
  .services-page-wrapper .services-header .town > span {
    display: inline-block;
    margin-left: 10px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 750px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .services-page-wrapper .services-header .town > span {
        max-width: 365px; } }
    @media (max-width: 767.98px) {
      .services-page-wrapper .services-header .town > span {
        display: block;
        margin-left: 0;
        margin-bottom: 12px;
        padding-top: 2px;
        max-width: 260px;
        white-space: normal; } }
  .services-page-wrapper .services-header .change-town {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    text-decoration: underline; }
    @media (max-width: 767.98px) {
      .services-page-wrapper .services-header .change-town {
        font-size: 12px;
        transform: translateY(-2px); } }

.services-page-wrapper .point-retrait {
  margin-bottom: 50px;
  padding: 60px;
  text-align: center;
  background-color: #fff; }
  .services-page-wrapper .point-retrait p {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 19px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .services-page-wrapper .point-retrait p {
        font-size: 16px; } }

.services-page-wrapper .semainier-body {
  padding: 30px 25px 20px;
  background-color: #fff; }
  @media (max-width: 575.98px) {
    .services-page-wrapper .semainier-body {
      padding: 25px 20px; } }
  .services-page-wrapper .semainier-body .illustration-bloc-title img {
    width: 177px;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .services-page-wrapper .semainier-body .illustration-bloc-title img {
        width: 150px; } }
  .services-page-wrapper .semainier-body .sub-text {
    margin: -16px auto 50px;
    text-align: center; }
    @media (min-width: 992px) {
      .services-page-wrapper .semainier-body .sub-text {
        width: 74%; } }
    .services-page-wrapper .semainier-body .sub-text p {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (max-width: 767.98px) {
        .services-page-wrapper .semainier-body .sub-text p {
          font-size: 13px; } }
  .services-page-wrapper .semainier-body > h2 {
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .services-page-wrapper .semainier-body > h2 {
        font-size: 37px; } }
    .services-page-wrapper .semainier-body > h2 .indication-creneau {
      display: block;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      padding-bottom: 5px;
      padding-top: 10px;
      line-height: 1.4285714286; }
      @media (max-width: 991.98px) {
        .services-page-wrapper .semainier-body > h2 .indication-creneau {
          line-height: 1.3; } }

.services-page-wrapper .illustration-bloc-title > span {
  display: block;
  margin-bottom: 10px;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  text-transform: uppercase; }

.services-page-wrapper .point-retrait-wrapper {
  margin-bottom: 103px;
  padding: 45px 0 6px 0;
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .services-page-wrapper .point-retrait-wrapper {
      margin-bottom: 100px; } }
  @media (max-width: 575.98px) {
    .services-page-wrapper .point-retrait-wrapper {
      margin-bottom: 60px; } }
  .services-page-wrapper .point-retrait-wrapper .container-retrait-wrapper {
    padding: 0 20px; }
  .services-page-wrapper .point-retrait-wrapper h2 {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    line-height: 1;
    color: #000000;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .services-page-wrapper .point-retrait-wrapper h2 {
        padding: 0px 60px; } }
    @media (max-width: 320px) {
      .services-page-wrapper .point-retrait-wrapper h2 {
        padding: 0px 35px; } }
  .services-page-wrapper .point-retrait-wrapper .illustration-panier {
    text-align: center; }
    @media (max-width: 575.98px) {
      .services-page-wrapper .point-retrait-wrapper .illustration-panier {
        text-align: right;
        margin-right: -15px; }
        .services-page-wrapper .point-retrait-wrapper .illustration-panier img {
          max-width: 249px; } }
    @media (max-width: 320px) {
      .services-page-wrapper .point-retrait-wrapper .illustration-panier img {
        max-width: 220px; } }
  .services-page-wrapper .point-retrait-wrapper .all-point-retrait {
    margin-top: 5px; }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait.mag-retrait .point-retrait-item .action-retrait button.btn {
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait.mag-retrait .point-retrait-item .action-retrait button.btn {
          margin-right: 15px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait.mag-retrait .point-retrait-item .action-retrait button.btn {
          width: 155px; } }
      @media (max-width: 767.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait.mag-retrait .point-retrait-item .action-retrait button.btn {
          width: 180px; } }
    @media (max-width: 991.98px) {
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait {
        margin-top: 40px; } }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .row > div > .point-retrait-item:first-child {
      border-top: 1px solid #767676; }
    @media (max-width: 991.98px) {
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .row > div:last-child > .point-retrait-item:first-child {
        border-top: none; } }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item {
      padding: 20px 12.5px; }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item:not(:last-of-type) {
        position: relative; }
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item:not(:last-of-type):after {
          content: '';
          position: absolute;
          display: block;
          height: 1px;
          left: 12.5px;
          right: 12.5px;
          bottom: -1px;
          background-color: #767676; }
      @media (max-width: 575.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item {
          padding: 18px 0; } }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .point-retrait-top {
      position: relative; }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .point-retrait-top p {
        padding-right: 12px; }
      @media (min-width: 992px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .point-retrait-top {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; } }
    @media (min-width: 768px) {
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .img-info {
        min-width: 74px;
        width: 74px; } }
    @media (max-width: 991.98px) {
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .img-info {
        margin-right: 12px; } }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .img-info img {
      max-width: 74px; }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info {
      width: 100%;
      position: relative; }
      @media (max-width: 991.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info {
          margin-right: 40px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info {
          -ms-flex: 1;
              flex: 1; } }
      @media (max-width: 767.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info {
          margin-right: 10px; } }
      @media (max-width: 575.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info {
          -ms-flex-order: 3;
              order: 3;
          margin-right: 0;
          margin-top: 10px; } }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info p {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        line-height: 1.1875;
        color: #000000;
        margin-bottom: 5px; }
        @media (max-width: 991.98px) {
          .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info p:not(.classic) {
            padding-right: 25px; } }
      @media (min-width: 992px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info > p, .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info > div > p {
          padding-right: 30px; } }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .number-km {
        display: inline-block;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        line-height: 1.9166666667;
        color: #000000;
        margin-bottom: 2px; }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .retrait-info-row {
        display: -ms-flexbox;
        display: flex; }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait {
        transition: all .35s ease; }
        @media (max-width: 575.98px) {
          .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait {
            margin-top: 13px; } }
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait.collapse-open {
          margin-top: 0;
          height: 0;
          opacity: 0; }
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait p {
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 13px;
          line-height: 1.3;
          color: #AB4315;
          margin-bottom: 0; }
          .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait p.classic {
            margin-top: 7px;
            color: #000000; }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info > a {
        position: relative;
        width: 100%;
        padding-right: 35px; }
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info > a .has-chevron:before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center center;
          background-size: contain;
          width: 13px;
          height: 13px;
          line-height: 1.2307692308;
          transform: translateY(-50%) rotate(180deg);
          transition: all .2s ease; }
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info > a[data-toggle="collapse"] {
          background-color: transparent;
          border: none;
          outline: 0; }
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .retrait-info > a.collapsed .has-chevron:before {
          transform: translateY(-50%) rotate(0); }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .cta-retrait {
      margin-top: 20px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .cta-retrait {
          text-align: center; }
          .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .cta-retrait .btn {
            padding: 15px 30px; } }
      @media (min-width: 992px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .cta-retrait .btn {
          width: 100%;
          padding: 14px 10px; } }
      @media (max-width: 767.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .cta-retrait .btn {
          max-width: unset;
          width: 100%;
          padding: 15px; } }
    @media (min-width: 992px) {
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait {
        margin-top: 15px; } }
    @media (max-width: 991.98px) {
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait {
        position: absolute;
        top: 2px;
        right: 0;
        display: -ms-flexbox;
        display: flex; } }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait button {
      position: relative; }
      @media (max-width: 991.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait button {
          height: 16px; } }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait button.btn {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        padding: 14px 10px;
        line-height: 1.0625;
        font-size: 16px;
        width: 100%;
        max-width: unset; }
        @media (max-width: 991.98px) {
          .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait button.btn span {
            display: block; } }
        @media (max-width: 575.98px) {
          .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait button.btn {
            padding: 10px 13px; } }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait button .has-chevron:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center center;
        background-size: contain;
        width: 13px;
        height: 13px;
        line-height: 1.2307692308;
        transform: translateY(-50%) rotate(180deg);
        transition: all .2s ease; }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait button[data-toggle="collapse"] {
        background-color: transparent;
        border: none;
        outline: 0; }
        @media (min-width: 992px) {
          .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait button[data-toggle="collapse"] {
            position: absolute;
            top: 10px;
            right: 0; } }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .action-retrait button.collapsed .has-chevron:before {
        transform: translateY(-50%) rotate(0); }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .mention {
      padding-top: 15px;
      font-size: 12px;
      color: #3C3C3A; }
      @media (max-width: 575.98px) {
        .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .mention {
          padding-left: 0; } }
    @media (max-width: 575.98px) {
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .collapse-retrait {
        padding-left: 0; } }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .collapse-retrait .card-body {
      padding: 0;
      padding-top: 12px; }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .wrapper-map {
      margin-top: 30px;
      width: 100%;
      height: 270px; }
      .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item .wrapper-map .map {
        height: 100%; }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item.not-available .action-retrait .btn {
      background: rgba(0, 0, 0, 0.15);
      cursor: none;
      pointer-events: none; }
    .services-page-wrapper .point-retrait-wrapper .all-point-retrait .point-retrait-item.not-available .temporarily-closed {
      padding-top: 4px;
      font-size: 14px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #D70620; }

.services-page-wrapper .commande-offrir-wrapper {
  margin-bottom: 25px;
  padding: 25px 10px;
  background-color: #fff;
  text-align: center; }
  .services-page-wrapper .commande-offrir-wrapper h2 {
    margin-top: 4px;
    margin-bottom: 22px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    text-align: center; }
  .services-page-wrapper .commande-offrir-wrapper p {
    margin-bottom: 30px;
    font-size: 14px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.4285714286; }
  .services-page-wrapper .commande-offrir-wrapper .btn {
    padding: 12px 20px;
    max-width: 100%; }

.services-page-wrapper .collapse-retrait .card-body > div {
  position: relative;
  padding: 17px 0; }
  .services-page-wrapper .collapse-retrait .card-body > div:last-child {
    padding-bottom: 0; }
  .services-page-wrapper .collapse-retrait .card-body > div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 42px;
    background-color: #000000; }

.services-page-wrapper .localisation-point-retrait .adress-retrait p {
  font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #000000;
  line-height: 1.2142857143; }

.services-page-wrapper .localisation-point-retrait .dispo-retrait p {
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  color: #AB4315;
  line-height: 1.2; }
  .services-page-wrapper .localisation-point-retrait .dispo-retrait p.classic {
    color: #000000; }

.services-page-wrapper .calendar-dispo-point-retrait .creneau-dispo-point {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px; }
  @media (max-width: 575.98px) {
    .services-page-wrapper .calendar-dispo-point-retrait .creneau-dispo-point {
      margin-bottom: 10px; } }
  .services-page-wrapper .calendar-dispo-point-retrait .creneau-dispo-point:last-child {
    margin-bottom: 0; }
  .services-page-wrapper .calendar-dispo-point-retrait .creneau-dispo-point .creneau-jour {
    width: 170px;
    min-width: 170px;
    margin-right: 15px; }

.services-page-wrapper .calendar-dispo-point-retrait .creneau-dispo-point p {
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #000000;
  line-height: 1.2142857143;
  margin-bottom: 0; }

.services-page-wrapper .calendar-dispo-point-retrait .creneau-dispo-point span {
  display: block;
  font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #000000;
  line-height: 1.2142857143; }

.services-page-wrapper .calendar-dispo-point-retrait.highlight * {
  color: #D70620 !important;
  font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }

.services-page-wrapper .coordonnee-point-retrait a {
  display: inline-block;
  font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  color: #000000;
  line-height: 1.1666666667; }

.services-page-wrapper .coordonnee-point-retrait .phone-number {
  margin-top: 10px; }
  .services-page-wrapper .coordonnee-point-retrait .phone-number a {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 1.1875; }

.services-page-wrapper .semainier-action {
  margin-bottom: 44px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .services-page-wrapper .semainier-action {
      margin-bottom: 55px; } }
  @media (max-width: 767.98px) {
    .services-page-wrapper .semainier-action {
      margin-bottom: 60px; } }
  .services-page-wrapper .semainier-action .wrapper-indication {
    pointer-events: none;
    display: none;
    margin-bottom: 10px; }
    .services-page-wrapper .semainier-action .wrapper-indication.active {
      display: block; }
  .services-page-wrapper .semainier-action .indication-nb-creneaux {
    display: inline-block;
    background-color: #fff;
    padding: 15px 18px; }
    @media (max-width: 767.98px) {
      .services-page-wrapper .semainier-action .indication-nb-creneaux {
        padding: 15px 13px; } }
    .services-page-wrapper .semainier-action .indication-nb-creneaux span {
      display: block;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      line-height: 1; }
    .services-page-wrapper .semainier-action .indication-nb-creneaux.sticked {
      position: fixed;
      bottom: 100px;
      left: 50%;
      z-index: 99;
      transform: translateX(-50%);
      box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3); }
      @media (max-width: 767.98px) {
        .services-page-wrapper .semainier-action .indication-nb-creneaux.sticked {
          bottom: 180px;
          width: 301px;
          margin: auto;
          padding: 15px; } }
  .services-page-wrapper .semainier-action a {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    padding: 15px 24px; }
    @media (max-width: 575.98px) {
      .services-page-wrapper .semainier-action a {
        max-width: initial;
        width: 100%; } }
    .services-page-wrapper .semainier-action a.sticked {
      position: fixed;
      bottom: 40px;
      left: 50%;
      z-index: 99;
      transform: translateX(-50%);
      box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3); }
      @media (max-width: 767.98px) {
        .services-page-wrapper .semainier-action a.sticked {
          bottom: 115px;
          max-width: 301px;
          margin: auto;
          padding: 15px; } }
      @media (min-width: 1240px) {
        .services-page-wrapper .semainier-action a.sticked {
          left: calc(50% - 1165px / 2 + 1165px / 3); } }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .services-page-wrapper .semainier-action a.sticked {
          left: calc(50% - 985px / 2 + 985px / 12 * 3.5); } }

.services-page-wrapper .data-management {
  margin-bottom: 0; }
  .services-page-wrapper .data-management p {
    margin-bottom: 0; }
  .services-page-wrapper .data-management .conditions-management {
    margin-bottom: 10px; }
    .services-page-wrapper .data-management .conditions-management.last {
      margin-bottom: 20px; }
    .services-page-wrapper .data-management .conditions-management span {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 9px;
      color: #5d5d5d;
      line-height: 1.4444444444; }
    .services-page-wrapper .data-management .conditions-management p {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 9px;
      margin-bottom: 0;
      line-height: 1.4444444444; }
    .services-page-wrapper .data-management .conditions-management p > span {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .services-page-wrapper .data-management .conditions-management p > a {
      text-decoration: underline;
      color: #5d5d5d; }

.services-page-wrapper #div_combo_ville_popin,
.connexion-page-wrapper #div_combo_ville_popin,
.store-locator #div_combo_ville_popin,
#changeLocality #div_combo_ville_popin,
#chooseOtherLocality #div_combo_ville_popin {
  position: absolute;
  top: -1px;
  right: -15px;
  bottom: 0; }
  .services-page-wrapper #div_combo_ville_popin .btn,
  .connexion-page-wrapper #div_combo_ville_popin .btn,
  .store-locator #div_combo_ville_popin .btn,
  #changeLocality #div_combo_ville_popin .btn,
  #chooseOtherLocality #div_combo_ville_popin .btn {
    max-width: unset; }

.services-page-wrapper #localisation-form .form-control,
.connexion-page-wrapper #localisation-form .form-control,
.store-locator #localisation-form .form-control,
#changeLocality #localisation-form .form-control,
#chooseOtherLocality #localisation-form .form-control {
  height: 100%; }
  @media (max-width: 991.98px) {
    .services-page-wrapper #localisation-form .form-control[name="localisation-form"],
    .connexion-page-wrapper #localisation-form .form-control[name="localisation-form"],
    .store-locator #localisation-form .form-control[name="localisation-form"],
    #changeLocality #localisation-form .form-control[name="localisation-form"],
    #chooseOtherLocality #localisation-form .form-control[name="localisation-form"] {
      margin: -1px 0 0 0; } }

#chooseOtherLocality .mCustomScrollbar {
  max-height: 600px; }
  @media (max-width: 1239.98px) {
    #chooseOtherLocality .mCustomScrollbar {
      max-height: 450px; } }
  @media (max-width: 767.98px) {
    #chooseOtherLocality .mCustomScrollbar {
      height: 100%; } }
  #chooseOtherLocality .mCustomScrollbar .mCSB_scrollTools {
    opacity: 1 !important; }
  #chooseOtherLocality .mCustomScrollbar .mCSB_scrollTools {
    right: 17px; }

#chooseOtherLocality .modal-body {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    #chooseOtherLocality .modal-body {
      display: block; } }
  @media (min-width: 768px) {
    #chooseOtherLocality .modal-body {
      padding: 28px 52px 25px; } }
  @media (max-width: 991.98px) {
    #chooseOtherLocality .modal-body {
      display: block;
      padding-bottom: 25px; } }

@media (min-width: 1240px) {
  #chooseOtherLocality .modal-dialog {
    max-width: 1150px; } }

#chooseOtherLocality .title {
  font-size: 18px;
  margin-bottom: 30px; }

#chooseOtherLocality .with-postcode {
  width: 360px;
  margin-right: 110px; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    #chooseOtherLocality .with-postcode {
      margin-right: 60px; } }
  @media (max-width: 991.98px) {
    #chooseOtherLocality .with-postcode {
      width: auto;
      margin-right: 0;
      margin-bottom: 45px; } }
  @media (max-width: 575.98px) {
    #chooseOtherLocality .with-postcode .encart-form {
      padding-bottom: 34px; } }
  #chooseOtherLocality .with-postcode .encart-form,
  #chooseOtherLocality .with-postcode .encart-form .form-control {
    background-color: #F3F0EE; }
  #chooseOtherLocality .with-postcode .bootstrap-select .filter-option-inner-inner {
    color: rgba(0, 0, 0, 0.6); }
  #chooseOtherLocality .with-postcode .checkbox-group .custom-control-label::before {
    background-color: #fff; }
  #chooseOtherLocality .with-postcode .wrapper-validation .btn {
    min-width: 0;
    padding: 11px 28px 10px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #chooseOtherLocality .with-postcode .encart-form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    #chooseOtherLocality .with-postcode .form-group {
      width: 100%; } }

#chooseOtherLocality .with-addresses {
  -ms-flex: 1;
      flex: 1; }

@media (min-width: 768px) {
  #chooseOtherLocality .my-addresses {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; } }

@media (min-width: 576px) {
  #changeLocality .modal-dialog {
    max-width: 415px; } }

#changeLocality .modal-body {
  padding: 52px 52px 46px; }
  @media (max-width: 767.98px) {
    #changeLocality .modal-body {
      padding-left: 20px;
      padding-right: 20px; } }

#changeLocality .encart-form {
  padding: 0; }
  #changeLocality .encart-form .submit-form {
    min-width: 123px; }

#chooseOtherLocality #div_combo_ville_popin #ville_code_insee_iris {
  border: transparent; }

@media (max-width: 767.98px) {
  #mainHeader.slide-down + main .wrapper-anchors {
    top: 100px; }
  #mainHeader.slide-up + main .wrapper-anchors {
    top: 50px; } }

.wrapper-anchors {
  display: none;
  padding: 20px 6px;
  background-color: #F9F8F6;
  transition: all .3s ease; }
  .wrapper-anchors.fixed {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .wrapper-anchors {
      -ms-flex-pack: center;
          justify-content: center; } }
  @media (max-width: 767.98px) {
    .wrapper-anchors {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      overflow-x: auto; } }
  .wrapper-anchors a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 13px 20px;
    border-radius: 999vw;
    margin-right: 4px;
    max-width: 155px;
    font-size: 12px;
    line-height: 1.25;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -ms-flex: 1;
        flex: 1; }
    .wrapper-anchors a:last-child {
      margin-right: 0; }
    @media (max-width: 767.98px) {
      .wrapper-anchors a {
        padding: 6px 8px;
        font-size: 10px; } }

@media (max-width: 767.98px) {
  .semainier-wrapper #continueButton.btn {
    max-width: 100%; } }

@media (min-width: 1240px) {
  .services-page-wrapper .row > div:nth-child(2) .semainier-action a.sticked {
    left: calc(50% - 1165px / 3 + 1165px / 2); } }

@media (min-width: 992px) and (max-width: 1239.98px) {
  .services-page-wrapper .row > div:nth-child(2) .semainier-action a.sticked {
    left: calc(50% - 985px / 2 + 985px / 12 * 5 + 985px / 12 * 3.5); } }

.contact-page-wrapper {
  margin-bottom: 160px; }
  @media (max-width: 991.98px) {
    .contact-page-wrapper {
      margin-bottom: 150px; } }
  @media (max-width: 767.98px) {
    .contact-page-wrapper {
      margin-bottom: 57px; } }
  .contact-page-wrapper .thiriet-sentence.with-illustration {
    line-height: 0.8;
    font-size: 60px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .contact-page-wrapper .thiriet-sentence.with-illustration {
        font-size: 51px; } }
    @media (max-width: 991.98px) {
      .contact-page-wrapper .thiriet-sentence.with-illustration {
        font-size: 52px;
        margin-bottom: 105px;
        text-align: center;
        margin-top: 40px; } }
    @media (max-width: 767.98px) {
      .contact-page-wrapper .thiriet-sentence.with-illustration {
        text-align: left;
        margin-top: 45px;
        margin-bottom: 65px; } }
    @media (max-width: 320px) {
      .contact-page-wrapper .thiriet-sentence.with-illustration {
        font-size: 45px; } }
    .contact-page-wrapper .thiriet-sentence.with-illustration:before {
      content: '';
      position: absolute;
      bottom: -265px;
      left: 0px;
      width: 246px;
      height: 220px;
      background: url(../image/svg/contact/illu-contact.svg) no-repeat center;
      background-size: contain; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .contact-page-wrapper .thiriet-sentence.with-illustration:before {
          width: 305px;
          height: 197px; } }
      @media (max-width: 991.98px) {
        .contact-page-wrapper .thiriet-sentence.with-illustration:before {
          width: 217px;
          height: 195px;
          bottom: auto;
          top: -40px; } }
      @media (max-width: 767.98px) {
        .contact-page-wrapper .thiriet-sentence.with-illustration:before {
          width: 155px;
          height: 139px;
          left: auto;
          top: auto;
          bottom: -40px;
          right: 0;
          transform: scale(-1, 1); } }
      @media (max-width: 320px) {
        .contact-page-wrapper .thiriet-sentence.with-illustration:before {
          width: 150px;
          height: 129px; } }
  .contact-page-wrapper .required-label {
    display: block;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 11px;
    color: #000000;
    margin-bottom: 28px; }
  .contact-page-wrapper .input-file {
    padding: 10px 0 36px; }
    .contact-page-wrapper .input-file .wrapper-btn-file .btn-file {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      border: none;
      background-color: transparent;
      outline: 0;
      padding-left: 25px;
      padding-right: 0;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      color: #000000;
      line-height: 1; }
      .contact-page-wrapper .input-file .wrapper-btn-file .btn-file.with-trombone:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        display: block;
        width: 19px;
        height: 18px;
        background: url(../image/svg/contact/trombone.svg) no-repeat; }
      .contact-page-wrapper .input-file .wrapper-btn-file .btn-file:after {
        content: "";
        position: absolute;
        left: 25px;
        bottom: -1px;
        right: 0;
        height: 1px;
        background-color: #000000; }
  .contact-page-wrapper .form-textarea textarea {
    width: 100%;
    border: none;
    min-height: 200px;
    padding: 0 12px 16px 0;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    resize: none;
    border-bottom: 1px solid #CCC; }
    .contact-page-wrapper .form-textarea textarea::-moz-placeholder {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .contact-page-wrapper .form-textarea textarea:-ms-input-placeholder {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .contact-page-wrapper .form-textarea textarea::placeholder {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .contact-page-wrapper .form-textarea textarea:hover, .contact-page-wrapper .form-textarea textarea:focus, .contact-page-wrapper .form-textarea textarea:active {
      outline: 0;
      box-shadow: none; }
  .contact-page-wrapper .wrapper-form-creneau .form-textarea textarea {
    min-height: 85px; }
  .contact-page-wrapper .wrapper-form-creneau > div:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .contact-page-wrapper .encart-form {
      padding: 34px 61px; } }
  .contact-page-wrapper .encart-form .number-contact {
    text-align: center; }
    .contact-page-wrapper .encart-form .number-contact a {
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 19px;
      color: #000000; }
  .contact-page-wrapper .encart-form .dispo-contact {
    text-align: center; }
    .contact-page-wrapper .encart-form .dispo-contact p {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 11px;
      color: rgba(0, 0, 0, 0.6);
      margin-bottom: 0; }
  .contact-page-wrapper .encart-form .creneau-action {
    text-align: center; }
    .contact-page-wrapper .encart-form .creneau-action button {
      max-width: initial;
      padding: 12px 15px; }
  .contact-page-wrapper .encart-form .form-group .indications {
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
    width: auto; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .contact-page-wrapper .multiple-encart-form {
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 991.98px) {
    .contact-page-wrapper .multiple-encart-form {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .contact-page-wrapper .multiple-encart-form .encart-form {
      width: 50%; } }
  .contact-page-wrapper .multiple-encart-form .encart-form .bigger-marginbottom {
    margin-bottom: 22px; }
  @media (min-width: 992px) {
    .contact-page-wrapper .multiple-encart-form .encart-form:first-child {
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .contact-page-wrapper .multiple-encart-form .encart-form:first-child {
      max-height: 171px;
      margin-right: 25px; } }
  @media (max-width: 767.98px) {
    .contact-page-wrapper .multiple-encart-form .encart-form:first-child {
      margin-bottom: 30px; } }
  .contact-page-wrapper .form-semainier {
    padding-top: 18px; }
    .contact-page-wrapper .form-semainier > span {
      display: block;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      line-height: 1.2307692308;
      margin-bottom: 20px; }
  .contact-page-wrapper .wrapper-form-mail > div:last-child {
    margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .contact-page-wrapper .validation-wrapper {
      padding-top: 17px; } }
  .contact-page-wrapper .validation-wrapper > .g-recaptcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 50px; }
  .contact-page-wrapper .validation-wrapper button[type=submit] {
    display: block;
    margin: 0 auto; }
  .contact-page-wrapper ~ .data-management {
    margin-bottom: 70px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .contact-page-wrapper ~ .data-management {
        margin-bottom: 129px; } }
  .contact-page-wrapper .erreur-validation {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    color: #DC0C22;
    line-height: 1.2307692308; }

@media (max-width: 991.98px) {
  .mon-compte-content #goBack.with-margin-top {
    margin-top: 10px;
    margin-bottom: 0; } }

.detail-commande-page-wrapper {
  margin-bottom: 120px; }
  .detail-commande-page-wrapper .recapitulatif-wrapper .choice-basket:first-child {
    border-top: none; }
  @media (max-width: 991.98px) {
    .detail-commande-page-wrapper {
      margin-bottom: 105px; } }
  .detail-commande-page-wrapper .detail-commande-wrapper {
    padding-left: 15px; }
    @media (max-width: 991.98px) {
      .detail-commande-page-wrapper .detail-commande-wrapper {
        padding-left: 0; } }
    .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket {
      padding: 10px 0;
      margin: 0;
      -ms-flex-align: center;
          align-items: center; }
      @media (max-width: 991.98px) {
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket {
          margin: 0; } }
      @media (max-width: 767.98px) {
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket > div:nth-child(1) {
          -ms-flex-order: 1;
              order: 1; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket > div:nth-child(2) {
          -ms-flex-order: 3;
              order: 3; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket > div:nth-child(3) {
          -ms-flex-order: 2;
              order: 2; } }
      .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .first-column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media (max-width: 767.98px) {
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .first-column {
            -ms-flex-align: start;
                align-items: start; } }
      .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .second-column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        @media (max-width: 767.98px) {
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .second-column {
            margin-top: 20px;
            margin-bottom: 10px; } }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .second-column .btn.dropdown-toggle:after {
          background: none; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .second-column div:last-child {
          margin-right: 40px; }
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .second-column div:last-child .filter-option,
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .second-column div:last-child .filter-option div:last-child {
            margin-right: 0; }
          @media (max-width: 991.98px) {
            .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .second-column div:last-child {
              margin-right: 0; } }
      .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .preview-img-product {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        height: 90px;
        width: 90px;
        min-width: 90px;
        margin-right: 30px;
        background-color: #F3F0EE; }
        @media (max-width: 991.98px) {
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .preview-img-product {
            margin-right: 10px; } }
        @media (max-width: 767.98px) {
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .preview-img-product {
            height: 80px;
            width: 80px;
            min-width: 80px; } }
      .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product {
        display: block; }
        @media (max-width: 767.98px) {
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product {
            margin: auto 0; } }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product.no-indicator span {
          display: none; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product a {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.3125;
          color: #000000; }
          @media (max-width: 767.98px) {
            .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product a {
              display: block;
              margin-bottom: 5px; } }
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product a span:not(.menu-semaine) {
            display: inline-block;
            font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 12px;
            font-size: 0.75rem;
            transform: translateY(-1px); }
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product a .menu-semaine {
            font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product > span {
          display: block;
          font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 12px;
          font-size: 0.75rem; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product button {
          position: relative;
          border: none;
          background-color: transparent;
          outline: 0;
          width: 10px;
          height: 10px; }
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product button.collapsed .has-chevron:before {
            transform: rotate(0); }
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .desc-product button .has-chevron:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center center;
            background-size: contain;
            width: 10px;
            height: 10px;
            line-height: 1.2307692308;
            transform: rotate(180deg);
            transition: all .2s ease; }
      .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .number-article-panier {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        margin-right: 50px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background-color: #F3F0EE; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .number-article-panier > span {
          font-size: 18px;
          color: #AB4315;
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        @media (max-width: 991.98px) {
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .number-article-panier {
            margin-right: 40px; } }
        @media (max-width: 767.98px) {
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .number-article-panier {
            position: absolute;
            left: 16px; } }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .number-article-panier.no-panier > * {
          display: none; }
      .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .ticket-resto {
        width: 30px;
        margin-right: 15px; }
        @media (max-width: 767.98px) {
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .ticket-resto {
            margin-right: 30px; } }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .ticket-resto.no-ticket-resto > * {
          display: none; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .ticket-resto img {
          width: 100%; }
      .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .price {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
        margin-right: 30px;
        width: 130px; }
        @media (max-width: 991.98px) {
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .price {
            width: 100px; } }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .price.no-old-price .old-price {
          display: none; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .price span {
          display: block;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1;
          color: #AB4315; }
          @media (max-width: 991.98px) {
            .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .price span {
              font-size: 1rem; } }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .price span.old-price {
          margin-right: 6px;
          display: block;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1;
          text-decoration: line-through;
          padding-bottom: 1px; }
          .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .price span.old-price span {
            text-decoration: line-through;
            margin-right: 0; }
      .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .delete-product button {
        border: none;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        width: 12px;
        padding-top: 4px; }
        .detail-commande-page-wrapper .detail-commande-wrapper .choice-basket .delete-product button svg {
          vertical-align: initial; }
  .detail-commande-page-wrapper .wrapper-privileges {
    margin-right: 16px; }
  .detail-commande-page-wrapper .encart-total-achats {
    margin-right: 16px; }
    @media (max-width: 991.98px) {
      .detail-commande-page-wrapper .encart-total-achats {
        margin-right: 0; } }
    .detail-commande-page-wrapper .encart-total-achats.no-margin {
      margin-right: 0; }
    .detail-commande-page-wrapper .encart-total-achats > div:last-child {
      padding-bottom: 0; }
    .detail-commande-page-wrapper .encart-total-achats > div:nth-last-child(2) {
      border-bottom: 1px solid #ccc; }
    .detail-commande-page-wrapper .encart-total-achats .total-achats {
      border-bottom: none;
      margin-top: 25px; }
      .detail-commande-page-wrapper .encart-total-achats .total-achats .total-prix {
        margin-top: 7px; }
        .detail-commande-page-wrapper .encart-total-achats .total-achats .total-prix p {
          font-size: 14px; }
          @media (max-width: 767.98px) {
            .detail-commande-page-wrapper .encart-total-achats .total-achats .total-prix p {
              max-width: 200px; } }
        .detail-commande-page-wrapper .encart-total-achats .total-achats .total-prix.hors-frais p {
          font-size: 11px; }
    .detail-commande-page-wrapper .encart-total-achats .total-action {
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-top: 15px; }
  .detail-commande-page-wrapper .tarifs-applicable {
    max-width: 100%;
    width: calc(100% - 16px);
    margin-top: 50px; }
    @media (max-width: 767.98px) {
      .detail-commande-page-wrapper .tarifs-applicable {
        margin: 30px 0; } }
    .detail-commande-page-wrapper .tarifs-applicable p {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 9px;
      color: #5D5D5D;
      margin: 0; }
  .detail-commande-page-wrapper .entete-info-commande {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 25px; }
    @media (max-width: 991.98px) {
      .detail-commande-page-wrapper .entete-info-commande {
        margin-top: 20px; } }
    @media (max-width: 767.98px) {
      .detail-commande-page-wrapper .entete-info-commande {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px; } }
    .detail-commande-page-wrapper .entete-info-commande .action-facture {
      margin-right: 40px; }
      @media (max-width: 991.98px) {
        .detail-commande-page-wrapper .entete-info-commande .action-facture {
          margin-right: 0; } }
      @media (max-width: 767.98px) {
        .detail-commande-page-wrapper .entete-info-commande .action-facture {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: end;
              justify-content: flex-end;
          width: 100%;
          margin-top: 20px; } }
    .detail-commande-page-wrapper .entete-info-commande .info-commande p {
      margin-bottom: 0;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      line-height: 1.1666666667;
      color: #000000; }
      @media (max-width: 767.98px) {
        .detail-commande-page-wrapper .entete-info-commande .info-commande p {
          font-size: 14px;
          line-height: 1.2857142857; } }
    .detail-commande-page-wrapper .entete-info-commande .info-commande span {
      display: block;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 17px;
      line-height: 1.2142857143;
      color: #000000;
      padding-top: 15px; }
      .detail-commande-page-wrapper .entete-info-commande .info-commande span.max-930 {
        max-width: 930px; }
      @media (max-width: 767.98px) {
        .detail-commande-page-wrapper .entete-info-commande .info-commande span {
          font-size: 12px;
          line-height: 1.25; } }
    .detail-commande-page-wrapper .entete-info-commande .thiriet-btn-primary, .detail-commande-page-wrapper .entete-info-commande .presse-mediation-page-wrapper.obligationlegale .generic-content .btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .detail-commande-page-wrapper .entete-info-commande .btn {
      padding: 10px 15px; }
      @media (max-width: 767.98px) {
        .detail-commande-page-wrapper .entete-info-commande .thiriet-btn-primary, .detail-commande-page-wrapper .entete-info-commande .presse-mediation-page-wrapper.obligationlegale .generic-content .btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .detail-commande-page-wrapper .entete-info-commande .btn {
          max-width: initial; } }
    .detail-commande-page-wrapper .entete-info-commande .picto-imprimante {
      display: inline-block;
      margin-left: 40px; }
      @media (max-width: 991.98px) {
        .detail-commande-page-wrapper .entete-info-commande .picto-imprimante {
          margin-left: 37px; } }
  .detail-commande-page-wrapper .total-achats-informations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 28px; }
    @media (max-width: 767.98px) {
      .detail-commande-page-wrapper .total-achats-informations {
        margin-top: 20px; } }
    .detail-commande-page-wrapper .total-achats-informations > p {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      color: #000000;
      max-width: 325px;
      margin-bottom: 0; }
      @media (max-width: 767.98px) {
        .detail-commande-page-wrapper .total-achats-informations > p {
          -ms-flex-order: 2;
              order: 2;
          margin-top: 10px; } }
    @media (max-width: 767.98px) {
      .detail-commande-page-wrapper .total-achats-informations .action-total-achats {
        width: 100%;
        -ms-flex-order: 1;
            order: 1; } }
    .detail-commande-page-wrapper .total-achats-informations .action-total-achats a {
      padding: 12px;
      width: 265px; }
      @media (max-width: 767.98px) {
        .detail-commande-page-wrapper .total-achats-informations .action-total-achats a {
          width: 100%;
          max-width: initial; } }
    @media (max-width: 767.98px) {
      .detail-commande-page-wrapper .total-achats-informations .tarifs-applicable {
        -ms-flex-order: 3;
            order: 3;
        margin-bottom: 0; } }

.desinscription-page-wrapper {
  margin-bottom: 60px;
  padding-top: 52px; }
  .desinscription-page-wrapper .thiriet-sentence {
    font-size: 48px;
    line-height: 0.8333333333; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .desinscription-page-wrapper .thiriet-sentence {
        margin-bottom: 70px;
        font-size: 54px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .desinscription-page-wrapper .thiriet-sentence {
        margin-bottom: 40px;
        padding-left: 0;
        padding-right: 55px;
        font-size: 54px;
        line-height: 0.8888888889; } }
    @media (min-width: 390px) and (max-width: 500px) {
      .desinscription-page-wrapper .thiriet-sentence {
        padding-right: 100px; } }
  .desinscription-page-wrapper .encart-form {
    padding-top: 26px; }
    .desinscription-page-wrapper .encart-form .deposit {
      margin-bottom: 22px; }
    .desinscription-page-wrapper .encart-form .checkbox-group .custom-control:not(:last-child) {
      margin-bottom: 18px; }
    .desinscription-page-wrapper .encart-form .submit-form {
      margin-top: 30px;
      padding: 10px 36px;
      min-width: auto; }

.savoir-plus-page-wrapper {
  margin-bottom: 50px;
  padding-top: 10px; }
  @media (max-width: 767.98px) {
    .savoir-plus-page-wrapper {
      padding-top: 30px; } }
  .savoir-plus-page-wrapper .thiriet-sentence {
    margin-bottom: 15px;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .savoir-plus-page-wrapper .thiriet-sentence {
        font-size: 54px; } }
    @media (max-width: 767.98px) {
      .savoir-plus-page-wrapper .thiriet-sentence {
        font-size: 46px; } }
    .savoir-plus-page-wrapper .thiriet-sentence sup {
      top: -22px;
      font-size: 8px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (max-width: 767.98px) {
        .savoir-plus-page-wrapper .thiriet-sentence sup {
          top: -15px; } }
  .savoir-plus-page-wrapper .baseline {
    margin-bottom: 0;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    text-align: center; }
  .savoir-plus-page-wrapper .lexique .lexique-element p {
    margin-bottom: 2px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4); }
    .savoir-plus-page-wrapper .lexique .lexique-element p > span {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px; }
  .savoir-plus-page-wrapper .lexique .lexique-element a {
    color: inherit;
    text-decoration: underline;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.knowmore-main-content {
  margin-bottom: 100px;
  padding-top: 120px; }
  @media (max-width: 767.98px) {
    .knowmore-main-content {
      padding-top: 40px; } }
  .knowmore-main-content .column-head {
    padding-right: 20px; }
    @media (max-width: 767.98px) {
      .knowmore-main-content .column-head {
        padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .knowmore-main-content .first-col {
      margin-bottom: 130px; } }
  @media (max-width: 767.98px) {
    .knowmore-main-content .first-col {
      margin-bottom: 50px; } }
  .knowmore-main-content .first-col .column-head .title:after {
    content: '';
    position: absolute;
    left: 0;
    top: -88px;
    width: 165px;
    height: 78px;
    background: url(../image/svg/savoir-plus/livrer.svg) no-repeat;
    background-size: contain; }
    @media (max-width: 991.98px) {
      .knowmore-main-content .first-col .column-head .title:after {
        top: -95px;
        right: auto;
        left: 0;
        bottom: auto; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .knowmore-main-content .second-col {
      margin-bottom: 130px; } }
  @media (max-width: 767.98px) {
    .knowmore-main-content .second-col {
      margin-bottom: 50px; } }
  .knowmore-main-content .second-col .column-head .title:after {
    content: '';
    position: absolute;
    left: 0;
    top: -68px;
    width: 196px;
    height: 58px;
    background: url(../image/svg/savoir-plus/courses.svg) no-repeat;
    background-size: contain; }
    @media (max-width: 991.98px) {
      .knowmore-main-content .second-col .column-head .title:after {
        top: -75px;
        right: auto;
        left: 0;
        bottom: auto; } }
  .knowmore-main-content .third-col .column-head .title:after {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    width: 120px;
    height: 70px;
    background: url(../image/pages/savoir-plus/ruban.png) no-repeat;
    background-size: contain; }
    @media (max-width: 991.98px) {
      .knowmore-main-content .third-col .column-head .title:after {
        top: -75px;
        right: auto;
        left: 0;
        bottom: auto; } }
  .knowmore-main-content .column-head {
    margin-bottom: 30px; }
    .knowmore-main-content .column-head .title {
      display: inline-block;
      position: relative;
      margin-bottom: 20px;
      font-size: 19px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-transform: uppercase; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .knowmore-main-content .column-head .title {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .knowmore-main-content .column-head .title {
          margin-top: 100px; } }
    .knowmore-main-content .column-head .sub-text {
      position: relative;
      margin-bottom: 20px;
      padding-left: 34px;
      font-size: 13px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .knowmore-main-content .column-head .sub-text:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 27px;
        height: 27px;
        background: url(../image/svg/footer/footer-reassurance2.svg) no-repeat;
        background-size: contain; }
    .knowmore-main-content .column-head > p {
      margin-bottom: 0;
      min-height: 117px;
      font-size: 13px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      @media (max-width: 767.98px) {
        .knowmore-main-content .column-head > p {
          min-height: 0; } }
  .knowmore-main-content .column-body {
    margin-bottom: 40px;
    padding: 0 26px;
    background-color: #fff; }
    .knowmore-main-content .column-body sup {
      font-size: 69%;
      left: 0;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .knowmore-main-content .column-body span.bold {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .knowmore-main-content .column-body > div {
      min-height: 265px;
      padding: 32px 0; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .knowmore-main-content .column-body > div {
          min-height: 290px; }
          .knowmore-main-content .column-body > div.consigne-surgelee {
            min-height: 341px; } }
      .knowmore-main-content .column-body > div:first-child {
        min-height: 322px; }
      .knowmore-main-content .column-body > div:last-child {
        min-height: 379px; }
      .knowmore-main-content .column-body > div:not(:last-child) {
        border-bottom: 1px solid #D3D3D3; }
      .knowmore-main-content .column-body > div.livraison-standard .title:before,
      .knowmore-main-content .column-body > div.livraison-standard .content li:before {
        background: #FADC98; }
      .knowmore-main-content .column-body > div.livraison-carte .title:before,
      .knowmore-main-content .column-body > div.livraison-carte .content li:before {
        background: #E28B4B; }
      .knowmore-main-content .column-body > div.livraison-express .title:before,
      .knowmore-main-content .column-body > div.livraison-express .content li:before {
        background: #E8A77E; }
      .knowmore-main-content .column-body > div.clickcollect-magasin .title:before,
      .knowmore-main-content .column-body > div.clickcollect-magasin .content li:before, .knowmore-main-content .column-body > div.consigne-surgelee .title:before,
      .knowmore-main-content .column-body > div.consigne-surgelee .content li:before {
        background: #C29878; }
    .knowmore-main-content .column-body .title {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      min-height: 41px;
      margin-bottom: 20px;
      padding-left: 26px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      text-transform: uppercase; }
      .knowmore-main-content .column-body .title:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 16px;
        height: 30px;
        background-color: #000; }
    .knowmore-main-content .column-body .content p {
      margin-bottom: 20px;
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px; }
    .knowmore-main-content .column-body .content ul {
      min-width: 225px;
      margin: 0;
      list-style-type: none;
      padding-left: 20px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .knowmore-main-content .column-body .content ul {
          min-width: 200px; } }
      @media (max-width: 991.98px) {
        .knowmore-main-content .column-body .content ul {
          min-width: auto; } }
      .knowmore-main-content .column-body .content ul li {
        position: relative;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px; }
        @media (max-width: 991.98px) {
          .knowmore-main-content .column-body .content ul li {
            font-size: 12px; } }
        .knowmore-main-content .column-body .content ul li > span {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        .knowmore-main-content .column-body .content ul li:before {
          content: '';
          position: absolute;
          top: 7px;
          left: -16px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #000; }
  .knowmore-main-content .column-button .btn {
    padding: 10px 30px;
    width: 215px; }

.fiche-etablissement-wrapper {
  padding-top: 10px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .fiche-etablissement-wrapper {
      padding-top: 30px; } }
  @media (max-width: 767.98px) {
    .fiche-etablissement-wrapper {
      padding-top: 0; } }

.fiche-etablissement-wrapper.fiche-centre #shopInformations:before {
  content: '';
  position: absolute;
  left: -290px;
  width: 278px;
  height: 146px;
  background: url(../image/svg/services/illu_livreur.svg) no-repeat;
  background-size: contain; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .fiche-etablissement-wrapper.fiche-centre #shopInformations:before {
      left: -244px;
      width: 225px;
      height: 119px; } }
  @media (max-width: 991.98px) {
    .fiche-etablissement-wrapper.fiche-centre #shopInformations:before {
      display: none; } }

.fiche-etablissement-wrapper.fiche-centre #shopInformations .wrapper-horaires .horaires .hours {
  width: 150px; }

#shopInformations {
  position: relative; }
  #shopInformations:before {
    content: '';
    position: absolute;
    left: -290px;
    width: 278px;
    height: 146px;
    background: url(../image/svg/fiche-etablissement/illu-etablissement.svg) no-repeat;
    background-size: contain; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      #shopInformations:before {
        left: -244px;
        width: 225px;
        height: 119px; } }
    @media (max-width: 991.98px) {
      #shopInformations:before {
        display: none; } }
  #shopInformations .shop-topbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 22px 32px;
    background-color: #000000; }
    @media (min-width: 768px) and (max-width: 1239.98px) {
      #shopInformations .shop-topbar {
        padding: 17px 27px 16px; } }
    @media (max-width: 767.98px) {
      #shopInformations .shop-topbar {
        display: block;
        padding-bottom: 20px;
        text-align: center; } }
    @media (max-width: 575.98px) {
      #shopInformations .shop-topbar {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 40px;
        padding-right: 40px; } }
    #shopInformations .shop-topbar h1 {
      margin-right: 28px;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      text-transform: uppercase;
      line-height: 1;
      color: #fff; }
      @media (max-width: 767.98px) {
        #shopInformations .shop-topbar h1 {
          margin-right: 0;
          margin-bottom: 12px;
          line-height: 1.2222222222; } }
    #shopInformations .shop-topbar a {
      text-decoration: underline;
      font-size: 12px;
      color: #fff; }
      #shopInformations .shop-topbar a:hover, #shopInformations .shop-topbar a:focus, #shopInformations .shop-topbar a:active {
        opacity: .8; }
      @media (min-width: 768px) and (max-width: 1239.98px) {
        #shopInformations .shop-topbar a {
          font-size: 13px; } }
  #shopInformations .shop-body {
    padding: 40px 0 20px;
    margin-bottom: 55px;
    background-color: #fff; }
    @media (min-width: 768px) and (max-width: 1239.98px) {
      #shopInformations .shop-body {
        margin-bottom: 50px; } }
    @media (max-width: 767.98px) {
      #shopInformations .shop-body {
        margin-bottom: 0;
        padding: 35px 0 32px;
        background-color: transparent; } }
    #shopInformations .shop-body > .row [class^="col-"]:first-child {
      border-right: .5px solid #D9D9D9; }
      @media (max-width: 767.98px) {
        #shopInformations .shop-body > .row [class^="col-"]:first-child {
          border: none;
          border-bottom: .5px solid #D9D9D9; } }
    #shopInformations .shop-body .wrapper-details {
      display: -ms-flexbox;
      display: flex;
      padding-right: 25px;
      padding-left: 33px; }
      @media (min-width: 768px) and (max-width: 1239.98px) {
        #shopInformations .shop-body .wrapper-details {
          padding-right: 25px;
          padding-left: 27px; }
          #shopInformations .shop-body .wrapper-details img {
            max-width: 80px; } }
      @media (max-width: 767.98px) {
        #shopInformations .shop-body .wrapper-details {
          padding: 0 0 28px; }
          #shopInformations .shop-body .wrapper-details img {
            max-width: 80px; } }
    #shopInformations .shop-body .shop-address {
      padding-left: 50px; }
      @media (max-width: 1239.98px) {
        #shopInformations .shop-body .shop-address {
          padding-left: 15px; } }
      #shopInformations .shop-body .shop-address ul {
        margin: 0;
        padding: 0; }
      #shopInformations .shop-body .shop-address li {
        display: block;
        font-size: 15px;
        line-height: 1.5333333333; }
        @media (max-width: 325px) {
          #shopInformations .shop-body .shop-address li {
            font-size: 13px; } }
      #shopInformations .shop-body .shop-address li.bold {
        font-size: 16px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        @media (max-width: 325px) {
          #shopInformations .shop-body .shop-address li.bold {
            font-size: 15px; } }
      #shopInformations .shop-body .shop-address li a {
        text-decoration: underline;
        word-break: break-word; }
    #shopInformations .shop-body .wrapper-horaires {
      margin-bottom: 24px;
      padding-right: 40px;
      padding-left: 45px;
      padding-top: 0; }
      @media (min-width: 768px) and (max-width: 1239.98px) {
        #shopInformations .shop-body .wrapper-horaires {
          padding-right: 23px;
          padding-left: 35px; } }
      @media (max-width: 767.98px) {
        #shopInformations .shop-body .wrapper-horaires {
          padding: 28px 0 0; } }
      @media (max-width: 1239.98px) {
        #shopInformations .shop-body .wrapper-horaires .horaires > div {
          display: block; } }
      #shopInformations .shop-body .wrapper-horaires .horaires > div:not(:last-child) {
        margin-bottom: 12px; }
        @media (max-width: 767.98px) {
          #shopInformations .shop-body .wrapper-horaires .horaires > div:not(:last-child) {
            margin-bottom: 8px; } }
      @media (max-width: 1239.98px) {
        #shopInformations .shop-body .wrapper-horaires .horaires .hours {
          display: block;
          width: auto;
          text-align: left; } }
      #shopInformations .shop-body .wrapper-horaires .temporarily-closed {
        padding-right: 40px;
        padding-left: 45px;
        font-size: 16px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #D70620; }
        @media (min-width: 768px) and (max-width: 1239.98px) {
          #shopInformations .shop-body .wrapper-horaires .temporarily-closed {
            padding-right: 23px;
            padding-left: 35px; } }
        @media (max-width: 991.98px) {
          #shopInformations .shop-body .wrapper-horaires .temporarily-closed {
            font-size: 14px; } }
        @media (max-width: 767.98px) {
          #shopInformations .shop-body .wrapper-horaires .temporarily-closed {
            padding: 0; } }
    #shopInformations .shop-body .bottom {
      margin-top: 65px;
      padding-left: 33px;
      padding-right: 33px;
      font-size: 11px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: rgba(0, 0, 0, 0.4); }
      @media (min-width: 768px) and (max-width: 1239.98px) {
        #shopInformations .shop-body .bottom {
          margin-top: 60px;
          font-size: 10px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #shopInformations .shop-body .bottom {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (max-width: 767.98px) {
        #shopInformations .shop-body .bottom {
          margin-top: 0;
          padding: 30px 0 0;
          text-align: center; } }
  #shopInformations #continueButton {
    margin-bottom: 75px;
    padding: 13px 40px; }
    @media (max-width: 767.98px) {
      #shopInformations #continueButton {
        max-width: 100%;
        margin-bottom: 50px; } }

.publication-transverse-wrapper {
  margin-bottom: 75px;
  padding-top: 10px; }
  @media (max-width: 991.98px) {
    .publication-transverse-wrapper {
      padding-top: 40px; } }
  .publication-transverse-wrapper h1 {
    margin-bottom: 36px; }
    @media (max-width: 767.98px) {
      .publication-transverse-wrapper h1 {
        font-size: 45px;
        margin-bottom: 30px; } }
  .publication-transverse-wrapper .paragraphe {
    background-color: #fff;
    padding: 30px 30px 40px;
    font-size: 13px; }
    @media (max-width: 767.98px) {
      .publication-transverse-wrapper .paragraphe {
        padding-left: 24px;
        padding-right: 24px; } }
    .publication-transverse-wrapper .paragraphe h2 {
      font-size: 52px; }
    .publication-transverse-wrapper .paragraphe h3 {
      font-size: 18px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      margin-bottom: .5em; }
    .publication-transverse-wrapper .paragraphe h4 {
      font-size: 15px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      margin-bottom: .5em; }
    .publication-transverse-wrapper .paragraphe a {
      text-decoration: underline; }
    .publication-transverse-wrapper .paragraphe .checkbox-group {
      margin-bottom: 70px; }
      @media (max-width: 767.98px) {
        .publication-transverse-wrapper .paragraphe .checkbox-group {
          margin-bottom: 55px; } }
      .publication-transverse-wrapper .paragraphe .checkbox-group .custom-control {
        margin-bottom: 25px; }
      .publication-transverse-wrapper .paragraphe .checkbox-group .custom-control-label {
        margin-bottom: 5px;
        font-size: 18px;
        color: #000000; }
        @media (max-width: 767.98px) {
          .publication-transverse-wrapper .paragraphe .checkbox-group .custom-control-label {
            font-size: 16px; } }
      .publication-transverse-wrapper .paragraphe .checkbox-group .custom-control-label:after,
      .publication-transverse-wrapper .paragraphe .checkbox-group .custom-control-label:before {
        top: 6px; }
      .publication-transverse-wrapper .paragraphe .checkbox-group .custom-control-label:after {
        left: -23px; }
        @media (max-width: 767.98px) {
          .publication-transverse-wrapper .paragraphe .checkbox-group .custom-control-label:after {
            left: -24px; } }
      .publication-transverse-wrapper .paragraphe .checkbox-group .explications {
        font-size: 13px; }
    .publication-transverse-wrapper .paragraphe .validation {
      margin-bottom: 22px; }
      @media (max-width: 767.98px) {
        .publication-transverse-wrapper .paragraphe .validation {
          margin: 0 -20px 22px; }
          .publication-transverse-wrapper .paragraphe .validation .btn {
            max-width: 100%; } }
      @media (max-width: 325px) {
        .publication-transverse-wrapper .paragraphe .validation {
          margin: 0 -12px 22px; }
          .publication-transverse-wrapper .paragraphe .validation .btn {
            font-size: 16px; } }
    .publication-transverse-wrapper .paragraphe .cookies-convention a {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      text-decoration: none; }
      .publication-transverse-wrapper .paragraphe .cookies-convention a:hover, .publication-transverse-wrapper .paragraphe .cookies-convention a:focus, .publication-transverse-wrapper .paragraphe .cookies-convention a:active {
        text-decoration: underline; }

.page-corpo-wrapper {
  margin-bottom: 125px;
  padding-top: 50px; }
  .page-corpo-wrapper h1 {
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 29px;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .page-corpo-wrapper h1 {
        font-size: 17px; } }
  .page-corpo-wrapper .row {
    position: relative; }
    .page-corpo-wrapper .row .hidden-anchor {
      position: absolute;
      top: -110px;
      left: 0;
      visibility: hidden; }
    @media (max-width: 767.98px) {
      .page-corpo-wrapper .row:not(.no-gutters) > [class*=col-].small-pr {
        padding-right: 5px; } }
    @media (max-width: 767.98px) {
      .page-corpo-wrapper .row:not(.no-gutters) > [class*=col-].small-pl {
        padding-left: 5px; } }
  .page-corpo-wrapper .row > div {
    padding-bottom: 25px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-corpo-wrapper .row > div.reduce-lg-83,
      .page-corpo-wrapper .row > div .hover-switch.reduce-lg-83 {
        max-height: 283px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-lg-80,
      .page-corpo-wrapper .row > div .hover-switch.reduce-lg-80 {
        max-height: 280px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-lg-61,
      .page-corpo-wrapper .row > div .hover-switch.reduce-lg-61 {
        max-height: 261px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-lg-83 {
        max-height: 283px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-lg-59,
      .page-corpo-wrapper .row > div .hover-switch.reduce-lg-59 {
        max-height: 259px;
        overflow: hidden; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-corpo-wrapper .row > div.reduce-md-88 {
        max-height: 288px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-md-80 {
        max-height: 280px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-md-78 {
        max-height: 278px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-md-79 {
        max-height: 279px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-md-45,
      .page-corpo-wrapper .row > div .hover-switch.reduce-md-45 {
        max-height: 245px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-md-44,
      .page-corpo-wrapper .row > div .hover-switch.reduce-md-44 {
        max-height: 244px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-md-58,
      .page-corpo-wrapper .row > div .hover-switch.reduce-md-58 {
        max-height: 258px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-md-59,
      .page-corpo-wrapper .row > div .hover-switch.reduce-md-59 {
        max-height: 259px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-md-62,
      .page-corpo-wrapper .row > div .hover-switch.reduce-md-62 {
        max-height: 262px;
        overflow: hidden; }
      .page-corpo-wrapper .row > div.reduce-md-330,
      .page-corpo-wrapper .row > div .hover-switch.reduce-md-330 {
        max-height: 330px;
        overflow: hidden; } }
    @media (max-width: 767.98px) {
      .page-corpo-wrapper .row > div {
        padding-bottom: 10px; } }
    .page-corpo-wrapper .row > div img {
      display: block;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        .page-corpo-wrapper .row > div img {
          width: 100%; } }
  .page-corpo-wrapper .hover-switch {
    position: relative;
    overflow: hidden; }
    .page-corpo-wrapper .hover-switch.volet:hover img:last-child {
      top: 0; }
    .page-corpo-wrapper .hover-switch.volet img:last-child {
      top: -100%; }
    .page-corpo-wrapper .hover-switch.simple-anim:hover .img-hover {
      opacity: 1; }
    .page-corpo-wrapper .hover-switch.simple-anim .img-hover {
      opacity: 0; }
    .page-corpo-wrapper .hover-switch .link-on-img-custom {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all .3s ease-in-out; }
      .page-corpo-wrapper .hover-switch .link-on-img-custom.active {
        display: block; }
      .page-corpo-wrapper .hover-switch .link-on-img-custom .close {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 12px;
        height: 17px;
        z-index: 10; }
    .page-corpo-wrapper .hover-switch .img-hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all .3s ease-in-out; }

.opdrools-wrapper #productData {
  margin-bottom: 35px;
  padding-bottom: 0; }
  .opdrools-wrapper #productData .product-data-columns {
    margin-bottom: 0; }

.opdrools-wrapper #productData .opdrools-infos .product-details {
  padding-right: 25px; }

.opdrools-wrapper .opdrools-infos .product-title:after {
  display: none; }

.opdrools-wrapper .opdrools-infos .product-title > span {
  font-family: "grand_aventureregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 32px;
  text-transform: none;
  color: #CDA68B;
  line-height: 0.9; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .opdrools-wrapper .opdrools-infos .product-title > span {
      display: block; } }
  @media (max-width: 767.98px) {
    .opdrools-wrapper .opdrools-infos .product-title > span {
      font-size: 26px;
      padding-left: 5px; } }

@media (max-width: 767.98px) {
  .opdrools-wrapper .opdrools-infos .second-part-detail {
    padding-right: 50px; }
  .opdrools-wrapper .opdrools-infos .price {
    margin-bottom: 3px; } }

.opdrools-wrapper .product-list-intro {
  margin-bottom: 26px; }
  .opdrools-wrapper .product-list-intro p {
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 767.98px) {
      .opdrools-wrapper .product-list-intro p {
        font-size: 13px; } }
  .opdrools-wrapper .product-list-intro p:not(:last-child) {
    margin-bottom: 3px; }

.opdrools-wrapper .product-list {
  margin-bottom: 110px; }

.kiosque-wrapper {
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .kiosque-wrapper {
      padding-bottom: 20px; } }
  .kiosque-wrapper .kiosque-head {
    margin-bottom: 60px;
    padding-top: 17px; }
    @media (max-width: 767.98px) {
      .kiosque-wrapper .kiosque-head {
        margin-bottom: 40px;
        padding-top: 30px; } }
    .kiosque-wrapper .kiosque-head.catalogues {
      margin-right: 85px;
      margin-left: 85px;
      margin-bottom: 42px;
      padding-top: 0; }
      @media (max-width: 991.98px) {
        .kiosque-wrapper .kiosque-head.catalogues {
          margin-left: 25px;
          margin-right: 25px;
          margin-bottom: 32px; } }
      @media (max-width: 767.98px) {
        .kiosque-wrapper .kiosque-head.catalogues {
          margin-left: 0;
          margin-right: 0; } }
    .kiosque-wrapper .kiosque-head.menus-bonheur {
      position: relative;
      margin-bottom: 36px;
      padding-top: 25px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .kiosque-wrapper .kiosque-head.menus-bonheur {
          padding-top: 58px; } }
      @media (max-width: 767.98px) {
        .kiosque-wrapper .kiosque-head.menus-bonheur {
          padding-top: 90px; } }
      .kiosque-wrapper .kiosque-head.menus-bonheur .back-button, .kiosque-wrapper .kiosque-head.menus-bonheur .menus-bonheur-content .article-navigation > a, .menus-bonheur-content .kiosque-wrapper .kiosque-head.menus-bonheur .article-navigation > a {
        position: absolute;
        top: 32px;
        left: 0; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .kiosque-wrapper .kiosque-head.menus-bonheur .back-button, .kiosque-wrapper .kiosque-head.menus-bonheur .menus-bonheur-content .article-navigation > a, .menus-bonheur-content .kiosque-wrapper .kiosque-head.menus-bonheur .article-navigation > a {
            top: 12px; } }
        @media (max-width: 767.98px) {
          .kiosque-wrapper .kiosque-head.menus-bonheur .back-button, .kiosque-wrapper .kiosque-head.menus-bonheur .menus-bonheur-content .article-navigation > a, .menus-bonheur-content .kiosque-wrapper .kiosque-head.menus-bonheur .article-navigation > a {
            top: 50px; } }
      .kiosque-wrapper .kiosque-head.menus-bonheur .title h1 {
        margin-bottom: 30px;
        padding: 0 25px;
        font-size: 42px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        line-height: 1.1333333333;
        text-align: center;
        letter-spacing: -1px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .kiosque-wrapper .kiosque-head.menus-bonheur .title h1 {
            padding: 0 40px; } }
        @media (max-width: 767.98px) {
          .kiosque-wrapper .kiosque-head.menus-bonheur .title h1 {
            padding: 0;
            font-size: 24px; } }
      .kiosque-wrapper .kiosque-head.menus-bonheur .nav-responsive {
        margin-bottom: 30px; }
    .kiosque-wrapper .kiosque-head .sub-showroom-sac-types {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      gap: 10px;
      margin-top: 30px; }
      .kiosque-wrapper .kiosque-head .sub-showroom-sac-types .btn {
        font-size: 14px;
        border-radius: 999vw; }
      .kiosque-wrapper .kiosque-head .sub-showroom-sac-types .thiriet-btn-primary:focus, .kiosque-wrapper .kiosque-head .sub-showroom-sac-types .presse-mediation-page-wrapper.obligationlegale .generic-content .btn:focus, .presse-mediation-page-wrapper.obligationlegale .generic-content .kiosque-wrapper .kiosque-head .sub-showroom-sac-types .btn:focus {
        background-color: #000000;
        color: #fff; }
      .kiosque-wrapper .kiosque-head .sub-showroom-sac-types .thiriet-btn-tertiary:focus {
        background-color: transparent;
        color: #000000; }
  .kiosque-wrapper .thiriet-sentence {
    margin-bottom: 20px;
    font-size: 55px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .kiosque-wrapper .thiriet-sentence {
        margin-bottom: 15px; } }
  .kiosque-wrapper .sub-title {
    text-align: center; }

.kiosque-shelves {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
  .kiosque-shelves.showroom, .product-list .kiosque-shelves.product-block.jcpo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .kiosque-shelves.showroom, .product-list .kiosque-shelves.product-block.jcpo {
        -ms-flex-pack: center;
            justify-content: center; } }
    .kiosque-shelves.showroom .bag-category, .product-list .kiosque-shelves.product-block.jcpo .bag-category {
      position: relative;
      width: 175px;
      margin-right: 41px;
      margin-bottom: 10px;
      padding: 15px 18px 6px 15px;
      text-transform: uppercase;
      background-color: #000000;
      color: #fff; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .kiosque-shelves.showroom .bag-category, .product-list .kiosque-shelves.product-block.jcpo .bag-category {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1239.98px) {
        .kiosque-shelves.showroom .bag-category, .product-list .kiosque-shelves.product-block.jcpo .bag-category {
          margin-right: 21px;
          margin-left: 20px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .kiosque-shelves.showroom .bag-category, .product-list .kiosque-shelves.product-block.jcpo .bag-category {
          width: 170px;
          margin-right: 46px;
          margin-bottom: 20px; } }
      @media (max-width: 575.98px) {
        .kiosque-shelves.showroom .bag-category, .product-list .kiosque-shelves.product-block.jcpo .bag-category {
          width: 130px;
          margin-right: 22px;
          margin-left: 22px;
          padding: 12px 12px 6px 15px; } }
      .kiosque-shelves.showroom .bag-category:before, .product-list .kiosque-shelves.product-block.jcpo .bag-category:before {
        content: '';
        position: absolute;
        top: 0;
        right: -68px;
        z-index: 0;
        bottom: -15px;
        width: 125px;
        background: url(../image/pages/kiosque/ombre-th.png) no-repeat;
        background-size: contain;
        pointer-events: none;
        height: 105%; }
        @media (max-width: 575.98px) {
          .kiosque-shelves.showroom .bag-category:before, .product-list .kiosque-shelves.product-block.jcpo .bag-category:before {
            display: none; } }
      .kiosque-shelves.showroom .bag-category img, .product-list .kiosque-shelves.product-block.jcpo .bag-category img {
        display: block;
        margin-bottom: 15px;
        max-width: 80%; }
        @media (min-width: 576px) {
          .kiosque-shelves.showroom .bag-category img, .product-list .kiosque-shelves.product-block.jcpo .bag-category img {
            margin-left: 5px; } }
      .kiosque-shelves.showroom .bag-category h2, .product-list .kiosque-shelves.product-block.jcpo .bag-category h2 {
        margin-bottom: 5px;
        padding-right: 10px;
        font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 19px;
        line-height: 1.0526315789;
        color: #fff; }
        @media (min-width: 576px) and (max-width: 767.98px) {
          .kiosque-shelves.showroom .bag-category h2, .product-list .kiosque-shelves.product-block.jcpo .bag-category h2 {
            font-size: 18px; } }
        @media (max-width: 575.98px) {
          .kiosque-shelves.showroom .bag-category h2, .product-list .kiosque-shelves.product-block.jcpo .bag-category h2 {
            font-size: 16px; } }
      .kiosque-shelves.showroom .bag-category p, .product-list .kiosque-shelves.product-block.jcpo .bag-category p {
        position: relative;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        line-height: 1.3076923077; }
        @media (min-width: 576px) and (max-width: 767.98px) {
          .kiosque-shelves.showroom .bag-category p, .product-list .kiosque-shelves.product-block.jcpo .bag-category p {
            font-size: 12px; } }
        @media (max-width: 575.98px) {
          .kiosque-shelves.showroom .bag-category p, .product-list .kiosque-shelves.product-block.jcpo .bag-category p {
            font-size: 10px; } }
    .kiosque-shelves.showroom .collection, .product-list .kiosque-shelves.product-block.jcpo .collection {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 575.98px) {
        .kiosque-shelves.showroom .collection, .product-list .kiosque-shelves.product-block.jcpo .collection {
          width: 50%;
          max-width: 184px; } }
    .kiosque-shelves.showroom .collection a, .product-list .kiosque-shelves.product-block.jcpo .collection a {
      position: relative;
      display: block;
      text-align: center; }
      .kiosque-shelves.showroom .collection a img, .product-list .kiosque-shelves.product-block.jcpo .collection a img {
        max-width: 100%;
        transition: .3s transform ease; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .kiosque-shelves.showroom .collection a img, .product-list .kiosque-shelves.product-block.jcpo .collection a img {
            max-width: 88%; } }
        @media (max-width: 767.98px) {
          .kiosque-shelves.showroom .collection a img, .product-list .kiosque-shelves.product-block.jcpo .collection a img {
            max-width: 90%; } }
      .kiosque-shelves.showroom .collection a .bag-collection, .product-list .kiosque-shelves.product-block.jcpo .collection a .bag-collection {
        position: absolute;
        bottom: -52px;
        left: 47%;
        transform: translateX(-50%);
        width: 100%;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .kiosque-shelves.showroom .collection a .bag-collection, .product-list .kiosque-shelves.product-block.jcpo .collection a .bag-collection {
            bottom: -48px; } }
        @media (max-width: 575.98px) {
          .kiosque-shelves.showroom .collection a .bag-collection, .product-list .kiosque-shelves.product-block.jcpo .collection a .bag-collection {
            bottom: -44px;
            font-size: 10px; } }
      .kiosque-shelves.showroom .collection a .btn, .product-list .kiosque-shelves.product-block.jcpo .collection a .btn {
        position: absolute;
        top: 50%;
        left: 46%;
        transform: translate(-50%, -50%);
        opacity: 0;
        font-size: 13px;
        transition: .3s opacity ease; }
      @media (min-width: 992px) {
        .kiosque-shelves.showroom .collection a:hover img, .product-list .kiosque-shelves.product-block.jcpo .collection a:hover img {
          transform: translateY(-4px); } }
      .kiosque-shelves.showroom .collection a:hover .btn, .product-list .kiosque-shelves.product-block.jcpo .collection a:hover .btn {
        opacity: 1; }
      .kiosque-shelves.showroom .collection a:not(.out-of-stock) .btn, .product-list .kiosque-shelves.product-block.jcpo .collection a:not(.out-of-stock) .btn {
        min-width: 110px; }
        .kiosque-shelves.showroom .collection a:not(.out-of-stock) .btn:hover, .product-list .kiosque-shelves.product-block.jcpo .collection a:not(.out-of-stock) .btn:hover {
          background-color: #fff;
          border-color: #000000;
          color: #000000; }
      .kiosque-shelves.showroom .collection a.out-of-stock .btn, .product-list .kiosque-shelves.product-block.jcpo .collection a.out-of-stock .btn {
        border-color: #fff;
        white-space: nowrap;
        min-width: 0; }
        .kiosque-shelves.showroom .collection a.out-of-stock .btn:hover, .product-list .kiosque-shelves.product-block.jcpo .collection a.out-of-stock .btn:hover, .kiosque-shelves.showroom .collection a.out-of-stock .btn:focus, .product-list .kiosque-shelves.product-block.jcpo .collection a.out-of-stock .btn:focus, .kiosque-shelves.showroom .collection a.out-of-stock .btn:active, .product-list .kiosque-shelves.product-block.jcpo .collection a.out-of-stock .btn:active {
          background-color: #000000;
          border-color: #fff;
          color: #fff; }
        @media (max-width: 767.98px) {
          .kiosque-shelves.showroom .collection a.out-of-stock .btn, .product-list .kiosque-shelves.product-block.jcpo .collection a.out-of-stock .btn {
            padding-left: 8px;
            padding-right: 8px; } }
      @media (max-width: 991.98px) {
        .kiosque-shelves.showroom .collection a:not(.out-of-stock) .btn, .product-list .kiosque-shelves.product-block.jcpo .collection a:not(.out-of-stock) .btn {
          display: none; } }
    .kiosque-shelves.showroom .shelf, .product-list .kiosque-shelves.product-block.jcpo .shelf {
      margin-top: -60px;
      margin-bottom: 35px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .kiosque-shelves.showroom .shelf, .product-list .kiosque-shelves.product-block.jcpo .shelf {
          margin-top: -45px; } }
      @media (max-width: 575.98px) {
        .kiosque-shelves.showroom .shelf, .product-list .kiosque-shelves.product-block.jcpo .shelf {
          margin-top: -32px;
          max-width: 352px; } }
  .kiosque-shelves.catalogues {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767.98px) {
      .kiosque-shelves.catalogues {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    .kiosque-shelves.catalogues .book {
      margin: 66px 30px 0;
      width: auto;
      border: none; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .kiosque-shelves.catalogues .book {
          margin-right: 25px;
          margin-left: 25px; } }
      @media (max-width: 767.98px) {
        .kiosque-shelves.catalogues .book {
          margin: 50px 0 0; } }
    .kiosque-shelves.catalogues .book a {
      position: relative;
      display: block;
      height: 218px;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .kiosque-shelves.catalogues .book a {
          height: 155px; } }
      @media (max-width: 767.98px) {
        .kiosque-shelves.catalogues .book a {
          height: 150px; } }
      .kiosque-shelves.catalogues .book a img {
        height: 100%;
        width: auto;
        transition: transform .2s ease; }
      @media (min-width: 992px) {
        .kiosque-shelves.catalogues .book a:hover img, .kiosque-shelves.catalogues .book a:focus img, .kiosque-shelves.catalogues .book a:active img {
          transform: scale(0.98); } }
    .kiosque-shelves.catalogues .title-catalogue, .kiosque-shelves.catalogues .subtitle-catalogue {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
    .kiosque-shelves.catalogues .title-catalogue {
      width: 170px;
      bottom: calc(100% + 18px);
      font-size: 13px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-transform: uppercase;
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        .kiosque-shelves.catalogues .title-catalogue {
          width: 150px;
          font-size: 10px; } }
    .kiosque-shelves.catalogues .subtitle-catalogue {
      top: calc(100% + 50px);
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px; }
      @media (max-width: 991.98px) {
        .kiosque-shelves.catalogues .subtitle-catalogue {
          font-size: 11px; } }
      @media (max-width: 767.98px) {
        .kiosque-shelves.catalogues .subtitle-catalogue {
          top: calc(100% + 30px); } }
      @media (min-width: 430px) and (max-width: 767.98px) {
        .kiosque-shelves.catalogues .subtitle-catalogue {
          top: calc(100% + 60px); } }
    .kiosque-shelves.catalogues .shelf {
      margin-bottom: 40px; }
    .kiosque-shelves.catalogues + .receive-catalog {
      padding-top: 10px;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .kiosque-shelves.catalogues + .receive-catalog {
          padding-top: 40px; } }
      @media (max-width: 767.98px) {
        .kiosque-shelves.catalogues + .receive-catalog {
          padding-top: 0; } }
      .kiosque-shelves.catalogues + .receive-catalog .btn {
        padding: 13px 45px;
        max-width: 100%; }
  .kiosque-shelves.videotheque {
    margin-top: -10px; }
    .kiosque-shelves.videotheque .book {
      width: 435px;
      border: none; }
      @media (max-width: 1239.98px) {
        .kiosque-shelves.videotheque .book {
          width: 300px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .kiosque-shelves.videotheque .book {
          width: 315px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
      .kiosque-shelves.videotheque .book:before {
        top: 5px;
        right: -13px; }
        @media (max-width: 1239.98px) {
          .kiosque-shelves.videotheque .book:before {
            top: 40px;
            right: -70px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .kiosque-shelves.videotheque .book:before {
            right: -50px;
            width: 104px; } }
      .kiosque-shelves.videotheque .book:hover .description-book, .kiosque-shelves.videotheque .book:focus .description-book {
        opacity: 1; }
      @media (min-width: 992px) {
        .kiosque-shelves.videotheque .book.hover-player:hover .player-icon img:first-child, .kiosque-shelves.videotheque .book.hover-player:focus .player-icon img:first-child, .kiosque-shelves.videotheque .book.hover-player:active .player-icon img:first-child {
          opacity: 0; }
        .kiosque-shelves.videotheque .book.hover-player:hover .player-icon img:last-child, .kiosque-shelves.videotheque .book.hover-player:focus .player-icon img:last-child, .kiosque-shelves.videotheque .book.hover-player:active .player-icon img:last-child {
          opacity: 1; }
        .kiosque-shelves.videotheque .book.hover-player:hover .player-icon.invert img:first-child, .kiosque-shelves.videotheque .book.hover-player:focus .player-icon.invert img:first-child, .kiosque-shelves.videotheque .book.hover-player:active .player-icon.invert img:first-child {
          opacity: 1; }
        .kiosque-shelves.videotheque .book.hover-player:hover .player-icon.invert img:last-child, .kiosque-shelves.videotheque .book.hover-player:focus .player-icon.invert img:last-child, .kiosque-shelves.videotheque .book.hover-player:active .player-icon.invert img:last-child {
          opacity: 0; } }
      .kiosque-shelves.videotheque .book.hover-player .player-icon {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 56px;
        height: 56px;
        transform: translate(-50%, -50%); }
      .kiosque-shelves.videotheque .book.hover-player .player-icon img {
        display: block;
        position: absolute;
        width: 56px;
        height: 56px;
        transition: .3s all ease; }
        .kiosque-shelves.videotheque .book.hover-player .player-icon img:first-child {
          opacity: 1; }
        .kiosque-shelves.videotheque .book.hover-player .player-icon img:last-child {
          opacity: 0; }
      .kiosque-shelves.videotheque .book.hover-player .player-icon.invert img:first-child {
        opacity: 0; }
      .kiosque-shelves.videotheque .book.hover-player .player-icon.invert img:last-child {
        opacity: 1; }
      .kiosque-shelves.videotheque .book img {
        max-width: 371px;
        margin: auto; }
      .kiosque-shelves.videotheque .book a {
        position: relative; }
      .kiosque-shelves.videotheque .book .description-book {
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 82px;
        width: 371px;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        color: #fff;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 14px 25px;
        opacity: 0;
        transition: all .2s ease;
        transform: translateX(-50%); }
        .kiosque-shelves.videotheque .book .description-book .description-video {
          max-height: 58px;
          overflow: hidden; }
        @media (max-width: 1239.98px) {
          .kiosque-shelves.videotheque .book .description-book {
            display: none; } }
  .kiosque-shelves.jcpo-kiosque {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767.98px) {
      .kiosque-shelves.jcpo-kiosque {
        -ms-flex-pack: center;
            justify-content: center; } }
    .kiosque-shelves.jcpo-kiosque .jcpo-item {
      position: relative;
      width: 300px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .kiosque-shelves.jcpo-kiosque .jcpo-item {
          width: 260px; } }
      @media (max-width: 340px) {
        .kiosque-shelves.jcpo-kiosque .jcpo-item {
          width: 260px; } }
      .kiosque-shelves.jcpo-kiosque .jcpo-item:before {
        content: '';
        position: absolute;
        top: 38px;
        right: -55px;
        z-index: -1;
        bottom: -15px;
        width: 125px;
        background: url(../image/pages/kiosque/ombre-th.png) no-repeat;
        background-size: contain;
        pointer-events: none; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .kiosque-shelves.jcpo-kiosque .jcpo-item:before {
            right: -65px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .kiosque-shelves.jcpo-kiosque .jcpo-item:before {
            top: 20px;
            right: -40px; } }
        @media (max-width: 767.98px) {
          .kiosque-shelves.jcpo-kiosque .jcpo-item:before {
            display: none; } }
      .kiosque-shelves.jcpo-kiosque .jcpo-item .title-jcpo-item {
        display: block;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 17px;
        color: #000000;
        text-align: center;
        margin-bottom: 8px;
        text-transform: uppercase; }
    .kiosque-shelves.jcpo-kiosque .jcpo-item a {
      position: relative;
      display: block;
      text-align: center; }
      .kiosque-shelves.jcpo-kiosque .jcpo-item a img {
        max-width: 100%;
        transition: .3s transform ease; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .kiosque-shelves.jcpo-kiosque .jcpo-item a img {
            max-width: 88%; } }
        @media (max-width: 767.98px) {
          .kiosque-shelves.jcpo-kiosque .jcpo-item a img {
            max-width: 90%; } }
      .kiosque-shelves.jcpo-kiosque .jcpo-item a .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        font-size: 13px;
        transition: .3s opacity ease; }
      .kiosque-shelves.jcpo-kiosque .jcpo-item a:hover .btn, .kiosque-shelves.jcpo-kiosque .jcpo-item a:focus .btn, .kiosque-shelves.jcpo-kiosque .jcpo-item a:active .btn {
        opacity: 1; }
    .kiosque-shelves.jcpo-kiosque .shelf {
      margin-top: -10px; }
  .kiosque-shelves.menus-bonheur {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .kiosque-shelves.menus-bonheur {
        -ms-flex-pack: start;
            justify-content: flex-start;
        padding: 0 20px; }
        .kiosque-shelves.menus-bonheur .shelf {
          margin-left: -20px;
          padding-right: -20px;
          width: auto; } }
    @media (max-width: 767.98px) {
      .kiosque-shelves.menus-bonheur {
        margin: 0 -12px;
        overflow-x: hidden; } }
    .kiosque-shelves.menus-bonheur .article {
      position: relative;
      width: 160px; }
      @media (min-width: 768px) {
        .kiosque-shelves.menus-bonheur .article {
          margin: 0 30px; } }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .kiosque-shelves.menus-bonheur .article {
          margin: 0 12px; } }
      @media (max-width: 346px) {
        .kiosque-shelves.menus-bonheur .article {
          width: 130px; } }
      .kiosque-shelves.menus-bonheur .article a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 100%; }
        .kiosque-shelves.menus-bonheur .article a:hover, .kiosque-shelves.menus-bonheur .article a:focus, .kiosque-shelves.menus-bonheur .article a:active {
          text-decoration: none; }
          .kiosque-shelves.menus-bonheur .article a:hover .thumbnail, .kiosque-shelves.menus-bonheur .article a:focus .thumbnail, .kiosque-shelves.menus-bonheur .article a:active .thumbnail {
            background-size: 105%; }
      .kiosque-shelves.menus-bonheur .article.highlight-item {
        padding: 24px 18px;
        background-color: #B2C965;
        color: #fff; }
        .kiosque-shelves.menus-bonheur .article.highlight-item h2, .kiosque-shelves.menus-bonheur .article.highlight-item h2 p {
          margin-bottom: 14px;
          font-size: 17px;
          font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          line-height: 1.2941176471;
          text-transform: uppercase;
          letter-spacing: -0.04em;
          word-break: break-word;
          color: #fff; }
        .kiosque-shelves.menus-bonheur .article.highlight-item p {
          font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 11px;
          font-weight: 600;
          line-height: 1.4545454545; }
      .kiosque-shelves.menus-bonheur .article:before {
        content: '';
        position: absolute;
        top: 18px;
        right: -48px;
        z-index: -1;
        bottom: -26px;
        width: 125px;
        background: url(../image/pages/kiosque/ombre-th.png) no-repeat;
        background-size: contain;
        pointer-events: none; }
        @media (max-width: 767.98px) {
          .kiosque-shelves.menus-bonheur .article:before {
            top: 18px;
            right: -43px; } }
      .kiosque-shelves.menus-bonheur .article .thumbnail {
        aspect-ratio: 161 / 117;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        transition: .3s background-size ease; }
      .kiosque-shelves.menus-bonheur .article .article-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex: 1;
            flex: 1;
        padding: 11px 18px 18px;
        background-color: #fff; }
        .kiosque-shelves.menus-bonheur .article .article-content > div:nth-child(2) {
          text-align: center; }
      .kiosque-shelves.menus-bonheur .article .article-number {
        display: inline-block;
        margin-bottom: 6px;
        font-family: "montserratalternatesregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 15px; }
        @media (max-width: 767.98px) {
          .kiosque-shelves.menus-bonheur .article .article-number {
            font-size: 14px; } }
      .kiosque-shelves.menus-bonheur .article .article-heading {
        margin-bottom: 10px;
        font-size: 12px;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: 600;
        height: 67px;
        overflow: hidden; }
      .kiosque-shelves.menus-bonheur .article .btn {
        min-width: auto;
        font-size: 11px; }
  .kiosque-shelves .book {
    position: relative;
    width: 160px;
    border: 1px solid #D1D1D1;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .kiosque-shelves .book {
        width: 38%; } }
    .kiosque-shelves .book a, .kiosque-shelves .book img {
      display: block; }
    .kiosque-shelves .book img {
      width: 100%; }
    .kiosque-shelves .book:before {
      content: '';
      position: absolute;
      top: 0;
      right: -68px;
      z-index: -1;
      bottom: -15px;
      width: 125px;
      background: url(../image/pages/kiosque/ombre-th.png) no-repeat;
      background-size: contain;
      pointer-events: none;
      height: 105%; }
      @media (max-width: 767.98px) {
        .kiosque-shelves .book:before {
          display: none; } }
    .kiosque-shelves .book .th-number {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #000000;
      color: #fff;
      padding: 3px 10px;
      font-size: 12px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      z-index: 2;
      opacity: 0;
      pointer-events: none;
      white-space: nowrap;
      transition: .3s opacity ease; }
    .kiosque-shelves .book .title-video {
      display: block;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      color: #000000;
      text-align: center;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .kiosque-shelves .book:hover .th-number, .kiosque-shelves .book:focus .th-number {
      opacity: 1; }
  .kiosque-shelves .shelf {
    margin-top: -15px;
    margin-bottom: 10px;
    width: 100%;
    z-index: -1; }
    .kiosque-shelves .shelf img {
      width: 100%; }
    @media (max-width: 1239.98px) {
      .kiosque-shelves .shelf {
        margin-top: -10px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .kiosque-shelves .shelf {
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .kiosque-shelves .shelf {
        margin-top: -15px; } }
  .kiosque-shelves .hover-switch {
    position: relative; }
    .kiosque-shelves .hover-switch .img-hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: all .3s ease-in-out; }
    .kiosque-shelves .hover-switch:hover .img-hover {
      opacity: 1; }

#administrationContent.page-not-found {
  padding-top: 30px; }
  #administrationContent.page-not-found .thiriet-sentence {
    font-size: 50px;
    line-height: 1.04;
    margin-bottom: 75px; }
    @media (max-width: 991.98px) {
      #administrationContent.page-not-found .thiriet-sentence {
        margin-bottom: 50px; } }
    @media (max-width: 767.98px) {
      #administrationContent.page-not-found .thiriet-sentence {
        font-size: 44px;
        line-height: 1.0454545455; } }
  #administrationContent.page-not-found .illu {
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      #administrationContent.page-not-found .illu {
        max-width: 300px; } }
    @media (max-width: 767.98px) {
      #administrationContent.page-not-found .illu {
        max-width: 270px; } }
  #administrationContent.page-not-found .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 55px; }

@media (max-width: 767.98px) {
  .rappel-page-wrapper {
    padding-top: 20px; } }

.rappel-page-wrapper .rappel-header h1 {
  margin-bottom: 15px;
  font-size: 60px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .rappel-page-wrapper .rappel-header h1 {
      font-size: 50px; } }
  @media (max-width: 767.98px) {
    .rappel-page-wrapper .rappel-header h1 {
      font-size: 44px;
      line-height: 1;
      margin-bottom: 12px; } }

.rappel-page-wrapper .baseline {
  margin-bottom: 0;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px; }
  @media (max-width: 767.98px) {
    .rappel-page-wrapper .baseline {
      font-size: 13px; } }

.rappel-page-wrapper .wrapper-product-lines {
  margin: 10px 0; }
  .rappel-page-wrapper .wrapper-product-lines .wrapper-product {
    padding: 20px 0; }
    .rappel-page-wrapper .wrapper-product-lines .wrapper-product:not(:last-child) {
      border-bottom: 2px solid #CCCCCC; }
    @media (max-width: 767.98px) {
      .rappel-page-wrapper .wrapper-product-lines .wrapper-product .left-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-img {
      background-color: #F3F0EE;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-infos {
      background: black;
      width: 500px;
      padding: 25px;
      color: white; }
      @media (max-width: 767.98px) {
        .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-infos {
          width: auto; } }
      .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-infos h2 {
        font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
        color: white;
        padding-bottom: 20px; }
      .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-infos > span {
        font-style: italic;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        display: block; }
      .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-infos ul {
        margin: 0;
        list-style-type: none;
        padding-left: 15px; }
        .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-infos ul li {
          position: relative;
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 13px;
          margin-top: 20px; }
          .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-infos ul li > span {
            font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 14px;
            display: block; }
          .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-infos ul li:before {
            content: '';
            position: absolute;
            top: 7px;
            left: -16px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #CDA68B; }
    .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-description {
      background-color: white;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 25px 45px 25px 25px; }
      .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-description span {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px; }
      .rappel-page-wrapper .wrapper-product-lines .wrapper-product .produit-description p {
        padding-top: 5px;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px; }

.rappel-page-wrapper .after {
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px; }

.calendrier-avent #productData {
  color: #fff; }
  .calendrier-avent #productData .produit-epuise p {
    color: #000000 !important; }
  .calendrier-avent #productData .product-details.clear {
    background-color: #fff; }
    .calendrier-avent #productData .product-details.clear .product-title {
      color: #000000; }
    .calendrier-avent #productData .product-details.clear .part-number {
      color: #000000; }
    .calendrier-avent #productData .product-details.clear .product-price .price {
      color: #000000; }
    .calendrier-avent #productData .product-details.clear .packaging {
      color: #000000; }
      @media (max-width: 767.98px) {
        .calendrier-avent #productData .product-details.clear .packaging {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } }
    @media (max-width: 991.98px) {
      .calendrier-avent #productData .product-details.clear:after {
        background: url(../image/calendrier-avent/dentelure-mobile.svg) repeat-x left; } }
    @media (max-width: 767.98px) {
      .calendrier-avent #productData .product-details.clear {
        padding-bottom: 75px; } }
    @media (max-width: 767.98px) {
      .calendrier-avent #productData .product-details.clear.active {
        padding-bottom: 40px; } }
  .calendrier-avent #productData .product-swiper:after,
  .calendrier-avent #productData .product-noswiper:after {
    background: none; }
  .calendrier-avent #productData .add-to-cart.black a.btn-action,
  .calendrier-avent #productData .add-to-cart.black .btn.dropdown-toggle,
  .calendrier-avent #productData .add-to-cart.black .dropdown-toggle-mobile {
    background-color: #000; }
  .calendrier-avent #productData .add-to-cart.black ul.dropdown-menu.inner.show {
    background-color: #000; }
  .calendrier-avent #productData .offer-buttons {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 1;
    transition: all .3s ease; }
    .calendrier-avent #productData .offer-buttons.hidden-atc {
      opacity: 0; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .calendrier-avent #productData .offer-buttons {
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    @media (min-width: 992px) {
      .calendrier-avent #productData .offer-buttons .btn {
        -ms-flex: 1;
            flex: 1;
        min-width: 0; } }
    @media (max-width: 767.98px) {
      .calendrier-avent #productData .offer-buttons .btn {
        font-size: 14px;
        min-width: 115px; } }
    .calendrier-avent #productData .offer-buttons .btn:first-child {
      margin-right: 15px; }
  .calendrier-avent #productData .hidden-atc .add-to-cart {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
    transition: all .3s ease; }
  @media (min-width: 768px) {
    .calendrier-avent #productData .hidden-atc .favorite {
      margin-bottom: 79px;
      margin-right: 16px; } }
  @media (max-width: 767.98px) {
    .calendrier-avent #productData .hidden-atc {
      right: 30px; }
      .calendrier-avent #productData .hidden-atc .favorite {
        margin-bottom: 20px; } }
  .calendrier-avent #productData .product-description p {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 767.98px) {
      .calendrier-avent #productData .product-description p {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } }
  .calendrier-avent #productData .product-description img.d-block, .calendrier-avent #productData .product-description img.device-xs {
    max-width: 250px; }

.calendrier-avent .right-col p {
  padding-top: 10px;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px; }
  @media (max-width: 991.98px) {
    .calendrier-avent .right-col p {
      font-size: 13px; } }
  @media (max-width: 767.98px) {
    .calendrier-avent .right-col p {
      text-align: center; } }

.calendrier-avent #footer .footer-reassurances {
  background-color: #000000; }
  .calendrier-avent #footer .footer-reassurances .icon-reassurance:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain; }
  .calendrier-avent #footer .footer-reassurances:nth-child(1) .icon-reassurance:before {
    width: 31px;
    height: 36px;
    background: url(../image/calendrier-avent/footer-reassurance1.svg) no-repeat center; }
  .calendrier-avent #footer .footer-reassurances:nth-child(2) .icon-reassurance:before {
    width: 34px;
    height: 35px;
    background: url(../image/calendrier-avent/footer-reassurance2.svg) no-repeat center; }
  .calendrier-avent #footer .footer-reassurances:nth-child(3) .icon-reassurance:before {
    width: 25px;
    height: 34px;
    background: url(../image/calendrier-avent/footer-reassurance3.svg) no-repeat center; }
  .calendrier-avent #footer .footer-reassurances .libelle-reassurance {
    color: #BB8036; }

.calendrier-avent #footer .footer-main-content {
  background: url(../image/calendrier-avent/footer-bg.jpg) #000000 no-repeat top;
  background-size: cover; }
  @media (max-width: 767.98px) {
    .calendrier-avent #footer .footer-main-content {
      background: #000000; } }

.calendrier-avent #productInformations {
  margin-bottom: 80px; }
  @media (max-width: 767.98px) {
    .calendrier-avent #productInformations {
      margin-bottom: 50px; } }
  .calendrier-avent #productInformations .custom--container {
    position: relative;
    padding-top: 80px; }
    .calendrier-avent #productInformations .custom--container:before, .calendrier-avent #productInformations .custom--container:after {
      content: "";
      position: absolute;
      left: 32px;
      right: 32px;
      height: 1px;
      background-color: #BA7F3D; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .calendrier-avent #productInformations .custom--container:before, .calendrier-avent #productInformations .custom--container:after {
          left: 12.5px;
          right: 12.5px; } }
      @media (max-width: 767.98px) {
        .calendrier-avent #productInformations .custom--container:before, .calendrier-avent #productInformations .custom--container:after {
          left: 20px;
          right: 20px; } }
    .calendrier-avent #productInformations .custom--container:before {
      top: 0; }
    .calendrier-avent #productInformations .custom--container:after {
      bottom: -80px; }
      @media (max-width: 767.98px) {
        .calendrier-avent #productInformations .custom--container:after {
          bottom: -50px; } }
  .calendrier-avent #productInformations .title {
    color: #BB8036; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .calendrier-avent #productInformations .title {
        max-width: 100%; } }
  .calendrier-avent #productInformations table {
    width: 100%; }
  .calendrier-avent #productInformations .values .values-grid td {
    color: #fff; }
    .calendrier-avent #productInformations .values .values-grid td.highlight {
      width: 156px; }
      .calendrier-avent #productInformations .values .values-grid td.highlight.first {
        border-right: 0;
        border-bottom: 0;
        background-color: #2C2C2C; }
  .calendrier-avent #productInformations .values .mentions p {
    color: #797979; }
    .calendrier-avent #productInformations .values .mentions p.small {
      font-size: 11px; }
    .calendrier-avent #productInformations .values .mentions p.secondary {
      color: #BB8036;
      font-size: 13px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.account-informations-page-wrapper {
  margin-bottom: 120px;
  padding-top: 35px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .account-informations-page-wrapper {
      margin-bottom: 100px;
      padding-top: 50px; } }
  @media (max-width: 767.98px) {
    .account-informations-page-wrapper {
      overflow-x: hidden;
      margin-bottom: 60px; } }
  .account-informations-page-wrapper .thiriet-sentence {
    position: relative;
    padding-left: 30px;
    font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 48px;
    line-height: 1; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .account-informations-page-wrapper .thiriet-sentence {
        padding-left: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .account-informations-page-wrapper .thiriet-sentence {
        margin-bottom: 70px;
        font-size: 54px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .account-informations-page-wrapper .thiriet-sentence {
        padding-right: 55px;
        font-size: 54px;
        line-height: 0.8888888889;
        padding-left: 0; } }
    @media (min-width: 390px) and (max-width: 500px) {
      .account-informations-page-wrapper .thiriet-sentence {
        padding-right: 100px; } }
    .account-informations-page-wrapper .thiriet-sentence.with-illustration:before {
      content: '';
      position: absolute;
      top: 54px;
      left: 0;
      width: 363px;
      height: 238px;
      background: url(../image/svg/account-informations/illus-couverts.svg) no-repeat center;
      background-size: contain; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .account-informations-page-wrapper .thiriet-sentence.with-illustration:before {
          width: 303px;
          height: 199px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .account-informations-page-wrapper .thiriet-sentence.with-illustration:before {
          top: -35px;
          left: 0;
          width: 270px;
          height: 160px; } }
      @media (max-width: 767.98px) {
        .account-informations-page-wrapper .thiriet-sentence.with-illustration:before {
          right: 0;
          top: -15px;
          left: auto;
          width: 212px;
          height: 140px;
          transform: scaleX(-1); } }
      @media (max-width: 360px) {
        .account-informations-page-wrapper .thiriet-sentence.with-illustration:before {
          right: -50px; } }
    .account-informations-page-wrapper .thiriet-sentence sup {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .account-informations-page-wrapper .wrapper-alert .alert-custom {
      margin-top: -40px;
      margin-bottom: 80px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .account-informations-page-wrapper.step-two {
      padding-top: 50px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .account-informations-page-wrapper.step-two .thiriet-sentence {
      margin-bottom: 45px; } }
  .account-informations-page-wrapper.step-two .checkbox-reverse .custom-control {
    text-align: center;
    padding-left: 0;
    padding-right: 24px;
    padding-right: 1.5rem; }
    @media (max-width: 767.98px) {
      .account-informations-page-wrapper.step-two .checkbox-reverse .custom-control {
        text-align: left; } }
    .account-informations-page-wrapper.step-two .checkbox-reverse .custom-control-label:before, .account-informations-page-wrapper.step-two .checkbox-reverse .custom-control-label:after {
      right: -2em;
      left: auto; }
  .account-informations-page-wrapper.wrapper-adress-tab .thiriet-sentence {
    line-height: 0.7708333333; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .account-informations-page-wrapper.wrapper-adress-tab .thiriet-sentence {
        margin-bottom: 40px;
        padding-right: 50px;
        text-align: left;
        padding-left: 230px; } }
    @media (max-width: 767.98px) {
      .account-informations-page-wrapper.wrapper-adress-tab .thiriet-sentence {
        padding-right: 105px;
        margin-bottom: 40px; } }
    @media (max-width: 360px) {
      .account-informations-page-wrapper.wrapper-adress-tab .thiriet-sentence {
        padding-right: 60px; } }
    .account-informations-page-wrapper.wrapper-adress-tab .thiriet-sentence.with-illustration:before {
      content: '';
      position: absolute;
      top: 125px;
      left: 40px;
      width: 240px;
      height: 192px;
      background: url(../image/svg/maps/illu-localisation.svg) no-repeat center;
      background-size: contain; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .account-informations-page-wrapper.wrapper-adress-tab .thiriet-sentence.with-illustration:before {
          top: 0;
          left: 0;
          width: 180px;
          height: 140px; } }
      @media (max-width: 767.98px) {
        .account-informations-page-wrapper.wrapper-adress-tab .thiriet-sentence.with-illustration:before {
          right: -15px;
          top: 0;
          left: auto;
          width: 140px;
          height: 140px;
          transform: scaleX(1); } }
      @media (max-width: 360px) {
        .account-informations-page-wrapper.wrapper-adress-tab .thiriet-sentence.with-illustration:before {
          right: -20px;
          width: 110px;
          height: 110px; } }
  .account-informations-page-wrapper.wrapper-adress-tab .btn.submit-form {
    padding: 13px 14px 13px;
    font-size: 18px;
    min-width: 165px; }
  .account-informations-page-wrapper .encart-form {
    padding: 26px 290px 42px 34px; }
    @media (max-width: 767.98px) {
      .account-informations-page-wrapper .encart-form {
        padding: 26px 20px 45px; } }
    .account-informations-page-wrapper .encart-form.type-previsualisation {
      padding: 28px 34px; }
      .account-informations-page-wrapper .encart-form.type-previsualisation .tooltip .tooltip-inner {
        padding: 9px 4px 12px 12px;
        max-width: 390px;
        width: 390px; }
        @media (max-width: 767.98px) {
          .account-informations-page-wrapper .encart-form.type-previsualisation .tooltip .tooltip-inner {
            max-width: 350px;
            width: 350px;
            padding: 10px; } }
        @media (max-width: 370px) {
          .account-informations-page-wrapper .encart-form.type-previsualisation .tooltip .tooltip-inner {
            max-width: 300px;
            width: 300px; } }
    .account-informations-page-wrapper .encart-form.small-padding-right {
      padding-right: 34px; }
    .account-informations-page-wrapper .encart-form .encart-title {
      margin-bottom: 14px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      line-height: 1; }
    .account-informations-page-wrapper .encart-form .checkbox-group .custom-control.custom-checkbox {
      margin-bottom: 15px; }
    .account-informations-page-wrapper .encart-form .deposit {
      margin-bottom: 13px;
      font-size: 13px; }
      .account-informations-page-wrapper .encart-form .deposit span.bold {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 768px) {
      .account-informations-page-wrapper .encart-form.big-bottom-padding {
        padding-bottom: 60px; } }
  .account-informations-page-wrapper .checkbox-reverse .custom-control-label:before {
    background-color: #fff; }

.account-informations-user-data {
  padding-top: 18px; }
  @media (max-width: 767.98px) {
    .account-informations-user-data {
      padding-top: 45px; } }
  .account-informations-user-data .required-label {
    margin-bottom: 20px;
    font-size: 13px; }
  .account-informations-user-data form button[type=submit].submit-form:focus, .account-informations-user-data form button[type=submit].submit-form:active {
    box-shadow: none;
    outline: 0; }
  .account-informations-user-data .etape-info-personnelles .btn.submit-form {
    padding: 13px 14px 13px;
    font-size: 18px; }
  .account-informations-user-data .block-previsualisation .checkbox-group .custom-checkbox.has-tooltip .tooltip .tooltip-inner {
    text-align: left; }

.encart-form.background-none {
  background-color: transparent !important; }

.privileges-page-wrapper {
  margin-bottom: 80px;
  padding-top: 35px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .privileges-page-wrapper {
      margin-bottom: 100px;
      padding-top: 80px; } }
  @media (max-width: 767.98px) {
    .privileges-page-wrapper {
      margin-bottom: 60px; } }
  @media (min-width: 768px) {
    .privileges-page-wrapper.page-privileges .in-parrainage {
      margin-top: -55px; } }
  .privileges-page-wrapper.encart-privileges {
    padding-top: 0; }
  .privileges-page-wrapper .thiriet-sentence {
    position: relative;
    padding-left: 30px;
    font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 48px;
    line-height: 1; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .privileges-page-wrapper .thiriet-sentence {
        padding-left: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .privileges-page-wrapper .thiriet-sentence {
        margin-bottom: 70px;
        font-size: 54px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .privileges-page-wrapper .thiriet-sentence {
        padding-right: 55px;
        font-size: 54px;
        line-height: 0.8888888889;
        padding-left: 0; } }
    @media (min-width: 390px) and (max-width: 500px) {
      .privileges-page-wrapper .thiriet-sentence {
        padding-right: 100px; } }
  @media (max-width: 767.98px) {
    .privileges-page-wrapper .wrapper-titre-illu {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 24px; }
      .privileges-page-wrapper .wrapper-titre-illu > div {
        width: 50%; } }
  .privileges-page-wrapper .thiriet-sentence-privileges {
    font-size: 17px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #fff;
    line-height: 1.3529411765;
    text-align: center;
    margin-top: 28px;
    text-transform: uppercase; }
  .privileges-page-wrapper .illu-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 37px;
    height: 225px;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .privileges-page-wrapper .illu-img {
        transform: scale(-1, 1);
        height: 162px; } }
    .privileges-page-wrapper .illu-img img {
      max-width: 100%;
      height: 100%; }
  .privileges-page-wrapper .wrapper-privileges,
  .privileges-page-wrapper .wrapper-privileges-variante {
    position: relative;
    padding: 28px 96px;
    background-color: #A5D6D1;
    height: 100%; }
    .privileges-page-wrapper .wrapper-privileges .parrainage-title,
    .privileges-page-wrapper .wrapper-privileges-variante .parrainage-title {
      margin-bottom: 24px;
      font-size: 17px;
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1.1764705882; }
      .privileges-page-wrapper .wrapper-privileges .parrainage-title span,
      .privileges-page-wrapper .wrapper-privileges-variante .parrainage-title span {
        display: block;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .privileges-page-wrapper .wrapper-privileges .parrainage-steps,
    .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps {
      margin-bottom: 50px; }
      .privileges-page-wrapper .wrapper-privileges .parrainage-steps ul,
      .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps ul {
        margin: 0;
        padding: 0; }
      .privileges-page-wrapper .wrapper-privileges .parrainage-steps li,
      .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps li {
        position: relative;
        padding-left: 14px;
        list-style: none; }
        .privileges-page-wrapper .wrapper-privileges .parrainage-steps li ul > li,
        .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps li ul > li {
          padding-left: 50px; }
        .privileges-page-wrapper .wrapper-privileges .parrainage-steps li p,
        .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps li p {
          margin-bottom: 12px; }
          .privileges-page-wrapper .wrapper-privileges .parrainage-steps li p span,
          .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps li p span {
            font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .privileges-page-wrapper .wrapper-privileges .parrainage-steps > ul > li,
      .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps > ul > li {
        margin-bottom: 24px; }
        .privileges-page-wrapper .wrapper-privileges .parrainage-steps > ul > li:before,
        .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps > ul > li:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #A5D6D1; }
        .privileges-page-wrapper .wrapper-privileges .parrainage-steps > ul > li > ul > li p,
        .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps > ul > li > ul > li p {
          position: relative; }
          .privileges-page-wrapper .wrapper-privileges .parrainage-steps > ul > li > ul > li p:before,
          .privileges-page-wrapper .wrapper-privileges-variante .parrainage-steps > ul > li > ul > li p:before {
            content: '';
            position: absolute;
            top: 5px;
            left: -20px;
            width: 12px;
            height: 10px;
            background: url(../image/svg/mon-compte/arrow-right-parrainage.svg) no-repeat;
            background-size: contain; }
    .privileges-page-wrapper .wrapper-privileges.in-parrainage,
    .privileges-page-wrapper .wrapper-privileges-variante.in-parrainage {
      height: auto; }
    .privileges-page-wrapper .wrapper-privileges .data-management,
    .privileges-page-wrapper .wrapper-privileges-variante .data-management {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .privileges-page-wrapper .wrapper-privileges,
      .privileges-page-wrapper .wrapper-privileges-variante {
        padding: 28px 34px; } }
    @media (max-width: 767.98px) {
      .privileges-page-wrapper .wrapper-privileges,
      .privileges-page-wrapper .wrapper-privileges-variante {
        padding: 20px; } }
    .privileges-page-wrapper .wrapper-privileges.has-after-kraft:after,
    .privileges-page-wrapper .wrapper-privileges-variante.has-after-kraft:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 5px;
      background: url(../image/dentelures/pointille_kraft.png) no-repeat bottom;
      background-size: cover;
      z-index: 1; }
    .privileges-page-wrapper .wrapper-privileges .parrainage-activator,
    .privileges-page-wrapper .wrapper-privileges-variante .parrainage-activator {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding-top: 30px; }
    .privileges-page-wrapper .wrapper-privileges.livraison,
    .privileges-page-wrapper .wrapper-privileges-variante.livraison {
      padding: 28px 96px 50px;
      height: auto; }
      .privileges-page-wrapper .wrapper-privileges.livraison.non-connect,
      .privileges-page-wrapper .wrapper-privileges-variante.livraison.non-connect {
        padding: 28px 96px 28px; }
      @media (max-width: 991.98px) {
        .privileges-page-wrapper .wrapper-privileges.livraison,
        .privileges-page-wrapper .wrapper-privileges-variante.livraison {
          padding: 26px 34px 50px; } }
      @media (max-width: 767.98px) {
        .privileges-page-wrapper .wrapper-privileges.livraison,
        .privileges-page-wrapper .wrapper-privileges-variante.livraison {
          padding: 20px 20px 50px; } }
      .privileges-page-wrapper .wrapper-privileges.livraison .all-privileges .privilege-item .object p span,
      .privileges-page-wrapper .wrapper-privileges-variante.livraison .all-privileges .privilege-item .object p span {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .privileges-page-wrapper .wrapper-privileges.livraison:last-child,
      .privileges-page-wrapper .wrapper-privileges-variante.livraison:last-child {
        z-index: 1;
        top: -5px; }
      .privileges-page-wrapper .wrapper-privileges.livraison.has-after-kraft,
      .privileges-page-wrapper .wrapper-privileges-variante.livraison.has-after-kraft {
        padding-bottom: 50px !important; }
    .privileges-page-wrapper .wrapper-privileges .collapser,
    .privileges-page-wrapper .wrapper-privileges-variante .collapser {
      margin-top: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 767.98px) {
        .privileges-page-wrapper .wrapper-privileges .collapser,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser {
          margin-top: 15px; } }
    .privileges-page-wrapper .wrapper-privileges .collapser > button,
    .privileges-page-wrapper .wrapper-privileges-variante .collapser > button {
      display: block;
      position: relative;
      padding: 0;
      width: 100%;
      text-align: left;
      line-height: 1;
      background: transparent;
      border: none;
      outline: 0;
      max-width: 166px; }
      .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn,
      .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn {
        background-color: #000000;
        padding: 10px 20px; }
        .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn:before,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn:before {
          top: 50%;
          left: 20px;
          right: 35px;
          height: 1px; }
        .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn:after,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn:after {
          background: url(../image/svg/interactions/arrow-to-bottom-white.svg) no-repeat center;
          top: 50%;
          right: 14px;
          bottom: auto;
          left: auto;
          transform: translateY(-50%); }
        .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn[aria-expanded="true"]:after,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn[aria-expanded="true"]:after {
          transform: translateY(-50%) rotate(180deg); }
        .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn .labels,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn .labels {
          font-size: 14px;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          color: #fff;
          background-color: #000000; }
      .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn-variante,
      .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn-variante {
        max-width: 100%;
        background-color: #A5D6D1;
        padding: 20px; }
        .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn-variante:before,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn-variante:before {
          top: 50%;
          left: 20px;
          right: 35px;
          height: 1px;
          background-color: #fff; }
        .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn-variante:after,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn-variante:after {
          background: url(../image/svg/interactions/arrow-to-bottom.svg) no-repeat center;
          top: 50%;
          right: 14px;
          bottom: auto;
          left: auto;
          transform: translateY(-50%); }
        .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn-variante[aria-expanded="true"]:after,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn-variante[aria-expanded="true"]:after {
          transform: translateY(-50%) rotate(180deg); }
        .privileges-page-wrapper .wrapper-privileges .collapser > button.visu-btn-variante .labels,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.visu-btn-variante .labels {
          font-size: 14px;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          color: #000000;
          background-color: #A5D6D1; }
      .privileges-page-wrapper .wrapper-privileges .collapser > button:before,
      .privileges-page-wrapper .wrapper-privileges-variante .collapser > button:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        right: 25px;
        height: 1px;
        background-color: #CCCCCC; }
      .privileges-page-wrapper .wrapper-privileges .collapser > button:after,
      .privileges-page-wrapper .wrapper-privileges-variante .collapser > button:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 13px;
        height: 13px;
        background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center;
        background-size: contain;
        pointer-events: none;
        z-index: 2;
        transition: .3s transform ease; }
      .privileges-page-wrapper .wrapper-privileges .collapser > button[aria-expanded="true"]:after,
      .privileges-page-wrapper .wrapper-privileges-variante .collapser > button[aria-expanded="true"]:after {
        transform: rotate(180deg); }
      .privileges-page-wrapper .wrapper-privileges .collapser > button .labels,
      .privileges-page-wrapper .wrapper-privileges-variante .collapser > button .labels {
        display: inline-block;
        position: relative;
        padding-right: 10px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.6);
        background-color: #fff;
        z-index: 1; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .privileges-page-wrapper .wrapper-privileges .collapser > button .labels,
          .privileges-page-wrapper .wrapper-privileges-variante .collapser > button .labels {
            padding-right: 20px; } }
        @media (max-width: 767.98px) {
          .privileges-page-wrapper .wrapper-privileges .collapser > button .labels,
          .privileges-page-wrapper .wrapper-privileges-variante .collapser > button .labels {
            display: inline; } }
      .privileges-page-wrapper .wrapper-privileges .collapser > button.no-css-element,
      .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.no-css-element {
        cursor: default; }
        .privileges-page-wrapper .wrapper-privileges .collapser > button.no-css-element:before, .privileges-page-wrapper .wrapper-privileges .collapser > button.no-css-element:after,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.no-css-element:before,
        .privileges-page-wrapper .wrapper-privileges-variante .collapser > button.no-css-element:after {
          display: none; }
    .privileges-page-wrapper .wrapper-privileges .indication-privileges,
    .privileges-page-wrapper .wrapper-privileges-variante .indication-privileges {
      margin-bottom: 35px; }
      .privileges-page-wrapper .wrapper-privileges .indication-privileges p,
      .privileges-page-wrapper .wrapper-privileges-variante .indication-privileges p {
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 15px;
        line-height: 1.3333333333;
        color: #000000; }
    .privileges-page-wrapper .wrapper-privileges > p,
    .privileges-page-wrapper .wrapper-privileges-variante > p {
      margin-bottom: 14px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 17px;
      color: #fff;
      text-transform: uppercase; }
      .privileges-page-wrapper .wrapper-privileges > p span,
      .privileges-page-wrapper .wrapper-privileges-variante > p span {
        color: #000000; }
    .privileges-page-wrapper .wrapper-privileges .all-privileges,
    .privileges-page-wrapper .wrapper-privileges-variante .all-privileges {
      margin-left: -73px;
      margin-top: -10px; }
      @media (max-width: 991.98px) {
        .privileges-page-wrapper .wrapper-privileges .all-privileges,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges {
          margin-left: -34px; } }
      @media (max-width: 767.98px) {
        .privileges-page-wrapper .wrapper-privileges .all-privileges,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges {
          margin-left: -2px; } }
      .privileges-page-wrapper .wrapper-privileges .all-privileges.big-margin-negative,
      .privileges-page-wrapper .wrapper-privileges-variante .all-privileges.big-margin-negative {
        margin-top: -20px; }
        @media (max-width: 767.98px) {
          .privileges-page-wrapper .wrapper-privileges .all-privileges.big-margin-negative,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges.big-margin-negative {
            margin-top: -10px; } }
      .privileges-page-wrapper .wrapper-privileges .all-privileges .first,
      .privileges-page-wrapper .wrapper-privileges .all-privileges .second,
      .privileges-page-wrapper .wrapper-privileges .all-privileges .last,
      .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .first,
      .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .second,
      .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .last {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%; }
        @media (min-width: 576px) and (max-width: 767.98px) {
          .privileges-page-wrapper .wrapper-privileges .all-privileges .first,
          .privileges-page-wrapper .wrapper-privileges .all-privileges .second,
          .privileges-page-wrapper .wrapper-privileges .all-privileges .last,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .first,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .second,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .last {
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
      .privileges-page-wrapper .wrapper-privileges .all-privileges .vignette,
      .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .vignette {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: flex-end;
        margin-left: 73px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 170px; }
        @media (max-width: 991.98px) {
          .privileges-page-wrapper .wrapper-privileges .all-privileges .vignette,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .vignette {
            margin-left: 34px; } }
        @media (max-width: 767.98px) {
          .privileges-page-wrapper .wrapper-privileges .all-privileges .vignette,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .vignette {
            margin-left: 2px; } }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .vignette.big-margin,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .vignette.big-margin {
          margin-top: 20px;
          margin-bottom: 20px; }
          @media (max-width: 767.98px) {
            .privileges-page-wrapper .wrapper-privileges .all-privileges .vignette.big-margin,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .vignette.big-margin {
              margin-top: 10px;
              margin-bottom: 10px; } }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .vignette > span,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .vignette > span {
          display: block;
          margin-bottom: 12px;
          font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 15px;
          color: #000000;
          line-height: 1.2;
          color: #000000; }
          @media (max-width: 767.98px) {
            .privileges-page-wrapper .wrapper-privileges .all-privileges .vignette > span,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .vignette > span {
              font-size: 13px; } }
      .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item,
      .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item {
        padding: 10px 0 20px 15px;
        height: 178px;
        margin-right: 0;
        margin-bottom: 0; }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item.pt-25,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item.pt-25 {
          padding-top: 25px; }
        @media (max-width: 767.98px) {
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item {
            padding-top: 15px; } }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item > *,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item > * {
          position: relative; }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item:before,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item:before {
          background-size: cover;
          width: auto;
          height: 178px;
          background: url(../image/pages/mon-compte/fond-coupon.svg) no-repeat; }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item span.title-accroche,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item span.title-accroche {
          display: block;
          margin-bottom: 8px;
          font-size: 12px;
          font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          color: #A5D6D1; }
          @media (max-width: 767.98px) {
            .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item span.title-accroche,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item span.title-accroche {
              font-size: 9px; } }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item span.title-accroche.text-uppercase,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item span.title-accroche.text-uppercase {
            margin-top: 5px; }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item span.title-accroche > sup,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item span.title-accroche > sup {
            top: -.4em; }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item span.title-product,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item span.title-product {
          color: #fff;
          font-size: 17px;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          display: block;
          line-height: 1.1764705882;
          padding-right: 15px; }
          @media (max-width: 767.98px) {
            .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item span.title-product,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item span.title-product {
              padding-right: 0;
              font-size: 16px; } }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item span.title-product.bigger,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item span.title-product.bigger {
            font-size: 23px;
            line-height: 1; }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item span.title-product.thinner,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item span.title-product.thinner {
            font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item span.title-product.fatter,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item span.title-product.fatter {
            font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item .object,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item .object {
          padding-right: 15px; }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item .object p,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item .object p {
            font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 34px;
            color: #fff;
            line-height: 0.9;
            margin-top: 5px;
            margin-bottom: 6px; }
            @media (max-width: 767.98px) {
              .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item .object p,
              .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item .object p {
                font-size: 30px; } }
            .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item .object p.pourcentage,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item .object p.pourcentage {
              font-size: 42px;
              line-height: 1; }
            .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item .object p.pourcentage > sup,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item .object p.pourcentage > sup {
              font-size: 23px; }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item .object p > .sup-maj,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item .object p > .sup-maj {
            font-size: 9px;
            top: -16px; }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item .object p > sup,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item .object p > sup {
            font-size: 9px;
            top: -9px; }
            .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item .object p > sup.euros,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item .object p > sup.euros {
              font-size: 75%;
              top: -7px; }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item .object p > span,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item .object p > span {
            font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 28px;
            line-height: 0.9642857143; }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item > p,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item > p {
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 14px;
          color: #fff;
          line-height: 1.4;
          margin-bottom: 0;
          padding-right: 15px; }
          @media (max-width: 767.98px) {
            .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item > p,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item > p {
              font-size: 13px; } }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item > p > sup,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item > p > sup {
            font-size: 8px; }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item > a,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item > a {
          display: block;
          color: #fff;
          font-size: 10px;
          line-height: 2;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          text-decoration: underline;
          margin-top: 5px;
          padding-right: 15px; }
          @media (max-width: 991.98px) {
            .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item > a,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item > a {
              font-size: 11px; } }
        .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item.drools,
        .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item.drools {
          padding-top: 15px; }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item.drools .title-product,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item.drools .title-product {
            font-size: 30px;
            line-height: 0.9; }
          .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item.drools .object p,
          .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item.drools .object p {
            font-size: 13px;
            line-height: 1.3; }
            .privileges-page-wrapper .wrapper-privileges .all-privileges .privilege-item.drools .object p > sup,
            .privileges-page-wrapper .wrapper-privileges-variante .all-privileges .privilege-item.drools .object p > sup {
              top: -5px;
              font-size: 10px; }
    .privileges-page-wrapper .wrapper-privileges .privileges-mail,
    .privileges-page-wrapper .wrapper-privileges-variante .privileges-mail {
      padding-top: 40px; }
      .privileges-page-wrapper .wrapper-privileges .privileges-mail .checkbox-group .custom-control-label,
      .privileges-page-wrapper .wrapper-privileges-variante .privileges-mail .checkbox-group .custom-control-label {
        color: #000000; }
        .privileges-page-wrapper .wrapper-privileges .privileges-mail .checkbox-group .custom-control-label:before,
        .privileges-page-wrapper .wrapper-privileges-variante .privileges-mail .checkbox-group .custom-control-label:before {
          background: #fff; }
      .privileges-page-wrapper .wrapper-privileges .privileges-mail .action-privileges-mail,
      .privileges-page-wrapper .wrapper-privileges-variante .privileges-mail .action-privileges-mail {
        padding-top: 30px; }
    .privileges-page-wrapper .wrapper-privileges .filleul-collapse .card,
    .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .card {
      background-color: #A5D6D1;
      border: none;
      border-radius: 0;
      padding: 20px 40px 30px 40px; }
      @media (max-width: 991.98px) {
        .privileges-page-wrapper .wrapper-privileges .filleul-collapse .card,
        .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .card {
          padding: 20px 20px 30px; } }
    .privileges-page-wrapper .wrapper-privileges .filleul-collapse .filleul-row,
    .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .filleul-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-bottom: 15px; }
      @media (max-width: 767.98px) {
        .privileges-page-wrapper .wrapper-privileges .filleul-collapse .filleul-row,
        .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .filleul-row {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .privileges-page-wrapper .wrapper-privileges .filleul-collapse .filleul-row:last-child,
      .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .filleul-row:last-child {
        padding-bottom: 0; }
    .privileges-page-wrapper .wrapper-privileges .filleul-collapse .name-filleul,
    .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .name-filleul {
      position: relative;
      padding-left: 14px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .privileges-page-wrapper .wrapper-privileges .filleul-collapse .name-filleul:before,
      .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .name-filleul:before {
        content: "";
        position: absolute;
        left: 0;
        transform: translateY(-1px);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff; }
      .privileges-page-wrapper .wrapper-privileges .filleul-collapse .name-filleul span,
      .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .name-filleul span {
        display: block;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        line-height: 1;
        color: #000000; }
    .privileges-page-wrapper .wrapper-privileges .filleul-collapse .filleul-parrainage,
    .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .filleul-parrainage {
      width: 135px; }
      @media (max-width: 767.98px) {
        .privileges-page-wrapper .wrapper-privileges .filleul-collapse .filleul-parrainage,
        .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .filleul-parrainage {
          width: auto;
          padding-left: 15px; } }
      .privileges-page-wrapper .wrapper-privileges .filleul-collapse .filleul-parrainage span,
      .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .filleul-parrainage span {
        display: block;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        color: #000000;
        text-align: left; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .privileges-page-wrapper .wrapper-privileges .filleul-collapse .filleul-parrainage span,
          .privileges-page-wrapper .wrapper-privileges-variante .filleul-collapse .filleul-parrainage span {
            text-align: right; } }
    .privileges-page-wrapper .wrapper-privileges .mon-parrain,
    .privileges-page-wrapper .wrapper-privileges-variante .mon-parrain {
      background-color: #000000;
      padding: 20px; }
      .privileges-page-wrapper .wrapper-privileges .mon-parrain p,
      .privileges-page-wrapper .wrapper-privileges-variante .mon-parrain p {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px;
        color: #fff;
        margin: 0; }
        .privileges-page-wrapper .wrapper-privileges .mon-parrain p span,
        .privileges-page-wrapper .wrapper-privileges-variante .mon-parrain p span {
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .privileges-page-wrapper .wrapper-privileges.livraison {
    padding-bottom: 16px; }
    .privileges-page-wrapper .wrapper-privileges.livraison .all-privileges {
      margin-bottom: 30px; }
  .privileges-page-wrapper .wrapper-privileges-variante {
    padding-bottom: 35px !important;
    background-color: #fff; }
    .privileges-page-wrapper .wrapper-privileges-variante > p {
      color: #000000; }
    .privileges-page-wrapper .wrapper-privileges-variante .sub-text p {
      margin-bottom: 20px;
      font-size: 13px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .privileges-page-wrapper .parrainage-collapse {
    position: relative;
    z-index: 1;
    top: -5px; }
    .privileges-page-wrapper .parrainage-collapse .encart-form {
      background-color: #F9F8F6;
      padding: 40px 96px 50px; }
      @media (max-width: 991.98px) {
        .privileges-page-wrapper .parrainage-collapse .encart-form {
          padding: 40px 35px 34px; } }
      @media (max-width: 767.98px) {
        .privileges-page-wrapper .parrainage-collapse .encart-form {
          padding: 28px 20px 22px; } }
      .privileges-page-wrapper .parrainage-collapse .encart-form input {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px; }
    .privileges-page-wrapper .parrainage-collapse .encart-form > .required-label {
      padding-top: 6px;
      margin-bottom: 16px;
      font-size: 13px; }
    .privileges-page-wrapper .parrainage-collapse .card-body {
      padding: 38px 34px;
      border: none; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .privileges-page-wrapper .parrainage-collapse .card-body .padding-right-tablet {
          padding-right: 194px !important; } }
      @media (min-width: 992px) {
        .privileges-page-wrapper .parrainage-collapse .card-body {
          padding-right: 290px; } }
      @media (max-width: 1239.98px) {
        .privileges-page-wrapper .parrainage-collapse .card-body {
          padding: 38px 23px; } }
      .privileges-page-wrapper .parrainage-collapse .card-body > div.required-label {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        margin-bottom: 25px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .privileges-page-wrapper .parrainage-collapse .card-body .padding-right-tablet {
          padding-right: 210px; } }
    .privileges-page-wrapper .parrainage-collapse .card-body .checkbox-group .custom-control-label {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 11px;
      color: black; }
      @media (max-width: 991.98px) {
        .privileges-page-wrapper .parrainage-collapse .card-body .checkbox-group .custom-control-label {
          color: rgba(0, 0, 0, 0.6); } }
    .privileges-page-wrapper .parrainage-collapse .card-body .checkbox-group .wrapper-choose-privilege .custom-control-label {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      line-height: 1.2307692308;
      color: rgba(0, 0, 0, 0.6); }
    @media (max-width: 320px) {
      .privileges-page-wrapper .parrainage-collapse .encart-title {
        font-size: 15px; } }
  .privileges-page-wrapper ~ .data-management.kraft {
    margin-bottom: 15px; }
    .privileges-page-wrapper ~ .data-management.kraft .conditions p {
      font-size: 10px; }

.orders-page-wrapper {
  padding-left: 30px;
  padding-top: 30px;
  margin-bottom: 95px; }
  @media (max-width: 991.98px) {
    .orders-page-wrapper {
      padding-left: 0;
      margin-bottom: 105px; } }
  @media (max-width: 767.98px) {
    .orders-page-wrapper {
      padding-top: 33px; } }
  .orders-page-wrapper .thiriet-sentence {
    margin-bottom: 15px;
    font-size: 55px; }
    @media (max-width: 767.98px) {
      .orders-page-wrapper .thiriet-sentence {
        font-size: 54px;
        margin-bottom: 0;
        text-align: center; } }
  .orders-page-wrapper .wrapper-row-commande {
    padding: 30px 0;
    border-bottom: 1px solid #ccc; }
  .orders-page-wrapper .first-column,
  .orders-page-wrapper .second-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
  .orders-page-wrapper .first-column {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 767.98px) {
      .orders-page-wrapper .first-column {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .orders-page-wrapper .first-column .date {
      margin-right: 70px;
      width: 135px; }
      @media (max-width: 991.98px) {
        .orders-page-wrapper .first-column .date {
          width: 120px;
          margin-right: 25px; } }
      @media (max-width: 767.98px) {
        .orders-page-wrapper .first-column .date {
          width: 50%;
          margin-right: 0; } }
      .orders-page-wrapper .first-column .date span {
        display: block;
        color: #000000;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px; }
        @media (max-width: 991.98px) {
          .orders-page-wrapper .first-column .date span {
            font-size: 14px; } }
    .orders-page-wrapper .first-column .prix {
      width: 64px;
      margin-right: 70px; }
      @media (max-width: 991.98px) {
        .orders-page-wrapper .first-column .prix {
          margin-right: 30px; } }
      @media (max-width: 767.98px) {
        .orders-page-wrapper .first-column .prix {
          width: 50%;
          margin-right: 0; } }
      .orders-page-wrapper .first-column .prix span {
        display: block;
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 15px;
        color: #000000; }
        @media (max-width: 991.98px) {
          .orders-page-wrapper .first-column .prix span {
            font-size: 14px; } }
        @media (max-width: 767.98px) {
          .orders-page-wrapper .first-column .prix span {
            text-align: right; } }
    .orders-page-wrapper .first-column .info-livraison {
      position: relative; }
      @media (max-width: 767.98px) {
        .orders-page-wrapper .first-column .info-livraison.icon-livraison {
          margin: 25px 0 25px;
          min-width: 50%; } }
      @media (max-width: 767.98px) {
        .orders-page-wrapper .first-column .info-livraison.icon-retrait {
          margin: 15px 0 15px; } }
      .orders-page-wrapper .first-column .info-livraison:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .orders-page-wrapper .first-column .info-livraison.icon-livraison:before {
        width: 43px;
        height: 54px;
        background: url(../image/svg/mon-compte/illu-livraison.svg) no-repeat; }
      .orders-page-wrapper .first-column .info-livraison.icon-offrir:before {
        width: 43px;
        height: 35px;
        background: url(../image/svg/mon-compte/illu-cadeau.svg) no-repeat; }
      .orders-page-wrapper .first-column .info-livraison.icon-retrait:before {
        width: 34px;
        height: 43px;
        background: url(../image/svg/mon-compte/illu-retrait.svg) no-repeat; }
    .orders-page-wrapper .first-column .info-livraison p {
      margin-bottom: 0;
      width: 480px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      color: #000000;
      margin-left: 63px;
      line-height: 1.3333333333; }
      @media (max-width: 1239.98px) {
        .orders-page-wrapper .first-column .info-livraison p {
          width: 290px; } }
      @media (max-width: 991.98px) {
        .orders-page-wrapper .first-column .info-livraison p {
          font-size: 13px;
          line-height: 1.5384615385; } }
      @media (max-width: 767.98px) {
        .orders-page-wrapper .first-column .info-livraison p {
          width: auto;
          min-height: 40px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }
    .orders-page-wrapper .first-column .action-mobile {
      display: none; }
      @media (max-width: 767.98px) {
        .orders-page-wrapper .first-column .action-mobile {
          display: -ms-flexbox;
          display: flex;
          text-align: right;
          margin-left: auto;
          margin-right: 0; } }
  .orders-page-wrapper .second-column {
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .orders-page-wrapper .second-column .action a {
      min-width: 105px; }

#selectProducts .modal-content, #catalogueListProducts .modal-content {
  background-color: #F9F8F6; }

#selectProducts .modal-body, #catalogueListProducts .modal-body {
  padding: 30px 36px 0 36px; }
  @media (max-width: 767.98px) {
    #selectProducts .modal-body, #catalogueListProducts .modal-body {
      padding: 25px 10px 40px; } }

#selectProducts .modal-actions, #catalogueListProducts .modal-actions {
  text-align: right;
  padding: 0 36px 45px; }
  @media (max-width: 991.98px) {
    #selectProducts .modal-actions, #catalogueListProducts .modal-actions {
      text-align: center; } }
  @media (max-width: 767.98px) {
    #selectProducts .modal-actions, #catalogueListProducts .modal-actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      -ms-flex-align: center;
          align-items: center; } }
  #selectProducts .modal-actions .btn, #catalogueListProducts .modal-actions .btn {
    min-width: 265px;
    padding-top: 11px;
    padding-bottom: 10px; }
    #selectProducts .modal-actions .btn:not(:first-child), #catalogueListProducts .modal-actions .btn:not(:first-child) {
      margin-left: 40px; }
    @media (max-width: 767.98px) {
      #selectProducts .modal-actions .btn, #catalogueListProducts .modal-actions .btn {
        max-width: 300px;
        margin-left: 0 !important; }
        #selectProducts .modal-actions .btn:first-child, #catalogueListProducts .modal-actions .btn:first-child {
          margin-top: 20px; } }

#selectProducts .mCustomScrollbar, #catalogueListProducts .mCustomScrollbar {
  max-height: 403px; }
  @media (max-width: 767.98px) {
    #selectProducts .mCustomScrollbar, #catalogueListProducts .mCustomScrollbar {
      max-height: 280px; } }
  #selectProducts .mCustomScrollbar > .mCSB_scrollTools, #catalogueListProducts .mCustomScrollbar > .mCSB_scrollTools {
    right: 12px;
    margin: 30px 0; }

#catalogueListProducts .modal-content > .mCustomScrollbar {
  max-height: 520px;
  margin-bottom: 35px; }
  #catalogueListProducts .modal-content > .mCustomScrollbar .mCSB_scrollTools {
    right: 0; }

.modal-with-select-product .choice-basket {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 767.98px) {
    .modal-with-select-product .choice-basket {
      display: block; } }
  .modal-with-select-product .choice-basket.product-soldout .preview-img-product,
  .modal-with-select-product .choice-basket.product-soldout .desc-product *:not(.alert-message) {
    opacity: .27; }
  .modal-with-select-product .choice-basket.product-soldout .desc-product .id_produit {
    opacity: .8; }
  .modal-with-select-product .choice-basket .info-prolongation {
    position: relative;
    z-index: 1;
    padding: 3px 7px;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-top: 5px;
    background: black; }
    @media (max-width: 991.98px) {
      .modal-with-select-product .choice-basket .info-prolongation {
        font-size: 11px; } }
    @media (max-width: 767.98px) {
      .modal-with-select-product .choice-basket .info-prolongation {
        padding-right: 20px; } }
    .modal-with-select-product .choice-basket .info-prolongation:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      pointer-events: none;
      border-top: 12px solid black;
      border-right: 6px solid #F9F8F6;
      border-bottom: 12px solid black;
      z-index: -1; }
      @media (max-width: 991.98px) {
        .modal-with-select-product .choice-basket .info-prolongation:before {
          border-top-width: 19px;
          border-right-width: 10px;
          border-bottom-width: 19px; } }
  .modal-with-select-product .choice-basket.product-partiallyavailable .add-to-cart:not(.open) .btn-action {
    box-shadow: 0 0 0 1px #DC0C22; }
  @media (max-width: 767.98px) {
    .modal-with-select-product .choice-basket > div:nth-child(2) {
      width: 100%; } }

.modal-with-select-product .first-column {
  max-width: 540px;
  margin-right: 25px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .modal-with-select-product .first-column {
      max-width: 500px; } }
  @media (max-width: 767.98px) {
    .modal-with-select-product .first-column {
      max-width: 100%;
      margin-right: 0; } }

@media (max-width: 767.98px) {
  .modal-with-select-product .second-column {
    min-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px; }
    .modal-with-select-product .second-column .number-article-panier {
      left: 22px; } }

@media (max-width: 330px) {
  .modal-with-select-product .second-column .ticket-resto {
    margin-right: 18px; }
  .modal-with-select-product .second-column .price {
    width: 110px;
    margin-right: 15px; } }

.modal-with-select-product .desc-product {
  text-align: left; }
  @media (max-width: 991.98px) {
    .modal-with-select-product .desc-product a {
      font-size: 14px; } }

.modal-with-select-product .alert-message {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #DC0C22; }
  @media (max-width: 991.98px) {
    .modal-with-select-product .alert-message {
      font-size: 12px; } }
  @media (max-width: 767.98px) {
    .modal-with-select-product .alert-message {
      margin-bottom: 8px;
      text-align: left; } }

.modal-with-select-product .delete-product a:hover {
  cursor: pointer; }

.page-recette {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-recette .preview-recette {
    margin-bottom: 65px; }
    @media (max-width: 991.98px) {
      .page-recette .preview-recette {
        margin-bottom: 38px; } }
    @media (max-width: 767.98px) {
      .page-recette .preview-recette {
        margin-bottom: 30px; } }

.wrapper-recette {
  padding-top: 15px; }
  .wrapper-recette.no-pad {
    padding-top: 0; }
  .wrapper-recette .img-recette img {
    width: 100%; }

#containerFlipbook {
  position: relative; }
  #containerFlipbook .top-buttons {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 20px;
    z-index: 10; }
    @media (max-width: 767.98px) {
      #containerFlipbook .top-buttons {
        width: 100%;
        text-align: left; } }
    #containerFlipbook .top-buttons .btn {
      display: inline-block;
      margin-right: 20px;
      padding: 8px 20px;
      font-size: 14px; }
      @media (max-width: 767.98px) {
        #containerFlipbook .top-buttons .btn {
          margin-right: 0;
          margin-left: 20px; } }
  #containerFlipbook .top-date {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%); }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #containerFlipbook .top-date {
        top: 18px; } }
    @media (max-width: 767.98px) {
      #containerFlipbook .top-date {
        top: 16px;
        left: 20px;
        transform: none; } }
    @media (max-width: 575.98px) {
      #containerFlipbook .top-date {
        top: 12px;
        max-width: 75%; } }
    #containerFlipbook .top-date p {
      margin-bottom: 0;
      font-size: 17px;
      text-align: center;
      line-height: 1.2; }
      @media (max-width: 767.98px) {
        #containerFlipbook .top-date p {
          font-size: 14px;
          text-align: left; } }
      @media (max-width: 575.98px) {
        #containerFlipbook .top-date p {
          font-size: 12px;
          text-align: left; } }

#containerFlipbook,
#thirietFlipbook {
  width: 100%;
  height: calc(100vh - 66px);
  border: none; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #containerFlipbook,
    #thirietFlipbook {
      height: calc(100vh - 175px); } }
  @media (max-width: 767.98px) {
    #containerFlipbook,
    #thirietFlipbook {
      height: calc(100vh - 142px);
      height: calc((var(--vh, 1vh) * 100) - 142px); } }

@media (max-width: 767.98px) {
  .flipbook-sticky.interactive #containerFlipbook .top-buttons {
    width: initial;
    text-align: right; } }

.modal-open .flipbook-sticky.interactive {
  -ms-touch-action: none;
      touch-action: none;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
  overflow: hidden; }

#catalogueTh {
  position: absolute;
  top: 0;
  padding-right: 20px;
  width: 50%;
  height: 100%;
  opacity: 0; }
  @media (max-width: 991.98px) {
    #catalogueTh {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      padding-top: 0;
      padding-right: 50px;
      padding-left: 50px; } }
  @media (max-width: 767.98px) {
    #catalogueTh {
      padding-left: 0; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #catalogueTh {
      position: absolute;
      left: 50%;
      transform: translateX(-50%) scale(0.6);
      width: 100vw;
      padding-right: 0;
      padding-left: 0; } }
  #catalogueTh .catalog-number {
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    color: #A56A37; }
  #catalogueTh > div {
    padding-top: 50px;
    overflow: auto; }
    @media (min-width: 992px) and (max-width: 1536px) and (max-height: 899px) {
      #catalogueTh > div {
        padding-top: 0; } }
  #catalogueTh > div > h1 {
    margin-bottom: 5px;
    padding-left: 3px;
    font-size: 64px; }
    @media (min-width: 992px) and (max-width: 1536px) and (max-height: 899px) {
      #catalogueTh > div > h1 {
        font-size: 46px;
        margin-bottom: 3px; } }
    @media (max-width: 767.98px) {
      #catalogueTh > div > h1 {
        font-size: 40px;
        margin-bottom: 0; } }
  #catalogueTh .catalog-edito > span {
    display: inline-block;
    margin-bottom: 7px;
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 27px; }
    @media (min-width: 992px) and (max-width: 1536px) and (max-height: 899px) {
      #catalogueTh .catalog-edito > span {
        font-size: 20px;
        margin-bottom: 3px; } }
    @media (max-width: 767.98px) {
      #catalogueTh .catalog-edito > span {
        font-size: 24px;
        margin-bottom: 2px; } }
    @media (max-width: 335px) {
      #catalogueTh .catalog-edito > span {
        font-size: 20px; } }
  #catalogueTh .catalog-content > div {
    display: -ms-flexbox;
    display: flex;
    padding-left: 24px; }
    @media (min-width: 992px) and (max-width: 1536px) and (max-height: 899px) {
      #catalogueTh .catalog-content > div {
        padding-left: 0; } }
    @media (max-width: 767.98px) {
      #catalogueTh .catalog-content > div {
        padding-left: 0; } }
  #catalogueTh .catalog-edito {
    margin-right: 50px; }
    @media (min-width: 992px) and (max-width: 1536px) and (max-height: 899px) {
      #catalogueTh .catalog-edito {
        margin-right: 10px; } }
    @media (max-width: 991.98px) {
      #catalogueTh .catalog-edito {
        margin-right: 0; } }
    #catalogueTh .catalog-edito > div p {
      font-size: 13px; }
      @media (min-width: 992px) and (max-width: 1536px) and (max-height: 899px) {
        #catalogueTh .catalog-edito > div p {
          font-size: 11px; } }
      @media (max-width: 767.98px) {
        #catalogueTh .catalog-edito > div p {
          font-size: 11px;
          margin-bottom: 2px; } }
      @media (max-width: 335px) {
        #catalogueTh .catalog-edito > div p {
          font-size: 8px; } }
    #catalogueTh .catalog-edito .edito-footer {
      padding-top: 8px; }
      #catalogueTh .catalog-edito .edito-footer > span {
        display: block;
        margin-bottom: 11px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 11px; }
      #catalogueTh .catalog-edito .edito-footer img {
        width: 130px;
        height: 26px; }
  #catalogueTh .catalog-summary > div {
    position: relative;
    padding: 26px 16px;
    width: 225px;
    margin-right: 10px;
    background-color: #ffffff;
    min-height: 300px; }
    @media (max-height: 880px) {
      #catalogueTh .catalog-summary > div {
        width: 205px;
        padding: 20px 16px; } }
    #catalogueTh .catalog-summary > div:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -12px;
      right: -10px;
      height: 323px;
      background: url(../image/flipbook/etiquette2.png) no-repeat;
      background-size: contain; }
      @media (max-height: 880px) {
        #catalogueTh .catalog-summary > div:after {
          height: 295px; } }
    #catalogueTh .catalog-summary > div > span {
      position: relative;
      z-index: 3;
      display: inline-block;
      margin-bottom: 8px;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      text-transform: uppercase; }
      @media (max-height: 880px) {
        #catalogueTh .catalog-summary > div > span {
          margin-bottom: 0; } }
    #catalogueTh .catalog-summary > div .links {
      position: relative;
      margin-bottom: 12px;
      z-index: 2; }
    #catalogueTh .catalog-summary > div .link {
      margin-bottom: 8px;
      line-height: 1.3; }
      @media (max-height: 880px) {
        #catalogueTh .catalog-summary > div .link {
          margin-bottom: 6px; } }
      #catalogueTh .catalog-summary > div .link .page-number {
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 23px;
        color: #A56A37; }
      #catalogueTh .catalog-summary > div .link .page-category {
        position: relative;
        padding-left: 15px;
        font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        text-transform: uppercase; }
        #catalogueTh .catalog-summary > div .link .page-category:before {
          content: '';
          position: absolute;
          left: 5px;
          top: 3px;
          width: 1px;
          height: 8px;
          background-color: #000000; }
      #catalogueTh .catalog-summary > div .link > p {
        margin: 5px 0 0;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 13px; }
        @media (max-height: 880px) {
          #catalogueTh .catalog-summary > div .link > p {
            font-size: 12px; } }
      #catalogueTh .catalog-summary > div .link:hover, #catalogueTh .catalog-summary > div .link:focus, #catalogueTh .catalog-summary > div .link:active {
        cursor: pointer; }
        #catalogueTh .catalog-summary > div .link:hover .page-category, #catalogueTh .catalog-summary > div .link:focus .page-category, #catalogueTh .catalog-summary > div .link:active .page-category {
          color: #A56A37; }
  .ipgs-page #catalogueTh {
    position: static;
    padding-right: 0;
    width: 100%; }

#flipbook {
  padding-top: 75px !important;
  padding-bottom: 20px !important;
  height: 100vh;
  background-color: #F9F8F6; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #flipbook {
      padding-top: 80px !important;
      padding-bottom: 30px !important; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    #flipbook {
      padding-bottom: 70px !important; } }
  @media (max-width: 575.98px) {
    #flipbook {
      padding-bottom: 85px !important; } }
  #flipbook #catalogueTh {
    opacity: 1;
    transition: .3s opacity ease; }
    @media (min-width: 992px) {
      #flipbook #catalogueTh {
        z-index: 1; } }
    @media (max-width: 991.98px) {
      #flipbook #catalogueTh {
        transition: .15s opacity ease; } }
    #flipbook #catalogueTh.not-displayed {
      opacity: 0;
      z-index: 0; }
  @media (max-width: 991.98px) {
    #flipbook.has-summary .ipgs-thumbs-wrap > .ipgs-thumb:first-child {
      display: none; } }

#flipbook .ipgs-stage {
  background-color: #F9F8F6;
  box-shadow: none; }

#flipbook.ipgs-theme-default ::-webkit-scrollbar-thumb {
  background-color: #e6e5e5; }

#flipbook.ipgs-theme-default ::-webkit-scrollbar-track {
  background-color: #fff; }

#flipbook.ipgs-theme-default .ipgs-page {
  background-color: transparent; }

#flipbook .ipgs-book.centerbook {
  transform: translateX(0) !important; }

#flipbook .ipgs-outline,
#flipbook .ipgs-thumbnails {
  background-color: #fff;
  box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.08);
  z-index: 15; }
  #flipbook .ipgs-outline-toggle,
  #flipbook .ipgs-thumbnails-toggle {
    display: none; }
    @media (max-width: 767.98px) {
      #flipbook .ipgs-outline-toggle,
      #flipbook .ipgs-thumbnails-toggle {
        display: block;
        top: 10px;
        right: 10px;
        width: 66px;
        height: 66px;
        background: url(../image/svg/interactions/close-circle.svg) no-repeat;
        background-size: contain; } }

@media (max-width: 767.98px) {
  #flipbook .ipgs-thumbnails-toggle {
    top: 60px; } }

@media (max-width: 767.98px) {
  #flipbook .ipgs-outline {
    width: 100%; } }

#flipbook .ipgs-thumbnails .ipgs-thumb {
  border: none; }

@media (max-width: 767.98px) {
  #flipbook .ipgs-thumbnails-toggle {
    right: -45px; } }

#flipbook .ipgs-bookmarks-wrap {
  padding: 20px; }
  @media (max-width: 767.98px) {
    #flipbook .ipgs-bookmarks-wrap {
      padding: 60px 55px 60px 20px; } }
  #flipbook .ipgs-bookmarks-wrap .ipgs-state {
    display: none; }
  #flipbook .ipgs-bookmarks-wrap .ipgs-bookmarks {
    padding-left: 0; }
    #flipbook .ipgs-bookmarks-wrap .ipgs-bookmarks .ipgs-bookmark.ipgs-folded {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      text-shadow: none;
      color: #000000; }
      #flipbook .ipgs-bookmarks-wrap .ipgs-bookmarks .ipgs-bookmark.ipgs-folded .ipgs-link:hover, #flipbook .ipgs-bookmarks-wrap .ipgs-bookmarks .ipgs-bookmark.ipgs-folded .ipgs-link:focus, #flipbook .ipgs-bookmarks-wrap .ipgs-bookmarks .ipgs-bookmark.ipgs-folded .ipgs-link:active {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #A56A37; }
    #flipbook .ipgs-bookmarks-wrap .ipgs-bookmarks .ipgs-bookmark.ipgs-folded:not(:last-child) {
      margin-bottom: 15px; }
    #flipbook .ipgs-bookmarks-wrap .ipgs-bookmarks .ipgs-has-childs {
      margin-bottom: 40px; }
    #flipbook .ipgs-bookmarks-wrap .ipgs-bookmarks .ipgs-has-childs > .ipgs-link {
      margin-bottom: 15px;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      text-transform: uppercase;
      text-shadow: none;
      color: #000000; }

#flipbook .ipgs-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  height: 70px;
  padding-right: 15px;
  top: 0;
  bottom: auto;
  background-color: #F9F8F6;
  border: none;
  box-shadow: none; }
  @media (max-width: 767.98px) {
    #flipbook .ipgs-toolbar {
      position: fixed;
      top: auto;
      bottom: 0;
      padding: 0 20px; } }
  #flipbook .ipgs-toolbar .ipgs-control {
    margin-left: 18px; }
    @media (max-width: 345px) {
      #flipbook .ipgs-toolbar .ipgs-control {
        margin-left: 10px; } }
  #flipbook .ipgs-toolbar .ipgs-control-pagenumber {
    position: absolute;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%); }
    @media (max-width: 767.98px) {
      #flipbook .ipgs-toolbar .ipgs-control-pagenumber {
        left: 20px;
        transform: none; } }
    #flipbook .ipgs-toolbar .ipgs-control-pagenumber .ipgs-pagenumber-label {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 20px;
      color: #000000; }
  #flipbook .ipgs-toolbar .ipgs-active {
    background-color: transparent; }

#flipbook .ipgs-prev-page {
  left: 20px;
  background-image: url(../image/flipbook/icones/icon-prev.svg); }
  @media (max-width: 991.98px) {
    #flipbook .ipgs-prev-page {
      left: 10px; } }

#flipbook .ipgs-next-page {
  right: 20px;
  background-image: url(../image/flipbook/icones/icon-next.svg); }
  @media (max-width: 991.98px) {
    #flipbook .ipgs-next-page {
      right: 10px; } }

#flipbook .ipgs-prev-page,
#flipbook .ipgs-next-page {
  width: 48px;
  height: 48px;
  opacity: .05;
  transition: .2s opacity ease; }
  #flipbook .ipgs-prev-page.ipgs-active,
  #flipbook .ipgs-next-page.ipgs-active {
    opacity: 1; }
  @media (max-width: 575.98px) {
    #flipbook .ipgs-prev-page,
    #flipbook .ipgs-next-page {
      opacity: 0; }
      #flipbook .ipgs-prev-page.off,
      #flipbook .ipgs-next-page.off {
        opacity: 0;
        pointer-events: none; } }

#flipbook .ipgs-icon-gotofirst,
#flipbook .ipgs-icon-prev,
#flipbook .ipgs-icon-next,
#flipbook .ipgs-icon-gotolast,
#flipbook .ipgs-icon-outline,
#flipbook .ipgs-icon-thumbnails,
#flipbook .ipgs-icon-zoom-in,
#flipbook .ipgs-icon-zoom-out,
#flipbook .ipgs-icon-zoom-default,
#flipbook .ipgs-icon-fullscreen,
#flipbook .ipgs-icon-share,
#flipbook .ipgs-icon-download,
#flipbook .ipgs-icon-sound {
  transition: all .3s;
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1; }

#flipbook .ipgs-icon-outline {
  background-image: url(../image/flipbook/icones/icon-summary.svg); }
  #flipbook .ipgs-icon-outline:hover {
    background-image: url(../image/flipbook/icones/icon-summary-hover.svg); }

#flipbook .ipgs-icon-thumbnails {
  background-image: url(../image/flipbook/icones/icon-thumbnails.svg); }
  #flipbook .ipgs-icon-thumbnails:hover {
    background-image: url(../image/flipbook/icones/icon-thumbnails-hover.svg); }

#flipbook .ipgs-icon-zoom-in {
  background-image: url(../image/flipbook/icones/icon-zoomin.svg); }
  #flipbook .ipgs-icon-zoom-in:hover {
    background-image: url(../image/flipbook/icones/icon-zoomin-hover.svg); }

#flipbook .ipgs-icon-zoom-out {
  background-image: url(../image/flipbook/icones/icon-zoomout.svg); }
  #flipbook .ipgs-icon-zoom-out:hover {
    background-image: url(../image/flipbook/icones/icon-zoomout-hover.svg); }

#flipbook .ipgs-icon-fullscreen {
  background-image: url(../image/flipbook/icones/icon-fullscreen.svg); }
  #flipbook .ipgs-icon-fullscreen:hover {
    background-image: url(../image/flipbook/icones/icon-fullscreen-hover.svg); }

#flipbook .ipgs-control-fullscreen.ipgs-active .ipgs-icon-fullscreen {
  background-image: url(../image/flipbook/icones/icon-quitfullscreen.svg); }
  #flipbook .ipgs-control-fullscreen.ipgs-active .ipgs-icon-fullscreen:hover {
    background-image: url(../image/flipbook/icones/icon-quitfullscreen-hover.svg); }

#administrationContent .page-kiosque-jcpo .kiosque-head {
  margin-bottom: 0; }

#administrationContent .page-kiosque-jcpo .thiriet-sentence {
  font-size: 70px;
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    #administrationContent .page-kiosque-jcpo .thiriet-sentence {
      font-size: 61px; } }
  @media (max-width: 340px) {
    #administrationContent .page-kiosque-jcpo .thiriet-sentence {
      font-size: 54px; } }

#administrationContent .page-kiosque-jcpo .jcpo-accroche {
  margin-bottom: 34px; }
  #administrationContent .page-kiosque-jcpo .jcpo-accroche p {
    font-size: 17px;
    text-align: center; }
    @media (max-width: 767.98px) {
      #administrationContent .page-kiosque-jcpo .jcpo-accroche p {
        font-size: 14px; } }
  #administrationContent .page-kiosque-jcpo .jcpo-accroche a {
    text-decoration: underline; }
  #administrationContent .page-kiosque-jcpo .jcpo-accroche .bold {
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

#administrationContent .page-kiosque-jcpo .kiosque-wrapper {
  padding-bottom: 40px; }

/* Main typo styles */
.back-button, .menus-bonheur-content .article-navigation > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-decoration: none; }
  .back-button svg, .menus-bonheur-content .article-navigation > a svg {
    width: 18px;
    height: 10px; }
    .back-button svg g *, .menus-bonheur-content .article-navigation > a svg g * {
      transition: .2s stroke ease; }
  .back-button span, .menus-bonheur-content .article-navigation > a span {
    display: inline-block;
    margin-left: 10px;
    transition: .2s color ease; }

.back-button:hover, .menus-bonheur-content .article-navigation > a:hover {
  text-decoration: none; }
  .back-button:hover svg g *, .menus-bonheur-content .article-navigation > a:hover svg g * {
    stroke: #000000; }
  .back-button:hover span, .menus-bonheur-content .article-navigation > a:hover span {
    color: #B2C965; }

.menu-applat {
  margin-top: 15px;
  display: inline-block;
  background-color: #B2C965;
  padding: 2px;
  padding-inline: 10px; }

.text-menu-applat {
  font-family: montserratregular,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  font-size: .875rem; }

.menus-heading, .menus-heading p {
  margin-bottom: 40px;
  font-size: 53px;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 0.9615384615;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 1;
  margin-top: 10px; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .menus-heading, .menus-heading p {
      font-size: 47px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-heading, .menus-heading p {
      font-size: 38px; } }
  @media (max-width: 991.98px) {
    .menus-heading, .menus-heading p {
      margin-bottom: 24px; } }
  @media (max-width: 767.98px) {
    .menus-heading, .menus-heading p {
      font-size: 28px;
      line-height: 1.1; }
      .menus-heading br, .menus-heading p br {
        display: none; } }

.menus-underline {
  z-index: 1;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, #B2C965 0, #B2C965 8px);
  background-size: 100% 8px; }
  .menus-underline.smaller {
    background-image: linear-gradient(to top, #B2C965 0, #B2C965 5px);
    background-size: 100% 5px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-underline {
      background-image: linear-gradient(to top, #B2C965 0, #B2C965 5px);
      background-size: 100% 5px; } }
  @media (max-width: 767.98px) {
    .menus-underline {
      background-image: linear-gradient(to top, #B2C965 0, #B2C965 4px);
      background-size: 100% 4px; }
      .menus-underline.smaller {
        background-image: linear-gradient(to top, #B2C965 0, #B2C965 4px);
        background-size: 100% 4px; } }

.menus-main-text {
  font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.6428571429; }
  .menus-main-text.has-left-padding {
    padding-left: 35px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .menus-main-text.has-left-padding {
        padding-left: 10px; } }
    @media (max-width: 991.98px) {
      .menus-main-text.has-left-padding {
        padding-left: 0; } }
  @media (max-width: 991.98px) {
    .menus-main-text {
      max-width: 648px;
      margin: 0 auto 30px; } }
  .menus-main-text p {
    margin-bottom: 14px; }
    @media (max-width: 991.98px) {
      .menus-main-text p br {
        display: none; } }
    @media (max-width: 767.98px) {
      .menus-main-text p {
        font-size: 12px;
        line-height: 1.6666666667; } }

.menus-bonheur-btn {
  max-width: 100%;
  padding: 10px 17px 9px; }
  @media (max-width: 767.98px) {
    .menus-bonheur-btn {
      font-size: 14px;
      padding-left: 25px;
      padding-right: 25px; } }

/* --- */
#topMenusSection {
  padding-bottom: 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #topMenusSection {
      padding-bottom: 40px;
      background-position: 30% 60%;
      background-size: 120%; } }
  @media (max-width: 767.98px) {
    #topMenusSection {
      padding-top: 30px;
      padding-bottom: 0;
      text-align: center;
      background-color: #fff;
      background-image: none !important; } }
  #topMenusSection .breadcrumb {
    margin-bottom: 40px; }
    #topMenusSection .breadcrumb li {
      display: -ms-flexbox;
      display: flex; }
      #topMenusSection .breadcrumb li a {
        display: -ms-flexbox;
        display: flex; }
        #topMenusSection .breadcrumb li a h1 {
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 12px;
          color: #000000;
          line-height: 1; }
  @media (max-width: 767.98px) {
    #topMenusSection .menus-heading, #topMenusSection .menus-heading p {
      position: relative;
      max-width: 312px;
      margin-left: auto;
      margin-right: auto; } }
  #topMenusSection .menus-main-text {
    max-width: 325px; }
    @media (min-width: 768px) and (max-width: 1239.98px) {
      #topMenusSection .menus-main-text {
        max-width: 300px; } }
    @media (max-width: 991.98px) {
      #topMenusSection .menus-main-text {
        margin-bottom: 0;
        padding-left: 20px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      #topMenusSection .menus-main-text {
        margin-left: 0; } }
    @media (max-width: 767.98px) {
      #topMenusSection .menus-main-text {
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
        padding: 0;
        max-width: 295px; } }
  #topMenusSection .top-visuel {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: -15px; }
    #topMenusSection .top-visuel:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 133px;
      background-image: linear-gradient(to bottom, transparent 0%, #fff 100%); }
    #topMenusSection .top-visuel > img {
      width: 100%; }

.menu-fixed-responsive {
  position: sticky;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  top: 80px;
  height: 40px;
  background-color: #B2C965;
  z-index: 9996; }
  @media (max-width: 991.98px) {
    .menu-fixed-responsive {
      top: 100px; }
      .menu-fixed-responsive #menuFixedCollapse {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #B2C965; } }
  @media (max-width: 767.98px) {
    .menu-fixed-responsive {
      position: fixed;
      width: 100%;
      top: 100px;
      height: 30px;
      transition: .3s top; } }
  .menu-fixed-responsive button {
    position: relative;
    padding-right: 30px;
    width: 100%;
    background-color: transparent;
    text-align: right;
    text-transform: uppercase;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    border: none;
    color: #fff;
    outline: none; }
    .menu-fixed-responsive button:after {
      content: '';
      position: absolute;
      right: 0;
      top: 4px;
      width: 19px;
      height: 19px;
      background: url(../image/pages/menus-bonheur/chevron.svg) no-repeat center;
      background-size: contain;
      transition: .2s transform ease; }
    @media (max-width: 767.98px) {
      .menu-fixed-responsive button {
        padding-right: 16px;
        font-size: 13px; }
        .menu-fixed-responsive button:after {
          width: 7px;
          height: 7px;
          top: 7px; } }
    .menu-fixed-responsive button[aria-expanded="true"]:after {
      transform: rotate(180deg); }
  .menu-fixed-responsive > .container > div > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 991.98px) {
      .menu-fixed-responsive > .container > div > div {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        max-width: 732px;
        margin: 0 auto;
        padding: 14px 12.5px 22px; } }
  .menu-fixed-responsive a {
    display: inline-block;
    font-size: 13px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s color ease; }
    .menu-fixed-responsive a:hover, .menu-fixed-responsive a:focus, .menu-fixed-responsive a:active {
      text-decoration: none;
      color: #fff; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .menu-fixed-responsive a {
        margin-bottom: 14px;
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .menu-fixed-responsive a {
        margin-bottom: 10px; } }

@media (max-width: 767.98px) {
  #mainHeader.slide-up + main .menu-fixed-responsive {
    top: 0; } }

.swiper-menus-section {
  overflow: hidden;
  /* Add overflow hidden on sections containing a swiper */ }
  .swiper-menus-section .menus-swiper {
    overflow: visible; }
    .swiper-menus-section .menus-swiper:before {
      position: absolute;
      content: '';
      right: 100%;
      width: 100vw;
      z-index: 2;
      top: -2px;
      bottom: -2px;
      background-color: #fff; }
      @media (max-width: 991.98px) {
        .swiper-menus-section .menus-swiper:before {
          display: none; } }
    .swiper-menus-section .menus-swiper:after {
      position: absolute;
      content: '';
      left: 100%;
      width: 100vw;
      z-index: 2;
      top: -2px;
      bottom: -2px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%); }
      @media (max-width: 991.98px) {
        .swiper-menus-section .menus-swiper:after {
          display: none; } }
    .swiper-menus-section .menus-swiper .swiper-wrapper {
      display: -ms-flexbox;
      display: flex; }
    .swiper-menus-section .menus-swiper .swiper-slide {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto; }
      .swiper-menus-section .menus-swiper .swiper-slide .description {
        -ms-flex: 1;
            flex: 1; }
    .swiper-menus-section .menus-swiper .swiper-pagination {
      bottom: -34px; }
      @media (min-width: 992px) {
        .swiper-menus-section .menus-swiper .swiper-pagination {
          display: none; } }
      .swiper-menus-section .menus-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border: none;
        background-color: rgba(0, 0, 0, 0.16); }
        .swiper-menus-section .menus-swiper .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #000000; }
    .swiper-menus-section .menus-swiper .container-arrow {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      position: absolute;
      right: 0;
      bottom: calc(100% + 20px); }
      @media (max-width: 991.98px) {
        .swiper-menus-section .menus-swiper .container-arrow {
          display: none; } }
      .swiper-menus-section .menus-swiper .container-arrow > div {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 45px;
        height: 26px;
        background-color: #000000;
        opacity: 1;
        transition: .2s all ease;
        z-index: 3; }
        .swiper-menus-section .menus-swiper .container-arrow > div:hover {
          transform: scale(0.96);
          cursor: pointer;
          background-color: #B2C965; }
        .swiper-menus-section .menus-swiper .container-arrow > div:not(:last-of-type) {
          margin-right: 7px; }
        .swiper-menus-section .menus-swiper .container-arrow > div img {
          display: inline-block;
          width: 18px;
          height: 10px; }
        .swiper-menus-section .menus-swiper .container-arrow > div.next-arrow img {
          transform: rotate(180deg); }

@media (min-width: 992px) {
  .to-front-column {
    z-index: 2;
    /* Bring to front the content column on the left of the swiper */ } }

@media (max-width: 991.98px) {
  .left-column {
    text-align: center; } }

/* SECTION 1 */
#semaineMenus {
  padding: 50px 0 95px;
  background-color: #F4F5F1; }
  #semaineMenus .menus-swiper:before {
    background-color: #F4F5F1; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #semaineMenus {
      padding-bottom: 60px; }
      #semaineMenus .left-column {
        position: relative; }
      #semaineMenus .menus-main-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: justify;
            justify-content: space-between;
        max-width: 100%;
        margin: 36px 0;
        text-align: left; }
        #semaineMenus .menus-main-text p {
          max-width: 420px;
          margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    #semaineMenus {
      padding: 35px 0 0; }
      #semaineMenus .menus-main-text {
        margin-bottom: 35px; } }

@media (max-width: 991.98px) {
  .nav-responsive {
    overflow-x: auto; } }

.menus-pills {
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-pills {
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  @media (max-width: 767.98px) {
    .menus-pills {
      display: table;
      margin: 0 auto 20px; }
      .menus-pills .nav-item {
        display: table-cell;
        white-space: nowrap; } }
  .menus-pills .nav-item:not(:last-child) {
    margin-right: 12px; }
    @media (max-width: 767.98px) {
      .menus-pills .nav-item:not(:last-child) .nav-link {
        margin-right: 12px; } }
  .menus-pills .nav-link {
    padding: 9px 24px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-radius: 999vw;
    border: 1px solid #000000;
    transition: .2s background-color ease; }
    @media (max-width: 767.98px) {
      .menus-pills .nav-link {
        padding: 8px 12px; } }
    .menus-pills .nav-link.active {
      border-color: #B2C965;
      background-color: #B2C965;
      color: #fff; }
    .menus-pills .nav-link:not(.active):hover, .menus-pills .nav-link:not(.active):focus, .menus-pills .nav-link:not(.active):active {
      background-color: #000000;
      color: #fff; }

#selectSemaineMenus {
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 26px;
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 999vw;
  border: 1px solid #B2C965;
  background-color: #B2C965;
  color: #fff; }

.menus-download-guide {
  margin: 50px 8px 0 15px;
  padding: 15px 15px 15px 22px;
  background-color: #fff;
  transition: .2s box-shadow ease, .2s transform ease; }
  .menus-download-guide:hover, .menus-download-guide:focus, .menus-download-guide:active {
    text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-3px); }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .menus-download-guide {
      margin: 50px 0 0;
      padding: 15px; }
      .menus-download-guide p {
        font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-download-guide {
      position: absolute;
      right: 0;
      top: calc(100% + 28px);
      margin: 0;
      padding-top: 8px;
      padding-bottom: 8px;
      max-width: 266px;
      z-index: 2; } }
  @media (max-width: 767.98px) {
    .menus-download-guide {
      margin: 30px auto 0; } }
  .menus-download-guide img {
    display: inline-block;
    margin-right: 12px;
    width: 21px;
    height: 28px; }
  .menus-download-guide p {
    margin: 0;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    line-height: 1.3076923077; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .menus-download-guide p {
        font-size: 12px; } }
  .menus-download-guide .bold {
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.semaine-menu-swiper {
  counter-reset: menu-day; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .semaine-menu-swiper {
      margin-bottom: 26px; } }
  @media (max-width: 991.98px) {
    .semaine-menu-swiper {
      margin-bottom: 56px; } }
  .semaine-menu-swiper .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .semaine-menu-swiper .thumbnail .menu-day {
      position: absolute;
      top: 12px;
      left: 20px;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 26px;
      color: #000000;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      letter-spacing: -1px; }
      .semaine-menu-swiper .thumbnail .menu-day:after {
        content: " " counter(menu-day);
        counter-increment: menu-day; }
  .semaine-menu-swiper .description {
    padding: 12px 23px 4px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .semaine-menu-swiper .description > div {
      padding-bottom: 20px; }
    .semaine-menu-swiper .description .food-list {
      font-size: 13px;
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #9B9B9B; }
      .semaine-menu-swiper .description .food-list b {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: normal;
        color: #000000; }
  .semaine-menu-swiper .menu-midday {
    -ms-flex: 1;
        flex: 1; }
  .semaine-menu-swiper .menu-evening {
    padding-top: 12px;
    border-top: 2px solid #EFF2EC;
    -ms-flex: 1;
        flex: 1; }
  .semaine-menu-swiper .menu-time-title {
    display: inline-block;
    margin-bottom: 3px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 17px;
    text-transform: uppercase;
    color: #B2C965; }

.order-week-menus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
  padding: 14px 18px;
  background-color: #000000; }
  @media (max-width: 991.98px) {
    .order-week-menus {
      padding-left: 14px;
      padding-right: 14px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .order-week-menus {
      margin-top: 56px; } }
  @media (max-width: 767.98px) {
    .order-week-menus {
      -ms-flex-direction: column;
          flex-direction: column;
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; } }
  .order-week-menus .order-content.remise-montant {
    max-width: 540px; }
    @media (min-width: 768px) and (max-width: 1239.98px) {
      .order-week-menus .order-content.remise-montant {
        max-width: 384px; } }
    .order-week-menus .order-content.remise-montant .description br {
      display: none !important; }
  .order-week-menus .heading {
    margin-bottom: 26px;
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 17px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 991.98px) {
      .order-week-menus .heading {
        font-size: 16px; } }
    .order-week-menus .heading p {
      margin-bottom: 14px; }
    .order-week-menus .heading > span {
      display: inline-block;
      font-family: "sansista_swashed_medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 28px;
      text-transform: none;
      color: #B2C965; }
      @media (max-width: 767.98px) {
        .order-week-menus .heading > span {
          font-size: 20px;
          line-height: 1.35; } }
  .order-week-menus .description p {
    margin: 0;
    font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    color: #BEBEBE; }
  .order-week-menus .order-actions.remise-taux {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end; }
    .order-week-menus .order-actions.remise-taux .price {
      margin-bottom: 12px;
      text-align: center;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 20px;
      line-height: 1.2;
      color: #fff; }
      .order-week-menus .order-actions.remise-taux .price span {
        display: block; }
    .order-week-menus .order-actions.remise-taux .old-price {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      -webkit-text-decoration-line: line-through;
         -moz-text-decoration-line: line-through;
              text-decoration-line: line-through; }
  .order-week-menus .order-actions.remise-montant {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-width: 250px; }
    .order-week-menus .order-actions.remise-montant .receipt {
      margin-bottom: 14px; }
      @media (max-width: 767.98px) {
        .order-week-menus .order-actions.remise-montant .receipt {
          margin-top: 30px;
          margin-bottom: 22px; } }
    .order-week-menus .order-actions.remise-montant .receipt-line {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 5px; }
      .order-week-menus .order-actions.remise-montant .receipt-line span {
        display: block; }
    .order-week-menus .order-actions.remise-montant .price-subject {
      max-width: 170px;
      font-size: 13px;
      line-height: 1.3;
      color: #fff; }
    .order-week-menus .order-actions.remise-montant .price {
      font-size: 17px;
      line-height: 1;
      color: #fff; }
    .order-week-menus .order-actions.remise-montant .receipt-line.total {
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #fff; }
      .order-week-menus .order-actions.remise-montant .receipt-line.total .price-subject {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        text-transform: uppercase; }
      .order-week-menus .order-actions.remise-montant .receipt-line.total .price {
        font-size: 20px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .order-week-menus .order-actions.remise-montant .add-to-cart {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .order-week-menus .order-actions.remise-taux.indisponible .add-to-cart,
  .order-week-menus .order-actions.remise-montant.indisponible .add-to-cart {
    opacity: 0.35;
    pointer-events: none; }
  .order-week-menus .order-actions.remise-taux.indisponible:hover .add-to-cart .btn-action,
  .order-week-menus .order-actions.remise-montant.indisponible:hover .add-to-cart .btn-action {
    transform: translateY(-50%) scale(1); }
  .order-week-menus .order-actions.remise-taux.indisponible .receipt,
  .order-week-menus .order-actions.remise-montant.indisponible .receipt {
    display: none; }
  .order-week-menus .order-actions.remise-taux.indisponible .indisponible-div,
  .order-week-menus .order-actions.remise-montant.indisponible .indisponible-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end; }
    .order-week-menus .order-actions.remise-taux.indisponible .indisponible-div .indisponible-label,
    .order-week-menus .order-actions.remise-montant.indisponible .indisponible-div .indisponible-label {
      color: white;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-transform: uppercase; }
  .order-week-menus .order-actions.remise-taux:not(.indisponible) .indisponible-div,
  .order-week-menus .order-actions.remise-montant:not(.indisponible) .indisponible-div {
    display: none; }

#semaine-menus-content .menus-swiper:after {
  background: linear-gradient(90deg, rgba(244, 245, 241, 0) 0%, #F4F5F1 10%); }

/* FIN DE SECTION 1 */
/* SECTION 2 */
#thirietManifest {
  padding: 100px 0 70px;
  background-color: #fff; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #thirietManifest {
      padding: 50px 0 60px; } }
  @media (max-width: 767.98px) {
    #thirietManifest {
      padding: 40px 0 30px; } }

.manifest-swiper {
  counter-reset: manifest-number; }
  @media (max-width: 991.98px) {
    .manifest-swiper {
      margin-bottom: 26px; } }
  .manifest-swiper .swiper-slide {
    padding: 120px 20px 30px;
    background-color: #F4F5F1; }
    @media (max-width: 991.98px) {
      .manifest-swiper .swiper-slide {
        padding-left: 17px;
        padding-right: 17px; } }
    .manifest-swiper .swiper-slide.has-background {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .manifest-swiper .manifest-number:before {
    content: counter(manifest-number, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 16px;
    counter-increment: manifest-number;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 126px;
    line-height: 1;
    color: #fff; }
  .manifest-swiper .manifest-heading {
    margin-bottom: 24px;
    font-size: 27px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.1851851852; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .manifest-swiper .manifest-heading {
        font-size: 22px; } }
  .manifest-swiper .manifest-desc {
    font-size: 13px; }
    @media (max-width: 767.98px) {
      .manifest-swiper .manifest-desc {
        font-size: 12px;
        line-height: 1.6666666667; } }

/* FIN DE SECTION 2 */
/* SECTION 3 */
#thirietConcept {
  padding: 85px 0 75px;
  background-color: #F4F5F1; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #thirietConcept {
      padding: 50px 0 60px; }
      #thirietConcept .menus-main-text {
        margin-bottom: 22px; } }
  @media (max-width: 767.98px) {
    #thirietConcept {
      padding: 40px 0 30px; }
      #thirietConcept .menus-main-text {
        margin-bottom: 20px; } }
  @media (min-width: 992px) {
    #thirietConcept .to-front-column .left-column {
      padding-top: 35px; } }

.concept-content {
  font-size: 13px; }
  .concept-content .has-padding {
    padding-left: 290px;
    padding-right: 40px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .concept-content .has-padding {
        padding-left: 240px; } }
    @media (max-width: 991.98px) {
      .concept-content .has-padding {
        margin: 0 auto;
        padding: 0;
        max-width: 648px; } }
  .concept-content p {
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 1.5384615385; }
    @media (max-width: 991.98px) {
      .concept-content p {
        margin-bottom: 30px; } }
    .concept-content p .bold {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .concept-content p .editable_semibold {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .concept-content p .editable_medium {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .concept-content p .editable_italic {
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .concept-content p .editable_light {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .concept-content img {
    display: block;
    margin-bottom: 35px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .concept-content img {
        margin-bottom: -40px; } }
    @media (max-width: 767.98px) {
      .concept-content img {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .concept-content .concept-visuel {
      max-width: 100%; } }
  @media (max-width: 991.98px) {
    .concept-content .concept-visuel {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; } }
  .concept-content .concept-heading, .concept-content .concept-heading p {
    font-size: 28px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.3928571429; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .concept-content .concept-heading br, .concept-content .concept-heading p br {
        display: none; } }
    @media (max-width: 767.98px) {
      .concept-content .concept-heading, .concept-content .concept-heading p {
        margin-bottom: 20px;
        font-size: 20px; } }
    .concept-content .concept-heading sup, .concept-content .concept-heading p sup {
      font-size: 50%; }
  .concept-content .concept-menuscore {
    position: relative; }
  .concept-content .menuscore-explained {
    position: absolute;
    top: calc(100% - 100px);
    left: -291px;
    width: 424px;
    padding: 35px 50px 20px 36px;
    background-color: #000000;
    color: #fff;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .concept-content .menuscore-explained {
        position: relative;
        left: auto; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .concept-content .menuscore-explained {
        width: 648px;
        margin: 0 auto 40px; } }
    @media (max-width: 767.98px) {
      .concept-content .menuscore-explained {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin: 0 -50vw 40px;
        padding-left: 20px;
        padding-right: 20px; } }
    .concept-content .menuscore-explained h3, .concept-content .menuscore-explained h3 p {
      margin-bottom: 16px;
      font-size: 28px;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      line-height: 1.1428571429;
      color: #fff; }
      @media (max-width: 767.98px) {
        .concept-content .menuscore-explained h3, .concept-content .menuscore-explained h3 p {
          font-size: 24px; } }
      .concept-content .menuscore-explained h3 sup, .concept-content .menuscore-explained h3 p sup {
        font-size: 50%; }
    .concept-content .menuscore-explained img {
      margin-bottom: 16px; }
    .concept-content .menuscore-explained p {
      margin-bottom: 16px;
      font-size: 13px; }
    .concept-content .menuscore-explained .bold {
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

/* FIN DE SECTION 3 */
.swiper-menus-section.article {
  background-color: #fff;
  padding: 100px 0 70px; }
  .swiper-menus-section.article .swiper-slide {
    background-color: #F4F5F1; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .swiper-menus-section.article {
      padding: 50px 0 60px; } }
  @media (max-width: 767.98px) {
    .swiper-menus-section.article {
      padding: 40px 0 30px; } }
  .swiper-menus-section.article.dark {
    background-color: #F4F5F1; }
    .swiper-menus-section.article.dark .menus-swiper:after {
      background: linear-gradient(90deg, rgba(244, 245, 241, 0) 0%, #F4F5F1 10%); }
    .swiper-menus-section.article.dark .swiper-slide {
      background-color: #fff; }
    .swiper-menus-section.article.dark .menus-swiper:before {
      background-color: #F4F5F1; }

.thiriet-blog-swiper {
  margin-bottom: 20px;
  counter-reset: article-number; }
  @media (max-width: 991.98px) {
    .thiriet-blog-swiper {
      margin-bottom: 56px; } }
  .thiriet-blog-swiper .swiper-slide:hover .thumbnail, .thiriet-blog-swiper .swiper-slide:focus .thumbnail, .thiriet-blog-swiper .swiper-slide:active .thumbnail {
    background-size: 105%; }
  .thiriet-blog-swiper .swiper-slide a {
    display: block;
    text-decoration: none; }
  .thiriet-blog-swiper .thumbnail {
    position: relative;
    aspect-ratio: 412 / 300;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: .3s background-size ease; }
  .thiriet-blog-swiper .article-content {
    padding: 16px 35px 120px 25px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .thiriet-blog-swiper .article-content {
        padding: 16px 25px 80px; } }
    @media (max-width: 767.98px) {
      .thiriet-blog-swiper .article-content {
        padding: 16px 20px 65px; } }
  .thiriet-blog-swiper .article-number {
    display: inline-block;
    margin-bottom: 4px;
    font-family: "montserratalternatesthin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 34px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .thiriet-blog-swiper .article-number {
        font-size: 26px;
        margin-bottom: 8px; } }
    @media (max-width: 767.98px) {
      .thiriet-blog-swiper .article-number {
        font-size: 30px; } }
    @media (max-width: 350px) {
      .thiriet-blog-swiper .article-number {
        font-size: 26px; } }
  .thiriet-blog-swiper .article-heading {
    margin-bottom: 18px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 1.4375;
    text-transform: uppercase; }
  .thiriet-blog-swiper .article-desc p {
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.6428571429; }
    @media (max-width: 767.98px) {
      .thiriet-blog-swiper .article-desc p {
        font-size: 13px; } }
  .thiriet-blog-swiper .article-read-more {
    display: inline-block;
    position: absolute;
    right: 34px;
    bottom: 28px;
    font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px; }
  .thiriet-blog-swiper .link-over:hover .article-read-more {
    text-decoration: underline; }

/* PAGE DE CONTENU BLOG */
.menus-bonheur-content > .container {
  position: relative;
  padding-top: 20px; }

.menus-bonheur-content .video {
  position: relative; }
  .menus-bonheur-content .video img.img-fluid {
    margin: auto; }
  .menus-bonheur-content .video .player-icon {
    display: inline-block;
    position: relative;
    bottom: 100px;
    left: 50%;
    width: 67px;
    height: 67px;
    transform: translateX(-50%); }
  .menus-bonheur-content .video .player-icon img {
    display: block;
    position: absolute;
    width: 67px;
    height: 67px;
    transition: .3s all ease; }
    .menus-bonheur-content .video .player-icon img:first-child {
      opacity: 1; }
    .menus-bonheur-content .video .player-icon img:last-child {
      opacity: 0; }
  .menus-bonheur-content .video .player-icon.invert img:first-child {
    opacity: 0; }
  .menus-bonheur-content .video .player-icon.invert img:last-child {
    opacity: 1; }

.menus-bonheur-content .back-button, .menus-bonheur-content .article-navigation > a {
  position: absolute;
  top: 30px;
  left: 12.5px;
  z-index: 2; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-bonheur-content .back-button, .menus-bonheur-content .article-navigation > a {
      top: 28px; } }
  @media (max-width: 767.98px) {
    .menus-bonheur-content .back-button, .menus-bonheur-content .article-navigation > a {
      top: 25px; } }

.menus-bonheur-content .bold {
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.menus-bonheur-content h1 {
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .menus-bonheur-content h1 {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-bonheur-content h1 {
      padding-left: 140px;
      padding-right: 140px; } }
  @media (max-width: 767.98px) {
    .menus-bonheur-content h1 {
      margin-bottom: 24px;
      text-align: center; } }

.menus-bonheur-content .intro {
  margin-bottom: 56px; }
  @media (max-width: 991.98px) {
    .menus-bonheur-content .intro {
      margin-bottom: 36px; } }
  @media (max-width: 767.98px) {
    .menus-bonheur-content .intro {
      text-align: center; } }

.menus-bonheur-content .intro p {
  font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-bonheur-content .intro p {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .menus-bonheur-content .intro p {
      font-size: 12px; } }

.menus-bonheur-content div:not(.para-article-liste-2-col) > p, .menus-bonheur-content div.row.para-article-liste-2-col {
  font-size: 15px;
  line-height: 1.8125; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-bonheur-content div:not(.para-article-liste-2-col) > p, .menus-bonheur-content div.row.para-article-liste-2-col {
      margin-bottom: 26px;
      font-size: 13px;
      padding: 0 30px; } }
  @media (max-width: 767.98px) {
    .menus-bonheur-content div:not(.para-article-liste-2-col) > p, .menus-bonheur-content div.row.para-article-liste-2-col {
      margin-bottom: 10px;
      font-size: 12px; } }

.menus-bonheur-content img.img-fluid {
  display: block;
  margin-bottom: 50px;
  max-width: 100%; }
  @media (max-width: 767.98px) {
    .menus-bonheur-content img.img-fluid {
      max-width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-bottom: 40px; } }

.menus-bonheur-content .article-navigation {
  margin-top: 75px;
  margin-bottom: 80px;
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #000000; }
  @media (max-width: 767.98px) {
    .menus-bonheur-content .article-navigation {
      margin-top: 50px;
      margin-bottom: 25px; } }
  .menus-bonheur-content .article-navigation > a {
    position: static; }
    @media (max-width: 346px) {
      .menus-bonheur-content .article-navigation > a {
        font-size: 12px; } }
  .menus-bonheur-content .article-navigation .next-article svg {
    display: inline-block;
    transform: rotate(180deg); }
  .menus-bonheur-content .article-navigation .next-article span {
    margin-left: 0;
    margin-right: 10px; }
  .menus-bonheur-content .article-navigation .disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.5; }

.menus-bonheur-content ul {
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 20px; }
  .menus-bonheur-content ul li {
    position: relative;
    list-style-position: inherit;
    text-indent: 1.5em;
    line-height: 1.7; }
    .menus-bonheur-content ul li:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #B2C965; }
  .menus-bonheur-content ul > li > ul {
    padding-top: 4px;
    margin-bottom: 8px; }
    .menus-bonheur-content ul > li > ul > li:before {
      content: '-';
      width: 0;
      height: 0;
      top: 0;
      left: -16px;
      background-color: transparent;
      border-radius: 0; }

.menus-bonheur-content ul:not(.ul-indent) {
  padding-left: 0; }
  .menus-bonheur-content ul:not(.ul-indent) > li > ul {
    padding-left: 16px; }

.menus-bonheur-content ol {
  counter-reset: item;
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.8125; }
  .menus-bonheur-content ol li {
    display: block; }
    .menus-bonheur-content ol li:before {
      content: counter(item) " ";
      counter-increment: item;
      color: #B2C965;
      font-family: "montserratbold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.menus-bonheur-content ul a, .menus-bonheur-content ol a {
  color: #B2C965;
  font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-decoration: underline; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .menus-bonheur-content ul, .menus-bonheur-content ol {
    font-size: 13px;
    padding: 0 30px; } }

@media (max-width: 767.98px) {
  .menus-bonheur-content ul, .menus-bonheur-content ol {
    font-size: 12px; } }

.menus-bonheur-content .question {
  margin: 10px 60px 30px;
  padding: 25px;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  background: #fff;
  color: #000000; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-bonheur-content .question {
      font-size: 18px; } }
  @media (max-width: 767.98px) {
    .menus-bonheur-content .question {
      margin-left: 0;
      margin-right: 0;
      font-size: 16px; } }
  .menus-bonheur-content .question .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .menus-bonheur-content .question .content .left-column {
      padding-right: 15px; }
      .menus-bonheur-content .question .content .left-column img {
        width: 50px;
        height: 50px; }
    .menus-bonheur-content .question .content .right-column {
      padding: 0 9px; }
      .menus-bonheur-content .question .content .right-column p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: inherit;
        padding: inherit; }
    @media (max-width: 767.98px) {
      .menus-bonheur-content .question .content {
        -ms-flex-direction: column;
            flex-direction: column; }
        .menus-bonheur-content .question .content .left-column {
          margin-bottom: 25px;
          padding-right: 0; }
        .menus-bonheur-content .question .content .right-column {
          padding: 0; } }
    .menus-bonheur-content .question .content a {
      color: #B2C965;
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-decoration: underline; }

.menus-bonheur-content .encart {
  margin: 10px 25px 50px;
  padding: 15px 0;
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  background: #fff;
  color: #000000; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-bonheur-content .encart {
      font-size: 18px; } }
  @media (max-width: 767.98px) {
    .menus-bonheur-content .encart {
      margin-left: 0;
      margin-right: 0;
      font-size: 16px; } }
  .menus-bonheur-content .encart .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .menus-bonheur-content .encart .content .left-column img {
      width: 110px;
      height: 150px; }
    .menus-bonheur-content .encart .content .right-column {
      padding-right: 9px; }
      .menus-bonheur-content .encart .content .right-column p {
        font-size: 15px;
        line-height: 1.8125;
        margin-bottom: inherit;
        padding: inherit; }
    @media (max-width: 767.98px) {
      .menus-bonheur-content .encart .content {
        -ms-flex-direction: column;
            flex-direction: column; }
        .menus-bonheur-content .encart .content .left-column {
          margin-bottom: 25px;
          padding-right: 0; }
        .menus-bonheur-content .encart .content .right-column {
          padding: 0 9px; } }
    .menus-bonheur-content .encart .content a {
      color: #B2C965;
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-decoration: underline; }

.menus-bonheur-content .quote {
  margin: 30px 60px; }
  @media (max-width: 575.98px) {
    .menus-bonheur-content .quote {
      margin: 30px 15px; } }
  .menus-bonheur-content .quote blockquote {
    position: relative;
    padding: 42px;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: italic;
    background: #fff;
    color: #B2C965; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .menus-bonheur-content .quote blockquote {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .menus-bonheur-content .quote blockquote {
        margin-left: 0;
        margin-right: 0;
        font-size: 16px; } }
    .menus-bonheur-content .quote blockquote:before, .menus-bonheur-content .quote blockquote:after {
      content: '';
      position: absolute;
      background: url(../image/pages/menus-bonheur/mdb-quotes.svg) no-repeat;
      width: 72px;
      height: 48px;
      background-size: contain; }
    .menus-bonheur-content .quote blockquote:before {
      top: -13px;
      left: -13px; }
    .menus-bonheur-content .quote blockquote:after {
      bottom: -13px;
      right: -13px;
      transform: scale(-1, 1); }
    .menus-bonheur-content .quote blockquote p {
      margin: 0;
      font-size: 20px;
      line-height: 1.4; }
    .menus-bonheur-content .quote blockquote a {
      color: #B2C965;
      font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-decoration: underline; }

.menus-bonheur-content .categorie-article, .menus-bonheur-content .categorie-article p {
  font-family: "montserratalternatesthin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 35px; }
  @media (max-width: 991.98px) {
    .menus-bonheur-content .categorie-article, .menus-bonheur-content .categorie-article p {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .menus-bonheur-content .categorie-article, .menus-bonheur-content .categorie-article p {
      font-size: 28px; } }
  @media (max-width: 767.98px) {
    .menus-bonheur-content .categorie-article, .menus-bonheur-content .categorie-article p {
      padding-top: 20px;
      font-size: 24px; } }

.menus-bonheur-content p .editable_sources {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px; }

.menus-bonheur-content p a {
  color: #B2C965;
  font-family: "montserratitalic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-decoration: underline; }

.menus-bonheur-content .article-table {
  width: 80%;
  margin-right: auto;
  margin-left: auto; }
  .menus-bonheur-content .article-table table {
    width: 100% !important;
    border: none; }
  .menus-bonheur-content .article-table td {
    border: none;
    border-bottom: 1px solid #C4C4C6;
    padding: 10px 0; }
  .menus-bonheur-content .article-table tr {
    border: none; }
    .menus-bonheur-content .article-table tr:first-child td {
      border: none; }

#menuProduitsComplementaires .modal-body {
  padding: 35px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #menuProduitsComplementaires .modal-body {
      padding: 20px; } }
  @media (max-width: 767.98px) {
    #menuProduitsComplementaires .modal-body {
      padding: 10px; } }

#menuProduitsComplementaires .mCustomScrollbar {
  max-height: 500px; }
  @media (max-width: 1239.98px) {
    #menuProduitsComplementaires .mCustomScrollbar {
      max-height: 450px; } }
  @media (max-width: 767.98px) {
    #menuProduitsComplementaires .mCustomScrollbar {
      max-height: 300px; } }
  #menuProduitsComplementaires .mCustomScrollbar .mCSB_scrollTools {
    opacity: 1 !important; }
  #menuProduitsComplementaires .mCustomScrollbar .mCSB_scrollTools {
    margin: 15px 0; }

#menuProduitsComplementaires .modal-content .title {
  font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 48px;
  font-size: 3rem;
  text-align: left;
  line-height: 0.9;
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #menuProduitsComplementaires .modal-content .title {
      font-size: 2.75rem; } }
  @media (max-width: 767.98px) {
    #menuProduitsComplementaires .modal-content .title {
      font-size: 2.375rem; } }

#menuProduitsComplementaires .modal-content .recapitulatif-wrapper {
  margin-bottom: 0; }

#menuProduitsComplementaires .modal-content .product-line {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  padding-top: 10px; }
  @media (max-width: 767.98px) {
    #menuProduitsComplementaires .modal-content .product-line {
      border-bottom: 1px solid #ccc; } }
  #menuProduitsComplementaires .modal-content .product-line:first-child {
    padding-top: 0; }
  #menuProduitsComplementaires .modal-content .product-line:last-child {
    border-bottom: 0; }
  #menuProduitsComplementaires .modal-content .product-line .preview-image {
    height: 90px;
    min-width: 90px;
    max-width: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 30px; }
    @media (max-width: 991.98px) {
      #menuProduitsComplementaires .modal-content .product-line .preview-image {
        margin-right: 10px; } }
    #menuProduitsComplementaires .modal-content .product-line .preview-image img {
      width: 100%; }
    #menuProduitsComplementaires .modal-content .product-line .preview-image a {
      transform: translateY(2px); }
  #menuProduitsComplementaires .modal-content .product-line .preview-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding-right: 150px;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      #menuProduitsComplementaires .modal-content .product-line .preview-content {
        padding-right: 100px; } }
    @media (max-width: 991.98px) {
      #menuProduitsComplementaires .modal-content .product-line .preview-content {
        padding-right: 54px; } }
    @media (max-width: 767.98px) {
      #menuProduitsComplementaires .modal-content .product-line .preview-content {
        padding-right: 0; } }
    #menuProduitsComplementaires .modal-content .product-line .preview-content a.product-title {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      font-size: 0.75rem;
      margin-bottom: 3px;
      color: #000000;
      padding-right: 20px; }
      @media (max-width: 991.98px) {
        #menuProduitsComplementaires .modal-content .product-line .preview-content a.product-title {
          font-size: 0.6875rem;
          padding-right: 35px; } }
      @media (max-width: 767.98px) {
        #menuProduitsComplementaires .modal-content .product-line .preview-content a.product-title {
          padding-right: 60px;
          margin-bottom: 10px; } }
    #menuProduitsComplementaires .modal-content .product-line .preview-content span.price {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1;
      color: #AB4315;
      margin: 0; }
      @media (max-width: 991.98px) {
        #menuProduitsComplementaires .modal-content .product-line .preview-content span.price {
          font-size: 1rem; } }
      #menuProduitsComplementaires .modal-content .product-line .preview-content span.price.dashed {
        text-decoration: line-through;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.1666666667; }
        @media (max-width: 991.98px) {
          #menuProduitsComplementaires .modal-content .product-line .preview-content span.price.dashed {
            font-size: 0.625rem; } }
    #menuProduitsComplementaires .modal-content .product-line .preview-content .desc-product {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.1666666667;
      color: #000000;
      margin: 0;
      white-space: nowrap; }
      #menuProduitsComplementaires .modal-content .product-line .preview-content .desc-product .packaging {
        white-space: break-spaces; }
      @media (max-width: 991.98px) {
        #menuProduitsComplementaires .modal-content .product-line .preview-content .desc-product {
          font-size: 0.6875rem; } }
    #menuProduitsComplementaires .modal-content .product-line .preview-content .desc-menu {
      font-family: "sansista_swashed_medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      padding-bottom: 8px;
      font-size: 17px;
      font-size: 1.0625rem;
      color: #000000; }
    #menuProduitsComplementaires .modal-content .product-line .preview-content .empty {
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-left: 50px; }
      #menuProduitsComplementaires .modal-content .product-line .preview-content .empty .number-article-panier {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        margin-right: 50px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        background-color: #F3F0EE;
        border: 1px solid #DC0C22; }
        #menuProduitsComplementaires .modal-content .product-line .preview-content .empty .number-article-panier .product-quantity > span {
          font-size: 18px;
          color: #DC0C22;
          font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    #menuProduitsComplementaires .modal-content .product-line .preview-content div.bottom-bar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      min-height: 35px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 991.98px) {
        #menuProduitsComplementaires .modal-content .product-line .preview-content div.bottom-bar {
          padding-right: 45px; } }
      #menuProduitsComplementaires .modal-content .product-line .preview-content div.bottom-bar .illu-solde {
        width: 48px;
        height: 35px;
        transform: translateY(3px);
        margin-right: 6px; }
      #menuProduitsComplementaires .modal-content .product-line .preview-content div.bottom-bar > *:not(.illu-solde) {
        padding-bottom: 5px;
        margin-right: 6px;
        min-height: 30px; }
      #menuProduitsComplementaires .modal-content .product-line .preview-content div.bottom-bar .ticket-resto {
        padding-bottom: 7px;
        margin-right: 8px;
        margin-left: 3px; }
    #menuProduitsComplementaires .modal-content .product-line .preview-content .add-to-cart {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 2; }
      #menuProduitsComplementaires .modal-content .product-line .preview-content .add-to-cart.active {
        z-index: 3; }
      #menuProduitsComplementaires .modal-content .product-line .preview-content .add-to-cart.open {
        z-index: 4; }

#kiosqueGoodies {
  max-width: 1840px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #kiosqueGoodies {
      max-width: 732px;
      padding-left: 12px;
      padding-right: 12px; } }
  @media (max-width: 767.98px) {
    #kiosqueGoodies {
      padding-left: 20px;
      padding-right: 20px; } }

.kiosque-goodies-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .kiosque-goodies-inner > div {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .kiosque-goodies-inner > div {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
    @media (max-width: 767.98px) {
      .kiosque-goodies-inner > div {
        margin-bottom: 30px; } }
    .kiosque-goodies-inner > div img {
      max-width: 100%;
      margin-bottom: 10px; }
    .kiosque-goodies-inner > div h2 {
      display: inline-block;
      padding: 0 12px;
      font-size: 13px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      text-transform: uppercase;
      line-height: 1.3; }
      @media (max-width: 1239.98px) {
        .kiosque-goodies-inner > div h2 {
          font-size: 12px; } }
      @media (max-width: 767.98px) {
        .kiosque-goodies-inner > div h2 {
          font-size: 11px; } }
    .kiosque-goodies-inner > div:first-child {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-align: left;
      font-size: 1vw; }
      @media (max-width: 767.98px) {
        .kiosque-goodies-inner > div:first-child {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: center;
              justify-content: center; } }
      .kiosque-goodies-inner > div:first-child img {
        margin-right: 50px;
        max-width: 30%; }
        @media (max-width: 767.98px) {
          .kiosque-goodies-inner > div:first-child img {
            max-width: 160px;
            margin: 0 0 30px; } }
      .kiosque-goodies-inner > div:first-child p {
        margin-right: 30px;
        margin-bottom: 30px;
        max-width: 385px;
        font-size: 16px; }
        @media (min-width: 992px) and (max-width: 1580px) {
          .kiosque-goodies-inner > div:first-child p {
            font-size: 1em; } }
        @media (max-width: 991.98px) {
          .kiosque-goodies-inner > div:first-child p {
            font-size: 14px; } }
        @media (max-width: 767.98px) {
          .kiosque-goodies-inner > div:first-child p {
            margin-right: 0;
            margin-bottom: 0;
            max-width: 100%; } }

.top-etape-tunnel {
  margin-bottom: 24px;
  overflow-x: hidden; }
  @media (max-width: 991.98px) {
    .top-etape-tunnel.small-margin {
      margin-bottom: 35px; } }
  @media (max-width: 991.98px) {
    .top-etape-tunnel {
      margin-bottom: 30px; }
      .top-etape-tunnel > .container-fluid, .top-etape-tunnel > .container-sm, .top-etape-tunnel > .container-md, .top-etape-tunnel > .container-lg, .top-etape-tunnel > .container-xl {
        padding: 0; } }
  @media (max-width: 767.98px) {
    .top-etape-tunnel {
      margin-bottom: 37px; } }
  .top-etape-tunnel .bar {
    padding: 12px 20px 30px;
    background-color: #000000;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .top-etape-tunnel .bar {
        padding: 12px 55px 25px; } }
    @media (max-width: 991.98px) {
      .top-etape-tunnel .bar {
        padding: 12px 65px 22px; } }
    @media (max-width: 767.98px) {
      .top-etape-tunnel .bar {
        padding: 12px 40px 22px; } }
    .top-etape-tunnel .bar .wrapper-etape {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .top-etape-tunnel .bar .wrapper-etape .number-etape {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      pointer-events: none; }
      .top-etape-tunnel .bar .wrapper-etape .number-etape .number {
        width: 36px;
        height: 36px; }
        @media (max-width: 1239.98px) {
          .top-etape-tunnel .bar .wrapper-etape .number-etape .number {
            width: 32px;
            height: 32px; } }
        @media (max-width: 991.98px) {
          .top-etape-tunnel .bar .wrapper-etape .number-etape .number {
            width: 30px;
            height: 30px; } }
        .top-etape-tunnel .bar .wrapper-etape .number-etape .number p {
          color: #fff;
          font-size: 34px;
          font-family: "broadcast_matterregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          line-height: 1;
          margin: 0;
          text-align: center;
          transform: translate(2px, 2px);
          opacity: .4; }
          @media (max-width: 1239.98px) {
            .top-etape-tunnel .bar .wrapper-etape .number-etape .number p {
              font-size: 30px; } }
          @media (max-width: 991.98px) {
            .top-etape-tunnel .bar .wrapper-etape .number-etape .number p {
              font-size: 28px; } }
      .top-etape-tunnel .bar .wrapper-etape .number-etape.active .number p,
      .top-etape-tunnel .bar .wrapper-etape .number-etape.completed .number p {
        opacity: 1; }
      .top-etape-tunnel .bar .wrapper-etape .number-etape.active:before {
        content: "";
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        background: url(../image/svg/tunnel/wizard-cercle.svg) no-repeat;
        position: absolute;
        top: -2px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 36px;
        height: 36px; }
        @media (max-width: 1239.98px) {
          .top-etape-tunnel .bar .wrapper-etape .number-etape.active:before {
            width: 32px;
            height: 32px;
            left: 2px; } }
        @media (max-width: 991.98px) {
          .top-etape-tunnel .bar .wrapper-etape .number-etape.active:before {
            top: -2px;
            left: 2px;
            width: 30px;
            height: 30px; } }
      .top-etape-tunnel .bar .wrapper-etape .number-etape.active span,
      .top-etape-tunnel .bar .wrapper-etape .number-etape.completed span {
        opacity: 1; }
      @media (max-width: 767.98px) {
        .top-etape-tunnel .bar .wrapper-etape .number-etape.completed span {
          opacity: 0; } }
      .top-etape-tunnel .bar .wrapper-etape .number-etape span {
        display: block;
        position: absolute;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 245px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        line-height: 1.2857142857;
        text-align: center;
        opacity: .4;
        color: #fff;
        text-transform: uppercase; }
        @media (max-width: 1239.98px) {
          .top-etape-tunnel .bar .wrapper-etape .number-etape span {
            font-size: 11px;
            line-height: 1.2727272727;
            bottom: -17px; } }
        @media (max-width: 991.98px) {
          .top-etape-tunnel .bar .wrapper-etape .number-etape span {
            font-size: 10px;
            line-height: 1.3;
            bottom: -15px;
            opacity: 0; } }
      .top-etape-tunnel .bar .wrapper-etape .number-etape.active, .top-etape-tunnel .bar .wrapper-etape .number-etape.completed {
        pointer-events: auto; }
    .top-etape-tunnel .bar .wrapper-etape .illustration-separateur {
      width: 174px;
      margin: 0 10px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: .4; }
      @media (max-width: 991.98px) {
        .top-etape-tunnel .bar .wrapper-etape .illustration-separateur {
          margin: 0 20px;
          width: 80px; } }
      @media (max-width: 767.98px) {
        .top-etape-tunnel .bar .wrapper-etape .illustration-separateur {
          width: 20px;
          margin: 0 6px; } }
      .top-etape-tunnel .bar .wrapper-etape .illustration-separateur img {
        width: 100%;
        height: 3px; }
        @media (max-width: 991.98px) {
          .top-etape-tunnel .bar .wrapper-etape .illustration-separateur img {
            height: auto; } }
        @media (max-width: 767.98px) {
          .top-etape-tunnel .bar .wrapper-etape .illustration-separateur img {
            height: 3px; } }
      .top-etape-tunnel .bar .wrapper-etape .illustration-separateur.completed {
        opacity: 1; }
  .top-etape-tunnel.magasin .wrapper-etape .illustration-separateur {
    width: 250px; }
    @media (max-width: 991.98px) {
      .top-etape-tunnel.magasin .wrapper-etape .illustration-separateur {
        width: 150px; } }
    @media (max-width: 767.98px) {
      .top-etape-tunnel.magasin .wrapper-etape .illustration-separateur {
        width: 60px; } }
    .top-etape-tunnel.magasin .wrapper-etape .illustration-separateur img {
      height: 5px; }
      @media (max-width: 991.98px) {
        .top-etape-tunnel.magasin .wrapper-etape .illustration-separateur img {
          height: auto; } }
      @media (max-width: 767.98px) {
        .top-etape-tunnel.magasin .wrapper-etape .illustration-separateur img {
          height: 4px; } }

.tunnel-page-wrapper .label-between {
  font-size: 19px; }

.tunnel-page-wrapper .wrapper-alert {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper .wrapper-alert .has-icon p.has-error {
      text-align: center; } }

.tunnel-page-wrapper.tunnel-etape-3 .wrapper-alert {
  margin: 0; }

@media (min-width: 992px) {
  .tunnel-page-wrapper.tunnel-etape-4 .wrapper-alert {
    margin-top: -15px;
    margin-bottom: 0; } }

.tunnel-page-wrapper .collapser > button {
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  text-align: left;
  line-height: 1;
  background: transparent;
  border: none;
  outline: 0; }
  .tunnel-page-wrapper .collapser > button.visu-btn {
    background-color: #000000;
    padding: 10px 20px; }
    .tunnel-page-wrapper .collapser > button.visu-btn:before {
      top: 50%;
      left: 20px;
      right: 35px;
      height: 1px; }
    .tunnel-page-wrapper .collapser > button.visu-btn:after {
      background: url(../image/svg/interactions/arrow-to-bottom-white.svg) no-repeat center;
      top: 50%;
      right: 14px;
      bottom: auto;
      left: auto;
      transform: translateY(-50%); }
    .tunnel-page-wrapper .collapser > button.visu-btn[aria-expanded="true"]:after {
      transform: translateY(-50%) rotate(180deg); }
    .tunnel-page-wrapper .collapser > button.visu-btn .labels {
      font-size: 14px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #fff;
      background-color: #000000; }
  .tunnel-page-wrapper .collapser > button:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    right: 25px;
    height: 1px;
    background-color: #CCCCCC; }
  .tunnel-page-wrapper .collapser > button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 13px;
    background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    transition: .3s transform ease; }
  .tunnel-page-wrapper .collapser > button[aria-expanded="true"]:after {
    transform: rotate(180deg); }
  .tunnel-page-wrapper .collapser > button .labels {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    background-color: #fff;
    z-index: 1; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .tunnel-page-wrapper .collapser > button .labels {
        padding-right: 20px; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper .collapser > button .labels {
        display: inline; } }

.tunnel-page-wrapper .encart-form.offrir-commande {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #fff url(../image/offrez-bonheur/ruban2.jpg) no-repeat right;
  background-size: contain; }
  @media (max-width: 370px) {
    .tunnel-page-wrapper .encart-form.offrir-commande {
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tunnel-page-wrapper .encart-form.offrir-commande {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper .encart-form.offrir-commande {
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      background: #fff url(../image/offrez-bonheur/ruban.jpg) no-repeat;
      background-position: top right -6px;
      background-size: 100px;
      padding: 30px 20px 25px 10px; } }
  .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox {
    margin-right: 10px;
    padding-left: 0; }
    .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-label {
      padding-left: 42px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer; }
      @media (max-width: 370px) {
        .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-label {
          padding-left: 35px; } }
      .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-label img {
        max-width: 107px; }
        @media (max-width: 1239.98px) {
          .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-label img {
            max-width: 75px; } }
    .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-label span {
      font-size: 15px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #000000; }
      @media (max-width: 370px) {
        .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-label span {
          font-size: 14px; } }
    .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-label:before,
    .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-label:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-label:before {
      border-radius: 50%;
      border: none;
      width: 28px;
      height: 28px;
      background: #E5E5E5; }
    .tunnel-page-wrapper .encart-form.offrir-commande .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
      width: 28px;
      height: 28px;
      background: url(../image/offrez-bonheur/checked.svg) no-repeat;
      background-size: contain; }
  .tunnel-page-wrapper .encart-form.offrir-commande > .underlined-link {
    font-size: 12px;
    color: #000000; }

.tunnel-page-wrapper #modalOffrirLinkXS {
  display: block;
  font-size: 12px;
  color: #000000;
  text-align: center;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 30px; }

.tunnel-page-wrapper .encart-form .card-body {
  padding: 0;
  border: none; }
  .tunnel-page-wrapper .encart-form .card-body > div.required-label {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    margin-bottom: 25px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tunnel-page-wrapper .encart-form .card-body .padding-right-tablet {
      padding-right: 210px; } }

.tunnel-page-wrapper .encart-form .card-body .checkbox-group .custom-control-label {
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  color: black; }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper .encart-form .card-body .checkbox-group .custom-control-label {
      color: rgba(0, 0, 0, 0.6); } }

.tunnel-page-wrapper .encart-form .card-body .checkbox-group .wrapper-choose-privilege .custom-control-label {
  font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px;
  line-height: 1.2307692308;
  color: rgba(0, 0, 0, 0.6); }

@media (max-width: 320px) {
  .tunnel-page-wrapper .encart-form .encart-title {
    font-size: 15px; } }

@media (min-width: 992px) {
  .tunnel-page-wrapper .encart-form .indications {
    position: static;
    margin-left: 0;
    padding-top: 7px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tunnel-page-wrapper .encart-form .indications {
    margin-left: 24px; } }

@media (max-width: 767.98px) {
  .tunnel-page-wrapper .encart-form .indications {
    width: auto; }
    .tunnel-page-wrapper .encart-form .indications.smaller {
      width: auto; } }

@media (min-width: 992px) {
  .tunnel-page-wrapper .encart-form .indications.smaller {
    width: auto; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .tunnel-page-wrapper .encart-form .indications.smaller {
    width: 124px; } }

@media (min-width: 992px) and (max-width: 1239.98px) {
  .tunnel-page-wrapper .encart-form .two-inputs-line.smaller input {
    width: 100px; }
    .tunnel-page-wrapper .encart-form .two-inputs-line.smaller input:first-of-type {
      margin-right: 20px; } }

.tunnel-page-wrapper .encart-form .underlined-link {
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.6); }
  .tunnel-page-wrapper .encart-form .underlined-link:hover, .tunnel-page-wrapper .encart-form .underlined-link:focus, .tunnel-page-wrapper .encart-form .underlined-link:active {
    color: #000000; }

.tunnel-page-wrapper .parrainage-wrapper {
  margin-bottom: 40px; }

.tunnel-page-wrapper .parrainage-collapse > .required-label {
  margin-bottom: 16px;
  padding-top: 40px !important;
  font-size: 13px; }
  .tunnel-page-wrapper .parrainage-collapse > .required-label.parrainage {
    padding-top: 28px !important;
    padding-left: 39px; }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper .parrainage-collapse > .required-label.parrainage {
        padding-left: 20px; } }

.tunnel-page-wrapper .parrainage-collapse .encart-form input {
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px; }

#goBack, .go-back-address {
  margin-bottom: 10px; }
  #goBack.with-margin-top, .go-back-address.with-margin-top {
    margin-top: 34px; }
    @media (max-width: 991.98px) {
      #goBack.with-margin-top, .go-back-address.with-margin-top {
        margin-top: 30px;
        margin-bottom: 15px; } }
  #goBack a, .go-back-address a {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    padding-left: 20px;
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    cursor: pointer; }
    #goBack a:before, .go-back-address a:before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      width: 7px;
      height: 13px;
      background: url(../image/svg/interactions/arrow-to-left.svg) no-repeat;
      background-size: contain; }
    @media (max-width: 991.98px) {
      #goBack a, .go-back-address a {
        margin-left: 0; } }

.side-blocs-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.side-bloc {
  padding: 26px 22px;
  border: 1px solid #000000; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .side-bloc {
      margin-left: 28px; } }
  @media (max-width: 991.98px) {
    .side-bloc {
      margin-left: 0;
      margin-right: 0; } }
  .side-bloc .head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 10px; }
    .side-bloc .head > span {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      color: rgba(0, 0, 0, 0.6); }
    .side-bloc .head .modify {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 11px;
      text-decoration: underline;
      color: rgba(0, 0, 0, 0.6); }
      .side-bloc .head .modify:hover, .side-bloc .head .modify:focus, .side-bloc .head .modify:active {
        color: #000000; }
  .side-bloc .content {
    font-size: 12px;
    line-height: 1.6666666667;
    color: rgba(0, 0, 0, 0.6); }
    .side-bloc .content .bold {
      display: block;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .side-bloc .content ul {
      margin: 0;
      padding: 0; }
    .side-bloc .content li {
      list-style-type: none; }
    .side-bloc .content.delivery-date li {
      position: relative;
      padding-left: 15px; }
      .side-bloc .content.delivery-date li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.6); }
    .side-bloc .content.delivery-date .mention-offrir {
      font-size: 11px;
      margin-right: -2px; }

.my-order-bloc .price-details {
  padding-top: 8px; }
  .my-order-bloc .price-details > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 8px; }
    .my-order-bloc .price-details > div:not(:first-of-type) {
      padding-top: 8px;
      border-top: 1px solid #CCCCCC; }
    .my-order-bloc .price-details > div > span {
      color: rgba(0, 0, 0, 0.6); }
    .my-order-bloc .price-details > div > span:first-child {
      font-size: 12px; }
    .my-order-bloc .price-details > div > span:last-child {
      font-size: 13px; }

.my-order-bloc .total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #CCCCCC; }
  .my-order-bloc .total > span {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    text-transform: uppercase; }
  .my-order-bloc .total > span:first-child {
    color: rgba(0, 0, 0, 0.6); }
  .my-order-bloc .total > span:last-child {
    color: #AB4315; }

.tunnel-page-wrapper.tunnel-etape-1 {
  margin-bottom: 150px; }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-1 {
      margin-bottom: 100px; } }
  .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration {
    line-height: 0.8275862069;
    font-size: 58px; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration {
        margin-bottom: 65px;
        font-size: 52px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration {
        margin-bottom: 45px;
        text-align: left;
        line-height: 0.9230769231; } }
    .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration.padding-left {
      padding-left: 10px; }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration.padding-left {
          padding-left: 0; } }
    .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration:before {
      content: '';
      position: absolute;
      top: 122px;
      left: 10px;
      width: 253px;
      height: 206px;
      background: url(../image/svg/tunnel/illu_cuisinier_1.svg) no-repeat center;
      background-size: contain; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration:before {
          width: 225px;
          height: 183px; } }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration:before {
          width: 174px;
          height: 140px;
          left: 0;
          top: 50%;
          transform: translateY(-52%); } }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration:before {
          left: auto;
          right: 0;
          transform: translateY(-50%) scale(-1, 1); } }
      @media (max-width: 320px) {
        .tunnel-page-wrapper.tunnel-etape-1 .thiriet-sentence.with-illustration:before {
          width: 130px;
          height: 105px; } }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-1 .btn {
      padding: 12px 18px; } }
  .tunnel-page-wrapper.tunnel-etape-1 .label-between {
    padding-top: 140px; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .label-between {
        padding: 18px 0; } }
  .tunnel-page-wrapper.tunnel-etape-1 .not-signup {
    position: relative; }
    .tunnel-page-wrapper.tunnel-etape-1 .not-signup span {
      display: block;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 22px;
      color: #000000; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-1 .not-signup span {
          position: absolute;
          left: 30px;
          top: 0;
          margin-bottom: 0;
          max-width: 103px;
          text-align: right;
          display: none; } }
    .tunnel-page-wrapper.tunnel-etape-1 .not-signup a {
      min-width: 165px; }
    .tunnel-page-wrapper.tunnel-etape-1 .not-signup .link-mobile {
      display: block;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      text-decoration: underline;
      padding-top: 15px; }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-1 .encart-form {
      padding-left: 61px;
      padding-right: 61px; } }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-1 .encart-form {
      padding-left: 20px;
      padding-right: 20px; } }
  .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart {
    margin-right: 22px;
    padding: 34px 30px; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart {
        margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart {
        padding-left: 34px;
        padding-right: 34px; } }
    .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart .encart-title.bigger-marginbottom {
      margin-bottom: 22px; }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart .encart-title.bigger-marginbottom {
          margin-bottom: 20px; } }
    .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart .edito {
      margin-bottom: 9px;
      text-align: center; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart .edito {
          font-size: 12px; } }
    .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart .wrapper-validation {
      margin-top: 40px; }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart .wrapper-validation {
          margin-top: 26px; } }
      .tunnel-page-wrapper.tunnel-etape-1 .encart-form.dynamique-encart .wrapper-validation .btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        margin: 0 auto;
        padding: 10px 15px;
        width: 165px;
        height: 46px; }
  .tunnel-page-wrapper.tunnel-etape-1 .encart-go-to-invit {
    height: 204px;
    opacity: 1;
    pointer-events: auto;
    transition: all .35s ease; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .encart-go-to-invit {
        height: 146px; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .encart-go-to-invit {
        height: 191px; } }
    @media (max-width: 320px) {
      .tunnel-page-wrapper.tunnel-etape-1 .encart-go-to-invit {
        height: 233px; } }
    .tunnel-page-wrapper.tunnel-etape-1 .encart-go-to-invit.inactive {
      height: 0;
      opacity: 0;
      pointer-events: none; }
    .tunnel-page-wrapper.tunnel-etape-1 .encart-go-to-invit p {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      color: rgba(0, 0, 0, 0.5);
      margin: 0;
      padding: 0 20px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .tunnel-page-wrapper.tunnel-etape-1 .encart-go-to-invit p {
          padding: 0; } }
  .tunnel-page-wrapper.tunnel-etape-1 .recevoir-privileges {
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .recevoir-privileges {
        margin-bottom: 25px; } }
    .tunnel-page-wrapper.tunnel-etape-1 .recevoir-privileges p {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      margin: 0; }
  .tunnel-page-wrapper.tunnel-etape-1 .wrapper-choose-privilege {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .wrapper-choose-privilege {
        display: block;
        margin-bottom: 40px; } }
    .tunnel-page-wrapper.tunnel-etape-1 .wrapper-choose-privilege div:first-child {
      margin-right: 50px; }
  .tunnel-page-wrapper.tunnel-etape-1 .connexion-action-mobile {
    display: none;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-1 .connexion-action-mobile {
        display: -ms-flexbox;
        display: flex; } }
    .tunnel-page-wrapper.tunnel-etape-1 .connexion-action-mobile span {
      display: block;
      margin-bottom: 24px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      color: rgba(0, 0, 0, 0.5); }
    .tunnel-page-wrapper.tunnel-etape-1 .connexion-action-mobile a {
      display: block;
      margin-top: 18px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .tunnel-page-wrapper.tunnel-etape-1 .connexion-collapse {
      display: block; } }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-1 .connexion-collapse .wrapper-validation {
      display: none; } }
  .tunnel-page-wrapper.tunnel-etape-1 ~ .data-management {
    margin-bottom: 100px; }

#erreurProduitsSuggeres {
  display: none; }

.tunnel-page-wrapper.tunnel-etape-2 {
  margin-top: 30px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 {
      margin-top: 60px;
      margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 {
      margin-bottom: 30px; } }
  .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration,
  .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante {
    line-height: 0.8;
    font-size: 60px; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration,
      .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante {
        margin-bottom: 65px;
        font-size: 52px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration,
      .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante {
        margin-bottom: 45px;
        text-align: left;
        line-height: 0.9230769231; } }
    .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration.padding-left,
    .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante.padding-left {
      padding-left: 10px; }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration.padding-left,
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante.padding-left {
          padding-left: 0; } }
    .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration:before,
    .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante:before {
      content: '';
      position: absolute;
      top: 122px;
      left: 10px;
      width: 256px;
      height: 275px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration:before,
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante:before {
          width: 231px;
          height: 248px; } }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration:before,
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante:before {
          width: 135px;
          height: 145px;
          left: 0;
          top: 50%;
          transform: translateY(-50%); } }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration:before,
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante:before {
          left: auto;
          right: 0; } }
      @media (max-width: 320px) {
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration:before,
        .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante:before {
          width: 98px;
          height: 105px; } }
  .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration:before {
    background: url(../image/svg/tunnel/illu_cuisinier_2.svg) no-repeat center;
    background-size: contain; }
  .tunnel-page-wrapper.tunnel-etape-2 .thiriet-sentence.with-illustration-variante:before {
    background: url(../image/svg/tunnel/quand_pouvons_nous_vous_livrer.svg) no-repeat center;
    background-size: contain; }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 .btn {
      padding: 12px 18px; } }
  .tunnel-page-wrapper.tunnel-etape-2 .label-between {
    padding-top: 140px; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-2 .label-between {
        padding: 18px 0; } }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 .encart-form {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 320px) {
    .tunnel-page-wrapper.tunnel-etape-2 .encart-form .encart-title {
      font-size: 15px; } }
  .tunnel-page-wrapper.tunnel-etape-2 .collapser {
    margin-top: 15px; }
  .tunnel-page-wrapper.tunnel-etape-2 .required-label {
    padding-top: 12px; }
  .tunnel-page-wrapper.tunnel-etape-2 .delivery-address,
  .tunnel-page-wrapper.tunnel-etape-2 .shop-address {
    position: relative;
    padding-right: 85px; }
    .tunnel-page-wrapper.tunnel-etape-2 .delivery-address ul,
    .tunnel-page-wrapper.tunnel-etape-2 .shop-address ul {
      margin: 0;
      padding: 0; }
    .tunnel-page-wrapper.tunnel-etape-2 .delivery-address li,
    .tunnel-page-wrapper.tunnel-etape-2 .shop-address li {
      display: block;
      font-size: 13px;
      line-height: 1.6923076923; }
      .tunnel-page-wrapper.tunnel-etape-2 .delivery-address li.bold,
      .tunnel-page-wrapper.tunnel-etape-2 .shop-address li.bold {
        font-size: 15px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .tunnel-page-wrapper.tunnel-etape-2 .delivery-address li a,
      .tunnel-page-wrapper.tunnel-etape-2 .shop-address li a {
        text-decoration: underline; }
  .tunnel-page-wrapper.tunnel-etape-2 .shop-address {
    padding-right: 0; }
  .tunnel-page-wrapper.tunnel-etape-2 .delivery-date ul li {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px; }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-2 .delivery-date ul li {
        font-size: 13px; } }
  .tunnel-page-wrapper.tunnel-etape-2 .delivery-date span {
    display: block;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px; }
    .tunnel-page-wrapper.tunnel-etape-2 .delivery-date span.bold {
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .tunnel-page-wrapper.tunnel-etape-2 .delivery-date ul {
    margin: 3px 0; }
  .tunnel-page-wrapper.tunnel-etape-2 .delivery-date li {
    position: relative;
    padding-left: 15px; }
    .tunnel-page-wrapper.tunnel-etape-2 .delivery-date li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #000000; }
  @media (min-width: 992px) {
    .tunnel-page-wrapper.tunnel-etape-2 .my-order-bloc {
      display: block; } }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 .my-order-bloc {
      margin-left: 0px; } }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 .my-order-bloc {
      display: none; } }
  .tunnel-page-wrapper.tunnel-etape-2 .my-order-bloc-xs {
    display: none;
    margin-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-2 .my-order-bloc-xs {
        display: block; } }
    .tunnel-page-wrapper.tunnel-etape-2 .my-order-bloc-xs .my-order-bloc {
      display: block;
      margin: 0; }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 .wrapper-livraison-semainier {
      margin-top: 30px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 .semainier-container {
      max-width: 100%;
      padding: 0; } }
  .tunnel-page-wrapper.tunnel-etape-2 .semainier-body {
    padding: 38px 45px;
    background-color: #fff; }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-2 .semainier-body {
        padding-left: 20px;
        padding-right: 20px; } }
    .tunnel-page-wrapper.tunnel-etape-2 .semainier-body .semainier-main {
      margin-bottom: 0;
      padding: 0; }
  .tunnel-page-wrapper.tunnel-etape-2 .final-submit {
    margin-bottom: 115px;
    padding: 10px 18px;
    min-width: auto; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-2 .final-submit {
        margin-bottom: 0; } }
    .tunnel-page-wrapper.tunnel-etape-2 .final-submit.sticked {
      position: fixed;
      bottom: 40px;
      left: 50%;
      margin-bottom: 0;
      z-index: 99;
      transform: translateX(-50%);
      box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.3); }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-2 .final-submit.sticked {
          bottom: 70px;
          margin: auto;
          padding: 15px; } }
  .tunnel-page-wrapper.tunnel-etape-2 .legends-wrapper {
    margin-bottom: 70px; }
    @media (min-width: 992px) {
      .tunnel-page-wrapper.tunnel-etape-2 .legends-wrapper .first .legend-item {
        padding-right: 80px; } }
  .tunnel-page-wrapper.tunnel-etape-2 ~ .data-management {
    margin-bottom: 90px; }
  .tunnel-page-wrapper.tunnel-etape-2.magasin .final-submit {
    padding: 10px 35px; }
  .tunnel-page-wrapper.tunnel-etape-2.magasin #deliveryPickup .encart-form {
    padding: 0;
    padding-top: 30px;
    margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .tunnel-page-wrapper.tunnel-etape-2.magasin .encart-form.offrir-commande {
      margin-bottom: 30px !important; } }
  .tunnel-page-wrapper.tunnel-etape-2 .wrapper-alert {
    margin-top: 0;
    margin-bottom: 0; }
    .tunnel-page-wrapper.tunnel-etape-2 .wrapper-alert > div:last-child {
      margin-bottom: 30px; }
    .tunnel-page-wrapper.tunnel-etape-2 .wrapper-alert .alert-custom > div {
      text-align: center;
      padding: 10px 56px; }
      .tunnel-page-wrapper.tunnel-etape-2 .wrapper-alert .alert-custom > div p {
        width: 100%; }
        .tunnel-page-wrapper.tunnel-etape-2 .wrapper-alert .alert-custom > div p::before {
          left: 0;
          transform: translate(calc(-100% - 6px), -50%); }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 .semainier-action {
      margin-bottom: 50px; } }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-2 .mt-20 {
      margin: auto;
      -ms-flex-pack: center;
          justify-content: center;
      width: 90%;
      max-width: 585px; }
      .tunnel-page-wrapper.tunnel-etape-2 .mt-20 > div.my-order-bloc-xs {
        width: 100%; } }

@media (max-width: 767.98px) {
  #addressFacturation {
    margin-top: 30px; } }

#addressFacturation,
#accordionAddress {
  padding: 22px;
  height: 100%; }
  #addressFacturation .delivery-address,
  #accordionAddress .delivery-address {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 85px;
    padding-right: 0;
    height: calc(100% - 30px); }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      #addressFacturation .delivery-address,
      #accordionAddress .delivery-address {
        height: calc(100% - 50px); } }
    #addressFacturation .delivery-address li.bold,
    #accordionAddress .delivery-address li.bold {
      font-size: 13px; }
  #addressFacturation .modify,
  #accordionAddress .modify {
    display: block;
    margin-top: 10px; }

#accordionAddress .submit-form {
  padding: 10px 16px; }

#accordionAddress .choose-modal {
  margin-top: 35px;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  text-align: center; }
  @media (max-width: 767.98px) {
    #accordionAddress .choose-modal {
      font-size: 13px; } }

#collapseAddAddress .required-label {
  padding-top: 20px; }

#collapseOtherAddress {
  padding-top: 18px; }
  #collapseOtherAddress .radio-group {
    display: block; }
    #collapseOtherAddress .radio-group .custom-radio {
      margin-right: 0;
      margin-bottom: 18px; }
    #collapseOtherAddress .radio-group ul {
      margin: 0;
      padding: 0; }
    #collapseOtherAddress .radio-group li {
      display: block;
      font-size: 13px;
      line-height: 1.6923076923;
      color: rgba(0, 0, 0, 0.6); }
    #collapseOtherAddress .radio-group .custom-control-label:after, #collapseOtherAddress .radio-group .custom-control-label:before {
      top: 3px; }
    #collapseOtherAddress .radio-group .custom-control-input:checked ~ .custom-control-label li {
      color: #000000; }

#deliveryTracking .highlight-text-date,
#deliveryPickup .highlight-text-date {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.6428571429;
  font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  @media (max-width: 767.98px) {
    #deliveryTracking .highlight-text-date,
    #deliveryPickup .highlight-text-date {
      font-size: 15px; } }
  #deliveryTracking .highlight-text-date .custom-checkbox,
  #deliveryPickup .highlight-text-date .custom-checkbox {
    margin: 20px 0 0 0; }
  #deliveryTracking .highlight-text-date label.accessibilities-checkbox,
  #deliveryPickup .highlight-text-date label.accessibilities-checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: start;
    max-width: 350px; }
  #deliveryTracking .highlight-text-date .only-illu,
  #deliveryPickup .highlight-text-date .only-illu {
    width: 37px;
    height: 40px;
    text-align: left;
    margin: 1px 7px 0 9px; }
    #deliveryTracking .highlight-text-date .only-illu svg,
    #deliveryPickup .highlight-text-date .only-illu svg {
      width: 100%;
      height: auto; }
  #deliveryTracking .highlight-text-date .checkbox-group label,
  #deliveryPickup .highlight-text-date .checkbox-group label {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

#deliveryTracking .inner-text,
#deliveryPickup .inner-text {
  margin-bottom: 20px;
  padding-top: 8px;
  color: rgba(0, 0, 0, 0.6); }
  #deliveryTracking .inner-text p,
  #deliveryPickup .inner-text p {
    margin-bottom: 0; }
  #deliveryTracking .inner-text .nowrap,
  #deliveryPickup .inner-text .nowrap {
    white-space: nowrap; }

#deliveryTracking .form-group,
#deliveryPickup .form-group {
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #deliveryTracking .form-group input,
    #deliveryPickup .form-group input {
      max-width: 280px; } }

#deliveryTracking .checkbox-group .custom-control-label,
#deliveryPickup .checkbox-group .custom-control-label {
  font-size: 12px; }
  @media (max-width: 767.98px) {
    #deliveryTracking .checkbox-group .custom-control-label,
    #deliveryPickup .checkbox-group .custom-control-label {
      font-size: 11px; } }

#collapseInformations .wrapper-map {
  margin-top: 30px;
  width: 100%;
  height: 270px; }

#collapseInformations #map_canvas {
  height: 100%; }

#toModifyAdress .modal-body,
#toModifyAdressFacturation .modal-body,
#newAddress .modal-body {
  display: -ms-flexbox;
  display: flex;
  padding: 28px 30px 0;
  text-align: left; }
  @media (max-width: 991.98px) {
    #toModifyAdress .modal-body,
    #toModifyAdressFacturation .modal-body,
    #newAddress .modal-body {
      display: block; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #toModifyAdress .modal-body,
    #toModifyAdressFacturation .modal-body,
    #newAddress .modal-body {
      padding-left: 45px;
      padding-right: 45px; } }

#toModifyAdress .illustration,
#toModifyAdressFacturation .illustration,
#chooseOtherLocality .illustration {
  margin-right: 40px; }
  @media (max-width: 991.98px) {
    #toModifyAdress .illustration,
    #toModifyAdressFacturation .illustration,
    #chooseOtherLocality .illustration {
      display: none; } }
  #toModifyAdress .illustration img,
  #toModifyAdressFacturation .illustration img,
  #chooseOtherLocality .illustration img {
    max-width: 100%;
    height: 175px; }

#toModifyAdress .modal-body,
#toModifyAdressFacturation .modal-body,
#chooseOtherLocality .modal-body {
  text-align: left; }

#toModifyAdress .modal-body:not(.other-adress) .encart-form,
#toModifyAdressFacturation .modal-body:not(.other-adress) .encart-form,
#chooseOtherLocality .modal-body:not(.other-adress) .encart-form {
  width: 320px;
  padding: 0; }
  @media (max-width: 991.98px) {
    #toModifyAdress .modal-body:not(.other-adress) .encart-form,
    #toModifyAdressFacturation .modal-body:not(.other-adress) .encart-form,
    #chooseOtherLocality .modal-body:not(.other-adress) .encart-form {
      width: 100%; } }
  #toModifyAdress .modal-body:not(.other-adress) .encart-form .required-label,
  #toModifyAdressFacturation .modal-body:not(.other-adress) .encart-form .required-label,
  #chooseOtherLocality .modal-body:not(.other-adress) .encart-form .required-label {
    margin-bottom: 28px;
    font-size: 13px; }

#toModifyAdress .illustration {
  margin-left: 5px;
  margin-right: 42px; }
  #toModifyAdress .illustration img {
    height: 215px; }

@media (min-width: 992px) {
  #chooseOtherLocality.smaller .modal-dialog {
    max-width: 940px; } }

#toModifyAdressFacturation .illustration {
  margin-right: 40px;
  padding-top: 4px; }
  #toModifyAdressFacturation .illustration img {
    max-width: 100%;
    height: 160px; }

#toModifyAdressFacturation .modal-body .sentence-modify-address {
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  color: #000000; }
  @media (min-width: 768px) {
    #toModifyAdressFacturation .modal-body .sentence-modify-address {
      white-space: nowrap; } }

@media (min-width: 992px) {
  #commandeOffrir .modal-dialog {
    max-width: 820px; } }

#commandeOffrir .modal-body {
  padding: 15px 50px 30px; }
  @media (max-width: 767.98px) {
    #commandeOffrir .modal-body {
      padding-left: 25px;
      padding-right: 25px; } }
  #commandeOffrir .modal-body .ruban-illustration {
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      #commandeOffrir .modal-body .ruban-illustration {
        max-width: 60%; } }
  #commandeOffrir .modal-body p {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 1.625;
    color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 767.98px) {
      #commandeOffrir .modal-body p {
        padding: 0;
        font-size: 14px; } }
  @media (max-width: 767.98px) {
    #commandeOffrir .modal-body .buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; } }
  #commandeOffrir .modal-body .buttons .btn {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 17px;
    max-width: 200px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 16px 35px 16px 35px; }
    @media (max-width: 767.98px) {
      #commandeOffrir .modal-body .buttons .btn {
        width: 100%;
        max-width: 320px;
        margin-left: 0;
        margin-right: 0; } }

#commandeOffrirIndispo .modal-body {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 767.98px) {
    #commandeOffrirIndispo .modal-body {
      padding-left: 25px;
      padding-right: 25px; } }

#commandeOffrirIndispo .offrez-head {
  padding: 35px 70px 0;
  text-align: center; }
  #commandeOffrirIndispo .offrez-head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #000000; }
    #commandeOffrirIndispo .offrez-head p .bold {
      color: #D70620; }
    @media (max-width: 767.98px) {
      #commandeOffrirIndispo .offrez-head p {
        font-size: 14px; } }

#commandeOffrirIndispo .mCustomScrollbar {
  max-height: 380px; }
  @media (max-width: 767.98px) {
    #commandeOffrirIndispo .mCustomScrollbar {
      max-height: 280px; } }
  #commandeOffrirIndispo .mCustomScrollbar .mCSB_scrollTools {
    right: 16px;
    margin: 28px 0; }

#commandeOffrirIndispo .recapitulatif-wrapper {
  margin-bottom: 0; }

#commandeOffrirIndispo .choice-basket:first-child {
  border-top: 0; }

#commandeOffrirIndispo .choice-basket .alert-message {
  font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px; }

@media (max-width: 767.98px) {
  #commandeOffrirIndispo .choice-basket .desc-product a {
    font-size: 14px; } }

#commandeOffrirIndispo .modal-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 20px;
  padding: 0 70px 35px; }
  @media (max-width: 767.98px) {
    #commandeOffrirIndispo .modal-actions {
      display: block;
      margin-top: 40px; } }
  #commandeOffrirIndispo .modal-actions .btn {
    max-width: 180px;
    padding: 13px 28px 14px 27px; }
    #commandeOffrirIndispo .modal-actions .btn:not(:last-child) {
      margin-right: 40px; }
    @media (max-width: 767.98px) {
      #commandeOffrirIndispo .modal-actions .btn {
        width: 100%;
        max-width: 320px;
        margin-left: 0;
        margin-right: 0; }
        #commandeOffrirIndispo .modal-actions .btn:not(:last-child) {
          margin-right: 0;
          margin-bottom: 10px; } }

@media (min-width: 992px) {
  #offrirSavoirPlus .modal-dialog {
    max-width: 765px; } }

#offrirSavoirPlus .modal-body {
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 767.98px) {
    #offrirSavoirPlus .modal-body {
      padding-left: 30px;
      padding-right: 30px; } }

#offrirSavoirPlus .mCustomScrollbar {
  max-height: 673px;
  width: 100%; }
  @media (max-width: 767.98px) {
    #offrirSavoirPlus .mCustomScrollbar {
      max-height: 500px; } }
  @media (max-width: 575.98px) {
    #offrirSavoirPlus .mCustomScrollbar {
      max-height: 450px; } }
  #offrirSavoirPlus .mCustomScrollbar .mCSB_scrollTools {
    right: 16px;
    margin: 28px 0; }

#offrirSavoirPlus .offrez-head .heading-illustration {
  max-width: 447px;
  margin-bottom: 35px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #offrirSavoirPlus .offrez-head .heading-illustration {
      max-width: 320px; } }
  @media (max-width: 767.98px) {
    #offrirSavoirPlus .offrez-head .heading-illustration {
      max-width: 80%;
      margin-bottom: 24px; } }

#offrirSavoirPlus .offrez-head .illustration {
  margin-bottom: 30px; }

#offrirSavoirPlus .offrez-head p {
  font-size: 17px;
  line-height: 1.4705882353;
  color: #000000; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #offrirSavoirPlus .offrez-head p {
      font-size: 15px; } }
  @media (max-width: 767.98px) {
    #offrirSavoirPlus .offrez-head p {
      font-size: 13px; } }
  #offrirSavoirPlus .offrez-head p.text2 {
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 767.98px) {
      #offrirSavoirPlus .offrez-head p.text2 {
        padding: 0; } }

#offrirSavoirPlus .offrez-head .ruban-illustration {
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    #offrirSavoirPlus .offrez-head .ruban-illustration {
      max-width: 60%; } }

#offrirSavoirPlus .offrez-steps .step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  padding: 26px 32px 26px 0;
  background-color: #F9F8F6; }
  @media (max-width: 767.98px) {
    #offrirSavoirPlus .offrez-steps .step {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 25px; } }

#offrirSavoirPlus .offrez-steps .number {
  width: 135px;
  text-align: center; }
  @media (max-width: 767.98px) {
    #offrirSavoirPlus .offrez-steps .number {
      width: 100%;
      margin-bottom: 20px; }
      #offrirSavoirPlus .offrez-steps .number img {
        max-height: 45px; } }

#offrirSavoirPlus .offrez-steps .description {
  -ms-flex: 1;
      flex: 1;
  text-align: left; }

#offrirSavoirPlus .offrez-steps .description p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4375;
  color: #000000; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #offrirSavoirPlus .offrez-steps .description p {
      font-size: 15px; } }
  @media (max-width: 767.98px) {
    #offrirSavoirPlus .offrez-steps .description p {
      font-size: 13px;
      text-align: center; } }

#deliveryEncart {
  padding-bottom: 0; }
  #deliveryEncart .collapser button {
    padding-bottom: 34px;
    transition: all .3s ease; }
    #deliveryEncart .collapser button[aria-expanded="true"] {
      padding-bottom: 0; }
  #deliveryEncart .collapser span {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  #deliveryEncart .datepicker-dp {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 40%;
    transition: .2s transform ease; }
    #deliveryEncart .datepicker-dp.active .input-group-addon::before {
      transition: .2s transform ease;
      transform: rotate(0); }
    @media (max-width: 767.98px) {
      #deliveryEncart .datepicker-dp {
        width: 100%; } }
    #deliveryEncart .datepicker-dp > input {
      cursor: pointer; }
    #deliveryEncart .datepicker-dp .input-group-addon {
      pointer-events: none; }
    #deliveryEncart .datepicker-dp .input-group-addon:before {
      content: '';
      position: absolute;
      bottom: 7px;
      right: 0;
      width: 13px;
      height: 13px;
      background: url(../image/svg/interactions/arrow-bottom-grey.svg) no-repeat center;
      background-size: contain;
      transform: rotate(180deg); }
  #deliveryEncart .sans-creneau #offreDateLivraison {
    background-color: #fff; }
  #deliveryEncart .sans-creneau .delivery-date span {
    font-size: 12px; }
    #deliveryEncart .sans-creneau .delivery-date span.bold {
      font-size: 13px; }
  #deliveryEncart .avec-creneau .delivery-date {
    padding-bottom: 20px; }

.tunnel-page-wrapper.tunnel-etape-3 {
  margin-bottom: 15px; }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-3 {
      margin-bottom: 15px; } }
  .tunnel-page-wrapper.tunnel-etape-3 .data-management {
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .data-management p {
        color: #5d5d5d;
        font-size: 9px; } }
  .tunnel-page-wrapper.tunnel-etape-3 .wrapper-content-tunnel-3 {
    margin: 0 16px; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .wrapper-content-tunnel-3 {
        margin: 0; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .wrapper-content-tunnel-3 form .row > div:nth-child(1) {
        -ms-flex-order: 3;
            order: 3; }
      .tunnel-page-wrapper.tunnel-etape-3 .wrapper-content-tunnel-3 form .row > div:nth-child(2) {
        -ms-flex-order: 1;
            order: 1; }
      .tunnel-page-wrapper.tunnel-etape-3 .wrapper-content-tunnel-3 form .row > div:nth-child(3) {
        -ms-flex-order: 2;
            order: 2; }
      .tunnel-page-wrapper.tunnel-etape-3 .wrapper-content-tunnel-3 form .row > div:nth-child(4) {
        -ms-flex-order: 4;
            order: 4; }
      .tunnel-page-wrapper.tunnel-etape-3 .wrapper-content-tunnel-3 form .row > div:nth-child(5) {
        -ms-flex-order: 4;
            order: 4; } }
  .tunnel-page-wrapper.tunnel-etape-3 .thiriet-sentence {
    margin-bottom: 25px; }
    .tunnel-page-wrapper.tunnel-etape-3 .thiriet-sentence img {
      margin-left: 10px; }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .thiriet-sentence img {
          width: 50%; } }
  .tunnel-page-wrapper.tunnel-etape-3 .product-labels .collapser > button {
    margin-bottom: 16px;
    transition: all .35s ease; }
    .tunnel-page-wrapper.tunnel-etape-3 .product-labels .collapser > button.collapsed {
      margin-bottom: 33px; }
    .tunnel-page-wrapper.tunnel-etape-3 .product-labels .collapser > button .labels {
      font-size: 14px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      background-color: #F9F8F6;
      color: #000000; }
  .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper {
    margin-bottom: 40px; }
    .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap {
      position: relative;
      margin-top: 90px;
      margin-bottom: 30px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap {
          margin-top: 70px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap {
          margin-top: 40px; } }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap {
          margin-top: 20px;
          margin-bottom: 25px; } }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(../image/svg/tunnel/illustration-couverts.svg) no-repeat;
        background-size: contain;
        width: 310px;
        height: 170px;
        pointer-events: none; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap:before {
            width: 220px;
            height: 127px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap:before {
            width: 184px;
            height: 100px; } }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap:before {
            width: 136px;
            height: 74px;
            left: auto;
            right: 0; } }
        @media (max-width: 340px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap:before {
            width: 120px;
            height: 64px; } }
    .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap h1 {
      font-size: 60px;
      font-size: 3.75rem;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap h1 {
          text-align: right; } }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap h1 {
          font-size: 3.125rem;
          text-align: left;
          padding-right: 115px;
          line-height: 0.74; } }
      @media (max-width: 340px) {
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .wrapper-title-recap h1 {
          padding-right: 110px;
          font-size: 2.5rem; } }
    .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket {
      padding: 10px 0;
      margin: 0;
      -ms-flex-align: center;
          align-items: center; }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket:first-child {
        border-top: none; }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket {
          margin: 0; } }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket > div:nth-child(1) {
          -ms-flex-order: 1;
              order: 1; }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket > div:nth-child(2) {
          -ms-flex-order: 3;
              order: 3; }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket > div:nth-child(3) {
          -ms-flex-order: 2;
              order: 2; } }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .first-column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .first-column {
            -ms-flex-align: start;
                align-items: start; } }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .second-column {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .second-column {
            margin-top: 20px;
            margin-bottom: 10px; } }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .second-column div:last-child {
          margin: 0; }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse {
        max-width: 898px;
        width: 898px;
        padding-left: 130px; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse {
            max-width: 683px;
            width: 683px; } }
        @media (max-width: 991.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse {
            max-width: 100%;
            width: 100%;
            padding-left: 110px;
            padding-right: 110px; } }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse {
            padding-left: 40px;
            padding-right: 0;
            margin-top: 10px; } }
        @media (max-width: 575.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse {
            display: block; } }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse .card {
          background-color: #F3F0EE;
          padding: 20px 30px;
          border: none; }
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-flex-align: center;
                align-items: center;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #CCCCCC; }
            .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item:last-child {
              margin-bottom: 0;
              border: none;
              padding-bottom: 0; }
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item .desc-item p {
            font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 16px;
            font-size: 1rem;
            color: #000000;
            line-height: 1.1875;
            margin: 0; }
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item .desc-item span {
            font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 1.1666666667;
            color: #000000; }
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .wrapper-collapse .card .card-item .number-item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            width: 54px;
            font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1.2222222222;
            color: #AB4315;
            padding-left: 15px; }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .preview-img-product {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        height: 90px;
        width: 90px;
        min-width: 90px;
        margin-right: 30px;
        background-color: #F3F0EE; }
        @media (max-width: 991.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .preview-img-product {
            margin-right: 10px; } }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .preview-img-product {
            height: 80px;
            width: 80px;
            min-width: 80px; } }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product {
        display: block; }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product {
            margin: auto 0; } }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product.no-indicator span {
          display: none; }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product .produit-epuise a {
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.2;
          color: #DC0C22; }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product a {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.3125;
          color: #000000; }
          @media (max-width: 767.98px) {
            .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product a {
              display: block;
              margin-bottom: 5px; } }
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product a span {
            display: inline-block;
            font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 12px;
            font-size: 0.75rem;
            transform: translateY(-1px); }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product > span {
          display: block;
          font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 12px;
          font-size: 0.75rem; }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product button {
          position: relative;
          border: none;
          background-color: transparent;
          outline: 0;
          width: 10px;
          height: 10px; }
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product button.collapsed .has-chevron:before {
            transform: rotate(0); }
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .desc-product button .has-chevron:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center center;
            background-size: contain;
            width: 10px;
            height: 10px;
            line-height: 1.2307692308;
            transform: rotate(180deg);
            transition: all .2s ease; }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .number-article-panier {
        margin-right: 50px;
        width: 54px; }
        @media (max-width: 991.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .number-article-panier {
            margin-right: 40px; } }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .number-article-panier {
            position: absolute;
            left: 16px; } }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .number-article-panier.no-panier > * {
          display: none; }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .ticket-resto {
        width: 30px;
        margin-right: 15px; }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .ticket-resto {
            margin-right: 30px; } }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .ticket-resto.no-ticket-resto > * {
          display: none; }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .ticket-resto img {
          width: 100%; }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .price {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
        margin-right: 30px;
        width: 130px; }
        @media (max-width: 991.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .price {
            width: 100px; } }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .price.no-old-price .old-price {
          display: none; }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .price span {
          display: block;
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1;
          color: #AB4315; }
          @media (max-width: 991.98px) {
            .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .price span {
              font-size: 1rem; } }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .price span.old-price {
          margin-right: 6px;
          display: block;
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1;
          text-decoration: line-through;
          padding-bottom: 1px; }
      .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .delete-product button {
        border: none;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        width: 12px;
        padding-top: 4px; }
        .tunnel-page-wrapper.tunnel-etape-3 .recapitulatif-wrapper .choice-basket .delete-product button svg {
          vertical-align: initial; }
  .tunnel-page-wrapper.tunnel-etape-3 .encart-total-achats > div:last-child {
    padding-bottom: 0; }
  .tunnel-page-wrapper.tunnel-etape-3 .encart-total-achats .total-achats {
    border: none; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .encart-total-achats .total-achats {
        margin-bottom: 25px; } }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .encart-total-achats .total-achats {
        margin-bottom: 6px; } }
    .tunnel-page-wrapper.tunnel-etape-3 .encart-total-achats .total-achats .total-prix {
      margin-top: 7px; }
      .tunnel-page-wrapper.tunnel-etape-3 .encart-total-achats .total-achats .total-prix p {
        font-size: 14px; }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .encart-total-achats .total-achats .total-prix p {
            max-width: 200px; } }
      .tunnel-page-wrapper.tunnel-etape-3 .encart-total-achats .total-achats .total-prix.hors-frais p {
        font-size: 11px; }
  .tunnel-page-wrapper.tunnel-etape-3 .encart-total-achats .total-action {
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-top: 15px; }
  .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message {
    background-color: #F3F0EE;
    padding: 28px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message {
        margin-bottom: 40px; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message {
        margin-bottom: 30px; } }
    .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message span {
      display: block;
      margin-bottom: 10px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      color: #000000; }
      @media (max-width: 320px) {
        .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message span {
          font-size: 13px; } }
    .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message p {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      color: #000000;
      margin: 0; }
    .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message.mots-bonheur p {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message.mots-bonheur .btn {
        max-width: 250px; } }
    .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message.separation-mots-bonheur {
      margin: 20px 0 0 0;
      background: #fff; }
      .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message.separation-mots-bonheur textarea {
        background-color: #F3F0EE;
        height: 150px; }
        .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message.separation-mots-bonheur textarea:disabled {
          opacity: 1;
          /* required on iOS */ }
      .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message.separation-mots-bonheur > p {
        margin-top: 20px !important;
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message textarea {
      margin-top: 27px;
      width: 100%;
      border: none;
      min-height: 125px;
      padding: 16px 12px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 13px; }
      .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message textarea::-moz-placeholder {
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message textarea:-ms-input-placeholder {
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message textarea::placeholder {
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
      .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message textarea:hover, .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message textarea:focus, .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message textarea:active {
        outline: 0;
        box-shadow: none; }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .encart-livraison-message textarea {
          height: 45px; } }
  .tunnel-page-wrapper.tunnel-etape-3 .tarifs-applicable {
    max-width: 350px;
    margin-top: 15px;
    margin-left: 0; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .tarifs-applicable {
        max-width: initial;
        margin-top: 0;
        margin-bottom: 0; } }
    .tunnel-page-wrapper.tunnel-etape-3 .tarifs-applicable p {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 9px;
      color: #000000;
      margin: 0; }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .tarifs-applicable p {
          font-size: 9px;
          text-align: left;
          color: #5d5d5d; } }
  .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages {
    background-color: #F3F0EE; }
    .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .inner-text {
      margin-bottom: 20px; }
      .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .inner-text p {
        margin-bottom: 0; }
    .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .checkbox-group {
      margin-bottom: 12px; }
      .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .checkbox-group .custom-control-label {
        color: #000000; }
        .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .checkbox-group .custom-control-label:before {
          background-color: #fff; }
    .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .form-group {
      padding-left: 24px;
      padding-left: 1.5rem; }
      .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .form-group input {
        background-color: transparent; }
        .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .form-group input:hover, .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .form-group input:active, .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .form-group input:focus {
          outline: 0;
          background-color: transparent; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 #receiveAdvantages .form-group input {
          max-width: 280px; } }
  .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage {
    position: relative;
    margin-top: 60px;
    margin-bottom: 70px; }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage {
        margin: 20px 0; } }
    .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage > img {
      width: 100%; }
      .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage > img.dentelure-parrainage {
        position: absolute;
        bottom: 0;
        width: 100%; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .encart-title.parrainage {
        padding-left: 15px; } }
    .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-wrapper {
      position: absolute;
      width: 285px;
      margin-bottom: 0;
      z-index: 99; }
      @media (min-width: 1240px) {
        .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-wrapper {
          left: 40px;
          top: 200px; } }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-wrapper {
          top: 165px;
          left: 33px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-wrapper {
          width: 80%; } }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-wrapper {
          position: initial;
          margin: 20px auto; } }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-wrapper {
          width: 100%;
          margin: 0; } }
    .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-collapse {
      position: relative;
      background-color: #F3F0EE; }
      .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-collapse .encart-form {
        padding: 38px 50px 26px 34px;
        margin-left: 39px;
        margin-right: 42px; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-collapse .encart-form {
            padding: 38px 15px 26px 15px; } }
        @media (max-width: 991.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-collapse .encart-form .indications.smaller {
            width: 100%;
            margin-left: 0; } }
        @media (max-width: 767.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .parrainage-collapse .encart-form {
            padding: 38px 15px 26px 15px;
            margin-left: 20px;
            margin-right: 20px; } }
    .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .fake-pb-parrainage {
      height: 42px; }
    .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .dentelure-grise-parrainage {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      background: url(../image/pages/tunnel/dentelure-grise-parrainage.jpg) repeat-x; }
    .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .dentelure-verte-parrainage {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      background: url(../image/pages/tunnel/dentelure-verte-parrainage.jpg) repeat-x; }
    .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage #collapseParrainage .thiriet-btn-primary, .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage #collapseParrainage .presse-mediation-page-wrapper.obligationlegale .generic-content .btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage #collapseParrainage .btn {
      min-width: 117px;
      font-size: 14px; }
    .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage .form-group {
        width: 330px;
        margin-right: 65px;
        margin-bottom: 50px; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage .form-group {
            padding: 0 15px;
            width: 50%;
            margin-right: 0;
            margin-bottom: 30px; }
            .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage .form-group.is-required:after {
              right: 15px; } }
        @media (min-width: 992px) {
          .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage .form-group:last-child, .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage .form-group:nth-last-child(2) {
            margin-bottom: 0; } }
        @media (max-width: 991.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage .form-group {
            margin-right: 0;
            width: 100%; } }
      .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage .form-group-submit {
        margin-top: -10px;
        margin-left: 20px; }
        @media (min-width: 992px) and (max-width: 1239.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage .form-group-submit {
            margin-top: 20px;
            margin-left: 0;
            width: 100%; } }
        @media (max-width: 991.98px) {
          .tunnel-page-wrapper.tunnel-etape-3 .block-parrainage .wrapper-form-parrainage .form-group-submit {
            margin-top: 0;
            width: 100%; } }

@media (max-width: 767.98px) {
  #seeCardPreview {
    display: none; } }

@media (min-width: 992px) {
  #seeCardPreview .modal-dialog {
    max-width: 765px; } }

#seeCardPreview .custom-card-container {
  position: relative;
  padding: 0; }

#seeCardPreview .page {
  position: absolute;
  top: 50px;
  left: 50%;
  right: 58px;
  bottom: 58px; }
  @media (max-width: 767.98px) {
    #seeCardPreview .page {
      right: 30px; } }
  @media (max-width: 575.98px) {
    #seeCardPreview .page {
      top: 40px; } }

#seeCardPreview .text-preview {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  font-size: 11px;
  font-family: "source_sans_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #000000;
  z-index: 1; }
  @media (max-width: 991.98px) {
    #seeCardPreview .text-preview {
      top: 50px;
      left: 30px;
      right: 30px;
      line-height: 1.3; } }
  @media (max-width: 575.98px) {
    #seeCardPreview .text-preview {
      font-size: 6px;
      left: 15px;
      right: 15px;
      top: 0; } }

#jcpoTestingZone {
  display: inline-table;
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  font-size: 11px;
  font-family: "source_sans_pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #000000;
  z-index: 1;
  margin: 0;
  padding: 0; }
  @media (max-width: 991.98px) {
    #jcpoTestingZone {
      top: 50px;
      left: 30px;
      right: 30px;
      line-height: 1.3; } }
  @media (max-width: 575.98px) {
    #jcpoTestingZone {
      font-size: 6px;
      left: 15px;
      right: 15px;
      top: 0; } }

#jcpoTestingZone {
  top: -300px; }

.tunnel-page-wrapper.tunnel-etape-4 {
  margin-bottom: 115px;
  margin-top: 30px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-4 {
      margin-top: 60px; } }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-4 {
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-4 {
      margin-bottom: 80px; } }
  .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration {
    line-height: 0.8;
    font-size: 60px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration {
        font-size: 53px; } }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration {
        margin-bottom: 65px;
        font-size: 52px;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration {
        margin-bottom: 45px;
        text-align: left;
        line-height: 0.9230769231; } }
    @media (max-width: 340px) {
      .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration {
        font-size: 48px; } }
    .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration.padding-left {
      padding-left: 10px; }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration.padding-left {
          padding-left: 0; } }
    .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration:before {
      content: '';
      position: absolute;
      top: 122px;
      left: 10px;
      width: 268px;
      height: 225px;
      background: url(../image/svg/tunnel/illu_cuisinier_4.svg) no-repeat center;
      background-size: contain; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration:before {
          width: 231px;
          height: 194px; } }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration:before {
          width: 190px;
          height: 160px;
          left: 0;
          top: 50%;
          transform: translateY(-50%); } }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration:before {
          left: auto;
          right: 0;
          transform: translateY(-50%) scale(-1, 1); } }
      @media (max-width: 340px) {
        .tunnel-page-wrapper.tunnel-etape-4 .thiriet-sentence.with-illustration:before {
          width: 138px;
          height: 120px; } }
  .tunnel-page-wrapper.tunnel-etape-4 .encart-form {
    padding-top: 30px;
    padding-bottom: 22px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-4 .encart-form {
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-4 .encart-form {
        padding-left: 20px;
        padding-right: 20px; } }
    .tunnel-page-wrapper.tunnel-etape-4 .encart-form .btn {
      margin-bottom: 8px;
      padding: 10px 22px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-4 .encart-form .btn {
          padding: 10px 44px; } }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-4 .encart-form .btn {
          padding: 10px 30px;
          max-width: 100%; } }
    .tunnel-page-wrapper.tunnel-etape-4 .encart-form > p {
      margin-bottom: 0;
      line-height: 1.5714285714;
      color: rgba(0, 0, 0, 0.6); }
  .tunnel-page-wrapper.tunnel-etape-4 .label-between {
    padding-top: 28px;
    padding-bottom: 28px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-4 .label-between {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-4 .label-between {
        padding-top: 22px;
        padding-bottom: 22px; } }
  .tunnel-page-wrapper.tunnel-etape-4 .payment-methods {
    padding-top: 70px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-4 .payment-methods {
        margin-bottom: 40px;
        padding-top: 43px; } }
    .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .title {
      margin-bottom: 16px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: rgba(0, 0, 0, 0.6); }
    .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .payment {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 16px;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .payment {
          -ms-flex-pack: center;
              justify-content: center; }
          .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .payment > img:not(:last-child) {
            margin-right: 16px; } }
      .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .payment img {
        margin: 10px; }
      .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .payment .cb {
        width: 40px;
        height: 27px; }
      .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .payment .mastercard {
        width: 39px;
        height: 24px; }
      .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .payment .visa {
        width: 44px;
        height: 14px; }
    .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .knowmore-button {
      font-size: 12px;
      text-decoration: underline;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: rgba(0, 0, 0, 0.6); }
      .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .knowmore-button:hover, .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .knowmore-button:focus, .tunnel-page-wrapper.tunnel-etape-4 .payment-methods .knowmore-button:active {
        color: #000000; }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-4 .my-delivery-date {
      -ms-flex-order: 1;
          order: 1; } }
  .tunnel-page-wrapper.tunnel-etape-4 .my-delivery-date ul li,
  .tunnel-page-wrapper.tunnel-etape-4 .my-delivery-date span.bold {
    font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .tunnel-page-wrapper.tunnel-etape-4 .my-delivery-date ul {
    margin-bottom: 3px; }
  .tunnel-page-wrapper.tunnel-etape-4 .my-delivery-date span.bold {
    display: initial; }
  .tunnel-page-wrapper.tunnel-etape-4 .my-delivery-date p {
    margin-bottom: 0;
    line-height: 1.6666666667; }
  .tunnel-page-wrapper.tunnel-etape-4 .my-delivery-date .indication-delivery-date {
    font-size: 11px;
    line-height: 1.4545454545; }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-4 .my-delivery-address {
      -ms-flex-order: 2;
          order: 2; } }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-4 .my-order-bloc {
      -ms-flex-order: 0;
          order: 0; } }
  .tunnel-page-wrapper.tunnel-etape-4 ~ .data-management {
    margin-bottom: 90px; }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-4 ~ .data-management {
        margin-bottom: 45px; } }

.tunnel-page-wrapper.tunnel-etape-5 {
  margin-bottom: 230px; }
  @media (max-width: 991.98px) {
    .tunnel-page-wrapper.tunnel-etape-5 {
      margin-bottom: 125px; } }
  @media (max-width: 767.98px) {
    .tunnel-page-wrapper.tunnel-etape-5 {
      margin-bottom: 95px; } }
  .tunnel-page-wrapper.tunnel-etape-5 .thiriet-sentence.with-illustration {
    line-height: 0.8;
    font-size: 60px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .tunnel-page-wrapper.tunnel-etape-5 .thiriet-sentence.with-illustration {
        font-size: 51px; } }
    @media (max-width: 991.98px) {
      .tunnel-page-wrapper.tunnel-etape-5 .thiriet-sentence.with-illustration {
        font-size: 52px;
        margin-bottom: 150px;
        text-align: center;
        margin-top: 40px; } }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-5 .thiriet-sentence.with-illustration {
        text-align: left;
        margin-top: 0;
        margin-bottom: 80px; } }
    .tunnel-page-wrapper.tunnel-etape-5 .thiriet-sentence.with-illustration:before {
      content: '';
      position: absolute;
      bottom: -265px;
      left: 0px;
      width: 290px;
      height: 238px;
      background: url(../image/svg/tunnel/illu_cuisinier_3.svg) no-repeat center;
      background-size: contain; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .tunnel-page-wrapper.tunnel-etape-5 .thiriet-sentence.with-illustration:before {
          width: 258px;
          height: 250px; } }
      @media (max-width: 991.98px) {
        .tunnel-page-wrapper.tunnel-etape-5 .thiriet-sentence.with-illustration:before {
          width: 242px;
          height: 206px;
          bottom: auto;
          top: -50px; } }
      @media (max-width: 767.98px) {
        .tunnel-page-wrapper.tunnel-etape-5 .thiriet-sentence.with-illustration:before {
          width: 217px;
          height: 176px;
          left: auto;
          top: auto;
          bottom: -40px;
          right: 0;
          transform: scale(-1, 1); } }
      @media (max-width: 320px) {
        .tunnel-page-wrapper.tunnel-etape-5 .thiriet-sentence.with-illustration:before {
          width: 200px;
          bottom: -62px; } }
  .tunnel-page-wrapper.tunnel-etape-5 .encart-last-confirmation {
    margin-bottom: 80px; }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-5 .encart-last-confirmation {
        margin-bottom: 40px; } }
    .tunnel-page-wrapper.tunnel-etape-5 .encart-last-confirmation p {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      line-height: 1.9333333333;
      color: #000000;
      margin-bottom: 0; }
      .tunnel-page-wrapper.tunnel-etape-5 .encart-last-confirmation p .content-important {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 15px;
        color: #000000; }
    .tunnel-page-wrapper.tunnel-etape-5 .encart-last-confirmation ul {
      margin-bottom: 0; }
      .tunnel-page-wrapper.tunnel-etape-5 .encart-last-confirmation ul li {
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        position: relative;
        padding-left: 15px;
        margin-bottom: 7px; }
        .tunnel-page-wrapper.tunnel-etape-5 .encart-last-confirmation ul li:last-child {
          margin-bottom: 0; }
        .tunnel-page-wrapper.tunnel-etape-5 .encart-last-confirmation ul li:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #000000; }
    .tunnel-page-wrapper.tunnel-etape-5 .encart-last-confirmation a {
      display: inline-block;
      margin-top: 15px;
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 15px;
      line-height: 1.9333333333;
      color: #000000;
      text-decoration: underline; }
  .tunnel-page-wrapper.tunnel-etape-5 .avantages-wrapper {
    margin-bottom: 20px;
    padding: 32px;
    background-color: #000000; }
    .tunnel-page-wrapper.tunnel-etape-5 .avantages-wrapper p {
      margin-bottom: 20px;
      color: #fff; }
    .tunnel-page-wrapper.tunnel-etape-5 .avantages-wrapper .collapser > button .labels {
      color: #fff;
      background: #000000; }
      .tunnel-page-wrapper.tunnel-etape-5 .avantages-wrapper .collapser > button .labels > span {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px; }
    .tunnel-page-wrapper.tunnel-etape-5 .avantages-wrapper .collapser > button:after {
      background: url(../image/svg/interactions/arrow-to-bottom-white.svg) no-repeat center; }
  .tunnel-page-wrapper.tunnel-etape-5 #collapseCreateAccount .account-informations-page-wrapper {
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-5 #collapseCreateAccount .account-informations-page-wrapper {
        padding-top: 20px; } }
  .tunnel-page-wrapper.tunnel-etape-5 #collapseCreateAccount .indications {
    position: absolute;
    margin-left: 45px;
    width: 200px;
    padding-top: 0; }
    .tunnel-page-wrapper.tunnel-etape-5 #collapseCreateAccount .indications.smaller {
      width: 170px; }
    @media (max-width: 767.98px) {
      .tunnel-page-wrapper.tunnel-etape-5 #collapseCreateAccount .indications {
        position: static;
        margin-left: 0;
        padding-top: 7px;
        width: auto; }
        .tunnel-page-wrapper.tunnel-etape-5 #collapseCreateAccount .indications.smaller {
          width: auto; } }

.referentiel-magasin-wrapper {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .referentiel-magasin-wrapper {
      margin-bottom: 55px; } }
  @media (max-width: 767.98px) {
    .referentiel-magasin-wrapper {
      margin-bottom: 65px; } }
  .referentiel-magasin-wrapper .wrapper-point-de-retrait {
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
    @media (max-width: 767.98px) {
      .referentiel-magasin-wrapper .wrapper-point-de-retrait {
        margin-bottom: 30px; } }
    .referentiel-magasin-wrapper .wrapper-point-de-retrait .thiriet-sentence {
      color: #fff;
      font-size: 54px;
      line-height: 0.9259259259; }
      @media (max-width: 767.98px) {
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .thiriet-sentence {
          text-align: center;
          width: 100%;
          font-size: 38px;
          margin-bottom: 20px; } }
    .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait {
      position: relative;
      background-color: #000000; }
      @media (min-width: 992px) {
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait {
          width: 460px;
          height: 384px;
          padding-top: 65px;
          padding-right: 97px; } }
      @media (max-width: 991.98px) {
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait {
          height: 160px;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait {
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: center;
              align-items: center; } }
      @media (max-width: 767.98px) {
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 20px 0px 40px; } }
      @media (max-width: 767.98px) {
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait > form {
          width: 100%; } }
      .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form {
        background-color: transparent;
        padding: 40px 0;
        padding-bottom: 0; }
        @media (max-width: 991.98px) {
          .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form {
            padding: 0; } }
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form input[type="text"] {
          color: #fff; }
          .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form input[type="text"]::-moz-placeholder {
            color: rgba(255, 255, 255, 0.6); }
          .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form input[type="text"]:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.6); }
          .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form input[type="text"]::placeholder {
            color: rgba(255, 255, 255, 0.6); }
      .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form .form-group .form-control {
        background-color: transparent; }
        @media (max-width: 991.98px) {
          .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form .form-group .form-control {
            color: #fff; }
            .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form .form-group .form-control > option {
              color: #000000; } }
      .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form .form-group .bootstrap-select .dropdown-toggle {
        color: #fff; }
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form .form-group .bootstrap-select .dropdown-toggle:before {
          background: url(../image/svg/interactions/arrow-to-bottom-white.svg) no-repeat center;
          width: 8px;
          height: 8px; }
      .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form .form-group .mobile-select:after {
        background: url(../image/svg/interactions/arrow-to-bottom-white.svg) no-repeat center;
        width: 8px;
        height: 10px; }
      .referentiel-magasin-wrapper .wrapper-point-de-retrait .encart-retrait .encart-form .form-group select.form-control {
        color: #fff; }
    .referentiel-magasin-wrapper .wrapper-point-de-retrait .illu-bg {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 992px) {
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .illu-bg {
          height: 384px; } }
      @media (max-width: 991.98px) {
        .referentiel-magasin-wrapper .wrapper-point-de-retrait .illu-bg {
          height: 280px; } }
      .referentiel-magasin-wrapper .wrapper-point-de-retrait .illu-bg:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 5px;
        background-size: contain;
        z-index: 3;
        background: url(../image/dentelures/dentelure-motif-gris.png) repeat-x left; }
    @media (max-width: 991.98px) {
      .referentiel-magasin-wrapper .wrapper-point-de-retrait .bg-container-full-width {
        background-color: #000000; } }
  .referentiel-magasin-wrapper .wrapper-result-point-retrait .row [class^="col"] {
    margin-bottom: 25px; }
  .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-ref-link {
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    min-height: 170px; }
    .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-ref-link:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff;
      z-index: -1;
      transition: all .2s ease; }
    .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-ref-link:hover:before, .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-ref-link:focus:before, .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-ref-link:active:before {
      top: -7px;
      right: -7px;
      bottom: -7px;
      left: -7px; }
  .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait {
    background-color: #F3F0EE;
    padding: 18px 20px;
    margin-bottom: 25px;
    height: 100%;
    display: -ms-flexbox;
    display: flex; }
    .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait .illu-click-collect {
      margin-right: 13px; }
      .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait .illu-click-collect.consigne img {
        height: auto; }
      .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait .illu-click-collect img {
        height: 72px; }
    .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait .info-click-collect span {
      display: block;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      line-height: 1.1875;
      margin-bottom: 10px;
      pointer-events: none; }
    .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait .info-click-collect .adress {
      margin-bottom: 10px;
      pointer-events: none; }
      .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait .info-click-collect .adress p {
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 14px;
        line-height: 1.2142857143;
        color: #000000;
        margin-bottom: 0;
        word-break: break-word; }
    .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait .info-click-collect .contact .mail {
      display: block;
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      line-height: 1.1666666667;
      color: #000000;
      margin-bottom: 5px;
      word-break: break-word; }
    .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait .info-click-collect .contact .tel {
      display: block;
      margin-bottom: 10px;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      line-height: 1.1875;
      color: #000000; }
    .referentiel-magasin-wrapper .wrapper-result-point-retrait .encart-result-retrait .info-click-collect .temporarily-closed {
      font-size: 14px;
      font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #D70620; }
  .referentiel-magasin-wrapper .wrapper-result-point-retrait .page-bottom-navigation {
    margin-top: 50px; }
    @media (max-width: 767.98px) {
      .referentiel-magasin-wrapper .wrapper-result-point-retrait .page-bottom-navigation {
        margin-top: 20px; } }

#mainStoreLocator {
  position: relative;
  min-height: calc(100vh - 185px); }
  @media (max-width: 991.98px) {
    #mainStoreLocator:not(.page-resultats) {
      min-height: auto;
      margin-bottom: 65px; } }
  @media (max-width: 767.98px) {
    #mainStoreLocator:not(.page-resultats) {
      margin-bottom: 190px; } }
  #mainStoreLocator.page-resultats .store-locator {
    padding-top: 0; }
    @media (max-width: 991.98px) {
      #mainStoreLocator.page-resultats .store-locator {
        padding-top: 330px;
        margin-bottom: 60px; } }
    @media (max-width: 767.98px) {
      #mainStoreLocator.page-resultats .store-locator {
        padding-top: 30px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #mainStoreLocator.page-resultats .new-search {
      position: absolute;
      top: 16px;
      left: 30px;
      z-index: 2; } }
  @media (max-width: 767.98px) {
    #mainStoreLocator.page-resultats .new-search {
      font-size: 14px; } }
  @media (max-width: 991.98px) {
    #mainStoreLocator.page-resultats .all-point-retrait {
      margin-top: 30px; } }
  #mainStoreLocator.page-resultats .all-point-retrait .point-retrait-item .mention {
    font-size: 12px;
    color: #3C3C3A; }

.store-locator {
  height: 100%;
  padding-top: 40px; }
  .store-locator .thiriet-sentence {
    text-align: center;
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .store-locator .thiriet-sentence {
        font-size: 42px;
        line-height: 1.2857142857; } }
    @media (max-width: 767.98px) {
      .store-locator .thiriet-sentence {
        font-size: 38px;
        line-height: 1.1842105263;
        margin-bottom: 10px; } }
  .store-locator .all-points-maps {
    text-align: center;
    margin-top: 30px; }
    .store-locator .all-points-maps a {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      color: #000000; }
  .store-locator .illustration-localisation {
    position: absolute;
    bottom: auto;
    right: auto;
    top: -11px;
    left: -22%;
    width: 140px; }
    @media (max-width: 767.98px) {
      .store-locator .illustration-localisation {
        position: relative;
        margin: auto;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0; } }
    .store-locator .illustration-localisation svg {
      max-width: 100%;
      height: auto; }
  .store-locator .encart-form {
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .store-locator .encart-form {
        margin-bottom: 35px;
        padding: 28px 10px 32px 10px; } }
    .store-locator .encart-form .form-group {
      margin-bottom: 10px; }
    .store-locator .encart-form .flex-basis {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      height: 0; }
    .store-locator .encart-form .d-flex.flex-wrap {
      width: 100%; }
    .store-locator .encart-form #div_pays_id {
      min-width: 16%; }
  .store-locator .all-point-retrait {
    margin-top: 35px; }
    @media (max-width: 991.98px) {
      .store-locator .all-point-retrait {
        margin-top: 40px; } }
    .store-locator .all-point-retrait .point-retrait-item {
      border-bottom: 1px solid #CCC;
      padding: 18px 10px; }
      .store-locator .all-point-retrait .point-retrait-item.active {
        background-color: #F3F0EE; }
      .store-locator .all-point-retrait .point-retrait-item:first-child {
        border-top: 1px solid #CCC; }
      @media (max-width: 991.98px) {
        .store-locator .all-point-retrait .point-retrait-item:first-child {
          border-top: none; } }
      .store-locator .all-point-retrait .point-retrait-item .horaires-exceptionnels {
        font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        line-height: 1.5833333333;
        margin-bottom: 6px;
        color: #DC0C22; }
        .store-locator .all-point-retrait .point-retrait-item .horaires-exceptionnels:last-child {
          margin-bottom: 0; }
        .store-locator .all-point-retrait .point-retrait-item .horaires-exceptionnels .creneau-jour {
          width: 180px;
          margin-right: 15px;
          display: inline-block; }
      .store-locator .all-point-retrait .point-retrait-item.not-available .action-retrait .btn {
        background: rgba(0, 0, 0, 0.15);
        cursor: none;
        pointer-events: none; }
      .store-locator .all-point-retrait .point-retrait-item.not-available .temporarily-closed {
        padding-top: 12px;
        font-size: 14px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #D70620; }
    .store-locator .all-point-retrait .point-retrait-item .point-retrait-top {
      position: relative; }
    @media (min-width: 768px) {
      .store-locator .all-point-retrait .point-retrait-item .img-info {
        min-width: 93px;
        width: 93px; } }
    .store-locator .all-point-retrait .point-retrait-item .img-info img {
      max-width: 92px; }
    .store-locator .all-point-retrait .point-retrait-item .retrait-info {
      margin-right: 15px;
      -ms-flex: 1;
          flex: 1; }
      .store-locator .all-point-retrait .point-retrait-item .retrait-info .temporarily-closed {
        padding-top: 12px;
        font-size: 14px;
        font-family: "montserratsemibold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #D70620; }
      @media (max-width: 991.98px) {
        .store-locator .all-point-retrait .point-retrait-item .retrait-info {
          margin-right: 40px; } }
      @media (max-width: 767.98px) {
        .store-locator .all-point-retrait .point-retrait-item .retrait-info {
          margin-right: 10px; } }
      @media (max-width: 575.98px) {
        .store-locator .all-point-retrait .point-retrait-item .retrait-info {
          -ms-flex-order: 3;
              order: 3;
          margin-right: 0;
          margin-top: 20px;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; } }
      .store-locator .all-point-retrait .point-retrait-item .retrait-info p {
        font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        line-height: 1.1875;
        color: #000000;
        margin-bottom: 5px;
        cursor: pointer; }
      .store-locator .all-point-retrait .point-retrait-item .retrait-info .number-km {
        display: block;
        font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 12px;
        line-height: 1.25;
        color: #000000; }
      .store-locator .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait {
        margin-top: 10px;
        opacity: 1;
        min-height: 28px;
        transition: all .35s ease; }
        @media (max-width: 575.98px) {
          .store-locator .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait {
            margin-top: 13px; } }
        .store-locator .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait.collapse-open {
          margin-top: 0;
          height: 0;
          opacity: 0; }
        .store-locator .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait p {
          font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          font-size: 12px;
          line-height: 1.1666666667;
          color: #AB4315;
          margin-bottom: 0; }
          .store-locator .all-point-retrait .point-retrait-item .retrait-info .dispo-retrait p.indispo {
            color: #DC0C22; }
    .store-locator .all-point-retrait .point-retrait-item .action-retrait {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: start;
      margin-top: 4px;
      margin-left: auto;
      position: absolute;
      top: 2px;
      right: 0; }
      .store-locator .all-point-retrait .point-retrait-item .action-retrait button {
        position: relative; }
        .store-locator .all-point-retrait .point-retrait-item .action-retrait button.thiriet-btn-primary, .store-locator .all-point-retrait .point-retrait-item .action-retrait .presse-mediation-page-wrapper.obligationlegale .generic-content button.btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .store-locator .all-point-retrait .point-retrait-item .action-retrait button.btn {
          font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          padding: 14px 10px;
          margin-right: 15px;
          line-height: 1.2142857143;
          font-size: 14px;
          width: 155px; }
          @media (max-width: 991.98px) {
            .store-locator .all-point-retrait .point-retrait-item .action-retrait button.thiriet-btn-primary, .store-locator .all-point-retrait .point-retrait-item .action-retrait .presse-mediation-page-wrapper.obligationlegale .generic-content button.btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .store-locator .all-point-retrait .point-retrait-item .action-retrait button.btn {
              margin-right: 35px; } }
          @media (max-width: 575.98px) {
            .store-locator .all-point-retrait .point-retrait-item .action-retrait button.thiriet-btn-primary, .store-locator .all-point-retrait .point-retrait-item .action-retrait .presse-mediation-page-wrapper.obligationlegale .generic-content button.btn, .presse-mediation-page-wrapper.obligationlegale .generic-content .store-locator .all-point-retrait .point-retrait-item .action-retrait button.btn {
              margin-right: 20px;
              padding: 10px 13px; } }
          .store-locator .all-point-retrait .point-retrait-item .action-retrait button.thiriet-btn-primary span, .store-locator .all-point-retrait .point-retrait-item .action-retrait .presse-mediation-page-wrapper.obligationlegale .generic-content button.btn span, .presse-mediation-page-wrapper.obligationlegale .generic-content .store-locator .all-point-retrait .point-retrait-item .action-retrait button.btn span {
            display: block; }
        .store-locator .all-point-retrait .point-retrait-item .action-retrait button .has-chevron:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          background: url(../image/svg/interactions/arrow-bottom-black.svg) no-repeat center center;
          background-size: contain;
          width: 13px;
          height: 13px;
          line-height: 1.2307692308;
          transform: rotate(180deg);
          transition: all .2s ease; }
        .store-locator .all-point-retrait .point-retrait-item .action-retrait button[data-toggle="collapse"] {
          background-color: transparent;
          border: none;
          outline: 0; }
        .store-locator .all-point-retrait .point-retrait-item .action-retrait button.collapsed .has-chevron:before {
          transform: rotate(0); }
    .store-locator .all-point-retrait .cta-retrait {
      margin-top: 20px; }
      .store-locator .all-point-retrait .cta-retrait button {
        max-width: unset;
        width: 100%;
        padding: 15px; }
    .store-locator .all-point-retrait .point-retrait-item .collapse-retrait .card-body {
      padding: 12px 0 0; }
  .store-locator .collapse-retrait .card-body > div {
    position: relative;
    padding: 17px 0; }
    .store-locator .collapse-retrait .card-body > div:last-child {
      padding-bottom: 0; }
    .store-locator .collapse-retrait .card-body > div:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 1px;
      width: 42px;
      background-color: #000000; }
  .store-locator .localisation-point-retrait .adress-retrait p {
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #000000;
    line-height: 1.2142857143; }
  .store-locator .localisation-point-retrait .dispo-retrait p {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    color: #AB4315;
    line-height: 1.25; }
    .store-locator .localisation-point-retrait .dispo-retrait p.indispo {
      color: #DC0C22; }
  .store-locator .calendar-dispo-point-retrait .creneau-dispo-point {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px; }
    @media (max-width: 575.98px) {
      .store-locator .calendar-dispo-point-retrait .creneau-dispo-point {
        margin-bottom: 10px; } }
    .store-locator .calendar-dispo-point-retrait .creneau-dispo-point:last-child {
      margin-bottom: 0; }
    .store-locator .calendar-dispo-point-retrait .creneau-dispo-point .creneau-jour {
      width: 170px;
      min-width: 170px;
      margin-right: 15px; }
  .store-locator .calendar-dispo-point-retrait .creneau-dispo-point p {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #000000;
    line-height: 1.2142857143;
    margin-bottom: 0; }
  .store-locator .calendar-dispo-point-retrait .creneau-dispo-point span {
    display: block;
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    color: #000000;
    line-height: 1.2142857143; }
  .store-locator .calendar-dispo-point-retrait.highlight * {
    color: #D70620 !important; }
  .store-locator .coordonnee-point-retrait a {
    display: inline-block;
    font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    color: #000000;
    line-height: 1.1666666667; }
  .store-locator .coordonnee-point-retrait .phone-number {
    margin-top: 10px; }
    .store-locator .coordonnee-point-retrait .phone-number a {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      line-height: 1.1875; }
  .store-locator .wrapper-map {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 50%;
    padding-left: 12.5px; }
    @media (max-width: 991.98px) {
      .store-locator .wrapper-map {
        position: absolute;
        height: 330px;
        width: 100%;
        padding: 0; } }
    @media (max-width: 767.98px) {
      .store-locator .wrapper-map {
        position: fixed;
        inset: 0;
        height: 100vh;
        pointer-events: none;
        z-index: 9997;
        transition: all .2s ease;
        background: white; } }
    .store-locator .wrapper-map.active {
      opacity: 1;
      pointer-events: auto; }
    .store-locator .wrapper-map .close-map {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1; }
    .store-locator .wrapper-map .map {
      width: 100%;
      height: 100%; }
  .store-locator .action-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    .store-locator .action-mobile .open-map {
      border: none;
      background-color: transparent;
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      color: #000000;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .store-locator .action-mobile .open-map:hover, .store-locator .action-mobile .open-map:focus, .store-locator .action-mobile .open-map:active {
        outline: 0;
        border: none; }
      .store-locator .action-mobile .open-map img {
        height: 27px;
        width: 19px;
        margin-right: 11px; }

#changeLocality .encart-title, #chooseOtherLocality .encart-title {
  display: none; }

#changeLocality form.mt-30, #chooseOtherLocality form.mt-30 {
  margin-top: 0 !important;
  margin-bottom: 0; }

#changeLocality .submit-form {
  padding: 13px 14px 12px; }

.encart-form .indications-has-error {
  position: static;
  margin: 0;
  width: 100%;
  font-family: montserratmedium,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 13px;
  color: #DC0C22;
  line-height: 1.2307692308; }

.modal-maps {
  height: 100vh;
  background-color: #fff; }
  .modal-maps .modal-dialog {
    margin: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex; }
  .modal-maps .modal-content {
    border: none;
    border-radius: 0; }
  .modal-maps button.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    padding: 0;
    z-index: 999;
    border: none;
    outline: 0;
    box-shadow: none; }
    .modal-maps button.close-modal:hover, .modal-maps button.close-modal:focus, .modal-maps button.close-modal:active {
      outline: 0;
      box-shadow: none; }
    .modal-maps button.close-modal span.icon-cross {
      display: block;
      background: url(../image/svg/interactions/close-circle.svg) no-repeat;
      background-size: contain;
      width: 66px;
      height: 66px; }

.gm-style-pbc + div > div {
  transform: none !important; }

.gm-style-iw-d {
  overflow: visible !important; }

.gm-svpc,
.gm-style-mtc {
  display: none !important; }

.gm-fullscreen-control {
  top: auto !important;
  bottom: 130px; }

@media (max-width: 991.98px) {
  #mainStoreLocator:not(.page-resultats) .wrapper-map {
    display: none; } }

.popupMaps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 23px 70px; }
  .popupMaps .content-center {
    text-align: center; }
  .popupMaps .wrapper-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .popupMaps .wrapper-img img {
      transform: translateX(10px); }
  .popupMaps .title-popup {
    margin-bottom: 9px; }
    .popupMaps .title-popup span {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 16px;
      color: #000000; }
  .popupMaps .localisation-magasin {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 10px; }
    .popupMaps .localisation-magasin:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 42px;
      height: 1px;
      margin: 0 auto;
      background-color: #040405; }
    .popupMaps .localisation-magasin p {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      color: #000000;
      margin-bottom: 0; }
    .popupMaps .localisation-magasin .distance {
      font-size: 12px;
      margin-bottom: 8px; }
  .popupMaps .commande-disponible p {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    color: #AB4315;
    line-height: 1.1666666667; }
  .popupMaps .fermeture-exceptionnelle p {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    color: #DC0C22;
    line-height: 1.1666666667; }
  .popupMaps .horaires {
    margin: 13px 0; }
    .popupMaps .horaires .creneau span {
      font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      color: #000000;
      line-height: 1.2142857143; }
    .popupMaps .horaires .creneau p {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 14px;
      color: #000000;
      line-height: 1.2142857143; }
  .popupMaps .mail {
    margin-bottom: 6px; }
    .popupMaps .mail a {
      font-family: "montserratlight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 12px;
      line-height: 1.1666666667; }
  .popupMaps .tel a {
    font-family: "montserratmedium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    color: #000000;
    line-height: 1.1875; }
  .popupMaps .btn-action-modal {
    margin-top: 20px; }

.page-commande-pour-offrir .illustration-ruban-header {
  position: relative; }
  .page-commande-pour-offrir .illustration-ruban-header img {
    position: absolute;
    top: -55px;
    left: 200px;
    width: 200px; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-commande-pour-offrir .illustration-ruban-header img {
        left: 180px;
        width: 168px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .illustration-ruban-header img {
        right: 65px;
        left: auto;
        width: 140px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .illustration-ruban-header img {
        width: 105px;
        left: -40px;
        top: -20px; } }
    @media (max-width: 360px) {
      .page-commande-pour-offrir .illustration-ruban-header img {
        left: -52px; } }

.page-commande-pour-offrir .simple-swiper {
  margin-bottom: 36px; }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .simple-swiper {
      height: 280px; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .simple-swiper .swiper-slide img {
      height: 100%;
      max-width: none; } }
  .page-commande-pour-offrir .simple-swiper .swiper-pagination-bullets {
    bottom: 37px; }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .simple-swiper .swiper-pagination-bullets {
        bottom: 25px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .simple-swiper .swiper-pagination-bullets {
        bottom: 15px; } }

.page-commande-pour-offrir .subtitle {
  padding-top: 50px; }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .subtitle {
      padding-top: 45px; } }
  .page-commande-pour-offrir .subtitle p {
    margin-bottom: 0;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 17px;
    line-height: 1.4705882353; }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .subtitle p {
        font-size: 15px;
        padding: 0 12px; } }
    @media (max-width: 370px) {
      .page-commande-pour-offrir .subtitle p {
        font-size: 13px; } }

.page-commande-pour-offrir h1 {
  position: relative;
  margin: 0 auto 0;
  max-width: 400px;
  font-size: 88px;
  line-height: 1.1; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .page-commande-pour-offrir h1 {
      font-size: 72px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-commande-pour-offrir h1 {
      font-size: 66px; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir h1 {
      margin-top: 20px;
      font-size: 50px; } }
  .page-commande-pour-offrir h1 .subtitle {
    display: block;
    font-size: 32px;
    line-height: 1.15625;
    text-transform: uppercase; }
    @media (min-width: 992px) and (max-width: 1239.98px) {
      .page-commande-pour-offrir h1 .subtitle {
        font-size: 28px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir h1 .subtitle {
        font-size: 24px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir h1 .subtitle {
        font-size: 20px; } }
  .page-commande-pour-offrir h1 img {
    max-width: 100%;
    margin-top: -20px; }
    @media (min-width: 768px) and (max-width: 1239.98px) {
      .page-commande-pour-offrir h1 img {
        max-width: 305px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir h1 img {
        max-width: 60%;
        margin-top: -5px; } }

.page-commande-pour-offrir .simple-content-offer {
  margin-bottom: 65px; }
  .page-commande-pour-offrir .simple-content-offer p {
    font-size: 17px;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.4705882353; }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .simple-content-offer p {
        font-size: 15px; } }
    @media (max-width: 370px) {
      .page-commande-pour-offrir .simple-content-offer p {
        font-size: 13px; } }
    .page-commande-pour-offrir .simple-content-offer p.no-mb {
      margin-bottom: 0; }
  .page-commande-pour-offrir .simple-content-offer span {
    display: block;
    color: #5F5F5F;
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    padding-top: 3px; }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .simple-content-offer span {
        font-size: 12px; } }
  .page-commande-pour-offrir .simple-content-offer .action {
    padding-top: 25px;
    text-align: center; }
    .page-commande-pour-offrir .simple-content-offer .action .btn {
      font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 18px;
      padding: 13px 25px; }
      @media (max-width: 767.98px) {
        .page-commande-pour-offrir .simple-content-offer .action .btn {
          max-width: 285px;
          font-size: 16px; } }

@media (max-width: 767.98px) {
  .page-commande-pour-offrir .container-offrir {
    -ms-flex-direction: column;
        flex-direction: column; } }

.page-commande-pour-offrir .container-offrir .encart-text.bg-grey {
  background-color: #F4F3EF; }

.page-commande-pour-offrir .container-offrir .encart-text .description {
  position: relative;
  margin-top: 30px;
  padding-top: 27px; }
  .page-commande-pour-offrir .container-offrir .encart-text .description:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #aa151b; }
  .page-commande-pour-offrir .container-offrir .encart-text .description p {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 17px;
    line-height: 1.3529411765;
    color: #000000; }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .container-offrir .encart-text .description p {
        font-size: 15px; } }
    @media (max-width: 370px) {
      .page-commande-pour-offrir .container-offrir .encart-text .description p {
        font-size: 13px; } }

@media (max-width: 767.98px) {
  .page-commande-pour-offrir .container-offrir .encart-text > img {
    width: 200px; } }

@media (max-width: 320px) {
  .page-commande-pour-offrir .container-offrir .encart-text > img {
    width: 160px; } }

.page-commande-pour-offrir .wrapper-composition-commande {
  display: -ms-flexbox;
  display: flex;
  background-color: #fcfcfc;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-composition-commande {
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .wrapper-composition-commande {
      margin-bottom: 60px;
      background-size: cover; } }
  .page-commande-pour-offrir .wrapper-composition-commande .encart-text {
    width: 389px;
    padding: 90px 0 85px 50px; }
    @media (max-width: 1239.98px) {
      .page-commande-pour-offrir .wrapper-composition-commande .encart-text {
        padding: 30px 0 36px 30px; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-composition-commande .encart-text {
        width: 50%;
        padding: 30px 0 20px 35px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-composition-commande .encart-text {
        padding-left: 20px;
        width: 100%; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-composition-commande .encart-text img {
        width: 70%; } }
    .page-commande-pour-offrir .wrapper-composition-commande .encart-text .description {
      margin-left: 18px;
      padding-right: 50px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .page-commande-pour-offrir .wrapper-composition-commande .encart-text .description {
          padding-right: 40px; } }
      @media (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-composition-commande .encart-text .description {
          margin-left: 0;
          padding-right: 20px;
          margin-top: 20px;
          padding-top: 20px; } }
      .page-commande-pour-offrir .wrapper-composition-commande .encart-text .description p {
        color: #000000; }
  .page-commande-pour-offrir .wrapper-composition-commande .encart-right {
    position: relative; }
    @media (min-width: 992px) {
      .page-commande-pour-offrir .wrapper-composition-commande .encart-right {
        -ms-flex: 1;
            flex: 1; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-composition-commande .encart-right {
        width: 70%; } }
    .page-commande-pour-offrir .wrapper-composition-commande .encart-right img {
      max-height: 560px; }
      @media (max-width: 1239.98px) {
        .page-commande-pour-offrir .wrapper-composition-commande .encart-right img {
          width: 100%; } }

.page-commande-pour-offrir .wrapper-carte-offrir {
  display: -ms-flexbox;
  display: flex;
  height: 612px;
  padding-left: 118px;
  padding-right: 211px;
  background: url(../image/offrez-bonheur/fond-marbre.jpg) no-repeat center 55px; }
  @media (min-width: 992px) and (max-width: 1239.98px) {
    .page-commande-pour-offrir .wrapper-carte-offrir {
      padding: 0 110px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-carte-offrir {
      background-size: 125%; } }
  @media (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-carte-offrir {
      height: auto;
      padding: 0 40px 0 0;
      margin-bottom: 40px;
      background-position: center; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .wrapper-carte-offrir {
      padding: 0 20px;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      background-size: cover; } }
  .page-commande-pour-offrir .wrapper-carte-offrir .encart-text {
    padding-top: 100px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-carte-offrir .encart-text {
        padding-top: 40px;
        margin-left: -55px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-carte-offrir .encart-text {
        padding-top: 25px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-carte-offrir .encart-text img {
        width: 60%; } }
    .page-commande-pour-offrir .wrapper-carte-offrir .encart-text .jcpo-title span {
      padding-left: 16px; }
      @media (max-width: 767.98px) {
        .page-commande-pour-offrir .wrapper-carte-offrir .encart-text .jcpo-title span {
          padding-left: 0; } }
    .page-commande-pour-offrir .wrapper-carte-offrir .encart-text .description {
      margin-left: 22px;
      width: 255px; }
      @media (max-width: 1239.98px) {
        .page-commande-pour-offrir .wrapper-carte-offrir .encart-text .description {
          width: 300px; } }
      @media (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-carte-offrir .encart-text .description {
          width: 100%;
          margin-bottom: 30px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-carte-offrir .encart-text .description {
          margin-left: 15px; } }
      @media (max-width: 767.98px) {
        .page-commande-pour-offrir .wrapper-carte-offrir .encart-text .description {
          margin-left: 0;
          margin-top: 20px;
          padding-top: 20px; } }
      .page-commande-pour-offrir .wrapper-carte-offrir .encart-text .description:before {
        background-color: #AA151B; }
  .page-commande-pour-offrir .wrapper-carte-offrir .encart-illustration {
    position: relative;
    width: 531px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-carte-offrir .encart-illustration {
        margin-bottom: -100px;
        margin-top: -25px; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-carte-offrir .encart-illustration {
        width: auto;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-carte-offrir .encart-illustration {
        padding-left: 30px; } }
    .page-commande-pour-offrir .wrapper-carte-offrir .encart-illustration img {
      position: absolute;
      left: 60px;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .page-commande-pour-offrir .wrapper-carte-offrir .encart-illustration img {
          left: -40px;
          width: 125%; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-carte-offrir .encart-illustration img {
          width: 400px; } }
      @media (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-carte-offrir .encart-illustration img {
          position: static; } }

.page-commande-pour-offrir .wrapper-livraison-offrir {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 111px; }
  @media (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-livraison-offrir {
      margin-bottom: 40px;
      margin-top: 100px; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .wrapper-livraison-offrir {
      padding: 0 20px;
      margin-top: 60px;
      margin-bottom: 70px; } }
  .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text {
    width: 442px;
    padding-left: 80px; }
    @media (max-width: 1239.98px) {
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text {
        padding-left: 25px; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text {
        width: 100%;
        margin-bottom: 30px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text {
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text img {
        width: 70%; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text img {
        width: 60%; } }
    .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text .description {
      margin-left: 20px;
      padding-right: 0; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text .description {
          width: 190%;
          margin-left: 14px; } }
      @media (max-width: 767.98px) {
        .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text .description {
          margin-left: 0;
          margin-top: 20px;
          padding-top: 20px; } }
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-text .description:before {
        background-color: #aa151b; }
  .page-commande-pour-offrir .wrapper-livraison-offrir .encart-right {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-right {
        -ms-flex-align: end;
            align-items: flex-end; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-right {
        -ms-flex-pack: center;
            justify-content: center;
        width: 110%;
        display: block; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-right {
        display: block; }
        .page-commande-pour-offrir .wrapper-livraison-offrir .encart-right > img {
          max-width: 100%; } }
    @media (max-width: 767.98px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-livraison-offrir .encart-right > img {
        width: 100%; } }
    .page-commande-pour-offrir .wrapper-livraison-offrir .encart-right > img {
      max-width: 654px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .page-commande-pour-offrir .wrapper-livraison-offrir .encart-right > img {
          max-width: 554px; } }
      @media (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-livraison-offrir .encart-right > img {
          width: 100%; } }

.page-commande-pour-offrir .wrapper-attention-maison {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-attention-maison {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .wrapper-attention-maison {
      margin-bottom: 70px;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .page-commande-pour-offrir .wrapper-attention-maison .encart-text {
    width: 408px;
    padding-left: 20px;
    padding-top: 61px; }
    @media (max-width: 1239.98px) {
      .page-commande-pour-offrir .wrapper-attention-maison .encart-text {
        padding-top: 30px; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-attention-maison .encart-text {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-attention-maison .encart-text {
        padding-left: 30px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-attention-maison .encart-text {
        padding-top: 0; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-attention-maison .encart-text img {
        width: 70%;
        margin-left: 25px;
        margin-top: 20px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-attention-maison .encart-text img {
        width: 60%; } }
    @media (max-width: 370px) {
      .page-commande-pour-offrir .wrapper-attention-maison .encart-text img {
        width: 50%; } }
    .page-commande-pour-offrir .wrapper-attention-maison .encart-text .description {
      margin-left: 10px;
      padding-right: 67px; }
      @media (max-width: 1239.98px) {
        .page-commande-pour-offrir .wrapper-attention-maison .encart-text .description {
          padding-right: 25px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-attention-maison .encart-text .description {
          margin-left: -381px;
          margin-top: 0;
          width: 217%;
          background-color: #F4F3EF;
          padding-left: 40px;
          padding-bottom: 20px; }
          .page-commande-pour-offrir .wrapper-attention-maison .encart-text .description:before {
            content: none; } }
      @media (max-width: 767.98px) {
        .page-commande-pour-offrir .wrapper-attention-maison .encart-text .description {
          margin-left: 0;
          padding-right: 20px;
          margin-top: 20px;
          padding-top: 20px;
          padding-bottom: 30px; } }
      .page-commande-pour-offrir .wrapper-attention-maison .encart-text .description:before {
        background-color: #aa151b; }

.page-commande-pour-offrir .wrapper-touche-finale {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px; }
  @media (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-touche-finale {
      margin-bottom: 80px;
      padding: 0 20px; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .wrapper-touche-finale {
      margin-bottom: 60px; } }
  .page-commande-pour-offrir .wrapper-touche-finale .encart-text {
    width: 503px;
    padding-left: 70px;
    padding-top: 42px; }
    @media (max-width: 1239.98px) {
      .page-commande-pour-offrir .wrapper-touche-finale .encart-text {
        padding-left: 25px;
        padding-top: 30px; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-touche-finale .encart-text {
        padding-left: 0;
        width: 100%; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-touche-finale .encart-text {
        padding-top: 0;
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-touche-finale .encart-text img {
        padding-left: 0;
        width: 65%; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-touche-finale .encart-text img {
        width: 60%; } }
    .page-commande-pour-offrir .wrapper-touche-finale .encart-text .description {
      margin-left: 37px;
      padding-right: 57px; }
      @media (max-width: 1239.98px) {
        .page-commande-pour-offrir .wrapper-touche-finale .encart-text .description {
          padding-right: 0; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-touche-finale .encart-text .description {
          width: 180%;
          padding-right: 0;
          margin-top: 30px; } }
      @media (max-width: 767.98px) {
        .page-commande-pour-offrir .wrapper-touche-finale .encart-text .description {
          margin-left: 0;
          margin-top: 20px;
          padding-top: 20px; } }
      .page-commande-pour-offrir .wrapper-touche-finale .encart-text .description:before {
        background-color: #aa151b; }
  @media (min-width: 576px) {
    .page-commande-pour-offrir .wrapper-touche-finale .encart-right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-touche-finale .encart-right {
      display: block;
      width: 100%;
      margin-left: -50px; } }
  @media (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-touche-finale .encart-right > img {
      width: 100%; } }

.page-commande-pour-offrir .wrapper-suivi {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  padding-right: 160px; }
  @media (max-width: 1239.98px) {
    .page-commande-pour-offrir .wrapper-suivi {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-suivi {
      gap: 20px; } }
  @media (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-suivi {
      margin-bottom: 40px; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .wrapper-suivi {
      padding: 0 20px;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  @media (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-suivi .encart-illustration {
      text-align: center; }
      .page-commande-pour-offrir .wrapper-suivi .encart-illustration > img {
        max-width: 100%; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .wrapper-suivi .encart-illustration > img {
      width: 55%; } }
  .page-commande-pour-offrir .wrapper-suivi .encart-text {
    padding-top: 96px;
    padding-left: 40px; }
    @media (max-width: 1239.98px) {
      .page-commande-pour-offrir .wrapper-suivi .encart-text {
        padding-top: 80px; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-suivi .encart-text {
        padding-top: 30px;
        padding-left: 0; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-suivi .encart-text {
        padding-top: 0; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-suivi .encart-text img {
        width: 60%; } }
    .page-commande-pour-offrir .wrapper-suivi .encart-text .description {
      margin-left: 50px;
      width: 309px; }
      @media (max-width: 767.98px) {
        .page-commande-pour-offrir .wrapper-suivi .encart-text .description {
          width: 100%;
          margin-left: 0;
          padding-bottom: 20px;
          padding-top: 20px;
          margin-top: 20px; } }
      .page-commande-pour-offrir .wrapper-suivi .encart-text .description:before {
        background-color: #aa151b; }

.page-commande-pour-offrir .wrapper-thematique {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .page-commande-pour-offrir .wrapper-thematique {
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    .page-commande-pour-offrir .wrapper-thematique {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .page-commande-pour-offrir .wrapper-thematique .encart-text {
    width: 427px;
    padding: 105px 0 102px 50px; }
    @media (max-width: 1239.98px) {
      .page-commande-pour-offrir .wrapper-thematique .encart-text {
        padding: 40px 0 50px 30px; } }
    @media (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-thematique .encart-text {
        width: 50%;
        padding: 40px 0 35px 40px; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-thematique .encart-text {
        padding-left: 20px;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-thematique .encart-text img {
        margin-left: -26px;
        width: 100%; } }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .wrapper-thematique .encart-text img {
        width: 70%; } }
    .page-commande-pour-offrir .wrapper-thematique .encart-text .jcpo-title {
      font-size: 68px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-thematique .encart-text .jcpo-title {
          font-size: 40px; } }
      @media (max-width: 767.98px) {
        .page-commande-pour-offrir .wrapper-thematique .encart-text .jcpo-title {
          font-size: 50px; } }
      .page-commande-pour-offrir .wrapper-thematique .encart-text .jcpo-title span {
        padding-left: 34px; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .page-commande-pour-offrir .wrapper-thematique .encart-text .jcpo-title span {
            margin-bottom: 10px !important;
            padding-left: 0;
            font-size: 20px; } }
        @media (max-width: 767.98px) {
          .page-commande-pour-offrir .wrapper-thematique .encart-text .jcpo-title span {
            margin-top: 12px !important;
            padding-left: 0; } }
    .page-commande-pour-offrir .wrapper-thematique .encart-text .description {
      margin-left: 35px;
      padding-right: 100px; }
      @media (min-width: 992px) and (max-width: 1239.98px) {
        .page-commande-pour-offrir .wrapper-thematique .encart-text .description {
          padding-right: 40px; } }
      @media (max-width: 991.98px) {
        .page-commande-pour-offrir .wrapper-thematique .encart-text .description {
          margin-left: 10px;
          padding-right: 45px;
          margin-top: 20px;
          padding-top: 20px; } }
      .page-commande-pour-offrir .wrapper-thematique .encart-text .description p {
        color: #000000; }
      .page-commande-pour-offrir .wrapper-thematique .encart-text .description .btn {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px; }
  .page-commande-pour-offrir .wrapper-thematique .encart-right {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 992px) {
      .page-commande-pour-offrir .wrapper-thematique .encart-right {
        -ms-flex: 1;
            flex: 1; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .page-commande-pour-offrir .wrapper-thematique .encart-right {
        width: 60%; } }
    .page-commande-pour-offrir .wrapper-thematique .encart-right img {
      max-width: 654px; }
      @media (max-width: 1239.98px) {
        .page-commande-pour-offrir .wrapper-thematique .encart-right img {
          max-width: 100%; } }

.page-commande-pour-offrir .action-commande {
  text-align: center;
  margin-bottom: 14px; }
  .page-commande-pour-offrir .action-commande .btn {
    font-family: "montserratregular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    padding: 13px 25px; }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .action-commande .btn {
        max-width: 285px;
        font-size: 16px; } }

.page-commande-pour-offrir .illustration-ruban {
  text-align: center;
  margin-bottom: 40px; }
  .page-commande-pour-offrir .illustration-ruban img {
    width: 508px; }
    @media (max-width: 767.98px) {
      .page-commande-pour-offrir .illustration-ruban img {
        width: 320px; } }
    @media (max-width: 320px) {
      .page-commande-pour-offrir .illustration-ruban img {
        width: 290px; } }

@media (min-width: 992px) {
  div.home-highlight div[id^="itemHighlight"].hover-switch > a span:not(:last-of-type) {
    right: 160px; }
  div.home-highlight div[id^="itemHighlight"].hover-zoom > div.swiper-container div.swiper-slide > a:not(:last-of-type) span {
    right: 160px; }
  div.home-highlight div[id^="itemHighlight"].hover-zoom > div.swiper-container div.swiper-slide a {
    overflow: visible; } }

@media (max-width: 1239.98px) {
  div.home-highlight div[id^="itemHighlight"].hover-switch a span {
    bottom: 0; }
  div.home-highlight div[id^="itemHighlight"].hover-switch a span:not(:last-of-type) {
    bottom: 34px; } }

.b-0 {
  bottom: 0px !important; }

.b-5 {
  bottom: 5px !important; }

.b-10 {
  bottom: 10px !important; }

.b-15 {
  bottom: 15px !important; }

.b-20 {
  bottom: 20px !important; }

.b-25 {
  bottom: 25px !important; }

.b-30 {
  bottom: 30px !important; }

.b-35 {
  bottom: 35px !important; }

.b-40 {
  bottom: 40px !important; }

.b-45 {
  bottom: 45px !important; }

.b-50 {
  bottom: 50px !important; }

.b-55 {
  bottom: 55px !important; }

.b-60 {
  bottom: 60px !important; }

.b-65 {
  bottom: 65px !important; }

.b-70 {
  bottom: 70px !important; }

.b-75 {
  bottom: 75px !important; }

.b-80 {
  bottom: 80px !important; }

.b-85 {
  bottom: 85px !important; }

.b-90 {
  bottom: 90px !important; }

.b-95 {
  bottom: 95px !important; }

.b-100 {
  bottom: 100px !important; }

.b-105 {
  bottom: 105px !important; }

.b-110 {
  bottom: 110px !important; }

.b-115 {
  bottom: 115px !important; }

.b-120 {
  bottom: 120px !important; }

.b-125 {
  bottom: 125px !important; }

.b-130 {
  bottom: 130px !important; }

.b-135 {
  bottom: 135px !important; }

.b-140 {
  bottom: 140px !important; }

.b-145 {
  bottom: 145px !important; }

.b-150 {
  bottom: 150px !important; }

.b-n-5 {
  bottom: -5px !important; }

.b-n-10 {
  bottom: -10px !important; }

.b-n-15 {
  bottom: -15px !important; }

.b-n-20 {
  bottom: -20px !important; }

.b-n-25 {
  bottom: -25px !important; }

.b-n-30 {
  bottom: -30px !important; }

.b-n-35 {
  bottom: -35px !important; }

.b-n-40 {
  bottom: -40px !important; }

.b-n-45 {
  bottom: -45px !important; }

.b-n-50 {
  bottom: -50px !important; }

.b-n-55 {
  bottom: -55px !important; }

.b-n-60 {
  bottom: -60px !important; }

.b-n-65 {
  bottom: -65px !important; }

.b-n-70 {
  bottom: -70px !important; }

.b-n-75 {
  bottom: -75px !important; }

.b-n-80 {
  bottom: -80px !important; }

.b-n-85 {
  bottom: -85px !important; }

.b-n-90 {
  bottom: -90px !important; }

.b-n-95 {
  bottom: -95px !important; }

.b-n-100 {
  bottom: -100px !important; }

.b-n-105 {
  bottom: -105px !important; }

.b-n-110 {
  bottom: -110px !important; }

.b-n-115 {
  bottom: -115px !important; }

.b-n-120 {
  bottom: -120px !important; }

.b-n-125 {
  bottom: -125px !important; }

.b-n-130 {
  bottom: -130px !important; }

.b-n-135 {
  bottom: -135px !important; }

.b-n-140 {
  bottom: -140px !important; }

.b-n-145 {
  bottom: -145px !important; }

.b-n-150 {
  bottom: -150px !important; }

.b-auto {
  bottom: auto !important; }

@media (min-width: 576px) {
  .b-sm-0 {
    bottom: 0px !important; }
  .b-sm-5 {
    bottom: 5px !important; }
  .b-sm-10 {
    bottom: 10px !important; }
  .b-sm-15 {
    bottom: 15px !important; }
  .b-sm-20 {
    bottom: 20px !important; }
  .b-sm-25 {
    bottom: 25px !important; }
  .b-sm-30 {
    bottom: 30px !important; }
  .b-sm-35 {
    bottom: 35px !important; }
  .b-sm-40 {
    bottom: 40px !important; }
  .b-sm-45 {
    bottom: 45px !important; }
  .b-sm-50 {
    bottom: 50px !important; }
  .b-sm-55 {
    bottom: 55px !important; }
  .b-sm-60 {
    bottom: 60px !important; }
  .b-sm-65 {
    bottom: 65px !important; }
  .b-sm-70 {
    bottom: 70px !important; }
  .b-sm-75 {
    bottom: 75px !important; }
  .b-sm-80 {
    bottom: 80px !important; }
  .b-sm-85 {
    bottom: 85px !important; }
  .b-sm-90 {
    bottom: 90px !important; }
  .b-sm-95 {
    bottom: 95px !important; }
  .b-sm-100 {
    bottom: 100px !important; }
  .b-sm-105 {
    bottom: 105px !important; }
  .b-sm-110 {
    bottom: 110px !important; }
  .b-sm-115 {
    bottom: 115px !important; }
  .b-sm-120 {
    bottom: 120px !important; }
  .b-sm-125 {
    bottom: 125px !important; }
  .b-sm-130 {
    bottom: 130px !important; }
  .b-sm-135 {
    bottom: 135px !important; }
  .b-sm-140 {
    bottom: 140px !important; }
  .b-sm-145 {
    bottom: 145px !important; }
  .b-sm-150 {
    bottom: 150px !important; }
  .b-sm-n-5 {
    bottom: -5px !important; }
  .b-sm-n-10 {
    bottom: -10px !important; }
  .b-sm-n-15 {
    bottom: -15px !important; }
  .b-sm-n-20 {
    bottom: -20px !important; }
  .b-sm-n-25 {
    bottom: -25px !important; }
  .b-sm-n-30 {
    bottom: -30px !important; }
  .b-sm-n-35 {
    bottom: -35px !important; }
  .b-sm-n-40 {
    bottom: -40px !important; }
  .b-sm-n-45 {
    bottom: -45px !important; }
  .b-sm-n-50 {
    bottom: -50px !important; }
  .b-sm-n-55 {
    bottom: -55px !important; }
  .b-sm-n-60 {
    bottom: -60px !important; }
  .b-sm-n-65 {
    bottom: -65px !important; }
  .b-sm-n-70 {
    bottom: -70px !important; }
  .b-sm-n-75 {
    bottom: -75px !important; }
  .b-sm-n-80 {
    bottom: -80px !important; }
  .b-sm-n-85 {
    bottom: -85px !important; }
  .b-sm-n-90 {
    bottom: -90px !important; }
  .b-sm-n-95 {
    bottom: -95px !important; }
  .b-sm-n-100 {
    bottom: -100px !important; }
  .b-sm-n-105 {
    bottom: -105px !important; }
  .b-sm-n-110 {
    bottom: -110px !important; }
  .b-sm-n-115 {
    bottom: -115px !important; }
  .b-sm-n-120 {
    bottom: -120px !important; }
  .b-sm-n-125 {
    bottom: -125px !important; }
  .b-sm-n-130 {
    bottom: -130px !important; }
  .b-sm-n-135 {
    bottom: -135px !important; }
  .b-sm-n-140 {
    bottom: -140px !important; }
  .b-sm-n-145 {
    bottom: -145px !important; }
  .b-sm-n-150 {
    bottom: -150px !important; }
  .b-sm-auto {
    bottom: auto !important; } }

@media (min-width: 768px) {
  .b-md-0 {
    bottom: 0px !important; }
  .b-md-5 {
    bottom: 5px !important; }
  .b-md-10 {
    bottom: 10px !important; }
  .b-md-15 {
    bottom: 15px !important; }
  .b-md-20 {
    bottom: 20px !important; }
  .b-md-25 {
    bottom: 25px !important; }
  .b-md-30 {
    bottom: 30px !important; }
  .b-md-35 {
    bottom: 35px !important; }
  .b-md-40 {
    bottom: 40px !important; }
  .b-md-45 {
    bottom: 45px !important; }
  .b-md-50 {
    bottom: 50px !important; }
  .b-md-55 {
    bottom: 55px !important; }
  .b-md-60 {
    bottom: 60px !important; }
  .b-md-65 {
    bottom: 65px !important; }
  .b-md-70 {
    bottom: 70px !important; }
  .b-md-75 {
    bottom: 75px !important; }
  .b-md-80 {
    bottom: 80px !important; }
  .b-md-85 {
    bottom: 85px !important; }
  .b-md-90 {
    bottom: 90px !important; }
  .b-md-95 {
    bottom: 95px !important; }
  .b-md-100 {
    bottom: 100px !important; }
  .b-md-105 {
    bottom: 105px !important; }
  .b-md-110 {
    bottom: 110px !important; }
  .b-md-115 {
    bottom: 115px !important; }
  .b-md-120 {
    bottom: 120px !important; }
  .b-md-125 {
    bottom: 125px !important; }
  .b-md-130 {
    bottom: 130px !important; }
  .b-md-135 {
    bottom: 135px !important; }
  .b-md-140 {
    bottom: 140px !important; }
  .b-md-145 {
    bottom: 145px !important; }
  .b-md-150 {
    bottom: 150px !important; }
  .b-md-n-5 {
    bottom: -5px !important; }
  .b-md-n-10 {
    bottom: -10px !important; }
  .b-md-n-15 {
    bottom: -15px !important; }
  .b-md-n-20 {
    bottom: -20px !important; }
  .b-md-n-25 {
    bottom: -25px !important; }
  .b-md-n-30 {
    bottom: -30px !important; }
  .b-md-n-35 {
    bottom: -35px !important; }
  .b-md-n-40 {
    bottom: -40px !important; }
  .b-md-n-45 {
    bottom: -45px !important; }
  .b-md-n-50 {
    bottom: -50px !important; }
  .b-md-n-55 {
    bottom: -55px !important; }
  .b-md-n-60 {
    bottom: -60px !important; }
  .b-md-n-65 {
    bottom: -65px !important; }
  .b-md-n-70 {
    bottom: -70px !important; }
  .b-md-n-75 {
    bottom: -75px !important; }
  .b-md-n-80 {
    bottom: -80px !important; }
  .b-md-n-85 {
    bottom: -85px !important; }
  .b-md-n-90 {
    bottom: -90px !important; }
  .b-md-n-95 {
    bottom: -95px !important; }
  .b-md-n-100 {
    bottom: -100px !important; }
  .b-md-n-105 {
    bottom: -105px !important; }
  .b-md-n-110 {
    bottom: -110px !important; }
  .b-md-n-115 {
    bottom: -115px !important; }
  .b-md-n-120 {
    bottom: -120px !important; }
  .b-md-n-125 {
    bottom: -125px !important; }
  .b-md-n-130 {
    bottom: -130px !important; }
  .b-md-n-135 {
    bottom: -135px !important; }
  .b-md-n-140 {
    bottom: -140px !important; }
  .b-md-n-145 {
    bottom: -145px !important; }
  .b-md-n-150 {
    bottom: -150px !important; }
  .b-md-auto {
    bottom: auto !important; } }

@media (min-width: 992px) {
  .b-lg-0 {
    bottom: 0px !important; }
  .b-lg-5 {
    bottom: 5px !important; }
  .b-lg-10 {
    bottom: 10px !important; }
  .b-lg-15 {
    bottom: 15px !important; }
  .b-lg-20 {
    bottom: 20px !important; }
  .b-lg-25 {
    bottom: 25px !important; }
  .b-lg-30 {
    bottom: 30px !important; }
  .b-lg-35 {
    bottom: 35px !important; }
  .b-lg-40 {
    bottom: 40px !important; }
  .b-lg-45 {
    bottom: 45px !important; }
  .b-lg-50 {
    bottom: 50px !important; }
  .b-lg-55 {
    bottom: 55px !important; }
  .b-lg-60 {
    bottom: 60px !important; }
  .b-lg-65 {
    bottom: 65px !important; }
  .b-lg-70 {
    bottom: 70px !important; }
  .b-lg-75 {
    bottom: 75px !important; }
  .b-lg-80 {
    bottom: 80px !important; }
  .b-lg-85 {
    bottom: 85px !important; }
  .b-lg-90 {
    bottom: 90px !important; }
  .b-lg-95 {
    bottom: 95px !important; }
  .b-lg-100 {
    bottom: 100px !important; }
  .b-lg-105 {
    bottom: 105px !important; }
  .b-lg-110 {
    bottom: 110px !important; }
  .b-lg-115 {
    bottom: 115px !important; }
  .b-lg-120 {
    bottom: 120px !important; }
  .b-lg-125 {
    bottom: 125px !important; }
  .b-lg-130 {
    bottom: 130px !important; }
  .b-lg-135 {
    bottom: 135px !important; }
  .b-lg-140 {
    bottom: 140px !important; }
  .b-lg-145 {
    bottom: 145px !important; }
  .b-lg-150 {
    bottom: 150px !important; }
  .b-lg-n-5 {
    bottom: -5px !important; }
  .b-lg-n-10 {
    bottom: -10px !important; }
  .b-lg-n-15 {
    bottom: -15px !important; }
  .b-lg-n-20 {
    bottom: -20px !important; }
  .b-lg-n-25 {
    bottom: -25px !important; }
  .b-lg-n-30 {
    bottom: -30px !important; }
  .b-lg-n-35 {
    bottom: -35px !important; }
  .b-lg-n-40 {
    bottom: -40px !important; }
  .b-lg-n-45 {
    bottom: -45px !important; }
  .b-lg-n-50 {
    bottom: -50px !important; }
  .b-lg-n-55 {
    bottom: -55px !important; }
  .b-lg-n-60 {
    bottom: -60px !important; }
  .b-lg-n-65 {
    bottom: -65px !important; }
  .b-lg-n-70 {
    bottom: -70px !important; }
  .b-lg-n-75 {
    bottom: -75px !important; }
  .b-lg-n-80 {
    bottom: -80px !important; }
  .b-lg-n-85 {
    bottom: -85px !important; }
  .b-lg-n-90 {
    bottom: -90px !important; }
  .b-lg-n-95 {
    bottom: -95px !important; }
  .b-lg-n-100 {
    bottom: -100px !important; }
  .b-lg-n-105 {
    bottom: -105px !important; }
  .b-lg-n-110 {
    bottom: -110px !important; }
  .b-lg-n-115 {
    bottom: -115px !important; }
  .b-lg-n-120 {
    bottom: -120px !important; }
  .b-lg-n-125 {
    bottom: -125px !important; }
  .b-lg-n-130 {
    bottom: -130px !important; }
  .b-lg-n-135 {
    bottom: -135px !important; }
  .b-lg-n-140 {
    bottom: -140px !important; }
  .b-lg-n-145 {
    bottom: -145px !important; }
  .b-lg-n-150 {
    bottom: -150px !important; }
  .b-lg-auto {
    bottom: auto !important; } }

@media (min-width: 1240px) {
  .b-xl-0 {
    bottom: 0px !important; }
  .b-xl-5 {
    bottom: 5px !important; }
  .b-xl-10 {
    bottom: 10px !important; }
  .b-xl-15 {
    bottom: 15px !important; }
  .b-xl-20 {
    bottom: 20px !important; }
  .b-xl-25 {
    bottom: 25px !important; }
  .b-xl-30 {
    bottom: 30px !important; }
  .b-xl-35 {
    bottom: 35px !important; }
  .b-xl-40 {
    bottom: 40px !important; }
  .b-xl-45 {
    bottom: 45px !important; }
  .b-xl-50 {
    bottom: 50px !important; }
  .b-xl-55 {
    bottom: 55px !important; }
  .b-xl-60 {
    bottom: 60px !important; }
  .b-xl-65 {
    bottom: 65px !important; }
  .b-xl-70 {
    bottom: 70px !important; }
  .b-xl-75 {
    bottom: 75px !important; }
  .b-xl-80 {
    bottom: 80px !important; }
  .b-xl-85 {
    bottom: 85px !important; }
  .b-xl-90 {
    bottom: 90px !important; }
  .b-xl-95 {
    bottom: 95px !important; }
  .b-xl-100 {
    bottom: 100px !important; }
  .b-xl-105 {
    bottom: 105px !important; }
  .b-xl-110 {
    bottom: 110px !important; }
  .b-xl-115 {
    bottom: 115px !important; }
  .b-xl-120 {
    bottom: 120px !important; }
  .b-xl-125 {
    bottom: 125px !important; }
  .b-xl-130 {
    bottom: 130px !important; }
  .b-xl-135 {
    bottom: 135px !important; }
  .b-xl-140 {
    bottom: 140px !important; }
  .b-xl-145 {
    bottom: 145px !important; }
  .b-xl-150 {
    bottom: 150px !important; }
  .b-xl-n-5 {
    bottom: -5px !important; }
  .b-xl-n-10 {
    bottom: -10px !important; }
  .b-xl-n-15 {
    bottom: -15px !important; }
  .b-xl-n-20 {
    bottom: -20px !important; }
  .b-xl-n-25 {
    bottom: -25px !important; }
  .b-xl-n-30 {
    bottom: -30px !important; }
  .b-xl-n-35 {
    bottom: -35px !important; }
  .b-xl-n-40 {
    bottom: -40px !important; }
  .b-xl-n-45 {
    bottom: -45px !important; }
  .b-xl-n-50 {
    bottom: -50px !important; }
  .b-xl-n-55 {
    bottom: -55px !important; }
  .b-xl-n-60 {
    bottom: -60px !important; }
  .b-xl-n-65 {
    bottom: -65px !important; }
  .b-xl-n-70 {
    bottom: -70px !important; }
  .b-xl-n-75 {
    bottom: -75px !important; }
  .b-xl-n-80 {
    bottom: -80px !important; }
  .b-xl-n-85 {
    bottom: -85px !important; }
  .b-xl-n-90 {
    bottom: -90px !important; }
  .b-xl-n-95 {
    bottom: -95px !important; }
  .b-xl-n-100 {
    bottom: -100px !important; }
  .b-xl-n-105 {
    bottom: -105px !important; }
  .b-xl-n-110 {
    bottom: -110px !important; }
  .b-xl-n-115 {
    bottom: -115px !important; }
  .b-xl-n-120 {
    bottom: -120px !important; }
  .b-xl-n-125 {
    bottom: -125px !important; }
  .b-xl-n-130 {
    bottom: -130px !important; }
  .b-xl-n-135 {
    bottom: -135px !important; }
  .b-xl-n-140 {
    bottom: -140px !important; }
  .b-xl-n-145 {
    bottom: -145px !important; }
  .b-xl-n-150 {
    bottom: -150px !important; }
  .b-xl-auto {
    bottom: auto !important; } }

@media print {
  @page {
    size: A4;
    margin: 0; }
  thead {
    display: table-header-group; }
  .page-header-space {
    height: 87px; }
  #administrationContent {
    padding-top: 0 !important; }
  .choice-basket, .recapitulatif-total-achats, .card-item {
    page-break-inside: avoid; }
  #mainHeader {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%; }
  .container {
    min-width: 100% !important; }
  .btn, #footer, #goTop, .total-action, .delete-product {
    display: none !important; }
  body {
    margin: 0; }
  .recapitulatif-wrapper .choice-basket > div:nth-child(2) {
    -ms-flex-order: 2;
        order: 2; }
  .recapitulatif-wrapper .choice-basket > div:nth-child(3) {
    -ms-flex-order: 3;
        order: 3; }
  .col-print-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-print-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-print-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-print-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-print-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-print-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-print-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-print-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-print-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-print-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-print-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-print-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; } }
/*# sourceMappingURL=styles.css.map */