@charset "UTF-8";

/*
*  Bootstrap TouchSpin - v3.1.1
*  A mobile and touch friendly input spinner component for Bootstrap 3.
*  http://www.virtuosoft.eu/code/bootstrap-touchspin/
*
*  Made by István Ujj-Mészáros
*  Under Apache License v2.0 License
*/

 :root {
    --coffee-color: #B96955;
    --light-coffee-color: #F3CFB2;
    --very-light-coffee-color: #F7F0EC;
    --sandstone-color: #B69479;
    --bio-color: #409F5B;
    --light-bio-color: #CAE0D0;
    --jda-coffee-color: #153C88;
    --light-jda-coffee-color: #C6D0E4;
    --dk-coffee-color: #708CBA;
    --light-dk-coffee-color: #E4EEFF;
    --limited-coffee-color: #F4F4F4;
    --clichy-coffee-color: #8B3540;
    --drips-coffee-color: #FFEED8;
    --dark-color-1: #373B47;
    --dark-color-2: #363a42;
    --dark-color-3: #2D3B45;
    --dark-color-4: #414550;
    --favorite-star-icon-size: 65px;
}

#index .dark,
#category .dark,
.sample-product .dark,
#search .dark,
#module-giftcard-choicegiftcard .dark,
#Paysproducteurs .dark,
#paysproducteurs .dark,
#contact .dark,
#sitemap .dark {
    display: none!important;
}

#index .tvmobile-sliderbar-btn svg *,
#category .tvmobile-sliderbar-btn svg *,
.sample-product .tvmobile-sliderbar-btn svg *,
#search .tvmobile-sliderbar-btn svg *,
#Paysproducteurs .tvmobile-sliderbar-btn svg *,
#paysproducteurs .tvmobile-sliderbar-btn svg * {
    stroke: #fff;
    fill: #fff;
}

#nosespaces .dark,
#minioffice .dark,
#barista .dark,
#chr .dark,
#da .dark,
#laboutique .dark,
#Annecaron .dark,
#annecaron .dark,
#Engagements .dark,
#engagements .dark,
#cafedespecialite .dark,
#pros .dark,
#prices-drop .dark,
#order-confirmation .dark,
#module-g_productinstagram-instagram .dark,
#module-privateshop-protected .dark,
#module-prestablog-blog:not(.single-post) .dark {
    display: none;
}

.virtual .white,
#module-facebookpsconnect-account .white,
#module-pwfavorites-favorites .white,
#module-loyaltyeditpoints-points .white,
#module-fmmoutofstocknotification-waitlist .white,
#module-gsnippetsreviews-reviewForm .white,
#module-gsnippetsreviews-accountProductReviews .white,
#cms .white,
#addresses .white,
#history .white,
#my-account .white,
#password .white,
#checkout .white,
#identity .white,
#order-detail .white,
#order-slip .white,
#discount .white,
#address .white,
#authentication .white,
#faq .white,
#module-prestablog-blog.single-post .white {
    display: none!important;
}


/*.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}*/

#order-slip .page-footer,
#module-loyaltyeditpoints-points .page-footer {
    display: none;
}

.product-quantity .bootstrap-touchspin .input-group-btn-vertical>.btn {
    border: none;
    height: 35px;
    width: 35px;
}

.qtyBloc .input-group-btn-vertical .btn {
    width: auto;
    order: 1;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .14);
    margin-right: 5px;
    border: 1px solid #eee;
    transition: all .3s ease-in-out;
    float: right;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 50%;
    /*    border-top-right-radius: 4px;*/
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    /*    margin-top: -2px;*/
    border-radius: 50%;
    /*    border-bottom-right-radius: 4px;*/
}

*,
*:before,
*:after {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: 0;
}


/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

.description-short b,
.description-short strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

 ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

@media print {
    *,
    *::before,
    *::after,
    *::first-letter,
    p::first-line,
    .page-content.page-cms ul::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    .page-content.page-cms ul,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .tag {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

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

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--dark-color-2);
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p,
.page-content.page-cms ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #f6f6f6;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: var(--coffee-color);
    text-decoration: none;
}

a:focus,
a:hover {
    /*    color: #198195;*/
}


/*a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}*/

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: none;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: rgba(0, 0, 0, 0);
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--dark-color-1);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button:focus {
    outline: 0;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 1.375rem;
}

h2,
.h2 {
    font-size: 1.3125rem;
}

h3,
.h3 {
    font-size: 1.125rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.9375rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 3.125rem;
    font-weight: 600;
}

.display-2 {
    font-size: 2.188rem;
    font-weight: 400;
}

.display-3 {
    font-size: 1.563rem;
    font-weight: 400;
}

.display-4 {
    font-size: 1.25rem;
    font-weight: 400;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

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: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #f6f6f6;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #f6f6f6;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #f6f6f6;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

dl.row>dd+dt {
    clear: left;
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #f6f6f6;
}

code,
kbd,
pre,
samp {
    font-family: Inter, monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: var(--dark-color-2);
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .second-btk .container {
        padding-left: 210px;
        padding-right: 210px;
    }
    .tvmobile-slidebar,
    .tvmobile-sliderbar-btn {
        display: none;
    }
    .firstBloc-Product.container {
        padding-left: 0;
        padding-right: 0;
        max-width: 1186px;
    }
    .tv-menu-horizontal ul li.level-1:hover>a span {
        font-weight: 700
    }
    .logo-bloc #menu-icon {
        display: none;
    }
    .container {
        width: 100%;
        max-width: 1440px;
    }
    .cart-item {
        align-items: center;
    }
}

.icon-nav {
    width: 73.5px;
    height: 73.5px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat!important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9
}

.leftArrow {
    background: var(--coffee-color) url(../img/icon-leftArrow.svg);
    left: 0
}

body .featured-products .leftArrow {
    left: -35px;
    background-size: 19px;
    background-position: 26px center;
}

body .featured-products .rightArrow {
    right: -35px;
    background-size: 19px;
    background-position: 30px center;
}

.rightArrow {
    background: var(--coffee-color) url(../img/icon-rigthArrow.svg);
    right: 0
}

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

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.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-md,
.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-lg,
.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-xl,
.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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .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-md,
    .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-lg,
    .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-xl,
    .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .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-md,
    .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-lg,
    .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-xl,
    .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .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-md,
    .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-lg,
    .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-xl,
    .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .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-md,
    .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-lg,
    .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-xl,
    .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-xs-1 {
    float: left;
    width: 8.33333%;
}

.col-xs-2 {
    float: left;
    width: 16.66667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.33333%;
}

.col-xs-5 {
    float: left;
    width: 41.66667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.33333%;
}

.col-xs-8 {
    float: left;
    width: 66.66667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.33333%;
}

.col-xs-11 {
    float: left;
    width: 91.66667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.33333%;
}

.pull-xs-2 {
    right: 16.66667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.33333%;
}

.pull-xs-5 {
    right: 41.66667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.33333%;
}

.pull-xs-8 {
    right: 66.66667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.33333%;
}

.pull-xs-11 {
    right: 91.66667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.33333%;
}

.push-xs-2 {
    left: 16.66667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.33333%;
}

.push-xs-5 {
    left: 41.66667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.33333%;
}

.push-xs-8 {
    left: 66.66667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.33333%;
}

.push-xs-11 {
    left: 91.66667%;
}

.push-xs-12 {
    left: 100%;
}

.offset-xs-1 {
    margin-left: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%;
    }
    .col-sm-2 {
        float: left;
        width: 16.66667%;
    }
    .col-sm-3 {
        float: left;
        width: 25%;
    }
    .col-sm-4 {
        float: left;
        width: 33.33333%;
    }
    .col-sm-5 {
        float: left;
        width: 41.66667%;
    }
    .col-sm-6 {
        float: left;
        width: 50%;
    }
    .col-sm-7 {
        float: left;
        width: 58.33333%;
    }
    .col-sm-8 {
        float: left;
        width: 66.66667%;
    }
    .col-sm-9 {
        float: left;
        width: 75%;
    }
    .col-sm-10 {
        float: left;
        width: 83.33333%;
    }
    .col-sm-11 {
        float: left;
        width: 91.66667%;
    }
    .col-sm-12 {
        float: left;
        width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.33333%;
    }
    .pull-sm-2 {
        right: 16.66667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.33333%;
    }
    .pull-sm-5 {
        right: 41.66667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.33333%;
    }
    .pull-sm-8 {
        right: 66.66667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.33333%;
    }
    .pull-sm-11 {
        right: 91.66667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.33333%;
    }
    .push-sm-2 {
        left: 16.66667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.33333%;
    }
    .push-sm-5 {
        left: 41.66667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.33333%;
    }
    .push-sm-8 {
        left: 66.66667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.33333%;
    }
    .push-sm-11 {
        left: 91.66667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%;
    }
    .col-md-2 {
        float: left;
        width: 16.66667%;
    }
    .col-md-3 {
        float: left;
        width: 25%;
    }
    .col-md-4 {
        float: left;
        width: 33.33333%;
    }
    .col-md-5 {
        float: left;
        width: 41.66667%;
    }
    .col-md-6 {
        float: left;
        width: 50%;
    }
    .col-md-7 {
        float: left;
        width: 58.33333%;
    }
    .col-md-8 {
        float: left;
        width: 66.66667%;
    }
    .col-md-9 {
        float: left;
        width: 75%;
    }
    .col-md-10 {
        float: left;
        width: 83.33333%;
    }
    .col-md-11 {
        float: left;
        width: 91.66667%;
    }
    .col-md-12 {
        float: left;
        width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.33333%;
    }
    .pull-md-2 {
        right: 16.66667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.33333%;
    }
    .pull-md-5 {
        right: 41.66667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.33333%;
    }
    .pull-md-8 {
        right: 66.66667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.33333%;
    }
    .pull-md-11 {
        right: 91.66667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.33333%;
    }
    .push-md-2 {
        left: 16.66667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.33333%;
    }
    .push-md-5 {
        left: 41.66667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.33333%;
    }
    .push-md-8 {
        left: 66.66667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.33333%;
    }
    .push-md-11 {
        left: 91.66667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%;
    }
    .col-lg-2 {
        float: left;
        width: 16.66667%;
    }
    .col-lg-3 {
        float: left;
        width: 25%;
    }
    .col-lg-4 {
        float: left;
        width: 33.33333%;
    }
    .col-lg-5 {
        float: left;
        width: 41.66667%;
    }
    .col-lg-6 {
        float: left;
        width: 50%;
    }
    .col-lg-7 {
        float: left;
        width: 58.33333%;
    }
    .col-lg-8 {
        float: left;
        width: 66.66667%;
    }
    .col-lg-9 {
        float: left;
        width: 75%;
    }
    .col-lg-10 {
        float: left;
        width: 83.33333%;
    }
    .col-lg-11 {
        float: left;
        width: 91.66667%;
    }
    .col-lg-12 {
        float: left;
        width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.33333%;
    }
    .pull-lg-2 {
        right: 16.66667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.33333%;
    }
    .pull-lg-5 {
        right: 41.66667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.33333%;
    }
    .pull-lg-8 {
        right: 66.66667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.33333%;
    }
    .pull-lg-11 {
        right: 91.66667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.33333%;
    }
    .push-lg-2 {
        left: 16.66667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.33333%;
    }
    .push-lg-5 {
        left: 41.66667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.33333%;
    }
    .push-lg-8 {
        left: 66.66667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.33333%;
    }
    .push-lg-11 {
        left: 91.66667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%;
    }
    .col-xl-2 {
        float: left;
        width: 16.66667%;
    }
    .col-xl-3 {
        float: left;
        width: 25%;
    }
    .col-xl-4 {
        float: left;
        width: 33.33333%;
    }
    .col-xl-5 {
        float: left;
        width: 41.66667%;
    }
    .col-xl-6 {
        float: left;
        width: 50%;
    }
    .col-xl-7 {
        float: left;
        width: 58.33333%;
    }
    .col-xl-8 {
        float: left;
        width: 66.66667%;
    }
    .col-xl-9 {
        float: left;
        width: 75%;
    }
    .col-xl-10 {
        float: left;
        width: 83.33333%;
    }
    .col-xl-11 {
        float: left;
        width: 91.66667%;
    }
    .col-xl-12 {
        float: left;
        width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.33333%;
    }
    .pull-xl-2 {
        right: 16.66667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.33333%;
    }
    .pull-xl-5 {
        right: 41.66667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.33333%;
    }
    .pull-xl-8 {
        right: 66.66667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.33333%;
    }
    .pull-xl-11 {
        right: 91.66667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.33333%;
    }
    .push-xl-2 {
        left: 16.66667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.33333%;
    }
    .push-xl-5 {
        left: 41.66667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.33333%;
    }
    .push-xl-8 {
        left: 66.66667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.33333%;
    }
    .push-xl-11 {
        left: 91.66667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f6;
}

.table tbody+tbody {
    border-top: 2px solid #f6f6f6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #f6f6f6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #f6f6f6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.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-success,
.table-success>th,
.table-success>td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6;
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3;
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc;
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc;
}

.thead-inverse th {
    color: #fff;
    background-color: var(--dark-color-2);
}

.thead-default th {
    color: var(--dark-color-1);
    background-color: #f6f6f6;
}

.table-inverse {
    color: #f6f6f6;
    background-color: var(--dark-color-2);
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: var(--dark-color-1);
}

.table-inverse.table-bordered {
    border: 0;
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #f6f6f6;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #f6f6f6;
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #f6f6f6;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: var(--dark-color-1);
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: var(--dark-color-1);
    background-color: #fff;
    outline: none;
}

.form-control::-webkit-input-placeholder {
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--dark-color-1);
    opacity: 0.4;
    font-size: 11.25px;
    line-height: 14px;
}

.form-control:-ms-input-placeholder {
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--dark-color-1);
    opacity: 0.4;
    font-size: 11.25px;
    line-height: 14px;
}

.form-control::placeholder {
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--dark-color-1);
    opacity: 0.4;
    font-size: 11.25px;
    line-height: 14px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1;
}

.form-control:disabled {
    cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 2px);
}

select.form-control:focus::-ms-value {
    color: var(--dark-color-1);
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}

.col-form-label-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.9375rem;
}

.col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: 2.75rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

.form-check+.form-check {
    margin-top: -0.25rem;
}

.form-check.disabled .form-check-label {
    color: var(--dark-color-1);
    cursor: not-allowed;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

.form-check-input:only-child {
    position: static;
}

.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-inline+.form-check-inline {
    margin-left: 0.75rem;
}

.form-check-inline.disabled {
    color: var(--dark-color-1);
    cursor: not-allowed;
}

.form-control-feedback {
    margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.625rem;
    background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
    color: var(--dark-color-1);
}

.has-success .form-control {
    border-color: var(--dark-color-1);
}

.has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
}

.has-success .input-group-addon {
    color: var(--dark-color-1);
    border-color: var(--dark-color-1);
    background-color: #e0f3e5;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='var(--dark-color-1)' 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");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
    color: #ff9a52;
}

.has-warning .form-control {
    border-color: #ff9a52;
}

.has-warning .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
}

.has-warning .input-group-addon {
    color: #ff9a52;
    border-color: #ff9a52;
    background-color: #fff;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#ff9a52' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
    color: var(--dark-color-1);
}

.has-danger .form-control {
    border-color: var(--dark-color-1);
}

.has-danger .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
}

.has-danger .input-group-addon {
    color: var(--dark-color-1);
    border-color: var(--dark-color-1);
    background-color: #fff;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='var(--dark-color-1)' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 0;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn.focus {
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: var(--coffee-color);
    border-color: rgba(0, 0, 0, 0);
}

.btn-primary:hover {
    color: #fff;
}

.fancybox-skin {
    border-radius: 0!important
}

.fancybox-opened:not(.lgcookieslaw-fancybox) {
    width: 100%!important;
    max-width: 360px;
}

#index .fancybox-opened:not(.lgcookieslaw-fancybox) {
    width: 100%!important;
    max-width: 1010px;
}

#module-giftcard-choicegiftcard .tvmobile-sliderbar-btn svg * {
    stroke: #fff;
    fill: #fff;
}

#module-giftcard-choicegiftcard .fancybox-skin {
    box-shadow: none!important;
}

.fancybox-inner {
    width: 100%!important;
}

.btn-primary:focus,
.btn-primary.focus {
    /*    color: #fff;*/
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: rgba(0, 0, 0, 0);
    background-image: none;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    /*background-color: #18798d;
    border-color: rgba(0, 0, 0, 0);*/
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    /*background-color: #24b9d7;
    border-color: rgba(0, 0, 0, 0);*/
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    /*background-color: #24b9d7;
    border-color: rgba(0, 0, 0, 0);*/
}

.btn-secondary,
.btn-tertiary {
    color: var(--dark-color-1);
    background-color: #f6f6f6;
    border-color: rgba(0, 0, 0, 0);
}

.btn-secondary:hover,
.btn-tertiary:hover {
    /*color: var(--dark-color-1);
    background-color: #ddd;
    border-color: rgba(0, 0, 0, 0);*/
}

.btn-secondary:focus,
.btn-tertiary:focus,
.btn-secondary.focus,
.focus.btn-tertiary {
    color: var(--dark-color-1);
    background-color: #ddd;
    border-color: rgba(0, 0, 0, 0);
}

.btn-secondary:active,
.btn-tertiary:active,
.btn-secondary.active,
.active.btn-tertiary,
.open>.btn-secondary.dropdown-toggle,
.open>.dropdown-toggle.btn-tertiary {
    color: var(--dark-color-1);
    background-color: #ddd;
    border-color: rgba(0, 0, 0, 0);
    background-image: none;
}

.btn-secondary:active:hover,
.btn-tertiary:active:hover,
.btn-secondary:active:focus,
.btn-tertiary:active:focus,
.btn-secondary:active.focus,
.btn-tertiary:active.focus,
.btn-secondary.active:hover,
.active.btn-tertiary:hover,
.btn-secondary.active:focus,
.active.btn-tertiary:focus,
.btn-secondary.active.focus,
.active.focus.btn-tertiary,
.open>.btn-secondary.dropdown-toggle:hover,
.open>.dropdown-toggle.btn-tertiary:hover,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.dropdown-toggle.btn-tertiary:focus,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.dropdown-toggle.focus.btn-tertiary {
    color: var(--dark-color-1);
    background-color: #cbcbcb;
    border-color: rgba(0, 0, 0, 0);
}

.btn-secondary.disabled:focus,
.disabled.btn-tertiary:focus,
.btn-secondary.disabled.focus,
.disabled.focus.btn-tertiary,
.btn-secondary:disabled:focus,
.btn-tertiary:disabled:focus,
.btn-secondary:disabled.focus,
.btn-tertiary:disabled.focus {
    background-color: #f6f6f6;
    border-color: rgba(0, 0, 0, 0);
}

.btn-secondary.disabled:hover,
.disabled.btn-tertiary:hover,
.btn-secondary:disabled:hover,
.btn-tertiary:disabled:hover {
    background-color: #f6f6f6;
    border-color: rgba(0, 0, 0, 0);
}

.btn-info {
    color: #fff;
    background-color: var(--dark-color-4);
    border-color: var(--dark-color-4);
}


/*.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}*/

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
    background-color: var(--dark-color-4);
    border-color: var(--dark-color-4);
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: var(--dark-color-4);
    border-color: var(--dark-color-4);
}

.btn-success {
    color: #fff;
    background-color: transparent;
    border-color: white;
}

.btn-success:hover {
    color: var(--coffee-color);
    background-color: white;
    border-color: var(--coffee-color);
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
    background-image: none;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-warning {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: #FFFFFF;
}

.btn-warning:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.bloc-button-cart.button-Product-center.text-center.notAbsolute {
    position: static;
    display: block!important;
}

div#cart-subtotal-shipping .textCart,
#cart-subtotal-shipping .textShipping {
    display: none;
}

body .fmmNtButton .btn {
    max-width: 305px;
    background: transparent;
    color: white;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    height: 63px;
    cursor: pointer;
    font-size: 12px;
    line-height: 27px;
    padding: 0.5rem 1rem;
}

body .fmmNtButton .btn.fmm_oosn_email_btn {
    max-width: 221px;
}

.fmmNtButton .btn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff7c1f;
    border-color: #ff7615;
    background-image: none;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
    background-color: #ff9a52;
    border-color: #ff9a52;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #ff9a52;
    border-color: #ff9a52;
}

.btn-danger {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f;
    background-image: none;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #f40000;
    border-color: #c00;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-outline-primary {
    color: #24b9d7;
    background-image: none;
    background-color: transparent;
    border-color: #24b9d7;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #24b9d7;
    border-color: #24b9d7;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    color: #fff;
    background-color: #24b9d7;
    border-color: #24b9d7;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.open>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #24b9d7;
    border-color: #24b9d7;
}

.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open>.btn-outline-primary.dropdown-toggle:hover,
.open>.btn-outline-primary.dropdown-toggle:focus,
.open>.btn-outline-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #18798d;
    border-color: #125b6a;
}

.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
    border-color: #79d6e8;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
    border-color: #79d6e8;
}

.btn-outline-secondary {
    color: rgba(0, 0, 0, 0);
    background-image: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0);
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open>.btn-outline-secondary.dropdown-toggle:hover,
.open>.btn-outline-secondary.dropdown-toggle:focus,
.open>.btn-outline-secondary.dropdown-toggle.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
    border-color: rgba(51, 51, 51, 0);
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0);
}

.btn-outline-info {
    color: var(--dark-color-4);
    background-image: none;
    background-color: transparent;
    border-color: var(--dark-color-4);
}

.btn-outline-info:hover {
    color: #fff;
    background-color: var(--dark-color-4);
    border-color: var(--dark-color-4);
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    color: #fff;
    background-color: var(--dark-color-4);
    border-color: var(--dark-color-4);
}

.btn-outline-info:active,
.btn-outline-info.active,
.open>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-color-4);
    border-color: var(--dark-color-4);
}

.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open>.btn-outline-info.dropdown-toggle:hover,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
    border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
    border-color: #b0e1ef;
}

.btn-outline-success {
    color: var(--dark-color-1);
    background-image: none;
    background-color: transparent;
    border-color: var(--dark-color-1);
}

.btn-outline-success:hover {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-outline-success:active,
.btn-outline-success.active,
.open>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open>.btn-outline-success.dropdown-toggle:hover,
.open>.btn-outline-success.dropdown-toggle:focus,
.open>.btn-outline-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #318047;
    border-color: #256237;
}

.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
    border-color: #96d7a9;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
    border-color: #96d7a9;
}

.btn-outline-warning {
    color: #ff9a52;
    background-image: none;
    background-color: transparent;
    border-color: #ff9a52;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff9a52;
    border-color: #ff9a52;
}

.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open>.btn-outline-warning.dropdown-toggle:hover,
.open>.btn-outline-warning.dropdown-toggle:focus,
.open>.btn-outline-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #fa6800;
    border-color: #d25700;
}

.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
    border-color: #ffd6b8;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
    border-color: #ffd6b8;
}

.btn-outline-danger {
    color: var(--dark-color-1);
    background-image: none;
    background-color: transparent;
    border-color: var(--dark-color-1);
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open>.btn-outline-danger.dropdown-toggle:hover,
.open>.btn-outline-danger.dropdown-toggle:focus,
.open>.btn-outline-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #f40000;
    border-color: #c00;
}

.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
    border-color: #ffb2b2;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
    border-color: #ffb2b2;
}

.btn-link {
    font-weight: normal;
    color: #24b9d7;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #198195;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #f6f6f6;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

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

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: var(--dark-color-2);
    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;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: var(--dark-color-2);
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2e34;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #24b9d7;
    outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #f6f6f6;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #f6f6f6;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
    margin-bottom: 0;
}

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

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -0.5rem;
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 0.5rem;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn+.dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 0.3em 0.3em 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 0.3em 0.3em;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group::after {
    content: "";
    display: table;
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: var(--coffee-color);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--coffee-color);
    border-radius: 0;
}

.qty-bloc-booking span.control-label,
.wk-booking-container .card-title {
    margin-bottom: 12px;
}

.qty-bloc-booking span.control-label {
    margin-top: 18px;
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 3;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
    z-index: 3;
}

.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer;
}

.custom-control+.custom-control {
    margin-left: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee;
}

.custom-control-input:disabled~.custom-control-description {
    color: #767676;
    cursor: not-allowed;
}

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
    float: left;
    clear: left;
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.5rem - 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    padding-right: 0.75rem \9;
    color: var(--dark-color-1);
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-select:focus {
    border-color: #51a7e8;
    outline: none;
}

.custom-select:focus::-ms-value {
    color: var(--dark-color-1);
    background-color: #fff;
}

.custom-select:disabled {
    color: #f6f6f6;
    cursor: not-allowed;
    background-color: #f6f6f6;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

.custom-file-control:lang(en)::after {
    content: "Choose file...";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0 0 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #f6f6f6;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #f6f6f6;
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0);
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 60px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: 0;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #f6f6f6 #f6f6f6 #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #f6f6f6;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: var(--dark-color-1);
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-item+.nav-item {
    margin-left: 0.2rem;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #24b9d7;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.nav-stacked .nav-item+.nav-item {
    margin-top: 0.2rem;
    margin-left: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

.navbar::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-full {
    z-index: 1000;
}

@media (min-width: 576px) {
    .navbar-full {
        border-radius: 0;
    }
}

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

@media (min-width: 576px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 576px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 0.9375rem;
    line-height: inherit;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

.navbar-divider::before {
    content: "\00a0";
}

.navbar-text {
    display: inline-block;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
}

.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1;
    background: transparent no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 575px) {
    body .bloc-roaster::before,
    body .img-tasse::after {
        content: none!important;
    }
    .navbar-toggleable-xs .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-xs .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable-xs {
        display: block;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .featured-products .products {
        max-width: 90%!important;
        margin: 0 auto;
    }
    .featured-products .slick-slide,
    .featured-products .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
        transform: none!important;
    }
    .featured-products .slick-slide:not(.slick-current) .product-miniature .thumbnail-container * {
        -webkit-filter: none!important;
        filter: none!important;
    }
    body .featured-products .slick-slide:not(.slick-current) .product-miniature .thumbnail-container {
        height: 408px
    }
    .featured-products .slick-slide:not(.slick-current) .product-miniature {
        width: 100%!important;
        max-width: 276px;
    }
    .navbar-toggleable-sm .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-sm .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
    #checkout-personal-information-step .nav-inline .nav-item {
        display: block;
    }
    #checkout-personal-information-step .nav-inline .nav-item span.nav-separator {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-md .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 992px) {
    #header .tv-menu-horizontal ul li.level-1.link-pro>a {
        padding: 9px 15px;
    }
    /*li.level-1.link-pro {
        border: 0.75px solid;
        border-radius: 82.5px;
    }*/
    .link-pro a {
        border: 0.75px solid;
        border-radius: 82.5px;
    }
    .navbar-toggleable-md {
        display: block;
    }
}

.navbar-toggleable-lg::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-brand {
        display: block;
        float: none;
        margin-top: 0.5rem;
        margin-right: 0;
    }
    .navbar-toggleable-lg .navbar-nav {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        display: block;
    }
}

.navbar-toggleable-xl {
    display: block;
}

.navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both;
}

.navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
}

.navbar-toggleable-xl .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
}

.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem;
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    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:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

body div[data-testid="textMessage"] {
    border-top-left-radius: 24px!important;
    border-top-right-radius: 24px!important;
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 24px!important;
}

@media (max-width: 575px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
    padding: 1.25rem;
}

.card-block::after {
    content: "";
    display: table;
    clear: both;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    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: 1.25rem;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
    content: "";
    display: table;
    clear: both;
}

.card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
    content: "";
    display: table;
    clear: both;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #24b9d7;
    border-color: #24b9d7;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: var(--dark-color-4);
    border-color: var(--dark-color-4);
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #ff9a52;
    border-color: #ff9a52;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #24b9d7;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0);
}

.card-outline-info {
    background-color: transparent;
    border-color: var(--dark-color-4);
}

.card-outline-success {
    background-color: transparent;
    border-color: var(--dark-color-1);
}

.card-outline-warning {
    background-color: transparent;
    border-color: #ff9a52;
}

.card-outline-danger {
    background-color: transparent;
    border-color: var(--dark-color-1);
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0 - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(0 - 1px);
    border-top-left-radius: calc(0 - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px);
}

@media (min-width: 576px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: 0.75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top;
    }
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width: 576px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: 0;
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #f6f6f6;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #f6f6f6;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
}

.page-item {
    display: inline;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #24b9d7;
    border-color: #24b9d7;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #f6f6f6;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    color: #24b9d7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #198195;
    background-color: #f6f6f6;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.tag:empty {
    display: none;
}

.btn .tag {
    position: relative;
    top: -1px;
}

a.tag:focus,
a.tag:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.tag-default {
    background-color: #f6f6f6;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
    background-color: #ddd;
}

.tag-primary {
    background-color: #24b9d7;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
    background-color: #1d93ab;
}

.tag-success {
    background-color: var(--dark-color-1);
}

.tag-success[href]:focus,
.tag-success[href]:hover {
    background-color: #3a9a56;
}

.tag-info {
    background-color: var(--dark-color-4);
}

.tag-info[href]:focus,
.tag-info[href]:hover {
    background-color: #31b0d5;
}

.tag-warning {
    background-color: #ff9a52;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
    background-color: #ff7c1f;
}

.tag-danger {
    background-color: var(--dark-color-1);
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
    background-color: #ff1919;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f6f6f6;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #ddd;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-heading {
    color: inherit;
}

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

.alert-dismissible {
    padding-right: 2.5rem;
}

.alert-dismissible .close {
    position: relative;
    top: -0.125rem;
    right: -1.25rem;
    color: inherit;
}

.alert-success {
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
    color: #fff;
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: var(--coffee-color);
    border-color: var(--coffee-color);
    color: #fff;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

section.page-product-box.grelated_products- {
    background: #fff;
    border: none;
}

.page-product-box a {
    color: var(--coffee-color)!important;
}

.alert-warning {
    background-color: var(--coffee-color);
    border-color: var(--coffee-color);
    color: #fff;
}

.alert-warning hr {
    border-top-color: #ff8b39;
}

.alert-warning .alert-link {
    color: #0a0a0a;
}

.alert-danger {
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
    color: #fff;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.progress[value] {
    background-color: #eee;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.progress[value]::-ms-fill {
    background-color: #0074d9;
    border: 0;
}

.progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.progress[value="100"]::-moz-progress-bar {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.progress[value="100"]::-webkit-progress-value {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0;
}

base::-moz-progress-bar,
.progress[value] {
    background-color: #eee;
    border-radius: 0;
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: 0;
    }
    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .progress[width="100%"] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
}

.progress-striped[value]::-webkit-progress-value {
    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-striped[value]::-moz-progress-bar {
    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-striped[value]::-ms-fill {
    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;
}

@media screen and (min-width: 0\0) {
    .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-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: var(--dark-color-1);
}

.progress-success[value]::-moz-progress-bar {
    background-color: var(--dark-color-1);
}

.progress-success[value]::-ms-fill {
    background-color: var(--dark-color-1);
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: var(--dark-color-1);
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: var(--dark-color-4);
}

.progress-info[value]::-moz-progress-bar {
    background-color: var(--dark-color-4);
}

.progress-info[value]::-ms-fill {
    background-color: var(--dark-color-4);
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: var(--dark-color-4);
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #ff9a52;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #ff9a52;
}

.progress-warning[value]::-ms-fill {
    background-color: #ff9a52;
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #ff9a52;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: var(--dark-color-1);
}

.progress-danger[value]::-moz-progress-bar {
    background-color: var(--dark-color-1);
}

.progress-danger[value]::-ms-fill {
    background-color: var(--dark-color-1);
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: var(--dark-color-1);
    }
}

.media,
.media-body {
    overflow: hidden;
}

.media-body {
    /*    width: 10000px;*/
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.max718form {
    max-width: 718px;
    margin: 0 auto;
}

#contact .form-group.row:nth-of-type(1) input {
    max-width: 258px;
}

#contact .form-group.row:nth-of-type(2) input {
    max-width: 293px;
}

body#contact select.form-control:not([size]):not([multiple]) {
    color: rgb(55 59 71 / 20%);
    margin: 0;
}

.messageBloc {
    max-width: 855px;
    margin: 0 auto;
}

.form-footercontact .btn {
    max-width: 277px;
    width: 100%;
    padding: 0.625rem 1rem;
    margin-left: 0;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
    background: var(--coffee-color);
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.2em;
}

#contactform-message.form-control {
    padding: 26px 24px;
    background: #fffcfb;
    border: 0.75px solid var(--coffee-color);
    border-radius: 15px;
    height: auto;
    min-height: 350px;
    opacity: 1;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: var(--coffee-color);
}

#contactform-message.form-control::placeholder {
    letter-spacing: 0.2em;
    color: var(--coffee-color);
    opacity: 0.4;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}

.fileInputBloc {
    max-width: 713px;
}

.fileInputBloc .input-group .input-group-btn {
    height: 100%;
    max-width: 293px;
    width: 50%;
    display: inline-block;
    float: right;
    margin-top: -13px;
}

body#contact .form-group {
    margin-bottom: 40px;
}

.fileInputBloc .input-group .input-group-btn>.btn {
    width: 100%;
    float: right;
    padding: 0.625rem 1rem;
    margin-left: 0;
    border: 0;
    box-shadow: none;
    background: var(--coffee-color);
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}

body#contact .form-group.row:nth-of-type(5) {
    float: right;
}

body#contact select.form-control:not([size]):not([multiple]) {
    color: var(--coffee-color);
    margin: 0;
    background: #fff;
    border-bottom: 0.75px solid var(--coffee-color);
    border-width: 0 0 1px 0;
    max-width: 293px;
    padding: 10px 15px 8px 0;
    height: 34px;
}

body#contact .form-group.row:nth-of-type(2) {
    float: right;
}

body .contact-form label {
    text-align: left;
    font-weight: 700;
    font-size: 11.25px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.contact-form input.form-control {
    background: #fff;
    border-bottom: 0.75px solid var(--coffee-color);
    border-width: 0 0 1px 0;
    max-width: 358px;
    padding: 10px 15px 8px 0;
    height: 34px;
    color: var(--coffee-color);
}

.emailtype {
    max-width: 100%!important
}

#contact .form-group.row:nth-of-type(1),
#contact .form-group.row:nth-of-type(2),
#contact .form-group.row:nth-of-type(4),
#contact .form-group.row:nth-of-type(5) {
    width: 50%;
    float: left;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #f6f6f6;
    cursor: not-allowed;
    background-color: #f6f6f6;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #f6f6f6;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #24b9d7;
    border-color: #24b9d7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #d0f1f7;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
    color: #333;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.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 {
    padding-bottom: 42.85714%;
}

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

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

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    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;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
    content: "";
    display: table;
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
    content: "";
    display: table;
    clear: both;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: var(--dark-color-1);
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: var(--dark-color-1);
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: var(--dark-color-1);
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: var(--dark-color-1);
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: var(--dark-color-1);
    border-radius: 0;
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    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.popover-top,
.popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0;
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0;
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0;
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0;
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover::before {
    content: "";
    border-width: 11px;
}

.popover::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.carousel-item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.carousel-item.next,
    .carousel-inner>.carousel-item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner>.carousel-item.prev,
    .carousel-inner>.carousel-item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right,
    .carousel-inner>.carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media (min-width: 576px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.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-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    background-color: #24b9d7 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #1d93ab !important;
}

.bg-success {
    background-color: var(--dark-color-1) !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #3a9a56 !important;
}

.bg-info {
    background-color: var(--dark-color-4) !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important;
}

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

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

.bg-danger {
    background-color: var(--dark-color-1) !important;
}

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

.bg-inverse {
    background-color: var(--dark-color-2) !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #1f2126 !important;
}

.rounded {
    border-radius: 0;
}

.rounded-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.rounded-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.rounded-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.rounded-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

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

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

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

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

.float-xs-left {
    float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

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

.mt-2 {
    margin-top: 1.5rem !important;
}

.mr-2 {
    margin-right: 1.5rem !important;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.ml-2 {
    margin-left: 1.5rem !important;
}

.mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

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

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

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

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

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

.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

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

.pt-2 {
    padding-top: 1.5rem !important;
}

.pr-2 {
    padding-right: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 1.5rem !important;
}

.pl-2 {
    padding-left: 1.5rem !important;
}

.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

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

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

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

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

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

.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

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

.pt-4 {
    padding-top: 4.5rem !important;
}

.pr-4 {
    padding-right: 4.5rem !important;
}

.pb-4 {
    padding-bottom: 4.5rem !important;
}

.pl-4 {
    padding-left: 4.5rem !important;
}

.px-4 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.py-4 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

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

.text-justify {
    text-align: justify !important;
}

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

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

.text-nowrap {
    white-space: nowrap !important;
}

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

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

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

.text-uppercase {
    text-transform: uppercase !important;
}

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

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

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

.font-italic {
    font-style: italic;
}

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


/*.text-muted {
    color: var(--dark-color-1) !important;
}*/

a.text-muted:focus,
a.text-muted:hover {
    /*    color: #616161 !important;*/
}

.text-primary {
    color: #24b9d7 !important;
}

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

.text-success {
    color: var(--dark-color-1) !important;
}

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

.text-info {
    color: var(--dark-color-4) !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important;
}

.text-warning {
    color: #ff9a52 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ff7c1f !important;
}

.text-danger {
    color: var(--dark-color-1) !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ff1919 !important;
}

.text-gray-dark {
    color: var(--dark-color-2) !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #1f2126 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

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

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

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

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../css/479700ea91d964d295d75c6b67bd0b28.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/12a47ed5fd5585f0f4227fa035a1a607.woff2) format("woff2"), url(../css/f2a0933406f7830651524f477ba2f543.woff) format("woff"), url(../css/00b1fb69fb78ff50fd555de80b2fb45e.ttf) format("truetype");
}

.material-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    vertical-align: middle;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

body,
html {
    height: 100%;
}

body {
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: var(--coffee-color);
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    padding-left: 0;
    list-style: none;
}

a:hover {
    /*    color: #24b9d7;*/
    text-decoration: none;
}

p,
.page-content.page-cms ul {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
}

label .color,
.variant-links .color,
.custom-checkbox input[type="checkbox"]+span.color {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.3125rem;
    margin-right: 0.5rem;
    cursor: pointer;
    background-size: contain;
    border: 1px solid #979797;
}

label .color.active,
label .color:hover,
.variant-links .color.active,
.variant-links .color:hover,
.custom-checkbox input[type="checkbox"]+span.color.active,
.custom-checkbox input[type="checkbox"]+span.color:hover {
    border: 2px solid var(--coffee-color);
}

.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 1px solid #979797;
}

.h1,
.h2,
.h3 {
    color: var(--coffee-color);
    text-transform: uppercase;
}

.h4 {
    font-weight: 700;
    color: var(--coffee-color);
}

.btn-default {
    text-transform: uppercase;
    color: white;
    background: var(--coffee-color);
    border: 2px solid var(--coffee-color);
    padding: 14px 29px;
    display: inline-block;
    height: 46px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: 35px;
}

.btn-default:hover {
    color: var(--coffee-color);
    background: white;
    border: 2px solid var(--coffee-color);
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin-right: 0.625rem;
}

.btn-tertiary {
    padding: 0.25rem 0.8rem;
    margin: 0.25rem 0;
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
    background-color: var(--coffee-color);
    border-radius: 30px;
}

.btn-tertiary .material-icons {
    font-size: 1rem;
}

.btn-tertiary:hover {
    border: 1px solid rgba(35, 35, 35, 0.2);
}

.btn-unstyle {
    padding: 0;
    text-align: inherit;
    background-color: transparent;
    border: none;
}

.btn-unstyle:focus {
    outline: 0;
}

.btn-unstyle:focus .expand-more {
    color: #24b9d7;
}

.card {
    border: none;
}

label,
.label {
    font-size: 0.875rem;
    color: var(--coffee-color);
    text-align: right;
}

small.label,
small.value {
    font-size: 0.8125rem;
}

.form-control-label {
    padding-top: 0.625rem;
}

.form-control {
    padding: 15px 24px;
    background: #F8F8F8;
    border: 0.75px solid var(--coffee-color);
    height: 53px;
    color: var(--coffee-color);
}

#authentication .js-customer-form {
    margin-top: 25px;
}

#authentication .js-customer-form .form-footer-register {
    margin-top: 90px;
}

.listProductRight {
    height: 600px;
}

section#js-checkout-summary {
    position: relative;
}

#checkout .js-customer-form .form-control,
#checkout .js-address-form .form-control,
#identity .js-customer-form .form-control,
#address .js-address-form .form-control {
    background: #fff;
    border-bottom: 0.75px solid var(--coffee-color);
    border-width: 0 0 1px 0;
    max-width: 358px;
    padding: 0px 15px 0px 0;
    height: 34px;
    color: var(--coffee-color);
}

body#address select.form-control:not([size]):not([multiple]) {
    /*        color: rgb(55 59 71 / 20%);*/
    color: var(--dark-color-1);
    margin: 0;
}

.form-control:focus {
    color: var(--dark-color-1);
    background-color: #fff;
}

.input-group .form-control:focus {
    outline: none;
}

.input-group .input-group-btn {
    height: 100%;
}

.input-group .input-group-btn>.btn {
    padding: 0.625rem 1rem;
    margin-left: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    box-shadow: none;
}

.form-informations {
    display: none;
}

.input-group .input-group-btn>.btn[data-action="show-password"] {
    padding: 0.78rem 1rem;
    background: var(--dark-color-1);
    display: none;
}

#checkout .js-customer-form .form-group.row:nth-of-type(1) {
    width: 100%!important;
}

body#checkout section.checkout-step #login-form {
    max-width: 556px;
    margin: 0 auto!important;
}

body#checkout .js-customer-form .form-group.row:nth-of-type(7) {
    width: 100%!important
}

#checkout .form-group.row:nth-of-type(1) div.col-md-6,
#checkout .form-group.row:nth-of-type(2) div.col-md-6,
#checkout .form-group.row:nth-of-type(3) div.col-md-6,
#checkout .form-group.row:nth-of-type(4) div.col-md-6,
#checkout .form-group.row:nth-of-type(5) div.col-md-6,
#checkout .form-group.row:nth-of-type(6) div.col-md-6,
#checkout .form-group.row:nth-of-type(7) div.col-md-6,
#identity .form-group.row:nth-of-type(2) div.col-md-6,
#identity .form-group.row:nth-of-type(3) div.col-md-6,
#identity .form-group.row:nth-of-type(4) div.col-md-6,
#identity .form-group.row:nth-of-type(5) div.col-md-6,
#identity .form-group.row:nth-of-type(6) div.col-md-6,
#identity .form-group.row:nth-of-type(6) div.col-md-6,
#identity .form-group.row:nth-of-type(7) div.col-md-6,
#address .form-group.row:nth-of-type(1) div.col-md-6,
#address .form-group.row:nth-of-type(2) div.col-md-6,
#address .form-group.row:nth-of-type(3) div.col-md-6,
#address .form-group.row:nth-of-type(4) div.col-md-6,
#address .form-group.row:nth-of-type(5) div.col-md-6,
#address .form-group.row:nth-of-type(6) div.col-md-6 {
    width: 97%;
}

#checkout .form-group.row:nth-of-type(1),
#checkout .form-group.row:nth-of-type(2),
#checkout .form-group.row:nth-of-type(3),
#checkout .form-group.row:nth-of-type(4),
#checkout .form-group.row:nth-of-type(5),
#checkout .form-group.row:nth-of-type(6),
#checkout .form-group.row:nth-of-type(7),
#identity .form-group.row:nth-of-type(2),
#identity .form-group.row:nth-of-type(3),
#identity .form-group.row:nth-of-type(4),
#identity .form-group.row:nth-of-type(5),
#identity .form-group.row:nth-of-type(6),
#identity .form-group.row:nth-of-type(7),
#address .form-group.row:nth-of-type(1),
#address .form-group.row:nth-of-type(2),
#address .form-group.row:nth-of-type(3),
#address .form-group.row:nth-of-type(4),
#address .form-group.row:nth-of-type(5),
#address .form-group.row:nth-of-type(6) {
    width: 50%;
    float: left;
    max-width: 384px;
    /* padding-left: 15px; */
}

#checkout .form-group.row:nth-of-type(2),
#checkout .form-group.row:nth-of-type(4),
#checkout .form-group.row:nth-of-type(6) {
    float: right;
}

#checkout #checkout-guest-form .js-customer-form .form-group.row:nth-of-type(1),
#checkout #checkout-guest-form .js-customer-form .form-group.row:nth-of-type(4) {
    float: none;
}

#checkout #checkout-guest-form .js-customer-form .form-group.row:nth-of-type(3) {
    float: left;
}

#checkout .js-customer-form .form-group.row:nth-of-type(4) {
    width: 100%;
}

#checkout .js-customer-form .form-control {
    max-width: 289px;
}

.hiddenBlc {
    position: absolute;
    bottom: -9999999px;
}

#checkout .js-customer-form .form-group.row:nth-of-type(3),
#checkout .js-customer-form .form-group.row:nth-of-type(6) {
    float: right;
}

#checkout .js-customer-form .form-group.row:nth-of-type(4) .form-control {
    border-bottom: 0
}

.checkAddresse {
    margin-top: 20px;
    padding-left: 27px;
}

.infoAddress {
    font-weight: 700;
    font-size: 11.25px;
    line-height: 21px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--dark-color-1);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--dark-color-1);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--dark-color-1);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: var(--dark-color-1);
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: var(--dark-color-1);
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: var(--dark-color-1);
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: var(--dark-color-1);
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
    color: var(--dark-color-1);
}

.form-control-select {
    height: 2.625rem;
    padding: 0 0.5rem;
    background: #f6f6f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control-valign {
    padding-top: 0.5rem;
}

.form-control-comment {
    padding-top: 0.5rem;
    font-size: 15px;
    color: var(--dark-color-1);
    display: none;
}

.form-control-submit.disabled {
    color: #fff;
    background: var(--dark-color-4);
}

.form-group.has-error input,
.form-group.has-error select {
    border-bottom: 0.75px solid #f2dede!important;
}

.form-group.has-error .help-block {
    color: var(--dark-color-1);
}

.group-span-filestyle label {
    margin: 0;
}

.group-span-filestyle .btn-default,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    background: #24b9d7;
    border-radius: 0;
}

.bootstrap-touchspin {
    width: auto;
    float: left;
    display: flex;
    max-width: 110px;
}

.titlAcessoires {
    margin-bottom: 60px;
}

.bootstrap-touchspin input:focus {
    outline: none;
}


/*.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    float: left;
    width: 3rem;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    color: var(--dark-color-1);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}*/

.qtyBloc #quantity_wanted {
    color: var(--coffee-color);
    background-color: transparent;
    height: 37px;
    width: 37px;
    margin-right: 5px;
    padding: .175rem .5rem;
    border: 0;
}

.qtyBloc #quantity_wanted {
    display: block;
    position: absolute;
    left: 27px;
    top: -4px;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: flex;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.qtyBloc .bootstrap-touchspin .input-group-btn-vertical>.btn,
.qty .bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: 25px!important;
    width: 25px!important;
    border: 0.75px solid var(--coffee-color);
}

.qtyBloc .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up,
.qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    float: right;
}

.qtyBloc #quantity_wanted,
.qty .js-cart-line-product-quantity {
    text-align: center;
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #f6f6f6;
}

.bootstrap-touchspin .input-group-btn-vertical {
    float: left;
    width: 95px;
    color: var(--coffee-color);
    height: 40px;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    /*    width: 1%;*/
    vertical-align: middle;
    display: table-cell;
}


/*.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}*/

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    margin-right: 50px;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "\e145";
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "\e931";
    top: 0px;
    display: block;
    position: absolute;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 15px;
    font-weight: 700;
    color: var(--coffee-color);
}

.qtyBloc .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up i {
    /*        transform: translate(-1px,-7px);*/
    transform: none;
}

.qtyBloc .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down i {
    /*    transform: translate(-1px,-13px);*/
    transform: none;
}

.radio-inline .custom-radio {
    margin-right: 0.5rem;
}

.radio-inline:first-of-type {
    margin-right: 1rem;
}

form section .form-informations {
    display: inline-block;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    color: var(--dark-color-1);
}

form section .form-informations-title,
form section .form-informations-option {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

#checkout-guest-form form .form-control-label,
#checkout .js-address-form .form-control-label,
#identity .js-customer-form .form-control-label,
#address .js-address-form .form-control-label {
    font-weight: 400;
    font-size: 11.25px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    width: 100%;
}

.form-control-valign .radio-inline {
    position: relative;
    padding: 5px 13px;
    letter-spacing: 0.2em;
}

#authentication .js-customer-form .form-control-valign {
    display: block;
    float: none;
    margin: 0 auto;
}

.js-customer-form .form-control-valign {
    position: relative;
    text-align: left;
    max-width: 260px;
}

.form-control-valign .radio-inline .custom-radio {
    border: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: transparent;
    height: 100%;
    top: 0;
}

form .form-control-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--coffee-color);
}

.custom-radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: #979797 1px solid;
    border-radius: 50%;
}

#checkout .js-delivery-option .custom-radio,
#checkout .payment-options .custom-radio {
    border: #ffffff 1px solid;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.15);
}

#checkout .js-delivery-option .custom-radio input[type="radio"]:checked+span,
#checkout .payment-options .custom-radio input[type="radio"]:checked+span {
    background-color: var(--very-light-coffee-color);
    border-radius: 50%;
    border: 3px solid var(--coffee-color);
}

.paiementBloc {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.listPayementBloc {
    text-align: left;
    border-bottom: 1px solid rgb(55 59 71 / 30%);
    padding-bottom: 30px;
    max-width: 675px;
    padding-top: 10px;
    position: relative;
}

.listPayementBloc:before {
    content: "";
    width: 36px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.delivery-options-list p,
.payment-options>p {
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
}

.custom-radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
}

.custom-radio input[type="radio"]:checked+span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid var(--coffee-color);
}

.gc-receptmode-option .custom-radio {
    background-color: var(--coffee-color);
    border: 1px solid #FFFFFF;
}

#module-giftcard-choicegiftcard .custom-radio input[type="radio"]:checked+span {
    background-color: #FFFFFF!important;
    border-radius: 100%!important;
}

.address-item .custom-radio input[type="radio"]:checked+span {
    background-color: var(--coffee-color);
    border-radius: 50%;
}

.custom-radio input[type="radio"]:focus+span {
    border-color: var(--coffee-color);
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: 0.25rem;
    cursor: pointer;
    opacity: 0;
}

#search_filters .facet .facet-label {
    display: flex;
    align-items: center;
}

.custom-checkbox input[type="checkbox"]+span {
    display: inline-block;
    width: 24.75px;
    height: 24.75px;
    margin-right: 0.5rem;
    vertical-align: middle;
    pointer-events: none;
    cursor: pointer;
    background: url(../img/category/icon-cafe.svg) no-repeat;
    background-size: cover;
}

.faceted-slider li>p {
    font-weight: 400;
    font-size: 11.25px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.1em;
}

.custom-checkbox input[type="checkbox"]:checked+span {
    background: url(../img/category/icon-cafe-active.svg) no-repeat;
    background-size: cover;
}

#search_filters .facet .facet-label.active a {
    font-weight: 700;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
    display: none;
    margin: -0.125rem;
    font-size: 1.25rem;
    color: var(--dark-color-1);
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
    display: none;
}

.custom-checkbox input[type="checkbox"]:focus+span {
    border: none;
}

.custom-checkbox label {
    text-align: left;
}

.text-muted {
    font-size: 0.875rem;
}

.done {
    display: inline-block;
    padding: 0 0.8125rem;
    margin-right: 1.563rem;
    color: var(--coffee-color);
}

.thumb-mask>.mask {
    position: relative;
    width: 3.438rem;
    height: 3.438rem;
    margin: 0.625rem 0;
    overflow: hidden;
    border: #f6f6f6 1px solid;
}

.thumb-mask>.mask img {
    width: 55px;
    height: 55px;
}

.definition-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.definition-list dl dt {
    font-weight: 500;
}

.definition-list dl dd,
.definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 0.625rem;
    margin: 0.125rem;
    background: #f6f6f6;
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
    background: #f6f6f6;
}

.help-block {
    margin-top: 0.625rem;
}

.btn.disabled,
.btn.disabled:hover {
    color: #ddd;
    background: #f6f6f6;
    opacity: 1;
}

.alert-warning .material-icons {
    padding-top: 0.3125rem;
    margin-right: 0.625rem;
    font-size: 2rem;
    color: #ff9a52;
}

.alert-warning .alert-text {
    padding-top: 0.625rem;
    font-size: 0.9375rem;
}

.alert-warning .alert-link {
    padding: 0.3125rem 1.25rem;
    margin-left: 0.625rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6c868e;
    border-width: 2px;
    border-radius: 2px;
}

.alert-warning ul li:last-child .alert-link {
    color: #fff;
}

.alert-warning .warning-buttons {
    margin-top: 0.3125rem;
}

.btn-tertiary-outline {
    color: #6c868e;
    background-color: transparent;
    background-image: none;
    border: 0.15rem solid #6c868e;
    border-color: #6c868e;
}

.btn-tertiary-outline:hover {
    color: #bbcdd2;
    border-color: #bbcdd2;
}

.alert {
    font-size: 0.8125rem;
}

.nav-item .nav-link,
.nav-item .nav-separtor {
    color: var(--dark-color-1);
}

.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
    color: var(--dark-color-1);
}

#cart .return-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#cart .separator {
    display: none;
}

#cart .card {
    background-color: transparent;
}

.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, 0.25);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (30px * 2));
}

.popover {
    font-family: inherit;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.ui-autocomplete.ui-front {
    z-index: 999;
}

.ps-alert-error {
    margin-bottom: 0;
}

.ps-alert-error .item,
.ps-alert-success .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    background-color: var(--dark-color-1);
    border: 2px var(--dark-color-1) solid;
}

.ps-alert-error .item i,
.ps-alert-success .item i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 15px var(--dark-color-1) solid;
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    width: 24px;
    height: 24px;
    background-color: var(--dark-color-1);
}

.ps-alert-error .item p,
.ps-alert-error .item .page-content.page-cms ul,
.page-content.page-cms .ps-alert-error .item ul,
.ps-alert-success .item p,
.ps-alert-success .item .page-content.page-cms ul,
.page-content.page-cms .ps-alert-success .item ul {
    width: 100%;
    padding: 18px 20px;
    margin: 0;
    background-color: #fff;
}

.ps-alert-success {
    padding: 0.25rem 0.25rem 2.75rem;
}

.ps-alert-success .item {
    background-color: var(--dark-color-1);
    border-color: var(--dark-color-1);
}

.ps-alert-success .item i {
    border-color: var(--dark-color-1);
}

.ps-alert-success .item i svg {
    background-color: var(--dark-color-1);
}

.dropdown {
    color: var(--dark-color-1);
}

.dropdown:hover .expand-more {
    color: #24b9d7;
}

.dropdown .expand-more {
    color: var(--dark-color-1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible;
}

.dropdown select {
    color: var(--dark-color-1);
    background: #fff;
    border: 0 none;
    outline: 0 none;
    -moz-appearance: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #24b9d7;
    text-decoration: none;
    background: none;
}

.search-widget {
    display: inline-block;
}

.search-widget form {
    position: relative;
}

.search-widget form input[type="text"] {
    min-width: 255px;
    padding: 10px;
    color: var(--dark-color-1);
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.search-widget form input[type="text"]:focus {
    color: var(--dark-color-1);
    background: #fff;
    outline: 3px #24b9d7 solid;
}

.search-widget form input[type="text"]:focus+button .search {
    color: #24b9d7;
}

.search-widget form button[type="submit"] {
    position: absolute;
    right: 0.125rem;
    bottom: 0.3125rem;
    color: var(--dark-color-1);
    background: none;
    border: none;
}

.search-widget form button[type="submit"] .search:hover {
    color: #24b9d7;
}

@media (max-width: 575px) {
    .header-top-right {
        width: 100%;
        padding-right: 15px;
    }
}

.header-top .search-widgets form input[type="text"] {
    width: 100%;
    min-width: inherit;
    color: #9b9b9b;
    background: #f6f6f6;
}

.header-top .search-widgets form input[type="text"]:focus {
    background: #fff;
}

.header-top .search-widgets form button[type="submit"] {
    top: 50%;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-top #search_widget input {
    padding-right: 1rem;
    min-width: 420px;
    border-radius: 0;
    background: #fff;
    font-size: 20px;
    line-height: 25px;
    color: var(--dark-color-1);
    height: 60px;
}

#checkout #search_widget {
    display: none;
}

#pagenotfound .page-content #search_widget {
    width: 100%;
}

.page-not-found .search-widget form {
    display: inline-block;
}

@media (max-width: 767px) {
    .header-top .search-widget {
        float: none;
    }
    .header-top .search-widget form {
        margin: 0 auto;
    }
    .header-top .search-widget form input[type="text"] {
        min-width: inherit;
        background: #fff;
    }
}

@media (min-width: 768px) {
    .search-widget {
        min-width: 15.63rem;
    }
}

@media (min-width: 576px) {
    .header-top .search-widgets {
        max-width: 13rem;
    }
}

.top-menu[data-depth="1"] {
    margin: 0.625rem;
}

.top-menu[data-depth="0"] {
    margin-bottom: 0;
}

.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: 0.625rem;
    font-weight: 400;
    color: var(--dark-color-1);
}

.top-menu a.dropdown-submenu {
    font-weight: 600;
    color: var(--dark-color-1);
    text-transform: uppercase;
}

.top-menu a[data-depth="0"] {
    padding: 0.625rem 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    border-bottom: 3px solid transparent;
}

#header .top-menu a[data-depth="0"]:hover {
    font-weight: 800;
    border-bottom: 3px solid #fff;
}

li#lnk-e-pro a:hover {
    border: none!important;
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0 0.625rem 0.625rem 0;
}

.top-menu .collapse {
    display: inherit;
}

.top-menu .sub-menu {
    z-index: 18;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    margin-left: 0.9375rem;
    visibility: hidden;
    border: none;
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.top-menu .sub-menu.collapse {
    visibility: hidden;
    opacity: 0;
}

.top-menu .sub-menu.collapse.in {
    visibility: visible;
    opacity: 1;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0 1.25rem;
}

.top-menu .sub-menu a:hover {
    color: #24b9d7;
}

.top-menu .popover {
    max-width: inherit;
    border-radius: 0;
}

.popover.bs-tether-element-attached-top {
    margin-top: 0;
}

#_desktop_top_menu .top-menu[data-depth="0"] li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

#mobile_top_menu_wrapper {
    padding: 15px;
    background: #fff;
}

#mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem;
}

#mobile_top_menu_wrapper .top-menu {
    color: var(--dark-color-1);
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 0.625rem;
    border-bottom: 1px solid #f6f6f6;
}

#mobile_top_menu_wrapper .top-menu .collapse {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
    position: static;
    z-index: inherit;
    display: block;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"]>li {
    border-bottom: 1px solid var(--dark-color-1);
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
    float: none;
    margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
    text-transform: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    padding: 0.625rem;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 1.25rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 2.5rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 3.75rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: var(--dark-color-1);
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
    display: inline;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    display: block;
    width: 100%;
    padding: 0.625rem 0;
}

@media (max-width: 767px) {
    .top-menu .sub-menu {
        visibility: visible;
        opacity: 1;
        transition: 0.5s ease-out;
    }
}

body#checkout {
    color: var(--coffee-color);
}

body#checkout #header .header-nav {
    max-height: none;
    padding: 0.9375rem 0;
    margin-bottom: 0;
    border: none;
}

body#checkout #header .header-nav .logo {
    width: auto;
    max-height: 4.375rem;
}

body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0;
}

body#checkout .cart-grid-right .card {
    border: 0;
    box-shadow: none;
}

body#checkout .cart-grid-right .card .cart-total {
    background-color: inherit;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
    padding: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line {
    margin-bottom: 0;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label {
    font-size: 1rem;
    font-weight: 400;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
    font-size: 1rem;
    font-weight: 600;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line:not(:last-child) {
    margin-bottom: 0.825rem;
}

body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

body#checkout .custom-checkbox>label {
    padding-left: 1.5rem;
}

body#checkout .custom-checkbox span {
    position: absolute;
    top: 0.025rem;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: 0.1rem;
}

body#checkout section#content {
    margin-bottom: 1.563rem;
}

body#checkout .container {
    min-height: 100%;
}

body#checkout section.checkout-step {
    padding: 15px 0.625rem;
    background-color: #fff;
}

body#checkout section.checkout-step:last-child .step-title {
    border: 0;
}

body#checkout section.checkout-step .step-title {
    padding-bottom: 25px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: 0.75px solid rgb(55 59 71 / 30%);
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    position: relative;
}

body#checkout section.checkout-step.-current+.checkout-step .step-title {
    padding-top: 1.25rem;
    /*    border-top: 1px solid #ddd;*/
}

body#checkout section.checkout-step.-complete:first-of-type .step-title {
    padding-top: 0.625rem;
}

body#checkout section.checkout-step .content {
    padding: 0 20px;
    padding-top: 1rem;
    margin-top: 29px;
}

body#checkout section.checkout-step .step-edit {
    font-weight: 500;
    text-transform: lowercase;
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem;
}

body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none;
}

body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: 1;
}

body#checkout section.checkout-step.-current .step-title {
    cursor: default;
    border-bottom: 0;
}

body#checkout section.checkout-step.-current .content {
    display: block;
    margin-top: 0;
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}

body#checkout section.checkout-step.-reachable.-current .step-number,
body#checkout section.checkout-step.-reachable.-complete h1 .step-number,
body#checkout section.checkout-step.-unreachable h1 .step-number {
    border-radius: 3.75px!important;
    padding-left: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 8px;
    vertical-align: middle;
    background-color: var(--coffee-color);
    border: none;
    font-size: 22.5px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    transform: translateY(-3px);
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    display: block;
    float: right;
    margin-right: 0;
    color: var(--coffee-color);
    cursor: pointer;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}

body#checkout section.checkout-step small {
    color: var(--coffee-color);
}

body#checkout section.checkout-step .default-input {
    min-width: 40%;
}

body#checkout section.checkout-step .default-input[name="address1"],
body#checkout section.checkout-step .default-input[name="address2"] {
    min-width: 60%;
}

body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem;
}

body#checkout section.checkout-step .radio-field label {
    display: inline;
}

body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem;
}

body#checkout section.checkout-step .checkbox-field+.checkbox-field div {
    margin-top: 0;
}

body#checkout section.checkout-step .select-field div {
    padding: 0.625rem 3.125rem;
    background: #f6f6f6;
}

body#checkout section.checkout-step .form-footer {
    text-align: center;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}

body#checkout section.checkout-step .payment-options label {
    display: table-cell;
}

label[for="payment-option-1"] .logo-paiement img {
    max-width: 170px;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 0.5rem;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem;
}

.logo-paiement img {
    max-width: 60px;
    float: right;
}

body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 0.625rem;
    background: #f6f6f6;
    border: 2px solid transparent;
}

body#checkout section.checkout-step .address-item>header {
    min-height: 11.7rem;
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: var(--coffee-color) 2px solid;
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    margin-bottom: 0.625rem;
    font-weight: 600;
}

body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: 500;
    color: var(--coffee-color)
}

body#checkout section.checkout-step .radio-block {
    padding: 0.9375rem;
    text-align: left;
    cursor: pointer;
}

body#checkout section.checkout-step .custom-radio input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin: 0 0.3125rem;
    color: var(--coffee-color);
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem;
}

body#checkout section.checkout-step hr {
    margin: 0;
}

body#checkout section.checkout-step .address-footer {
    padding: 0.625rem;
    text-align: center;
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem;
}

body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
}

body#checkout section.checkout-step .add-address a {
    color: var(--coffee-color);
}

body#checkout section.checkout-step .add-address a i {
    font-size: 0.9375rem;
}

body#checkout section.checkout-step .delivery-options>.row {
    /*    border-right: 0.1rem solid #c3c3c3;*/
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    min-height: 80px;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    /*    background: #f6f6f6;*/
}

body#checkout section.checkout-step .delivery-options .delivery-option,
body#checkout section.checkout-step .delivery-options .delivery-option label>.row,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
    margin-bottom: 0;
    text-align: inherit;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier {
    margin-left: 0;
    border-bottom: 1px solid rgb(55 59 71 / 30%);
    padding-bottom: 30px;
}

span.carrier-price {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo)>.col-xs-12 {
    /*    padding-left: calc(33.33333% + 15px);*/
}

body#checkout section.checkout-step .delivery-options .delivery-option img {
    width: 3.125rem;
}

body#checkout section.checkout-step .carrier-delay {
    letter-spacing: 0.02em;
}

body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    word-break: break-word;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-top: 1.563rem;
    margin-left: 0.3125rem;
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label,
#identity .js-customer-form .form-control-label,
#address .js-customer-form .form-control-label,
#addresses .js-customer-form .form-control-label,
#address .js-address-form .form-control-label {
    text-align: left;
    margin-bottom: 0;
}

#order-confirmation .featuredProductHome {
    display: none;
}

.alert-loyalty {
    background-color: var(--coffee-color)!important;
    border-color: var(--coffee-color)!important;
    color: #fff!important;
    font-weight: 400;
}

#identity .page-header h1,
#history .page-header h1,
#addresses .page-header h1,
#address .page-header h1,
#order-slip .page-header h1,
#discount .page-header h1,
#order-detail .page-header h1,
#module-fmmoutofstocknotification-waitlist h1,
#order-confirmation .h1.card-title,
#module-loyaltyeditpoints-points .page-header h1 {
    padding-bottom: 25px;
    margin-bottom: 0;
    /* cursor: pointer; */
    border-bottom: 0.75px solid rgb(55 59 71 / 30%);
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    position: relative;
}

#identity #main {
    max-width: 800px;
    margin: 0 auto;
}

body#order-detail select.form-control:not([size]):not([multiple]) {
    color: var(--dark-color-1);
    max-width: 100%;
}

.order-message-form textarea {
    max-width: 486px;
    height: 100px;
}

.order-message-form .form-control-submit {
    max-width: 290px;
    width: 100%;
    background: var(--dark-color-1);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 30px;
    font-size: 22.5px;
    line-height: 27px;
    letter-spacing: 0.2em;
    height: 75px;
}

.hidden {
    display: none!important;
}

.textLivraison * {
    display: block!important;
}

div#checkout-guest-form .form-control-valign {
    padding-left: 0;
}

body#order-detail #wrapper>.container>.row {
    margin: 0
}

.order-message-form .form-control-label {
    width: 100%;
    text-align: left;
}

body#order-detail .page-footer {
    display: none;
}

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
    /*    padding: 0;*/
}

body#checkout section.checkout-step .sign-in {
    font-size: 0.875rem;
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 14.38rem;
    text-align: right;
    margin-bottom: 25px;
}

body#checkout .additional-information {
    margin-top: 1.25rem;
    margin-left: 2.875rem;
    font-size: 0.875rem;
}

body#checkout .condition-label {
    padding-left: 1.625rem;
    margin-top: 0.625rem;
}

body#checkout .condition-label label {
    text-align: inherit;
}

body#checkout .cancel-address {
    display: block;
    margin: 0.625rem;
    color: var(--coffee-color);
    text-decoration: underline;
}

body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #f6f6f6;
}

body#checkout #cart-summary-product-list {
    font-size: 0.875rem;
}

body#checkout #cart-summary-product-list .media-left {
    width: 114px;
    max-width: 114px;
}

.listProductRight .media {
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    margin-bottom: 25px;
}

.listProductRight .product-quantity,
.listProductRight .product-line-info * {
    color: #fff;
    font-weight: 400;
    font-size: 11.25px;
    line-height: 14px;
    text-transform: uppercase;
}

body#checkout #cart-summary-product-list .media-left img {
    display: block;
    border: #f6f6f6 1px solid;
    max-width: 114px;
    border-radius: 15px;
}

span.product-name a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
}

#checkout .listProductRight .product-line-info {
    padding-top: 0;
}

.listProductRight .product-price {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: top;
    padding-left: 16px;
}

body#checkout #order-summary-content {
    padding-top: 0.9375rem;
}

body#checkout #order-summary-content h4.h4 {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    color: var(--coffee-color);
}

#cart #featuredProductHome {
    display: none!important;
}

body#checkout #order-summary-content h4.black {
    color: #000;
}

body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem;
}

body#checkout #order-summary-content .noshadow {
    box-shadow: none;
}

body#checkout #order-summary-content #order-items {
    border-right: 0;
}

body#checkout #order-summary-content #order-items h3.h3 {
    margin-top: 1.25rem;
    color: var(--coffee-color);
}

body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0;
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0;
}

body#checkout #order-summary-content .summary-selected-carrier {
    padding: 1rem;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container {
    text-align: center;
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container img {
    width: 3.125rem;
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    color: var(--coffee-color);
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;
}

body#checkout #order-summary-content a .step-edit {
    color: var(--coffee-color);
}

body#checkout #gift_message,
body#checkout #delivery {
    max-width: 100%;
    border-color: var(--coffee-color);
}

body#checkout #gift_message textarea,
body#checkout #delivery textarea {
    max-width: 100%;
    margin-bottom: 10px;
}

body#checkout #footer {
    color: var(--coffee-color);
    background: #fff;
}

body#checkout #delivery>label {
    text-align: left;
}

body#checkout #hook-display-after-carrier {
    margin-top: 20px;
}

body#checkout #hook-display-after-carrier>[class^="col"] {
    display: inline-block;
    float: inherit;
}

body#checkout #hook-display-after-carrier>[class^="col"].links .row>[class^="col"] {
    width: auto;
}

#order-details {
    padding-left: 1.3rem;
    margin-top: 0;
}

#order-details>.card-title {
    margin-bottom: 1.875rem;
}

#order-details ul {
    margin-bottom: 1.25rem;
}

#order-details ul li {
    margin-bottom: 0.625rem;
}

#order-items {
    border-right: #f6f6f6 1px solid;
}

#order-items .h3 {
    font-size: 1rem;
}

@media (max-width: 991px) {
    #order-items .h3._desktop-title {
        display: none;
    }
}

#order-items hr {
    border-top-color: var(--coffee-color);
}

#order-items table {
    width: 100%;
}

#order-items table tr {
    height: 1.875rem;
}

#order-items table tr td {
    padding: 0.5rem;
    font-size: 0.875rem;
}

#order-items table tr td:last-child {
    text-align: right;
}

#order-items table tr.total-value {
    background-color: #f6f6f6;
}

#order-items table tr.taxes td {
    text-align: left;
}

#order-items table tr.taxes td .value {
    padding-top: 0;
}

#order-items .order-line {
    margin-top: 1rem;
}

#order-items .image img {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid gray-lighter;
}

#order-items .details {
    margin-bottom: 1rem;
}

#order-items .details .customizations {
    margin-top: 0.625rem;
}

#order-items .qty {
    margin-bottom: 1rem;
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem;
}

@media (max-width: 991px) {
    .listPayementBloc {
        max-width: 100%
    }
    .done {
        padding: 0;
        margin-right: 0.625rem;
    }
    body#checkout section.checkout-step .address-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 3px;
    }
    body#checkout section.checkout-step .delivery-option-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .delivery-option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
    }
    .delivery-option .custom-radio {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left;
    }
    #order-confirmation #registration-form {
        width: 100%;
    }
    body#checkout section.checkout-step .delivery-options .delivery-option .carrier>.col-xs-12 {
        padding-left: 0;
    }
}

@media (max-width: 1354px) {
    body .otherBlocCart {
        width: auto;
    }
}

@media (max-width: 767px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: 0.25rem;
        margin-left: 1.25rem;
        position: absolute;
        top: 0;
        right: 0;
    }
    body#checkout #header .header-nav {
        max-height: none;
        padding: 0;
    }
    body#checkout section.checkout-step .content {
        padding: 0.9375rem;
    }
    body#checkout .form-group {
        margin-bottom: 0.5rem;
    }
    #order-items {
        margin-bottom: 2.5rem;
        border-right: 0;
    }
    #order-items .card-title {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #f6f6f6;
    }
    #order-items hr {
        border-top-color: #f6f6f6;
    }
    .bold {
        font-weight: 600;
    }
    #order-details {
        padding-left: 0.9375rem;
    }
    #order-details .card-title {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #f6f6f6;
    }
    body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo) .col-xs-12 {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    body#checkout section.checkout-step .content {
        padding: 0.9375rem 0;
    }
    #payment-confirmation button {
        font-size: 0.875rem;
    }
    #payment-confirmation button.btn {
        white-space: normal;
    }
}

.js-payment-binary {
    display: none;
}

.js-payment-binary .accept-cgv {
    display: none;
}

.js-payment-binary.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.js-payment-binary.disabled::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    content: "";
}

.js-payment-binary.disabled .accept-cgv {
    display: block;
}

.table-labeled th {
    vertical-align: middle;
}

.table-labeled td {
    vertical-align: middle;
}

.table-labeled .label {
    padding: 0.25rem 0.375rem;
    margin: 0.125rem;
    font-size: inherit;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
}

.page-order .table {
    margin-bottom: 0;
}

.page-order table th {
    padding: 0.5rem;
}

.page-order table td {
    padding: 0.5rem;
}

.page-order table thead th {
    text-align: center;
}

#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0;
}

#authentication .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#authentication .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem;
}

#authentication .custom-checkbox label {
    padding-left: 0.625rem;
}

#identity .radio-inline .custom-radio,
#authentication .radio-inline .custom-radio {
    margin-right: 0;
}

.page-customer-account #content {
    padding: 0;
    background: #fff;
    font-size: 0.875rem;
    color: var(--dark-color-1);
}

.page-customer-account #content .order-actions a {
    padding: 0 0.125rem;
}

.page-customer-account #content .forgot-password {
    padding-bottom: 25px;
    margin-top: 1rem;
    color: var(--coffee-color);
    font-size: 11.25px;
    line-height: 14px;
    text-align: right;
    letter-spacing: 0.2em;
}

.register-form .form-footer button,
.register-form .form-footer .btn,
.form-footer-register button,
.form-footer-register .button {
    background: var(--coffee-color);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 30px;
    width: 100%;
    max-width: 306px;
    font-size: 22.5px;
    line-height: 27px;
    letter-spacing: 0.2em;
    height: 75px;
}

#checkout .js-customer-form .form-footer-register,
#checkout .js-address-form .form-footer-register {
    max-width: 387px;
    height: 101px;
    width: 100%;
    margin: 76px auto 50px auto;
}

#checkout .js-address-form .form-footer-register {
    margin-bottom: 80px;
}

#checkout .js-customer-form .form-footer-register button.continue,
#checkout .js-address-form .form-footer-register button.continue {
    /*width: 100%;
    max-width: 382px;height: 101px;*/
    max-width: 290px;
}

.js-customer-form .form-footer-register {
    margin-top: 20px;
}

#address.page-customer-account .form-footer-register {
    margin-top: 80px;
}

.register-form .form-footer,
.form-footer-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shippingChoice.form-footer-register {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 7px;
    margin-top: 70px;
    margin-bottom: 50px;
}

.page-customer-account #content .no-account {
    font-size: 1rem;
    text-align: center;
}

.register-form .tabs {
    padding: 0;
    margin-top: 28px;
}

.page-authentication #content,
.page-password #content {
    padding: 0;
    background: #fff;
    max-width: 556px;
    margin: 0 auto;
}

.formBox {
    margin-bottom: 13.5px;
}

.register-form .nav-tab {
    display: flex;
    align-items: center;
}

.register-form .tabs .nav-tabs .nav-link.active {
    border-bottom: 0;
    color: var(--coffee-color);
    font-weight: 700;
}

.register-form .nav-link {
    font-weight: 400;
    position: relative;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
}

.tabs .nav-tabs {
    position: relative;
    transform: translateX(20px);
}

.register-form .nav-tabs:before {
    margin-left: 12px;
    content: "|";
    color: var(--coffee-color);
    font-weight: 400;
    left: 50%;
    position: absolute;
    z-index: 10;
}

.header-specific {
    position: relative;
    height: 50px;
}

#main .page-content .container {
    padding-left: 15px;
    padding-right: 15px;
}

.register-form .form-group.row>div,
.register-form .form-group.row>label {
    width: 100%;
}

.register-form .input-group-btn {
    display: none;
}

.register-form .form-group.row>label {
    text-align: left;
    font-weight: 400;
    font-size: 11.25px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    width: 100%;
}

.register-form .nav-item:first-of-type .nav-link:before {
    content: "";
}

.page-addresses .address {
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    color: var(--dark-color-1);
    background: #fff;
}

#addresses.page-addresses .address {
    border: 1px solid var(--dark-color-1);
}

.register-form .form-group.row>label[for="field-newsletter"],
.register-form .form-group.row>label[for="field-customer_privacy"],
.register-form .form-group.row>label[for="field-psgdpr"] {
    display: none;
}

.page-addresses .address .address-body {
    padding: 1rem;
}

.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.page-addresses .address .address-body address {
    min-height: 9rem;
}

.page-addresses .address .address-footer {
    padding: 0.5rem 1rem;
    border-top: 1px solid var(--dark-color-1);
    text-align: center;
}

.page-addresses .address .address-footer a {
    margin-right: 0.5rem;
    color: var(--dark-color-1);
}

.page-addresses .address .address-footer a:hover {
    /*    color: var(--dark-color-1);*/
}

.page-addresses .address .address-footer a i {
    font-size: 1rem;
}

.page-addresses .address .address-footer a span {
    font-size: 0.9375rem;
    vertical-align: middle;
}

.page-addresses .addresses-footer {
    margin: 0 0.9375rem;
}

.page-addresses .addresses-footer a {
    color: var(--dark-color-1);
}

.page-addresses .addresses-footer a:hover {
    color: var(--dark-color-1);
}

.page-addresses .addresses-footer a i {
    font-size: 1rem;
}

.page-addresses .addresses-footer a span {
    margin-top: 0.625rem;
    font-size: 1rem;
    vertical-align: middle;
}

.page-order-detail #content {
    font-size: 0.875rem;
}

.page-order-detail .box {
    padding: 1rem 0;
    background: #fff;
    margin-bottom: 1rem;
}

.page-order-detail h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-color-1);
    text-transform: uppercase;
}

.page-order-detail #order-infos ul {
    margin: 0;
}

.page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f6f6f6;
}

.page-order-detail #order-history .history-lines .history-line:last-child {
    border-bottom: 0;
}

.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem 0;
    color: #fff;
    border-radius: 3px;
}

.page-order-detail .addresses {
    margin: 0 -0.9375rem;
}

.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700;
}

.page-order-detail #order-products.return {
    margin-bottom: 1rem;
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px;
}

.page-order-detail #order-products.return td {
    padding: 1.375rem 0.75rem;
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px;
}

.page-order-detail #order-products.return td.qty .current {
    float: left;
    width: 30%;
    padding-right: 0.5rem;
    text-align: right;
}

.page-order-detail #order-products.return td.qty .select {
    float: left;
    width: 70%;
    padding-left: 0.25rem;
    margin: -0.625rem 0;
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center;
}

.page-order-detail .order-items {
    padding: 0 !important;
}

.page-order-detail .order-items .order-item {
    padding: 1rem 1rem 0;
    border-bottom: 1px solid #f6f6f6;
}

.page-order-detail .order-items .order-item .checkbox {
    float: left;
    width: 30px;
    padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .content {
    float: left;
    width: calc(100% - 30px);
    padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .desc {
    margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .desc .name {
    font-weight: 600;
}

.page-order-detail .order-items .order-item .qty {
    margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .qty .q {
    margin-bottom: 0.25rem;
}

.page-order-detail .order-items .order-item .qty .s {
    margin-bottom: 0.25rem;
}

.page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid #f6f6f6;
}

.page-order-detail .messages .message:last-child {
    border-bottom: 0;
}

.page-order-detail .messages .message>div {
    margin-bottom: 0.5rem;
}

.page-order-detail .customization {
    margin-top: 0.75rem;
}

#order-return-infos .thead-default th {
    color: var(--dark-color-1);
}

#order-return-infos .customization {
    margin-top: 0.75rem;
}

.page-my-account #content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 917px;
    margin: 0 auto;
}

.page-my-account #content .links a {
    display: inline-block;
    padding: 0 9px;
    margin-bottom: 1.875rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--coffee-color);
    text-align: center;
    text-transform: uppercase;
}

.title-contact {
    max-width: 913px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    margin-left: -455px;
    flex-direction: column;
}

.header-contact {
    position: relative;
}

.header-contact .text-ceontact {
    color: #fff;
    text-align: left;
}

.header-contact img {
    width: 100%;
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    padding: 1rem;
    background: transparent;
    border: 1px solid var(--dark-color-1);
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    min-height: 136px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

span.icon-bloc {
    height: 63px;
    width: 63px;
    background: var(--coffee-color);
    border-radius: 100%;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-my-account #content .links a i {
    display: block;
    width: 100%;
    padding-bottom: 0;
    font-size: 2.6rem;
    color: #fff;
}

.page-my-account #content .links a:hover {
    color: var(--dark-color-1);
}

.page-my-account #content .links a:hover i {
    /*    color: #24b9d7;*/
}

#history .orders {
    margin: 0 -1rem;
}

#history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f6f6f6;
}

#history .orders .order a h3 {
    color: var(--dark-color-1);
}

#history .orders .order .label {
    display: inline-block;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem 0;
    color: #fff;
    border-radius: 3px;
}

#history .orders .order:last-child {
    border-bottom: 0;
}

.page-footer .account-link {
    margin-right: 1rem;
}

.page-footer .account-link i {
    font-size: 1rem;
}

.page-footer .account-link span {
    font-size: 0.875rem;
    vertical-align: middle;
}

.login-form {
    margin-top: 15px;
}

.forgotten-password {
    padding: 4px;
}

.forgotten-password .form-fields .center-email-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .forgotten-password .form-fields .center-email-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .forgotten-password .form-fields .center-email-fields button {
        width: calc(100% - 20px);
        margin: 10px;
    }
}

.forgotten-password .form-fields .center-email-fields button {
    height: 38px;
}

.forgotten-password .form-fields .email {
    width: 430px;
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    .forgotten-password .form-fields .email {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.forgotten-password .form-fields .email input {
    height: 38px;
}

.forgotten-password .form-fields label.required {
    width: 130px;
}

.send-renew-password-link {
    padding-right: 10px;
    padding-left: 10px;
}

.renew-password {
    margin-left: 0;
}

.renew-password .email {
    padding-bottom: 30px;
}

.renew-password [type="submit"] {
    margin-left: 50px;
}

.carousel {
    margin-bottom: 1.5rem;
}

.carousel .direction {
    z-index: auto;
}

.carousel .carousel-inner {
    height: 340px;
}

.carousel .carousel-item {
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 90px;
    max-width: 340px;
    color: #fff;
}

.carousel .carousel-item .caption .caption-description p,
.carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
    font-size: 1rem;
    color: #fff;
}

.carousel .carousel-item .caption .caption-description h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.carousel .carousel-item .caption .display-1 {
    font-size: 3rem;
    font-weight: 700;
}

.carousel .carousel-item figure {
    display: inline-block;
    margin: 0;
}

.carousel .carousel-control {
    opacity: 1;
}

.lang-rtl .carousel .carousel-control .icon-next .material-icons,
.lang-rtl .carousel .carousel-control .icon-prev .material-icons {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.carousel .carousel-control .icon-next::before,
.carousel .carousel-control .icon-prev::before {
    content: "";
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: #fff;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #24b9d7;
}

.carousel .carousel-control .icon-prev {
    left: 1rem;
}

.carousel .carousel-control .icon-next {
    right: 2rem;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: none;
}

.carousel-indicators li {
    border-color: var(--dark-color-1);
}

.carousel-indicators .active {
    background-color: var(--dark-color-1);
}

body#checkout section.checkout-step .step-title i {
    display: none!important;
}

@media (min-width: 992px) {
    #checkout #tvdesktop-megamenu {
        display: none!important;
    }
    .carousel .carousel-indicators {
        display: none;
    }
}

@media (max-width: 1199px) {
    .carousel .carousel-inner {
        height: auto;
    }
}

@media (max-width: 991px) {
    .carousel {
        left: 50%;
        width: 100vw;
        padding-bottom: 0.5rem;
        margin-left: -50vw;
        background-color: #f6f6f6;
        box-shadow: none;
    }
    .carousel .carousel-control .icon-prev,
    .carousel .carousel-control .icon-next {
        width: auto;
        height: auto;
    }
    .carousel .carousel-item .caption {
        position: static;
        margin: 1.275rem auto 2.5rem;
        text-align: center;
    }
    .carousel .carousel-item .caption .display-1 {
        font-size: 2rem;
        font-weight: 500;
        color: var(--dark-color-1);
    }
    .carousel .carousel-item .caption .caption-description h3,
    .carousel .carousel-item .caption .caption-description p,
    .carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
    .page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
        color: var(--dark-color-1);
    }
    .carousel .carousel-item .caption .caption-description h3 {
        font-size: 1rem;
    }
    .carousel .direction {
        position: absolute;
        top: calc(50%);
        width: 100%;
    }
    .carousel .direction .carousel-control .icon-prev {
        left: 0;
        margin-left: 0;
    }
    .carousel .direction .carousel-control .icon-next {
        right: 0;
        margin-right: 0;
    }
    .carousel .direction .carousel-control i {
        background: rgba(122, 122, 122, 0.5);
    }
    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators .active {
        width: 8px;
        height: 8px;
        margin: 1px;
    }
}

@media (max-width: 767px) {
    .carousel .carousel-item .caption .display-1 {
        font-size: 1.3rem;
    }
    .carousel .carousel-control .icon-prev i,
    .carousel .carousel-control .icon-next i {
        font-size: 2rem;
    }
}

.featured-products .products {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

#module-pwfavorites-favorites #products .products {
    margin: 0
}

#products .products,
.featured-products .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.position-relative {
    position: relative;
}

.wishlist-button-add i {
    opacity: 0;
}

.pw-fav-alert {
    background: var(--coffee-color)!important
}

.products article .wishlist-button-add {
    background: url(../img/icon-favoris.svg)no-repeat;
    box-shadow: none;
    background-position: center;
    height: 60px;
    width: 60px;
    right: 0!important
}

article.product-miniature.js-product-miniature .pw-fav-toggle,
.slick-current.slick-slide article.product-miniature.js-product-miniature .pw-fav-toggle {
    margin: 12px 0px 13px 5px;
}

.slick-slide article.product-miniature.js-product-miniature .pw-fav-toggle {
    margin: 15px 9px 13px 4px
}

.slick-current .product-miniature .thumbnail-container .pw-fav-toggle {
    top: 0;
}


/**************************PRODUIT FORMATIO******************/

.standard-header {
    background: var(--coffee-color);
    padding-top: 167px;
    padding-bottom: 54px;
}

.pink-header {
    background: #EFD6B8;
    padding-top: 167px;
    padding-bottom: 54px;
}

#product .standard-header h1 {
    color: #fff;
}

.standard-header .product-description p {
    color: #fff;
}

.standard-header .bloc-button-cart button {
    background: #FFFFFF;
    color: var(--coffee-color);
}

.standard-header .bloc-button-cart button:hover {
    background: transparent;
    color: #fff!important;
    border: 1px solid #fff;
}

#product h1 {
    text-transform: uppercase;
    color: var(--coffee-color);
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.2em;
}

.bloc-button-cart button:hover {
    color: var(--coffee-color);
    background: #fff;
    border: 1px solid var(--coffee-color);
}

.bloc-button-cart button#customize-button {
    max-width: 305px;
}

.bloc-button-cart button {
    border: 0;
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 63px;
    background: var(--coffee-color);
    cursor: pointer;
    font-size: 22.5px;
    line-height: 27px;
}

.reassurance-product {
    background: var(--coffee-color);
    padding-top: 79px;
    padding-bottom: 79px;
}

#product .reassurance-product {
    padding-top: 50px;
    padding-bottom: 59px;
}

#product .containerReassurance {
    max-width: 884px;
}

#product .imgpicto img {
    /*max-width: 147px;*/
}

#booking_product_available_qty {
    display: none;
}

#product .wk-booking-container {
    margin-top: 0;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0 16px 0 0px;
}

span.booking_total_price {
    margin-right: -8px;
}

.trigger-addCart.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.product-quantity .add {
    position: absolute;
    top: -999999px;
}

.product-customizable .product-customization {
    display: none!important;
}


/*.product-customizable .product-quantity .add{position: static;top: auto;}*/

.booking_total_price_text {
    display: none;
}

.product-additional-info .pw-fav-toggle {
    display: none;
}

.standard-header .social-sharing span {
    background: url(../img/icon-share-white.svg);
    background-position: center;
    background-size: cover;
}

.social-sharing span {
    text-indent: -99999px;
    background: url(../img/icon-share.svg);
    background-position: center;
    width: 65px;
    height: 65px;
    display: inline-block;
    cursor: pointer;
    background-size: cover;
}

.wk_total_booking_price_container span {
    font-weight: 700;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    font-size: 37.5px;
    line-height: 45px;
}

.title-card {
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dark-color-3);
    font-weight: 400;
    font-size: 18.75px;
    line-height: 23px;
}

.wk-booking-container .card-title {
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    font-weight: 400;
    font-size: 18.75px;
    line-height: 23px;
}

.connexionLink {
    font-weight: 400;
    font-size: 11.5px;
    line-height: 28px;
    letter-spacing: 0.2em;
}

.connexionLink.active {
    font-weight: 700;
    color: var(--dark-color-1);
}

.standard-header .title-card {
    color: #fff!important;
    margin-bottom: 12px;
}

#product .product-quantity {
    display: block;
}

#product .product-quantity .bootstrap-touchspin {
    width: 100%;
    float: none;
    max-width: 100%
}

#product .product-quantity .qty {
    margin-right: 0;
    float: none;
    display: block;
    overflow: hidden;
}

#product .bootstrap-touchspin .input-group-btn-vertical {
    display: none;
}

#product .product-quantity #quantity_wanted,
#booking_product_quantity_wanted {
    width: 100%;
    height: 53px;
    max-width: 243px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 15px;
    text-align: center;
    color: #fff;
    float: none;
    margin: 0 auto
}

.date_range_form .col-lg-6 {
    width: 100%;
}

.date_range_form .col-md-6 {
    width: 100%;
}

.time_slot_checkbox label {
    text-align: right!important;
}

#booking_product_time_slots .time_slot_checkbox label {
    width: 100%;
}

#product #booking_button {
    position: absolute;
    top: -9999999px
}

input.booking_time_slots_quantity_wanted.form-control {
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 100%;
    max-width: 243px;
}

.time_slot_price {
    color: var(--dark-color-3)!important;
}

.bloc-button-cart .alert {
    max-width: 243px;
    margin: 0 auto
}

body .product-variants>.product-variants-item select option,
body select.form-control:not([size]):not([multiple]) option {
    color: var(--coffee-color);
}

body .product-variants>.product-variants-item select option[selected="selected"],
body select.form-control:not([size]):not([multiple]) option[selected="selected"] {
    background: var(--coffee-color);
}

.wk-booking-block .input-group {
    display: table;
    width: 100%;
    max-width: 243px;
    /* margin: 0 auto; */
    float: right;
}

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

.blog_desc {
    line-height: 30px;
    padding: 0 4px 0 0;
    margin: 0 auto 20px auto;
    text-align: justify;
}

.conf.alert.alert-success {
    font-size: 15px;
    background: transparent;
    border: none;
    color: var(--dark-color-4);
    padding: 0;
    margin-bottom: 0;
}

.fancybox-inner .button {
    width: 100%;
}

.fancybox-inner {
    height: auto!important;
}

.MuiFab-label {
    background: url(../img/icon-chatboxx.png) no-repeat!important;
}

.blocPost,
#module-prestablog-blog .js-footer {
    background: var(--very-light-coffee-color);
}

#module-prestablog-blog.single-post .js-footer {
    background: #fff;
}

.lastPost {
    padding-top: 60px;
    margin-bottom: -249px;
}

#socialBlog .block-social {
    text-align: center;
    float: none;
}

#socialBlog .block-social ul {
    align-items: center;
    justify-content: center;
}

.search_query img {
    -webkit-transform: rotate(-85deg);
    -ms-transform: rotate(-85deg);
    transform: rotate(-85deg);
}

.searchblk {
    max-width: 263px;
    margin: 0 auto 92px auto;
}

div#prestablog_recherche {
    padding: 0;
}

#checkout .header-top-right {
    display: none;
}

.searchblk .title_block {
    display: none;
}

.searchblk .prestablog {
    background: transparent;
}

#socialBlog .block-social ul li svg * {
    fill: #F0F2F4;
    stroke: var(--coffee-color);
}

.mb15 {
    margin-bottom: 15px;
}

#blog_list_1-7x .block_top {
    height: 285px;
    overflow: hidden;
}

#blog_list_1-7x .block_bas .h3 {
    text-align: left;
}

#blog_list_1-7x .block_bas h3 a span,
#blog_list_1-7x .block_bas .h3 a span {
    float: right;
    font-weight: 700;
    font-size: 11.25px;
    line-height: 14px;
    text-align: right;
    letter-spacing: 0.2em;
    margin-top: 5px;
}

#blog_list_1-7 .block_bas h3 a,
#blog_list_1-7 .block_bas .h3 a {
    display: block;
}

section.blocPost {
    padding-top: 300px;
}

#blog_list_1-7x {
    display: flex;
    flex-wrap: wrap;
}

#blog_list_1-7x .tiers.blog-grid {
    padding-left: 7px;
    padding-right: 7px;
}

.blog-grid .block_top,
.blog-grid .block_bas {
    border-radius: 15px!important;
}

.blog-grid .block_bas {
    background: white;
}

.block-grid .block_bas h3 a {
    color: var(--coffee-color) !important;
}

.iconRight {
    background: var(--coffee-color) !important;
}

.blog-grid .block_cont {
    background-color: transparent!important;
    box-shadow: none!important;
}

#nosespaces #header .tv-menu-horizontal ul li.level-1>a,
#minioffice #header .tv-menu-horizontal ul li.level-1>a,
#barista #header .tv-menu-horizontal ul li.level-1>a,
#chr #header .tv-menu-horizontal ul li.level-1>a,
#da #header .tv-menu-horizontal ul li.level-1>a,
#laboutique #header .tv-menu-horizontal ul li.level-1>a,
#Annecaron #header .tv-menu-horizontal ul li.level-1>a,
#annecaron #header .tv-menu-horizontal ul li.level-1>a,
#Engagements #header .tv-menu-horizontal ul li.level-1>a,
#engagements #header .tv-menu-horizontal ul li.level-1>a,
#cafedespecialite #header .tv-menu-horizontal ul li.level-1>a,
#cms #header .tv-menu-horizontal ul li.level-1>a,
#prices-drop #header .tv-menu-horizontal ul li.level-1>a,
#order-detail #header .tv-menu-horizontal ul li.level-1>a,
#module-privateshop-protected #header .tv-menu-horizontal ul li.level-1>a,
#module-g_productinstagram-instagram #header .tv-menu-horizontal ul li.level-1>a,
#module-prestablog-blog:not(.single-post) #header .tv-menu-horizontal ul li.level-1>a {
    color: #fff;
}

.virtual #header .tv-menu-horizontal ul li.level-1>a,
.product-id-category-47 #header .tv-menu-horizontal ul li.level-1>a,
#module-pwfavorites-favorites #header .tv-menu-horizontal ul li.level-1>a,
#module-gsnippetsreviews-accountProductReviews #header .tv-menu-horizontal ul li.level-1>a,
#module-loyaltyeditpoints-points #header .tv-menu-horizontal ul li.level-1>a,
#module-gsnippetsreviews-reviewForm #header .tv-menu-horizontal ul li.level-1>a,
#module-fmmoutofstocknotification-waitlist #header .tv-menu-horizontal ul li.level-1>a,
#module-facebookpsconnect-account #header .tv-menu-horizontal ul li.level-1>a,
#authentication #header .tv-menu-horizontal ul li.level-1>a,
#my-account #header .tv-menu-horizontal ul li.level-1>a,
#password #header .tv-menu-horizontal ul li.level-1>a,
#identity #header .tv-menu-horizontal ul li.level-1>a,
#address #header .tv-menu-horizontal ul li.level-1>a,
#addresses #header .tv-menu-horizontal ul li.level-1>a,
#history #header .tv-menu-horizontal ul li.level-1>a,
#checkout #header .tv-menu-horizontal ul li.level-1>a,
#order-confirmation #header .tv-menu-horizontal ul li.level-1>a,
#order-slip #header .tv-menu-horizontal ul li.level-1>a,
#discount #header .tv-menu-horizontal ul li.level-1>a,
#faq #header .tv-menu-horizontal ul li.level-1>a,
#module-prestablog-blog.single-post #header .tv-menu-horizontal ul li.level-1>a {
    color: var(--coffee-color);
}

.virtual .product-quantity .qty {
    display: none
}


/**************************PRODUIT FORMATIO******************/

.lastPost {
    padding-top: 60px;
}

.prestablog .title {
    max-width: 376px;
    margin: 17px auto 70px auto;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.2em;
}

.pink-header .product-prices.js-product-prices {
    display: none!important;
}

#product .product-prices.js-product-prices {
    display: block;
    text-align: right;
}

.head-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.right-blocAction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    justify-content: end;
}

.return-blk {
    margin-bottom: 43px;
}

#product .return-blk {
    position: relative;
    z-index: 99;
}

#ui-datepicker-div {
    background: #DACBB8;
}

.ui-datepicker-year {
    display: none;
}

.ui-datepicker-month,
.ui-datepicker-year {
    font-weight: 700!important
}

body .selectedCheckedDate {
    border: 0!important;
}

body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
    background: var(--dark-color-3)!important;
    color: #fff!important;
    font-weight: 700!important;
    border-radius: 50%;
    width: 31px;
    margin: 0 auto;
}

body .ui-datepicker .ui-datepicker-title {
    height: 65px;
    margin: 0 2.3em;
    font-weight: 700;
    font-size: 20px;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    color: var(--dark-color-3);
}

.ui-datepicker-calendar td:not(.ui-state-disabled) .ui-state-default {
    background-color: var(--very-light-coffee-color)!important;
    border-radius: 50%!important;
}

.ui-datepicker-calendar td:not(.ui-state-disabled) .ui-state-active {
    background-color: var(--dark-color-3)!important;
}

body .grade-stars {
    height: 23px;
}

.product-miniature .product-list-reviews,
.product-miniature .product-list-reviews+div {
    display: none;
}

.pw-fav-alerts {
    width: 100%!important;
    max-width: 350px;
    font-size: 20px;
    line-height: 30px;
    top: auto!important;
    bottom: 0;
}

.altitude-info {
    padding-left: 42px;
}

.img-Info-block {
    max-width: 583px;
    height: 481px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -240.5px;
    margin-left: -281.5px;
    text-align: center;
    padding-top: 30px;
}

.img-Info-block img {
    transform: translateY(50px);
}

.bloc-top>div,
.bloc-bottom>div {
    position: relative;
}

.process-info:before {
    position: absolute;
    content: "";
    width: 171px;
    height: 73px;
    background: url("/webp_images/themes/classic/assets/img/infos/fleche.webp") no-repeat;
    right: -170px;
    top: 170px;
}

.altitude-info:before {
    position: absolute;
    content: "";
    width: 127px;
    height: 56px;
    background: url("/webp_images/themes/classic/assets/img/infos/fleche3.webp") no-repeat;
    right: -130px;
    top: 70px;
}

.variety-info:before {
    position: absolute;
    content: "";
    width: 132px;
    height: 89px;
    background: url("/webp_images/themes/classic/assets/img/infos/fleche2.webp") no-repeat;
    left: -150px;
    top: 162px;
}

.origin-info:before {
    position: absolute;
    content: "";
    width: 153px;
    height: 102px;
    background: url("/webp_images/themes/classic/assets/img/infos/fleche4.webp") no-repeat;
    left: -150px;
    bottom: 55px;
}

.pw-fav-toggle.active .pw-fav-add {
    display: none!important;
}

.pw-fav-toggle .pw-fav-add {
    background: url(../img/icon-favoris.svg)no-repeat;
    box-shadow: none;
    background-position: center;
    display: inline-block;
    background-size: 45px;
    width: 28px;
}

.standard-header .pw-fav-toggle .pw-fav-add {
    background: url(../img/icon-favoris-white.svg)no-repeat;
    box-shadow: none;
    background-position: center;
    display: inline-block;
}

.pw-fav-toggle .pw-fav-remove {
    background: url(../img/icon-favoris-delete.svg)no-repeat;
    box-shadow: none;
    background-position: center;
    background-size: 45px;
    width: 28px
}

.standard-header .pw-fav-toggle .pw-fav-remove {
    background: url(../img/icon-favoris-delete-white.svg)no-repeat;
    box-shadow: none;
    background-position: center;
    background-size: 45px;
}

.right-blocAction .pw-fav-toggle .pw-fav-add,
.right-blocAction .pw-fav-toggle .pw-fav-remove {
    width: 65px;
    height: 65px;
    background-size: cover;
}

.btn-addCart {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0
}

.standard-header .product-information {
    max-width: 271px;
    float: right;
    height: 100%;
}

.btnAddToCArtListP {
    /*position: absolute;right: 0;*/
}

.btnAddToCArtListP {
    /*position: absolute;
    right: 7px;
    top: 80px;*/
    width: 45px;
    transform: translateX(-5px);
}

.productActionOnlist {
    position: absolute;
    top: 10px;
    right: 0;
    width: 45px;
    overflow: hidden;
}

.products-section-title,
.bloc-definition h2,
.featured-products h2,
h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    color: var(--coffee-color);
    z-index: 2
}

#product .product-quantity .input-group-btn-vertical {
    display: none;
}

.img-bloc-saclay {
    max-width: 905px;
    margin: 0 auto;
    position: relative;
}

.img-bloc-saclay img {
    border-radius: 20px;
}

.wrapperImg {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.roaster {
    background: #fff;
}

.bloc-roaster {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 30px;
    position: relative;
    justify-content: space-between;
    color: var(--coffee-color);
}

.roaster::before {
    width: 200px;
    height: 200px;
    top: -60px;
    right: -65px;
    content: "";
    background: url("/webp_images/themes/classic/assets/img/grainscafe.webp") no-repeat;
    background-size: 200px;
    position: absolute;
}

.img-tasse::after {
    content: "";
    background: url("/webp_images/themes/classic/assets/img/grains1.webp") no-repeat;
    width: 269px;
    height: 307px;
    position: absolute;
    bottom: -20px;
    left: -70px;
    background-size: 100%;
}

.secondbloc {
    margin-top: -60px;
}

.roaster {
    background: #fff;
    position: relative;
    padding-top: 98px;
    z-index: 2!important
}

.firstbloc,
.lastbloc {
    max-width: 538px;
    position: relative;
}

.secondbloc {
    max-width: 379px;
    z-index: 2!important;
    position: absolute;
    left: 50%;
    margin-left: -189.5px;
}

.firstbloc h2 {
    text-align: left;
    margin-bottom: 107px;
}

.img-tasse {
    transform: translateY(100px);
    max-width: 1530px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.img-tasse img {
    max-width: 322px;
    margin: 0 auto;
}

.description-saclay p {
    line-height: 25px;
    color: var(--coffee-color);
}

.description-saclay p:last-of-type {
    margin-bottom: 0;
}

.btnSaclay {
    text-align: right;
}

.imgpicto img {
    max-width: 126px;
    margin: 0 auto;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}

.text-picto {
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.imgpicto {
    text-align: center;
}

.logo-footer img {
    max-width: 150px;
}

.instagram-bloc {
    padding-top: 110px;
    /*padding-bottom: 112px;*/
    background: #fff;
    color: var(--coffee-color);
}

.instagram-bloc .max567 {
    padding-left: 10px;
    padding-right: 10px;
}

.instagram-bloc h2,
.instagram-bloc .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.6em;
    text-transform: uppercase;
    min-height: 107px;
    margin-bottom: 28px;
    color: var(--coffee-color);
}

.imgInstagram {
    margin-top: 79px;
}

.item-reassurance * {
    cursor: pointer;
}

#header .reassurance {
    display: none;
}

.containerReassurance {
    max-width: 882px;
    margin: 0 auto;
    justify-content: space-between;
}

.reassurance {
    background: var(--coffee-color);
    padding-top: 106px;
    padding-bottom: 115px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 20px;
}

.description-saclay {
    background: #f3cfb2;
    padding: 67px 62px 50px 66px;
    position: absolute;
    max-width: 754px;
    bottom: -112px;
    left: -42px;
    z-index: 3!important;
    border-radius: 25px;
}

.saclay h2 {
    color: var(--coffee-color);
    max-width: 543px;
    margin: 0 auto 105px;
}

.wrapper-Roaster h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    min-height: 138px;
}

.description-Home p {
    line-height: 35px;
    color: #fff;
}

.bloc-definition {
    padding-top: 107px;
    background: #fff9f4;
    padding-bottom: 0;
    padding-right: 77px;
    position: relative;
    z-index: 1;
}

.bloc-definition2 {
    background: #F1F0EC;
    padding-bottom: 0;
}

.description-Home {
    background: url("/webp_images/themes/classic/assets/img/colline1.webp") no-repeat;
    background-position: center -290px;
    background-size: cover;
    padding-top: 580px;
    padding-bottom: 110px;
    position: relative;
    z-index: 1;
    margin-top: -170px;
    margin-right: -77px;
}

@media (max-width: 1600px) {
    .description-Home {
        padding-top: 380px;
        margin-right: 0;
        margin-top: calc(-100vw/20);
    }
}

@media (max-width: 1151.98px) {
    .description-Home {
        background-position: center -160px;
    }
}

@media (max-width: 991.98px) {
    .description-Home {
        background-position: center -110px;
        padding-top: 300px;
    }
}

@media (max-width: 767.98px) {
    .description-Home {
        margin-top: -150px;
    }
}

.max567 {
    max-width: 567px;
    margin: 0 auto
}

.tiret {
    border: 1.5px solid var(--dark-color-1);
    height: 0;
    max-width: 518.5px;
    width: 100%;
    margin: 65px auto 77px auto;
}

.slick-current .product-miniature .thumbnail-container {
    width: 100%;
    max-width: 276px;
}

.featured-products .slick-slide.slick-current .thumbnail-top a img {
    width: auto;
    object-fit: cover;
    margin: 0 auto;
}

.featured-products .slick-slide:not(.slick-current) .product-miniature {
    width: 198px;
    margin: 0 auto
}

.featured-products .slick-slide.slick-current {
    min-height: 407px
}

.featured-products .slick-track {
    display: flex;
    align-items: center;
    min-height: 407px;
}

.bloc-definition h2 {
    margin-bottom: 119px;
}

.saclay {
    padding-top: 107px;
    padding-bottom: 225px;
    background: #fff9f4;
    position: relative;
}

.max596 {
    max-width: 596px;
    width: 100%;
}

.max704 {
    max-width: 704px;
    width: 100%;
}

.imgRight-bloc {
    position: absolute;
    right: 0px;
    max-width: 516px;
}

.featured-products .slick-slide .product-miniature .product-title a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--coffee-color);
    max-width: 164px;
    display: block;
    margin: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.4em;
}

.item-coffee h3,
.item-coffee .h3 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18.75px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    min-height: 58.5px;
    margin-top: 24px;
    transform: translateX(0);
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}

.text-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    height: 99px;
    margin: 33px auto 0;
    transform: translateX(-150%);
    position: absolute;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}

.thumbnail-container .text-description {
    height: 60px;
    transform: translateX(-200%);
    margin-top: 0;
    display: flex;
    align-items: center;
    max-width: 195px;
    line-height: 20px;
    font-size: 17px;
    color: var(--coffee-color);
}

.item-coffee .product-description .text-description {
    color: #fff
}

.item-coffee .product-description .text-description p {
    margin: 0;
}

.item-coffee:hover .product-description .text-description {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
}

.description-cafe {
    max-width: 232px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.item-coffee:hover .product-description h3,
.item-coffee:hover .product-description .h3 {
    -webkit-transform: translateY(130px);
    -ms-transform: translateY(130px);
    transform: translateY(130px);
}

.featured-products .slick-slide:not(.slick-current) .product-miniature .thumbnail-container .product-description {
    height: 99.75px;
    display: flex;
    align-items: center;
}

.featured-products .slick-slide:not(.slick-current) .product-miniature .thumbnail-container * {
    -webkit-filter: blur(0.8px);
    filter: blur(0.8px);
}

.featured-products .slick-slide:not(.slick-current) .product-miniature .thumbnail-container {
    height: 292px;
}

.featured-products .slick-slide:not(.slick-current) .product-miniature:hover .thumbnail-container * {
    -webkit-filter: none;
    filter: none;
}

.featured-products .slick-slide:not(.slick-current) .product-miniature:hover .text-description {
    opacity: 0!important;
    visibility: hidden!important;
    display: none!important;
}

.featured-products .slick-slide:not(.slick-current) .product-miniature:hover .product-title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media(min-width: 768px) {
    .featured-products .slick-current.slick-active {
        transform: scale(1);
    }
    .item-reassurance:hover .imgpicto img {
        transform: scale(1.1);
    }
    .featured-products .slick-center,
    .featured-products .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
        transform: scale(1);
        transition: all 0.35s ease-in-out 0s;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -ms-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
    }
    .featured-products .slick-slide,
    .featured-products .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
        transform: scale(1, 1);
        transition: all 0.35s ease-in-out 0s;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -moz-transition: all 0.35s ease-in-out 0s;
        -ms-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
    }
}

.blockcart .header {
    position: relative;
}

#products .products-section-title,
.product-accessories .products-section-title {
    margin: 2.5rem 0;
    font-weight: 500;
    text-align: center;
}

.featured-products {
    max-width: 1103px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.featured-products .products .js-product.product {
    padding-left: 0;
    padding-right: 0;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    clear: both;
    font-weight: 500;
    color: var(--dark-color-1);
}

.lang-rtl #products .all-product-link .material-icons,
.lang-rtl .featured-products .all-product-link .material-icons,
.lang-rtl .product-accessories .all-product-link .material-icons {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.product-miniature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.featured-products .slick-current .product-miniature {
    max-width: 276px;
}

.product .product-miniature {
    max-width: 368px;
    width: 100%;
    margin: 0 auto;
}

.listProductSuggestCart .product .product-miniature {
    max-width: 245px;
}

#category .product .product-miniature {
    max-width: 276px;
    width: 100%;
    margin: 0 auto;
}

#category #content-wrapper #js-product-list {
    max-width: 858px;
}

#module-facebookpsconnect-account #content-wrapper {
    padding-top: 167px;
}

.product-miniature .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0 0.8125rem;
}

.page-index .product-miniature .product,
.page-search .product-miniature .product {
    width: 25%;
    min-width: 250px;
}

.product-miniature .product-thumbnail {
    display: block;
}

.js-product.product {
    padding-left: 8px;
    padding-right: 8px;
}

.product-miniature .product-title a {
    color: var(--coffee-color);
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.listProductSuggestCart .product-miniature .product-price-and-shipping {
    display: none
}

.listProductSuggestCart .product-miniature .product-title a {
    color: var(--dark-color-3);
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    margin-bottom: 14.25px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--coffee-color);
    border-radius: 15px;
    height: 408px
}

.listProductSuggestCart .product-miniature .thumbnail-container {
    height: 363px
}

.product-miniature .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations {
    top: calc(100% - 4.4rem);
}

.product-miniature .thumbnail-container:hover .highlighted-informations::after,
.product-miniature .thumbnail-container:focus .highlighted-informations::after {
    opacity: 1;
}

.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants {
    top: calc(100% - 2.5rem);
}

.product-miniature .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    /*content: "";*/
    border-top: var(--dark-color-1) 1px solid;
    opacity: 0.25;
}

@media (max-width: 375px) {
    body .header-contact .text-ceontact {
        margin-bottom: 20px;
    }
    body .linkBlk-footer p {
        display: none;
    }
}

div#chat-application {
    bottom: 70px!important;
}

@media (max-width: 575px) {
    body section.blocPost {
        padding-top: 80px;
    }
    body#contact .callAction {
        font-size: 15px!important;
        height: 40px!important;
        max-width: 300px!important;
        margin: 0 auto;
    }
    body .header-contact .text-ceontact {
        font-size: 30px;
        line-height: 30px;
    }
    .product-miniature .thumbnail-container:hover .product-description::after,
    .product-miniature .thumbnail-container:focus .product-description::after {
        display: none;
    }
}

.product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    /*height: calc(100% - 70px);*/
}

.product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
    display: block;
    max-width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}

.item-coffee .bloc-link a {
    color: #fff;
}

.item-coffee {
    max-width: 348px;
    overflow: hidden;
    margin-bottom: 14.25px;
    background: #1D58B1;
    padding: 15px 20px;
    transition: all 0.3s ease;
    min-height: 409px;
    /*border: 1px solid var(--dark-color-1);*/
    border-radius: 15px;
    position: relative;
    min-width: 100%;
}

.item-coffee a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.product-miniature:hover .item-coffee {
    box-shadow: 4px 4px 24px rgb(0 0 0 / 55%);
}

.product-miniature .product-title {
    text-align: center;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-miniature .product-price-and-shipping {
    color: var(--coffee-color);
    font-weight: 300;
    font-size: 22.5px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-miniature .product-price-and-shipping .discount-product {
    display: none;
}

.product-miniature .variant-links {
    position: relative;
    top: -0.25em;
    width: 100%;
    min-height: 2.5rem;
    padding-top: 0.1875rem;
    text-align: center;
    background: #fff;
}

#index .product-miniature .thumbnail-top {
    padding-top: 0;
}

.featured-products .slick-slide:not(.slick-current) .product-miniature .thumbnail-container .thumbnail-top {
    height: 192px;
}

.featured-products .slick-slide:not(.slick-current) .product-miniature .thumbnail-container .product-thumbnail img {
    height: 100%;
    object-fit: cover;
}

.featured-products .slick-slide:not(.slick-current) .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: 100%;
}

.featured-products .slick-slide:not(.slick-current) .product-miniature .thumbnail-container .pw-fav-toggle {
    top: 0;
}

.product-miniature .thumbnail-top {
    position: relative;
    overflow: hidden;
    height: 281px;
}

.listProductSuggestCart .product-miniature .thumbnail-top {
    height: 240px;
}


/*.listProductSuggestCart  .product-description{height: 94px}*/

.product-miniature .highlighted-informations {
    position: absolute;
    top: 100%;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 0.625rem 0;
    text-align: center;
    background: #fff;
    transition: 0.3s;
    display: none;
}

@media (max-width: 575px) {
    .product-miniature .highlighted-informations {
        display: none;
    }
}

.product-miniature .highlighted-informations .quick-view {
    font-size: 1rem;
    color: var(--dark-color-1);
}

.product-miniature .highlighted-informations .quick-view:hover {
    color: #24b9d7;
}

#module-pwfavorites-favorites .js-product-miniature:hover .product-title,
#module-pwfavorites-favorites .js-product-miniature:hover .product-price-and-shipping {
    opacity: 0;
    visibility: hidden;
}

#module-pwfavorites-favorites .product-miniature {
    padding-bottom: 50px;
}

#module-pwfavorites-favorites article.product-miniature.js-product-miniature .pw-fav-toggle {
    /*top: auto;
        right: auto;
        opacity: 1;
        bottom: -29px;
        border: 1px solid;
        border-radius: 100%;
        margin: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        left: 50%;
        margin-left: -25px;*/
}

#module-pwfavorites-favorites .thumbnail-container .text-description {
    opacity: 0;
    visibility: hidden;
}

#module-pwfavorites-favorites .page-footer,
#module-pwfavorites-favorites .scrollTop {
    display: none;
}

#module-pwfavorites-favorites .js-product-miniature:hover .text-description {
    opacity: 1;
    visibility: visible;
}

#module-pwfavorites-favorites .shareLink {
    top: 10px;
}

#module-pwfavorites-favorites .btnAddToCArtListP {
    top: 40px;
}

#module-pwfavorites-favorites .product-miniature .thumbnail-container {
    height: 409px;
    overflow: hidden;
}

#module-pwfavorites-favorites .pw-fav-toggle .pw-fav-remove {
    /* background-size: 60px;
        width: 33px;
        height: 33px;*/
}

.js-product-miniature:hover .thumbnail-container .text-description {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.js-product-miniature:hover .product-title,
.js-product-miniature:hover .product-price-and-shipping {
    -webkit-transform: translateY(130px);
    -ms-transform: translateY(130px);
    transform: translateY(130px);
}

.featured-products .product-price-and-shipping {
    display: none;
}

.slick-current .product-miniature:hover .product-title {
    -webkit-transform: translateY(130px);
    -ms-transform: translateY(130px);
    transform: translateY(130px);
}

.slick-current .product-miniature:hover .text-description,
.slick-current .product-miniature:hover .bloc-link {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-miniature .product-description {
    position: relative;
    bottom: 0;
    height: 126px;
    padding: 0px 20px 0px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

.product-miniature .product-flags li.product-flag {
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-weight: 600;
}

.product-miniature .product-flags li.product-flag.online-only {
    top: 13.1rem;
}

.product-miniature .comments_note {
    color: var(--dark-color-1);
    text-align: center;
}

.product-miniature .regular-price {
    display: inline-block;
    font-size: 0.875rem;
    color: var(--dark-color-1);
    text-decoration: line-through;
}

.product-miniature .count {
    position: relative;
    bottom: 0.5rem;
    font-weight: 700;
    color: var(--dark-color-1);
}

@media (max-width: 991px) {
    article.product-miniature.js-product-miniature .pw-fav-toggle,
    .shareLink,
    .btn-addCart {
        opacity: 1!important
    }
    .info-slide .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .featured-products .products {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 600px!important;
    }
}

#custom-text {
    padding: 3.125rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 2px;
}

#custom-text h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--dark-color-1);
    text-transform: uppercase;
}

#custom-text p,
#custom-text .page-content.page-cms ul,
.page-content.page-cms #custom-text ul {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--dark-color-1);
}

#custom-text p .dark,
#custom-text .page-content.page-cms ul .dark,
.page-content.page-cms #custom-text ul .dark {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--dark-color-1);
}

#custom-text img {
    max-width: 100%;
    height: 100%;
}

.page-content.page-cms {
    padding: 1.25rem;
    text-align: justify;
    background: #fff;
}

.page-content.page-cms .cms-box img {
    max-width: 100%;
}

.page-content.page-cms ul {
    list-style: disc inside none;
}

@media (max-width: 991px) {
    #block-cmsinfo {
        padding: 1.25rem 1.875rem;
    }
}

#products {
    color: var(--coffee-color);
}

#products .products-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#products .up {
    margin-bottom: 1rem;
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
    color: var(--dark-color-1);
    text-transform: inherit;
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
    margin-right: 0;
}

.block-category {
    min-height: 13.75rem;
    margin-bottom: 1.563rem;
}

.block-category h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.block-category .block-category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description .page-content.page-cms ul,
.page-content.page-cms .block-category .block-category-inner #category-description ul,
.block-category .block-category-inner #category-description strong {
    font-weight: 400;
    color: var(--dark-color-1);
}

.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description .page-content.page-cms ul,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
    margin-bottom: 0;
    color: var(--dark-color-1);
    word-break: break-word;
}

.block-category .block-category-inner #category-description p:first-child,
.block-category .block-category-inner #category-description .page-content.page-cms ul:first-child,
.page-content.page-cms .block-category .block-category-inner #category-description ul:first-child {
    margin-bottom: 1.25rem;
}

.block-category .block-category-inner .category-cover img {
    width: 141px;
    height: 180px;
}

.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
}

.products-selection .sort-by {
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    text-align: right;
    word-break: break-word;
    white-space: normal;
}

.products-selection .total-products {
    padding-top: 0.625rem;
    display: none;
}

.products-selection h1 {
    padding-top: 0.625rem;
}

.products-selection p,
.products-selection .page-content.page-cms ul,
.page-content.page-cms .products-selection ul,
.products-selection p .sort-by,
.products-selection .page-content.page-cms ul .sort-by,
.page-content.page-cms .products-selection ul .sort-by,
.products-selection p .select-title,
.products-selection .page-content.page-cms ul .select-title,
.page-content.page-cms .products-selection ul .select-title,
.products-selection .sort-by-row,
.products-selection .sort-by-row .sort-by,
.products-selection .sort-by-row .select-title {
    font-size: 0.875rem;
}

.products-selection p i,
.products-selection .page-content.page-cms ul i,
.page-content.page-cms .products-selection ul i,
.products-selection p .sort-by i,
.products-selection .page-content.page-cms ul .sort-by i,
.page-content.page-cms .products-selection ul .sort-by i,
.products-selection p .select-title i,
.products-selection .page-content.page-cms ul .select-title i,
.page-content.page-cms .products-selection ul .select-title i,
.products-selection .sort-by-row i,
.products-selection .sort-by-row .sort-by i,
.products-selection .sort-by-row .select-title i {
    height: inherit;
    line-height: inherit;
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
    padding: 0.75rem 0.5rem 0.6875rem;
}

.products-sort-order,
.brands-sort,
.suppliers-sort {
    color: var(--dark-color-1);
}

#module-pwfavorites-favorites .products-sort-order {
    display: none;
}

.products-sort-order .select-title,
.brands-sort .select-title,
.suppliers-sort .select-title {
    display: inline-block;
    width: 100%;
    padding: 0.625rem;
    color: var(--dark-color-1);
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.products-sort-order .select-list,
.brands-sort .select-list,
.suppliers-sort .select-list {
    display: block;
    padding: 5px 0;
    color: var(--coffee-color);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.2em;
    cursor: pointer;
}

.products-sort-order .select-list:hover,
.brands-sort .select-list:hover,
.suppliers-sort .select-list:hover {
    color: inherit;
    font-weight: 700;
}

.sortby-filter[aria-expanded="false"] .active {
    display: none;
}

.sortby-filter[aria-expanded="true"] .not-active {
    display: none;
}

.sortby-filter[aria-expanded="false"] .not-active {
    display: block;
}

.products-sort-order .dropdown-menu,
.brands-sort .dropdown-menu,
.suppliers-sort .dropdown-menu {
    left: auto;
    width: 243px;
    margin: 0;
    background: #fff;
    border-radius: 0;
    border: 0.75px solid var(--coffee-color);
    color: var(--dark-color-3);
    margin-top: 33px;
    padding: 24px 27px 25px 13.5px;
    right: -10px;
    top: 15px;
}

.facet-dropdown {
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    color: var(--dark-color-1);
    background: #f6f6f6;
    border: 3px solid transparent;
    box-shadow: 1px 1px 1px 1px #f6f6f6;
}

.facet-dropdown.open {
    border: 0;
}

.facet-dropdown.open>.select-title {
    background: #f6f6f6;
    border: 3px solid #24b9d7;
}

.facet-dropdown .select-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    margin-left: 0;
    color: var(--dark-color-1);
    cursor: pointer;
    background: #f6f6f6;
}

.facet-dropdown .select-title>i {
    margin-left: auto;
}

.facet-dropdown .select-list {
    display: block;
    padding: 0.625rem 1.25rem;
    color: var(--dark-color-1);
    background: #f6f6f6;
}

.facet-dropdown .select-list:hover {
    color: #fff;
    text-decoration: none;
    background: #24b9d7;
}

.facet-dropdown .dropdown-menu {
    left: auto;
    width: 100%;
    padding: 0;
    margin-top: 3px;
    background: #f6f6f6;
    border: none;
    box-shadow: 1px 1px 1px 1px #f6f6f6;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    padding: 0 1.25rem 1.563rem 0;
    margin-bottom: 1.563rem;
    background: #fff;
}

#search_filters>.h6,
#search_filters_brands>.h6,
#search_filters_suppliers>.h6 {
    font-size: 1.5rem;
    font-weight: 500;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 24px;
}

.products-selection .sort-by-row .sort-by {
    font-weight: 700;
    font-size: 18.75px;
    line-height: 23px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    display: flex;
    align-items: center;
}

.row.sort-by-row {
    margin-bottom: 98px;
}

.titleFiltre span {
    margin-right: 30px;
    font-weight: 700;
}

.titleFiltre {
    color: var(--coffee-color);
    display: flex;
    align-items: center;
    margin-bottom: 96px;
    font-weight: 700;
    font-size: 18.75px;
    line-height: 23px;
    letter-spacing: 0.2em;
}

.products-selection .sort-by-row .sort-by:focus {
    text-decoration: none;
    outline: 0
}

.products-selection .sort-by-row .sort-by * {
    font-size: 30px;
}

.title-filter[aria-expanded='true'] .collapse-icons .add {
    display: none;
}

.title-filter[aria-expanded='true'] .collapse-icons .remove {
    display: block;
}

.title-filter .collapse-icons .remove {
    display: none;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    /*display: block;*/
}

.title-filter .navbar-toggler {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 16.5px;
}

.title.title-filter+ul {
    margin-top: 12px;
    padding-left: 34px;
}

#search_filters .facet .title {
    min-height: 30px;
}

#search_filters .facet .title .collapse-icons span {
    font-size: 24.75px;
    color: var(--coffee-color);
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    text-transform: uppercase;
    color: var(--coffee-color);
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2em;
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    display: inline-block;
    color: var(--coffee-color);
    font-weight: 400;
    font-size: 11.25px;
    line-height: 14px;
    letter-spacing: 0.2em;
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0;
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0.3125rem;
}

.pagination {
    width: 100%;
    font-size: 0.875rem;
}

.pagination>div:first-child {
    padding-left: 0;
    line-height: 2.5rem;
}

.pagination .page-list {
    padding: 0.375rem;
    margin-bottom: 0;
    background: #fff;
}

.pagination .page-list li {
    display: inline;
}

.pagination a {
    font-weight: 600;
    color: var(--coffee-color);
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: 0.125rem;
}

.pagination .previous {
    float: left;
}

.pagination .next {
    float: right;
}

.pagination .disabled {
    color: var(--dark-color-1);
}

.pagination .current a {
    font-size: 1.25rem;
    color: #24b9d7;
    text-decoration: none;
}

.active_filters {
    padding: 0.625rem 1.875rem 0;
    margin-bottom: 1.25rem;
    margin-left: -7px;
    margin-right: -7px;
}

.active_filters .active-filter-title {
    display: inline;
    margin-right: 0.625rem;
    color: var(--coffee-color);
}

.active_filters ul {
    display: inline;
}

.active_filters .filter-block {
    display: inline-block;
    padding: 0.25rem 1rem;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
    color: #fff;
    background: var(--coffee-color);
    border-radius: 30px;
}

.active_filters .filter-block .close {
    margin-top: 5px;
    margin-left: 0.3125rem;
    font-size: 0.9375rem;
    color: #fff;
    opacity: 1;
}

.block-categories {
    padding: 1.563rem 1.25rem 1.563rem 0;
    margin-bottom: 1.563rem;
    background: #fff;
    display: none;
}

.block-categories .h6 {
    font-size: 1.5rem;
    font-weight: 500;
}

.block-categories .category-sub-menu {
    margin-top: 1rem;
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 0.875rem;
}

.block-categories .category-sub-menu li {
    position: relative;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0.625rem;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    display: inline-block;
    width: 100%;
    padding-bottom: 0.1875rem;
    margin: 0.3125rem 0 0;
    font-weight: 600;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0.3125rem;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    margin-right: 0.3125rem;
    content: "-";
}

.block-categories a {
    color: var(--dark-color-1);
}

.block-categories .collapse-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
}

.block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none;
}

.block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #24b9d7;
}

.block-categories .collapse-icons .remove {
    display: none;
}

.block-categories .arrows .arrow-right,
.block-categories .arrows .arrow-down {
    margin-left: 2px;
    font-size: 0.875rem;
    cursor: pointer;
}

.block-categories .arrows .arrow-right:hover,
.block-categories .arrows .arrow-down:hover {
    color: #24b9d7;
}

.block-categories .arrows .arrow-down {
    display: none;
}

.block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none;
}

.block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block;
}

.facets-title {
    color: var(--dark-color-1);
}

.advertising-block {
    margin-bottom: 1.563rem;
}

.advertising-block img {
    width: 100%;
}

@media (max-width: 767px) {
    #category #left-column {
        width: 100%;
    }
    #category #left-column #search_filter_controls {
        margin-bottom: 1rem;
        text-align: center;
    }
    #category #left-column #search_filter_controls button {
        margin: 0 0.5rem;
    }
    #category #left-column #search_filters {
        padding: 0;
        margin-bottom: 20px;
        border-top: 1px solid #f6f6f6;
        box-shadow: none;
    }
    #category #left-column #search_filters .ui-slider-horizontal {
        margin-bottom: 20px;
    }
    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f6f6f6;
    }
    #category #left-column #search_filters .facet .title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }
    #category #left-column #search_filters .facet .title .collapse-icons .remove {
        display: none;
    }
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }
    #category #left-column #search_filters .facet .facet-title {
        color: var(--coffee-color);
        text-transform: uppercase;
    }
    #category #left-column #search_filters .facet .h6 {
        display: inline-block;
        padding: 1.25rem;
        margin-bottom: 0;
    }
    #category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        height: inherit;
        padding: 0 0.625rem 0 0;
    }
    #category #left-column #search_filters .facet .collapse {
        display: none;
    }
    #category #left-column #search_filters .facet .collapse.in {
        display: block;
    }
    #category #left-column #search_filters .facet .facet-label a {
        margin-top: 0;
    }
    #category #left-column #search_filters .facet ul {
        margin-bottom: 0;
    }
    #category #left-column #search_filters .facet ul li {
        padding: 1.25rem;
        border-top: 1px solid #f6f6f6;
    }
    #category #content-wrapper {
        width: 100%;
    }
    #category #search_filter_toggler {
        width: 100%;
        background: var(--coffee-color);
        color: #fff;
    }
    .products-sort-order .select-title {
        margin-left: 0;
    }
    .products-selection h1 {
        padding-top: 0;
        margin-bottom: 1rem;
        text-align: center;
    }
    .products-selection .showing {
        padding-top: 1rem;
        display: none;
    }
    #prices-drop #content-wrapper,
    #new-products #content-wrapper,
    #best-sales #content-wrapper {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .lastPost {
        margin-bottom: 0
    }
    .products-selection .filter-button {
        padding-left: 0;
    }
    #category #left-column #search_filters_wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media screen and (max-width: 767px) {
    .category-cover {
        display: none;
    }
    .block-category {
        min-height: 0;
        margin-bottom: 0;
    }
    .card-block {
        padding: 0;
    }
    .card {
        background-color: inherit;
        border: none;
        box-shadow: none;
    }
}

@media (max-width: 991px) {
    #products .products {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    body .description-cat {
        margin-bottom: 80px;
        padding-top: 80px;
    }
    .titleFiltre {
        margin-bottom: 38px;
        font-weight: 700;
        font-size: 11.75px;
    }
    .products-selection .sort-by-row .sort-by {
        font-weight: 700;
        font-size: 11.75px;
    }
    .row.sort-by-row {
        margin-bottom: 38px;
    }
}

#subcategories {
    margin-bottom: 20px;
    border-top: 1px solid #f6f6f6;
}

#subcategories .subcategory-heading {
    margin-bottom: 20px;
    font-weight: 500;
}

#subcategories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
}

#subcategories ul li {
    width: calc(100% / 4 - 20px);
    min-width: 200px;
    margin: 10px;
    text-align: center;
}

#subcategories ul li .subcategory-image {
    padding: 0 0 8px;
}

#subcategories ul li .subcategory-image a {
    display: block;
    padding: 9px;
    border: 1px solid #f6f6f6;
}

#subcategories ul li .subcategory-image a img {
    max-width: 100%;
    vertical-align: top;
}

#subcategories ul li .subcategory-name {
    text-transform: uppercase;
}

#subcategories ul li .subcategory-name:hover {
    color: #24b9d7;
}

#subcategories ul li .cat_desc {
    display: none;
}

#subcategories ul li:hover .subcategory-image a {
    padding: 5px;
    border: 5px solid #24b9d7;
}

@media (max-width: 767px) {
    #subcategories ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#product #content {
    position: relative;
    /*max-width: 452px;*/
    margin: 0 auto;
    width: 100%;
}

.product-price {
    display: inline-block;
    color: #24b9d7;
}

#product-description-short {
    color: var(--dark-color-1);
}

#product-description-short ul,
#product-description-short ol {
    padding-left: 0;
    list-style-position: inside;
}

#product-description-short ul li,
#product-description-short ol li {
    font-size: 0.9375rem;
    color: var(--dark-color-1);
}

#product-description-short ul {
    list-style-type: disc;
}

.product-information {
    font-size: 0.9375rem;
    color: var(--coffee-color);
}

.product-information .manufacturer-logo {
    max-height: 4rem;
    margin-bottom: 1rem;
    border: 2px solid #f6f6f6;
}

.product-information .product-description img {
    max-width: 100%;
    height: auto;
}

.product-information .product-description ul,
.product-information .product-description ol {
    padding-left: 0.75rem;
    list-style-position: inside;
}

.product-information .product-description ul li,
.product-information .product-description ol li {
    font-size: 0.9375rem;
    color: var(--dark-color-1);
}

.product-information .product-description ul {
    list-style-type: disc;
}

.input-color {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    opacity: 0;
}

.input-container {
    position: relative;
}

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

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 2px solid var(--dark-color-1);
}

.radio-label {
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    background: #fff;
    border: 2px solid #fff;
}

.product-actions .control-label {
    display: block;
    width: 100%;
    margin-bottom: 0.375rem;
    font-weight: 400;
    font-size: 18.75px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.standard-header .product-actions .control-label {
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
}

.product-actions .add-to-cart {
    height: 63px;
    padding-top: 0.625rem;
    line-height: inherit;
    font-size: 22.5px;
    line-height: 27px;
}

.product-actions .add-to-cart .material-icons {
    line-height: inherit;
}

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

.product-quantity .qty,
.product-quantity .add {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    margin-bottom: 0.5rem;
}

.product-quantity .qty {
    margin-right: 0.4rem;
}

.product-quantity #quantity_wanted {
    width: 3rem;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    color: var(--dark-color-1);
    background-color: #fff;
}

.product-quantity .input-group-btn-vertical {
    width: auto;
}

.product-quantity .input-group-btn-vertical .btn {
    padding: 0.5rem 0.6875rem;
}

.product-quantity .input-group-btn-vertical .btn i {
    top: 0.125rem;
    left: 0.1875rem;
    font-size: 1rem;
}

.product-quantity .btn-touchspin {
    height: 1.438rem;
}

.product-discounts {
    margin-bottom: 1.5rem;
}

.product-discounts>.product-discounts-title {
    font-size: 0.875rem;
    font-weight: 600;
}

.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: 0.625rem 1.25rem;
    text-align: center;
    background: #fff;
    border: 0.3125rem #f6f6f6 solid;
}

.product-discounts>.table-product-discounts tbody tr {
    background: #f6f6f6;
}

.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {
    background: #fff;
}

.product-discounts>.table-product-discounts tbody tr td {
    padding: 0.625rem 1.25rem;
    text-align: center;
    border: 0.3125rem #f6f6f6 solid;
}

.product-prices {
    margin-top: 1.25rem;
}

.product-prices div {
    margin-bottom: 0.625rem;
}

@media (min-width: 992px) {
    .product-actions.js-product-actions.ccaron-product-info-align .current-price {
        margin-bottom: 0;
    }
}

.product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: var(--dark-color-1);
    display: none;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
    padding: 0 0 0 2px;
    font-weight: 700;
}

.product-prices .tax-shipping-delivery-label .delivery-information::before {
    padding: 0 2px 0 0;
    content: "-";
}

.product-discount {
    color: var(--dark-color-1);
}

.product-discount .regular-price {
    margin-right: 0.625rem;
    font-weight: 100;
    text-decoration: line-through;
    font-size: 35px;
    color: #fff;
}

.has-discount.product-price,
.has-discount p,
.has-discount .page-content.page-cms ul,
.page-content.page-cms .has-discount ul {
    color: #f39d72;
}

.icon-nav-product {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 37px;
    background-position: center!important;
    cursor: pointer;
    z-index: 10
}

.icon-nav-prev {
    background: url(../img/icon-arrow-left.svg) no-repeat;
    left: 70px
}

.sample-product .icon-nav-prev {
    background: url(../img/arrow-down.svg) no-repeat;
    transform: rotate(90deg);
    width: 28px;
    left: 70px;
}

.sample-product .icon-nav-next {
    background: url(../img/arrow-down.svg) no-repeat;
    transform: rotate(-90deg);
    width: 28px;
    right: 70px;
}

.icon-nav-next {
    background: url(../img/icon-arrow-right.svg) no-repeat;
    right: 70px
}

.list-images .slick-dots li.slick-active {
    border: 1.5px solid #fff;
    background: transparent;
}

#product ul.slick-dots {
    text-align: center;
}

.list-images .slick-dots li {
    border: 1.5px solid #fff;
    background: #fff;
    border-radius: 50%;
}

.virtual .list-images .slick-dots li {
    border: 1.5px solid var(--coffee-color);
    background: var(--coffee-color);
    border-radius: 50%;
}

.virtual .list-images .slick-dots li.slick-active {
    border: 1.5px solid var(--coffee-color);
    background: transparent;
}

.has-discount.product-price,
.product-price {
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 37.5px;
    line-height: 45px;
}

.promoblk {
    background: var(--dark-color-3);
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    position: absolute;
    z-index: 1;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    top: 15px;
    left: 15px;
}

.has-discount .discount {
    display: inline-block;
    margin-left: 0.625rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color-1);
    text-transform: uppercase;
    background: #FFFFFF;
    padding-left: 10px;
    letter-spacing: 0.2rem;
}

.product-additional-info .pw-fav-toggle,
.product-additional-info .social-sharing {
    display: none!important;
}

.has-discount p.product-unit-price,
.product-unit-price {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: #fff;
    padding-top: 10px;
}

.tabs {
    padding: 1.25rem 1.875rem;
    margin-top: 2rem;
    background: #fff;
}

.register-form .tabs .tab-pane {
    padding-top: 0;
}

div#tab-content {
    margin-top: 30px;
}

.tabs .nav-tabs {
    border: none;
    border-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.imgIcon {
    max-width: 43px;
    margin: 0 auto 20px auto;
}

.titleConnexion {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
}

.tabs .nav-tabs .nav-link {
    border: 0;
}

.tabs .nav-tabs .nav-item:first-child a {
    padding: 10px 20px 10px 0px
}

.tabs .nav-tabs .nav-item:last-child a {
    padding: 10px 0px 10px 20px
}

.tabs .nav-tabs .nav-link.active {
    color: #24b9d7;
    border: none;
    border-bottom: #24b9d7 3px solid;
}

.tabs .nav-tabs .nav-link:hover {
    border: none;
}

.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -0.125rem;
    flex: 1;
}

.product-cover {
    position: relative;
    margin-bottom: 1.25rem;
}

.product-cover img {
    background: #fff;
}

#product .product-cover img {
    background: transparent;
    max-width: 325px;
    border-radius: 20px;
    width: auto;
    margin: 0 auto;
    height: 427px;
    object-fit: cover;
}

.product-cover .layer {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
}

.product-cover .layer:hover {
    opacity: 1;
}

.product-cover .layer .zoom-in {
    font-size: 3.125rem;
    color: #fff;
}

#product-modal .modal-content {
    padding: 0;
    background: transparent;
    border: none;
}

#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30%;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff;
}

#product-modal .modal-content .modal-body .image-caption {
    width: 100%;
    padding: 0.625rem 1.25rem;
    background: #fff;
    border-top: #f6f6f6 1px solid;
}

#product-modal .modal-content .modal-body .image-caption p,
#product-modal .modal-content .modal-body .image-caption .page-content.page-cms ul,
.page-content.page-cms #product-modal .modal-content .modal-body .image-caption ul {
    margin-bottom: 0;
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
}

#product-modal .modal-content .modal-body .mask {
    position: relative;
    z-index: 1;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    overflow: hidden;
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    cursor: pointer;
    background: #fff;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border: #24b9d7 3px solid;
}

#product-modal .modal-content .modal-body .arrows {
    position: absolute;
    top: 0;
    right: 1.875rem;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: 0.2;
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem;
}

#product-modal .modal-content .modal-body .arrows i {
    display: inline;
    font-size: 6.25rem;
}

#blockcart-modal {
    color: var(--dark-color-1);
}

#blockcart-modal .modal-header {
    background: #fff;
}

#blockcart-modal .modal-header .close {
    opacity: 1;
}

#blockcart-modal .modal-header .close .material-icons {
    color: var(--dark-color-2);
}

#blockcart-modal .modal-body {
    padding: 27px;
    background: #fff;
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 0.3125rem;
}

@media (max-width: 767px) {
    #blockcart-modal .modal-body .divide-right span {
        display: block;
        padding: 0 0.5rem;
    }
}

#blockcart-modal .modal-dialog {
    width: 100%;
    max-width: 348px;
    justify-content: center;
    overflow: hidden;
}

#blockcart-modal .product-image {
    display: block;
    /*    width: 100%;*/
    max-width: 100%;
    margin: 0 auto;
    height: 300px;
}

@media (max-width: 991px) {
    #blockcart-modal .product-image {
        max-width: 70%;
        margin: 0 auto 1rem;
    }
}

#blockcart-modal .modal-title {
    font-size: 1rem;
    font-weight: 400;
    color: var(--dark-color-1);
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: var(--dark-color-1);
}

#blockcart-modal .product-name span,
#gc-success-modal .product-name span {
    display: block;
}

#blockcart-modal .product-name,
#gc-success-modal .product-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--coffee-color);
    margin-top: 16px;
}

#gc-success-modal .modal-dialog-centered {
    min-height: auto;
    height: 100%;
    margin: 0;
}

#module-giftcard-choicegiftcard .fancybox-close {
    display: none;
}

#gc-success-modal .modal-content {
    border-radius: 0
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (max-width: 767px) {
    #blockcart-modal .product-name,
    #gc-success-modal .product-name {
        padding: 0 0.5rem;
    }
}

#blockcart-modal .product-price {
    display: block;
    color: var(--dark-color-2);
}

@media (max-width: 767px) {
    #blockcart-modal .product-price {
        padding: 0 0.5rem;
    }
}

@media (min-width: 768px) {
    #blockcart-modal .cart-content {
        padding-left: 2.5rem;
    }
}

#blockcart-modal .cart-content .btn {
    margin-bottom: 0.625rem;
}

#blockcart-modal .cart-content p,
#blockcart-modal .cart-content .page-content.page-cms ul,
.page-content.page-cms #blockcart-modal .cart-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5rem;
    color: var(--dark-color-2);
}

#blockcart-modal .cart-content p.product-total,
#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
    padding: 0.5rem;
    background-color: #f6f6f6;
}

#blockcart-modal .cart-content p.cart-products-count,
#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
    font-size: 1rem;
    font-weight: 600;
    color: #6c868e;
}

#blockcart-modal .cart-content p.product-tax,
#blockcart-modal .cart-content .page-content.page-cms ul.product-tax,
.page-content.page-cms #blockcart-modal .cart-content ul.product-tax {
    display: inherit;
    font-size: 0.875rem;
}

#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content .page-content.page-cms ul .label,
.page-content.page-cms #blockcart-modal .cart-content ul .label,
#blockcart-modal .cart-content p .value,
#blockcart-modal .cart-content .page-content.page-cms ul .value,
.page-content.page-cms #blockcart-modal .cart-content ul .value {
    font-weight: 600;
}

#blockcart-modal .cart-content .cart-content-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#blockcart-modal .cart-content .cart-content-btn button {
    margin-right: 0.9rem;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    white-space: inherit;
}

#blockcart-modal .divide-right {
    border-right: 1px solid #dbdbdb;
}

.product-images>li.thumb-container {
    display: inline;
}

.product-images>li.thumb-container>.thumb {
    margin-bottom: 0.625rem;
    cursor: pointer;
}

.images-container .product-images>li.thumb-container>.thumb {
    margin-right: 0.8125rem;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: #24b9d7 3px solid;
}

#main .images-container .js-qv-mask {
    overflow: hidden;
    white-space: nowrap;
}

#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto;
}

.scroll-box-arrows {
    display: none;
}

.scroll-box-arrows.scroll {
    display: block;
}

.scroll-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}

.scroll-box-arrows .left {
    left: 0;
}

.scroll-box-arrows .right {
    right: 0;
}

#product-availability {
    display: inline-block;
    margin-top: 0.625rem;
    font-weight: 700;
}

#product-availability .material-icons {
    line-height: inherit;
}

#product-availability .product-available {
    color: var(--dark-color-1);
}

#product-availability .product-unavailable {
    color: #ff9a52;
}

#product-availability .product-last-items {
    color: #ff9a52;
}

#product-details .label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--dark-color-1);
}

.product-features {
    margin-top: 1.25rem;
    margin-left: 0.3125rem;
}

.product-features>dl.data-sheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    min-height: 2.5rem;
    padding: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-transform: capitalize;
    word-break: normal;
    background: #f6f6f6;
}

.product-features>dl.data-sheet dd.value:nth-of-type(even),
.product-features>dl.data-sheet dt.name:nth-of-type(even) {
    background: #f6f6f6;
}

.product-variants>.product-variants-item {
    margin: 0 0 37.14px 0;
}

.bloc-button-cart.button-Product-center.text-center {
    position: absolute;
    bottom: 0;
    width: 100%;
}

body .product-variants>.product-variants-item select,
body select.form-control:not([size]):not([multiple]) {
    border-color: var(--coffee-color)!important;
}

body .product-variants>.product-variants-item select,
body select.form-control:not([size]):not([multiple]) {
    width: 100%;
    padding-right: 1.875rem;
    background: rgba(255, 255, 255, 0.2) url(../img/arrow-down.svg) no-repeat;
    background-position: 94%;
    max-width: 235px;
    height: 53px;
    font-size: 15px;
    color: #fff;
    margin: auto;
    padding-left: 15px;
    cursor: pointer;
}

body#checkout select.form-control:not([size]):not([multiple]) {
    color: var(--coffee-color);
}

.product-variants>.product-variants-item ul li {
    margin-right: 0.625rem;
}

.product-variants>.product-variants-item .color {
    margin-top: 0;
    margin-left: 0;
}

.product-flags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    pointer-events: none;
    display: none;
}

.product-flags li.product-flag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3125rem 0.4375rem;
    margin-top: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto;
    background: #24b9d7;
}

.product-flags li.product-flag.online-only {
    position: absolute;
    top: 25rem;
    right: 0;
    z-index: 1;
    margin-top: 0;
    font-size: 0.8125rem;
}

.product-flags li.product-flag.online-only::before {
    margin: 0.3125rem;
    font-family: "Material Icons", Arial, sans-serif;
    vertical-align: middle;
    content: "\E30A";
}

.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount {
    background-color: #f39d72;
}

.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    background: #f39d72;
}

.product-additional-info {
    margin-top: 43px;
}

.product-additional-info .product-comments-additional-info {
    display: none;
}

.product-customization .product-customization-item {
    margin: 1.25rem 0;
}

.product-customization .product-message {
    width: 100%;
    height: 3.125rem;
    padding: 0.625rem;
    resize: none;
    background: #f6f6f6;
    border: none;
}

.product-customization .product-message:focus {
    background-color: #fff;
    outline: 0.1875rem solid #24b9d7;
}

.product-customization .file-input {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2.625rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}

.product-customization .customization-message {
    margin-top: 20px;
}

.product-customization .custom-file {
    position: relative;
    display: block;
    width: 100%;
    height: 2.625rem;
    margin-top: 1.25rem;
    line-height: 2.625rem;
    color: var(--dark-color-1);
    text-indent: 0.625rem;
    background: #f6f6f6;
}

.product-customization .custom-file button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.product-customization small {
    color: var(--dark-color-1);
}

.product-pack {
    margin-top: 2.5rem;
}

.product-pack .pack-product-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 0.875rem;
    color: var(--dark-color-1);
}

.product-pack .pack-product-container .pack-product-quantity {
    padding-left: 0.625rem;
    border-left: #f6f6f6 2px solid;
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-refresh {
    margin-top: 1.25rem;
}

.social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 1.5rem;*/
    position: relative;
}

.standard-header .return-blk a {
    color: #fff;
}

.return-blk a {
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--coffee-color);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 18.75px;
    line-height: 23px;
}

.return-blk a span {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--coffee-color);
    border-radius: 50%;
    color: #fff;
    margin-right: 13px;
}

.sample-product .return-blk a span {
    background: #fff;
    color: var(--coffee-color);
}

.return-blk-myaccount span {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--coffee-color);
    border-radius: 50%;
    color: #fff;
    margin-right: 13px;
    margin-bottom: 0!important;
}

.countFavoris {
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dark-color-1);
}

a.return-blk-myaccount {
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    font-size: 18.75px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
}

#module-pwfavorites-favorites #js-product-product-list {
    max-width: 854px;
    margin: 0 auto;
}

.sample-product .product-comments-additional-info .star-content div.star {
    background: url(../img/icon-favoris-white.svg)no-repeat!important;
    background-position: center!important;
    background-size: var(--favorite-star-icon-size)!important;
}

.btn-comment,
.btn-comment-inverse {
    margin-top: 10px;
}

.additional-links {
    display: none;
}

.grade-stars .star-content {
    margin: 0
}

.grade-stars[data-grade="0"] .star-content.star-empty div.star:first-child {
    visibility: visible!important;
}

.grade-stars[data-grade="0"] .star-content.star-empty+.star-full {
    visibility: hidden!important;
}

.star-content div.star {
    background: url(../img/icon-favoris.svg)no-repeat!important;
    margin-left: -7px!important;
    width: var(--favorite-star-icon-size)!important;
    height: var(--favorite-star-icon-size)!important;
    background-position: center!important;
    background-size: var(--favorite-star-icon-size)!important;
}

.comments-note {
    margin: 62px 0 0 0;
}

.comments-note.note-product {
    /*    position: absolute;bottom: 0;*/
}

.star-content {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}

.star-content input[type="radio"] {
    width: 0;
    position: absolute;
    bottom: -99999px;
}

.item-img-product {
    float: left;
}

.star-content div.star-on.star,
.star-content div.star-hover {
    margin-left: -7px!important;
    width: var(--favorite-star-icon-size)!important;
    height: var(--favorite-star-icon-size)!important;
    background: url(../img/icon-favoris-delete.svg) no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.star-content div.star {
    margin-left: -7px!important;
    width: var(--favorite-star-icon-size)!important;
    height: var(--favorite-star-icon-size)!important;
    background: url(../img/icon-favoris.svg) no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.note-product .star-content {
    justify-content: flex-start;
}

.imgInfo {
    width: 175px;
    height: 175px;
    display: block;
    margin-bottom: -27px;
}

.info-text {
    max-width: 167px;
    margin: 0 auto;
    text-align: center;
}

.fourth-block-product .container {
    padding: 0;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.gtitle2 {
    font-weight: 800;
    font-size: 150px;
    line-height: 130px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #555B6A;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    left: 0
}

.infotext-right {
    text-align: right;
    padding-top: 150px;
}

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

.last-text {
    margin-top: 76px!important;
}

.max439 {
    max-width: 439px;
    margin: 0 auto
}

.infotext {
    max-width: 768px;
    margin: 56px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.img-center {
    position: relative;
    min-height: 282px;
    margin-top: 40px;
}

.img-center:before {
    width: 152px;
    height: 36px;
    content: "";
    background: url("/webp_images/themes/classic/assets/img/infos/fleche1.webp") no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -140px;
    bottom: 30px;
}

.img-center:after {
    width: 144px;
    height: 64px;
    content: "";
    background: url("/webp_images/themes/classic/assets/img/infos/fleche-droite-page.webp") no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: -100px;
    top: 0;
}

.wrapper2-block {
    position: relative;
}

.max272 {
    max-width: 272px;
}

.max224 {
    max-width: 224px;
}

.gtitle2 span {
    text-align: right;
    display: block;
}

.third1-block-product {
    background: #E9DFD0;
    padding-top: 117px;
    padding-bottom: 117px;
}

.third1-block-product .container {
    padding: 0;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.title-info {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.1em;
}

.gtitle1 {
    font-weight: 800;
    font-size: 150px;
    line-height: 176.25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--coffee-color);
    opacity: 0.05;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    left: 0;
    padding-top: 128px;
    padding-left: 20px;
}

.gtitle1 span {
    text-align: right;
    margin-right: -25px;
}

.fourth-block-product {
    background: #F2F2F2;
    padding-top: 104px;
    padding-bottom: 213px;
}

.variety-info {
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
}

.bloc-bottom {
    -webkit-transform: translate(-16px, 70px);
    -ms-transform: translate(-16px, 70px);
    transform: translate(-16px, 70px);
}

.origin-info {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.bloc-top,
.bloc-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 870px;
    margin: 0 auto;
}

.img-process {
    background: url("/webp_images/themes/classic/assets/img/infos/pictoprocess.webp") no-repeat center;
}

.img-variety {
    background: url("/webp_images/themes/classic/assets/img/infos/pictovariete.webp") no-repeat center;
}

.img-altitude {
    background: url("/webp_images/themes/classic/assets/img/infos/pictosaltitude.webp") no-repeat center;
}

.img-origin {
    background: url("/webp_images/themes/classic/assets/img/infos/pictosorigine.webp") no-repeat center;
}


/*Different images for product blend-signature"*/

.product-id-431 .img-process {
    background: url("/webp_images/themes/classic/assets/img/infos/guatemala.webp") no-repeat center;
    background-size: contain;
}

.product-id-431 .img-variety {
    background: url("/webp_images/themes/classic/assets/img/infos/ethiopie.webp") no-repeat center;
    background-size: contain;
}

.product-id-431 .img-altitude {
    background: url("/webp_images/themes/classic/assets/img/infos/nicaragua.webp") no-repeat center;
    background-size: contain;
}

.product-id-431 .img-origin {
    background: url("/webp_images/themes/classic/assets/img/infos/bresil.webp") no-repeat center;
    background-size: contain;
}

.sample-product .note-product .star-content div.star {
    margin-left: -7px!important;
    width: var(--favorite-star-icon-size)!important;
    height: var(--favorite-star-icon-size)!important;
    background: url(../img/icon-favoris-white.svg) no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.sample-product .note-product .star-content div.star-on {
    margin-left: -7px!important;
    width: var(--favorite-star-icon-size)!important;
    height: var(--favorite-star-icon-size)!important;
    background: url(../img/icon-favoris-delete-white.svg) no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.virtual .comments-note span {
    color: var(--coffee-color);
}

.comments-note span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.return-blk a i {
    font-size: 20px;
}

.product-additional-info .pw-fav-toggle {
    display: none;
}

.social-sharing ul {
    display: none;
    /* position: absolute; */
    z-index: 4;
    padding: 10px 5px 0 5px;
    right: 0;
    /* margin-left: -30px; */
    width: 170px;
    top: -40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-15px, 10px);
    -ms-transform: translate(-15px, 10px);
    transform: translate(-15px, 10px);
}

.wk_total_booking_price_container {
    text-align: right;
}

.social-sharing li {
    display: inline-block;
    width: 40px;
    height: 35px;
    margin-left: 0;
    cursor: pointer;
    background: none!important;
    border-radius: 50%;
    margin-bottom: 0;
}

.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.social-sharing li svg {
    width: 25px;
    height: 25px;
    display: block;
    fill: #fff;
    margin: 0 auto;
}

.social-sharing.open {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.right-blocAction.open {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.virtual .social-sharing li svg {
    width: 25px;
    height: 25px;
    display: block;
    fill: var(--dark-color-3);
    stroke: var(--dark-color-3);
}

.virtual .social-sharing li svg * {
    fill: var(--dark-color-3);
    stroke: var(--dark-color-3);
}

.social-sharing li a:hover {
    color: transparent;
}

.products-selection {
    margin-bottom: 1.25rem;
}

.products-selection .title {
    color: var(--dark-color-1);
}

@media (max-width: 991px) {
    .product-cover img {
        width: 100%;
        height: auto;
    }
    #product-modal .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
    }
    #product-modal .modal-content .modal-body .arrows {
        display: none;
    }
    #product-modal .modal-content .modal-body .image-caption {
        width: 100%;
    }
    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px);
        margin: auto;
    }
    #blockcart-modal .modal-body {
        padding: 1.875rem;
    }
    .product-images>li.thumb-container>.thumb:not(.selected) {
        border: none;
    }
}

@media (max-width: 767px) {
    #blockcart-modal .divide-right {
        border-right: none;
    }
    #blockcart-modal .modal-body {
        padding: 1rem;
    }
}

.cart-grid {
    margin-bottom: 1rem;
}

.cart-items {
    margin-bottom: 0;
}

.cart-item {
    /*    padding: 24.75px 0 23.25px 58.65px;*/
    border: 0.75px solid var(--coffee-color);
    border-radius: 20px;
    margin-bottom: 6px;
    min-height: 162px;
}

.card-block {
    padding: 1.25rem 35px 0.5rem;
}

.card-block.checkout {
    padding-top: 0;
    //padding-bottom: 74px;
    padding-bottom: 0;
}

.product-line-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-block.checkout .btn-primary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 75px;
    max-width: 282px;
}

#cart.cart-empty #contentCart {
    min-height: 680px;
}

.bloc-empty {
    /*    padding-top: 50px;*/
}

.no-items {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}


/*.text-erreur {
    letter-spacing: 0.2em;
    max-width: 1088px;
    text-shadow: var(--dark-color-3) 1px 0px 0px, var(--dark-color-3) 0.540302px 0.841471px 0px, var(--dark-color-3) -0.416147px 0.909297px 0px, var(--dark-color-3) -0.989992px 0.14112px 0px, var(--dark-color-3) -0.653644px -0.756802px 0px, var(--dark-color-3) 0.283662px -0.958924px 0px, var(--dark-color-3) 0.96017px -0.279415px 0px;
    text-transform: uppercase;
    font-weight: 700;
}*/

.text-description-error {
    max-width: 500px;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    font-family: 'Inter';
    line-height: 30px;
    color: var(--coffee-color);
}

.linkReturn {
    font-family: 'Inter';
    background: var(--coffee-color);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 30px;
    width: 100%;
    max-width: 306px;
    font-size: 22.5px;
    line-height: 27px;
    letter-spacing: 0.2em;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0 auto;
    text-decoration: none;
}

.text-erreur {
    font-family: 'Inter';
    font-style: italic;
    font-size: 80px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.2em;
    letter-spacing: 0.2em;
    text-shadow: var(--coffee-color) 1px 0px 0px, var(--coffee-color) 0.540302px 0.841471px 0px, var(--coffee-color) -0.416147px 0.909297px 0px, var(--coffee-color) -0.989992px 0.14112px 0px, var(--coffee-color) -0.653644px -0.756802px 0px, var(--coffee-color) 0.283662px -0.958924px 0px, var(--coffee-color) 0.96017px -0.279415px 0px;
    text-transform: uppercase;
    font-weight: 900;
    color: #F4F5F6;
}

span.zero img {
    max-width: 70px;
}

section.section404 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-erreur2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 116px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;
    color: var(--coffee-color);
    transform: translate(189px, -30px);
}

#pagenotfound {
    overflow: hidden;
}

#pagenotfound #header,
#pagenotfound #footer {
    display: none;
}

.button.noItemButton {
    font-size: 14px;
    max-width: 309px;
}

.cart-empty .infoShippingCart {
    display: none;
}

.card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {}

.infoShippingCart {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.cart-detailed-actions a {
    background: #FFFFFF;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    padding: 20px 30px;
    width: 100%;
    max-width: 306px;
    font-size: 22.5px;
    line-height: 35px;
    letter-spacing: 0.2em;
    height: 75px;
}

.cart-detailed-actions a:hover {
    color: var(--dark-color-1);
}

.label-Total {
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 46px;
}

.totalLabelPrice {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}

#checkout .card-block.cart-summary-totals {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
}

.card-block.cart-summary-totals {
    text-align: center;
    margin-top: 0;
}

.card-block.cart-summary-totals .cart-summary-line {
    padding: 0.5rem 0.2rem 0;
}

.card-block.cart-summary-totals .cart-summary-line:last-child {
    margin-bottom: 0;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 1rem 0;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-weight: 700;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label {
    font-size: 1rem;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1rem;
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
    float: none;
    font-size: 0.88rem;
    text-align: left;
}

.cart-summary-line {
    margin-bottom: 0.315rem;
    clear: both;
}

.cart-summary-line::after {
    content: "";
    display: table;
    clear: both;
}

.cart-summary-line:not(:last-child) {
    margin-bottom: 1rem;
}

.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    color: #fff;
    white-space: inherit;
}

.cart-summary-line .value {
    float: right;
    font-weight: 600;
    color: var(--dark-color-1);
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 500;
}

.cart-summary-line .label,
.cart-summary-line .value {
    font-size: 1rem;
}

.cart-grid-body {
    margin-bottom: 0.75rem;
}

.cart-grid-body a.label:hover {}

.cart-grid-body .card-block {
    padding: 1rem 1rem 0 1rem;
}

.cart-grid-body .card-block h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    display: flex;
    align-items: center;
}

.cart-grid-body .cart-overview {
    padding: 0 1rem 1rem 1rem;
}

.cart-grid-right .promo-discounts {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    text-align: center;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    font-size: 1rem;
    color: var(--dark-color-1);
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #f49d6e;
    cursor: pointer;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .label,
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-weight: 600;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-size: 1rem;
}

.block-promo {
    margin-bottom: 1rem;
}

.block-promo a {
    color: #fff;
    border-bottom: 1px solid;
}

.block-promo .promo-code {
    padding: 0 1rem;
    text-align: center;
}

.block-promo .promo-code .alert-danger {
    position: relative;
    display: none;
    margin-top: 1.25rem;
    color: #fff;
    background: var(--dark-color-1);
}

.block-promo .promo-code .alert-danger::after {
    position: absolute;
    bottom: 100%;
    left: 10%;
    width: 0;
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    content: " ";
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: var(--dark-color-1);
}

.block-promo .promo-code form {
    text-align: center;
}

.block-promo .promo-input {
    width: 50%;
    height: 2.5rem;
    margin-right: -0.24rem;
    color: var(--dark-color-1);
    text-indent: 0.625rem;
    border: var(--dark-color-1) 1px solid;
}

.block-promo .promo-input+button {
    margin-top: -3px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid #fff;
    padding: 0.45rem 1.25rem;
    color: #fff;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    margin-bottom: 0;
    font-weight: 600;
    color: #ff9a52;
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    display: inline-block;
    font-weight: 500;
    color: var(--dark-color-1);
}

.block-promo .promo-name .cart-summary-line .label {
    font-weight: 500;
    color: var(--dark-color-2);
}

.block-promo .promo-name .cart-summary-line span {
    color: #f49d6e;
}

.block-promo .promo-name .material-icons {
    margin-left: 0.4rem;
    font-size: 1.2rem;
}

.block-promo .promo-code-button {
    display: block;
    padding: 9px 0 18px 0;
    text-align: center;
}

.block-promo .promo-code-button.with-discounts {
    display: none;
}

.block-promo .promo-code-button.cancel-promo {
    margin-bottom: 0;
    color: #fff;
    display: inline-block !important;
    font-size: 14px;
    line-height: 14px;
}

a.collapse-button.promo-code-button.cancel-promo:hover {
    color: #eaf0f2;
}

.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
    display: block;
    padding: 0;
    margin-top: 5px;
}

.block-promo.promo-highlighted {
    padding: 0 1rem;
    margin-bottom: 0;
    text-align: center;
}

.block-promo p,
.block-promo .page-content.page-cms ul,
.page-content.page-cms .block-promo ul {
    margin-bottom: 0;
}

.product-line-grid-left img {
    max-width: 100%;
}

#cart .container {
    padding-left: 125.25px;
    position: relative;
}

#cart .product-line-grid-left img {
    max-width: 112px;
    /*    border: 0.75px solid var(--dark-color-1);*/
    border-radius: 11.25px;
}

.textShipping {
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    text-align: center!important;
    letter-spacing: 0.2em;
    color: #FFFFFF!important;
    display: block;
}

.textCart {
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    min-height: 46px;
}

.cart-side-Right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 358px;
    background: var(--coffee-color);
    height: 100%;
    z-index: 99;
    box-shadow: -4.5px 0px 6px rgba(87, 109, 112, 0.39);
    bottom: 0;
    padding: 0;
}

.cart-side-Right section,
.cart-side-Right .cart-summary {
    background: var(--coffee-color)!important;
}

#checkout .totalPriceOnRigth {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAF0F2;
    backdrop-filter: blur(1.5px);
    max-width: 295px;
    margin: 0 auto;
}

#checkout .totalPriceOnRigth * {
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    height: auto;
}

section#js-checkout-summary .block-promo {
    padding: 15px 0;
}

.bloc-imgCart {
    text-align: center;
    margin-top: 44px;
}

.bigTitleCart {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 10px;
}

.labelCart {
    font-weight: 400;
    font-size: 11.25px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
}

#cart main {
    background: var(--very-light-coffee-color);
}

.product-line-info a.label {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
}

@media (min-width:1200px) {
    .cart-grid-body {
        width: 75%;
    }
    #checkout .cart-grid-body {
        padding-left: 50px;
    }
}

.product-line-infoAttr {
    font-weight: 400;
    font-size: 11.25px;
    line-height: 14px;
    letter-spacing: 0.2em;
    color: var(--coffee-color);
}

.product-line-grid-left.col-md-3.col-xs-4 {
    max-width: 112px;
    margin-right: 31px;
    padding: 0;
}

span.product-image.media-middle {
    display: block;
    background: #fff;
    border-radius: 11.25px;
    text-align: center;
    border: 0.75px solid var(--coffee-color);
    overflow: hidden;
}

.block-img {
    width: 112px;
    padding-top: 26px;
}

#cart .pw-fav-cart-footer {
    display: none;
}

.product-line-info {
    padding-top: 46px;
    width: 230px;
    /*    width: 100%;*/
    padding-left: 30px;
}

.qtyBloc.qty {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 124px;
    width: 100%;
    padding-top: 15px;
}

.priceBloc {
    width: 82px;
}

.otherBlocCart {
    width: 160px;
}

.cart-grid-body.col-xs-12.col-lg-9 {
    max-width: 844px;
    /*    padding-right: 0;*/
}

.cart-item {
    display: grid;
    grid-auto-flow: column;
    padding-left: 50px;
    position: relative;
}

li.cart-item:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #EFF2F3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    border-radius: 100%;
    border: 0.75px solid var(--coffee-color);
}

.listBloc-cart {
    max-width: 878px;
    margin-bottom: 120px;
}

.priceBloc span {
    font-weight: 400;
    font-size: 11.25px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deleteBloc {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid;
    width: 60px;
    margin-left: 20px;
}

#cart .has-discount.product-price,
#cart .product-line-info+.product-price {
    display: none;
}

.product-line-grid-body>.product-line-info>.label {
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
}

.product-line-grid-body>.product-line-info>.out-of-stock {
    color: #f00;
}

.product-line-grid-body>.product-line-info>.available {
    color: var(--dark-color-1);
}

.product-line-grid-body>.product-line-info>.unit-price-cart {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
    color: var(--coffee-color);
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    font-weight: 400;
    font-size: 11.25px;
    line-height: 14px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: 0.3125rem;
    color: var(--coffee-color);
}

.remove-from-cart i {
    color: var(--coffee-color);
}

@media (max-width: 767px) {
    .product-line-grid-body {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575px) {
    .text-erreur {
        font-size: 60px;
        line-height: 60px;
    }
    .text-erreur2 {
        font-size: 76px;
        line-height: 30px;
        transform: translate(140px, -30px);
    }
    span.zero img {
        max-width: 50px;
    }
    body .cart-side-Right {
        margin-left: 0;
        max-width: 100%;
    }
    .cart-items {
        padding: 1rem 0;
    }
    /*.cart-item {
        border-bottom: 1px solid #f6f6f6;
    }
    .cart-item:last-child {
        border-bottom: 1px solid;
    }*/
    .cart-grid-body .cart-overview {
        padding: 0;
    }
    .cart-grid-body .no-items {
        display: inline-block;
        padding: 1rem;
    }
    .product-line-grid-left {
        padding-right: 0 !important;
    }
}

@media (max-width: 360px) {
    .product-line-grid-right .qty {
        width: 100%;
    }
    .product-line-grid-right .price {
        width: 100%;
    }
}

#block-reassurance {
    margin-top: 2rem;
}

#block-reassurance img {
    width: 1.563rem;
    margin-right: 0.625rem;
}

#block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#block-reassurance li:last-child {
    border: 0;
}

#block-reassurance li .block-reassurance-item {
    padding: 1rem 1.5rem;
}

#product #block-reassurance {
    background: #fff;
}

#product #block-reassurance span {
    font-weight: 700;
}

.quickview .modal-dialog {
    width: calc(100% - 30px);
    max-width: 64rem;
}

.quickview .modal-content {
    min-height: 28.13rem;
    background: #f6f6f6;
}

.quickview .modal-header {
    padding: 0.625rem;
    border: none;
}

.quickview .modal-body {
    min-height: 23.75rem;
}

.quickview .modal-footer {
    border-top: 1px solid rgba(122, 122, 122, 0.3);
}

.quickview .layer {
    display: none;
}

.quickview .product-cover img {
    width: 100%;
    height: auto;
}

.quickview .images-container {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 21.88rem;
}

.quickview .images-container .product-images>li.thumb-container>.thumb {
    width: 100%;
    max-width: 4.938rem;
    height: auto;
    margin-bottom: 0.8125rem;
    background: #fff;
}

.quickview .mask {
    width: 35%;
    max-height: 22.5rem;
    margin-left: 0.625rem;
    overflow: hidden;
}

.quickview .arrows {
    position: absolute;
    top: 0;
    right: 5rem;
    bottom: 0;
    z-index: 0;
    max-height: 22.5rem;
}

.quickview .arrows .arrow-up {
    margin-top: -3.125rem;
    cursor: pointer;
    opacity: 0.2;
}

.quickview .arrows .arrow-down {
    position: absolute;
    bottom: -1.875rem;
    cursor: pointer;
}

.quickview .social-sharing {
    margin-top: 0;
    margin-left: 2.5rem;
}

#stores .page-stores {
    width: 85%;
    margin: 0 auto;
}

#stores .page-stores .store-item {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

#stores .page-stores .store-picture img {
    max-width: 100%;
}

#stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 1.875rem 0;
}

#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: 0.9375rem;
}

#stores .page-stores .store-item-container .divide-left {
    border-left: #f6f6f6 1px solid;
}

#stores .page-stores .store-item-container .divide-left tr {
    height: 1.563rem;
}

#stores .page-stores .store-item-container .divide-left td {
    padding-left: 0.375rem;
}

#stores .page-stores .store-item-container .divide-left th {
    text-align: right;
}

#stores .page-stores .store-item-container .store-description {
    font-size: 1rem;
}

#stores .page-stores .store-item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

#stores .page-stores .store-item-footer.divide-top {
    border-top: #f6f6f6 1px solid;
}

#stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}

#stores .page-stores .store-item-footer i.material-icons {
    margin-right: 0.625rem;
    font-size: 1rem;
    color: var(--dark-color-1);
}

#stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
    #stores .page-stores {
        width: 100%;
    }
    #stores .page-stores .store-item-container {
        padding: 1rem 0;
    }
}

@media (max-width: 575px) {
    #stores .page-stores .store-item-container {
        display: block;
    }
    #stores .page-stores .store-item-container .divide-left {
        border-left: none;
    }
    #stores .page-stores .store-item-container .store-description a {
        margin-bottom: 0.5rem;
    }
    #stores .page-stores .store-item-container .store-description address {
        margin-bottom: 0.5rem;
    }
    #stores .page-stores .store-item-footer {
        display: block;
    }
    #stores .page-stores .store-item-footer.divide-top {
        border-top: #f6f6f6 1px solid;
    }
    #stores .page-stores .store-item-footer li {
        margin-bottom: 0.625rem;
    }
    #stores .page-stores .store-item-footer .card-block {
        padding: 0.75rem 0.75rem 0;
    }
}

.item-info strong {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    font-size: 11.25px;
    line-height: 11px;
}

.footer-container li {
    margin-bottom: 20px;
}

.link-2 .h3 {
    opacity: 0;
}

.link-3:before,
.block-contact::before {
    content: "";
    height: 229px;
    width: 2px;
    left: 0;
    position: absolute;
    top: 2px;
    background: #fff;
}

.item-info {
    margin-bottom: 20px;
}

.item-info:last-of-type {
    margin-bottom: 0;
}

.item-info span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 11.25px;
    line-height: 11px;
}

.block-contact {
    color: #fff;
    padding-left: 85px;
    position: relative;
}

.row.linkBeforeCopyrigth .links {
    width: 100%;
}

.row.linkBeforeCopyrigth .wrapper {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #fff;
    max-width: 883px;
    margin: 0 auto;
}

.row.linkBeforeCopyrigth ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 610px;
    margin: 0 auto;
}

.row.linkBeforeCopyrigth .h3 {
    display: none;
}

.linkBeforeCopyrigth {
    margin-top: 90px;
    margin-bottom: 31px;
}

.rowflex {
    display: flex;
}

.link-3 {
    padding-left: 78px;
}

.block-contact .block-contact-title {
    color: var(--dark-color-1);
}

.block-contact .navbar-toggler .material-icons {
    color: #fff;
}

@media (max-width: 767px) {
    .block-contact #contact-infos {
        padding: 0.625rem;
        padding-top: 0;
    }
}

.linklist .blockcms-title a {
    color: var(--dark-color-1);
}

.account-list a {
    color: var(--dark-color-1);
}

.account-list a:hover {
    color: #24b9d7;
}

.blockcms-title,
.myaccount-title,
.myaccount-title a,
.block-contact-title {
    font-size: 1rem;
    font-weight: 700;
}

.block-social {
    text-align: right;
    float: right;
}

.block-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .block-social ul {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}

#Annecaron .social-blocategory .block-social ul li,
#annecaron .social-blocategory .block-social ul li,
#Engagements .social-blocategory .block-social ul li,
#ngagements .social-blocategory .block-social ul li {
    width: 45px;
    height: 45px;
}

#Annecaron .social-blocategory svg *,
#annecaron .social-blocategory svg *,
#Engagements .social-blocategory svg *,
#engagements .social-blocategory svg * {
    fill: #EAEBEC;
    stroke: var(--coffee-color);
}

#Annecaron .social-blocategory .block-social,
#annecaron .social-blocategory .block-social,
#Engagements .social-blocategory .block-social,
#engagements .social-blocategory .block-social {
    padding-top: 42px;
}

.block-social ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 21px;
    cursor: pointer;
}

.social-blocategory .block-social ul li {
    margin: 0 60px;
}

.block-social ul li svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .block-social ul li {
        width: 2rem;
        height: 2rem;
        margin-right: 1.3rem;
        margin-bottom: 1.3rem;
        background-size: contain;
    }
}

.copytext {
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    min-height: 43px;
}

.list-linkfooter {
    display: flex;
    flex-wrap: wrap;
}

.block-social ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.block-social ul li a:hover {
    color: transparent;
}

.social-sharing ul li:before {
    content: none!important;
    text-indent: 0!important
}

.facebook {
    background-image: url(../css/04be689c12d686c595032705f6b3cf6c.svg);
}

.facebook::before {
    content: "";
    background-image: url(../css/fa3993a997a0b84e9900ee168b18b919.svg);
}

.facebook.icon-gray {
    background-image: url(../css/b252849e892c264f4f220c7e7cb0207a.svg);
}

.facebook.icon-gray:hover {
    background-image: url(../css/fa3993a997a0b84e9900ee168b18b919.svg);
}

.twitter {
    background-image: url(../css/f56d95737d55e2bdba95baa528b2583b.svg);
}

.twitter::before {
    content: "";
    background-image: url(../css/0ba57b3ea460c3d7d0c46d6138f088a8.svg);
}

.twitter.icon-gray {
    background-image: url(../css/740f1557cae714dc4b180b4d5de69375.svg);
}

.twitter.icon-gray:hover {
    background-image: url(../css/0ba57b3ea460c3d7d0c46d6138f088a8.svg);
}

.linkedin {
    background-image: url(../css/b2efa71e4ca1cd26b0f4df4e71e531a8.svg);
    background-position: center center;
}

.rss {
    background-image: url(../css/cbeba06698c00a61e82219b76357ce42.svg);
}

.youtube {
    background-image: url(../css/726b87682d18d1e8307635d146fe58cc.svg);
}

.googleplus {
    background-image: url(../css/c472ea2ef3e5b37438730a4ab00513b4.svg);
}

.googleplus::before {
    content: "";
    background-image: url(../css/47f13bcaf75af86613bca9721d6e858f.svg);
}

.googleplus.icon-gray {
    background-image: url(../css/7acb0ff3a9a16ba3806d7f16b745af38.svg);
}

.googleplus.icon-gray:hover {
    background-image: url(../css/47f13bcaf75af86613bca9721d6e858f.svg);
}

#block_myaccount_infos .myaccount-title a {
    color: var(--dark-color-1);
}

.pinterest {
    background-image: url(../css/33e7446832ac7aa84b959a6ea8efb915.svg);
}

.pinterest::before {
    content: "";
    background-image: url(../css/882e1291e47c7d9d5dd7633845caa204.svg);
}

.pinterest.icon-gray {
    background-image: url(../css/91fc2885f1aa34fb73f63e9ef538fe1c.svg);
    display: none;
}

.pinterest.icon-gray:hover {
    background-image: url(../css/882e1291e47c7d9d5dd7633845caa204.svg);
}

.vimeo {
    background-image: url(../css/4903fb37c04676f5a805be194ad59b2b.svg);
}

.instagram {
    background-image: url(../css/3a94078d659136527abfe39bc3432628.svg);
}

.footer-container {
    padding-top: 48.75px;
    overflow: hidden;
    background: var(--coffee-color);
}

.footer-container .container {
    padding-left: 144px;
    padding-right: 130px;
}

.footer-container .block-contact-title {
    margin-bottom: 30px;
}

.footer-container .h3,
.footer-container .h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2em;
}

.footer-container li {
    margin-bottom: 0.3125rem;
}

.beforefooter {
    margin-bottom: 42.75px;
}

body .linkBeforeCopyrigth li a,
body .linkBeforeCopyrigth li .cc--obf-link {
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
}

.footer-container li a,
.footer-container li .cc--obf-link {
    cursor: pointer;
    font-style: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 11.25px;
    line-height: 19px;
    letter-spacing: 0.1em;
}

.links .collapse {
    display: inherit;
}

@media (max-width: 767px) {
    .block_newsletter {
        padding-bottom: 0.625rem;
        border-bottom: 1px solid #f6f6f6;
    }
    .footer-container {
        margin-top: 0;
        box-shadow: none;
    }
    .footer-container .wrapper {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .footer-container .links .h3 {
        font-size: 1rem;
        line-height: 1.5;
    }
    .footer-container .links ul {
        margin-bottom: 0;
    }
    .footer-container .links ul>li {
        padding: 0.625rem;
    }
    .footer-container .links ul>li a {
        color: #fff;
    }
    .links .collapse {
        display: none;
    }
    .links .collapse.in {
        display: block;
    }
    .links .title {
        padding: 25px 0.625rem;
        cursor: pointer;
        border-bottom: 1px solid #f6f6f6;
    }
    .links .title .collapse-icons .remove {
        display: none;
    }
    .links .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    .links .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }
    .links .navbar-toggler {
        display: inline-block;
        padding: 0;
        color: #fff;
        font-size: 15px;
    }
}

@media (max-width: 706px) {
    .seven-caron .max558-right {
        max-width: 100%;
        padding-right: 0;
        margin-top: 80px;
    }
    .seven-caron .bimgbloc3 {
        position: static;
        right: auto;
        top: auto;
    }
}

@media (max-width: 640px) {
    #my-account.page-my-account #notifications+.row {
        margin-left: 0;
        margin-right: 0;
    }
    #my-account .page-header a.return-blk-myaccount {
        position: static;
    }
    #my-account .page-header span.imgIcon {
        margin: 50px auto 20px auto;
    }
    .beforefooter>div {
        width: 100%;
        text-align: center;
    }
    .block-social {
        float: none;
    }
    .beforefooter {
        flex-direction: column;
    }
    .block-social ul {
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .block-social {
        text-align: center;
    }
    .block-contact {
        padding-left: 1.5rem;
    }
}

.contact-rich {
    margin-bottom: 2rem;
    color: var(--dark-color-1);
    word-wrap: break-word;
}

.contact-rich h4 {
    margin-bottom: 2rem;
    color: var(--dark-color-1);
    text-transform: uppercase;
}

.contact-rich .block {
    height: auto;
    overflow: hidden;
}

.contact-rich .block .icon {
    float: left;
    width: 3.5rem;
}

.contact-rich .block .icon i {
    font-size: 2rem;
}

.contact-rich .block .data {
    width: auto;
    overflow: hidden;
    font-size: 0.875rem;
    color: var(--dark-color-1);
}

.contact-rich .block .data.email {
    padding-top: 0.375rem;
}

.contact-rich .block a[href^="mailto:"] {
    margin-top: 1rem;
    clear: both;
}

@media (min-width: 576px) {
    .contact-rich .block a[href^="mailto:"] {
        font-size: 0.815rem;
    }
}

#contact #main .page-content {
    margin-bottom: 0;
    padding: 0;
}

#contact #main .page-footer {
    margin-bottom: 0;
}

#contact .scrollTop {
    display: none;
}

.contact-form {
    width: 100%;
    padding: 120px 0;
    color: var(--dark-color-1);
    background: #fff;
}

.contact-form h3 {
    color: var(--dark-color-1);
    text-transform: uppercase;
}

#products #main .page-header,
#pagenotfound #main .page-header {
    margin: 2rem 0 3rem;
}

#products #main .page-content,
#pagenotfound #main .page-content {
    margin-bottom: 10rem;
}

#products .page-not-found,
#pagenotfound .page-not-found {
    max-width: 570px;
    padding: 1rem;
    margin: 0 auto;
    overflow: auto;
    font-size: 0.875rem;
    color: var(--dark-color-1);
    background: #fff;
}

#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
    margin: 0.5rem 0 1rem;
    font-size: 1rem;
    font-weight: 700;
}

#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
    float: none;
}

#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
    width: 100%;
}

.customization-modal .modal-content {
    border: 1px solid #f6f6f6;
    border-radius: 0;
}

.customization-modal .modal-content .modal-body {
    padding-top: 0;
}

.customization-modal .modal-content .modal-body .product-customization-line {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #f6f6f6;
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: 600;
    text-align: right;
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

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

.sitemap {
    margin-top: 0.9375rem;
}

.sitemap h2 {
    width: 100%;
    height: 35px;
    margin-left: -15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-color-1);
    text-transform: uppercase;
    border-bottom: 1px solid var(--dark-color-1);
}

.sitemap ul {
    margin-top: 20px;
    margin-left: -15px;
}

.sitemap ul.nested {
    margin-left: 20px;
}

.sitemap ul li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

@media (max-width: 575px) {
    .sitemap {
        margin-top: 0;
    }
}

#category .block_newsletter,
#index .block_newsletter {
    display: block;
    padding: 81px 49px 150px 82px;
    border: 2.25px solid var(--coffee-color);
    border-radius: 20px;
}

.block_newsletter {
    float: inherit;
    width: 100%;
    margin: auto;
    margin-bottom: 0.625rem;
    clear: both;
    font-size: 0.875rem;
    display: none;
}

.max858 {
    max-width: 833px;
}

.block_newsletter h3,
.block_newsletter .cccaron--h3 {
    text-transform: uppercase;
    color: var(--coffee-color);
    font-weight: 700;
    font-size: 61.5px;
    line-height: 74px;
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
    min-height: 114px
}

.block_newsletter p {
    color: var(--coffee-color);
    margin-bottom: 56px;
    font-size: 22.5px;
    line-height: 38px;
    letter-spacing: 0.2em;
}

.block_newsletter form {
    position: relative;
}

.block_newsletter form input[type="text"] {
    min-width: 255px;
    padding: 10px;
    color: var(--dark-color-1);
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.block_newsletter form input[type="text"]:focus {
    color: var(--dark-color-1);
    background: #fff;
    outline: 3px #24b9d7 solid;
}

.block_newsletter form input[type="text"]:focus+button .search {
    color: #24b9d7;
}

.block_newsletter form button[type="submit"] {
    position: absolute;
    right: 0.125rem;
    bottom: 0.3125rem;
    color: var(--dark-color-1);
    background: none;
    border: none;
}

.block_newsletter form button[type="submit"] .search:hover {
    color: #24b9d7;
}

.block_newsletter #block-newsletter-label {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    color: var(--dark-color-1);
}

.block_newsletter form .input-wrapper input[type='email'] {
    width: calc(100% - 250px);
    max-width: 786px;
}

.block_newsletter form .input-wrapper {
    position: relative;
}

.block_newsletter form .row .col-xs-12:last-of-type p,
.block_newsletter form .row .col-xs-12:last-of-type .page-content.page-cms ul,
.page-content.page-cms .block_newsletter form .row .col-xs-12:last-of-type ul {
    font-size: 0.75rem;
    color: var(--dark-color-1);
}

.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
    margin-left: 0.5rem;
}

.block_newsletter form input[type="email"] {
    width: 100%;
    padding: 0 41px;
    border: 1px solid var(--coffee-color);
    height: 77px;
    font-size: 30px;
    color: #555B6A;
    font-weight: 300;
}

.block_newsletter form input {
    height: 42px;
    box-shadow: none;
}

#footer .block_newsletter p,
#footer .block_newsletter .page-content.page-cms ul,
.page-content.page-cms #footer .block_newsletter ul {
    padding-top: 0.625rem;
}

#footer .block_newsletter #block-newsletter-label {
    padding-top: 0;
}

#left-column .block_newsletter {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
}

@media (max-width: 767px) {
    .item-reassurance {
        width: 50%;
    }
    .item-reassurance:last-child {
        width: 100%;
    }
    body .containerReassurance {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block_newsletter {
        padding-top: 1rem;
    }
}

#manufacturer #main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#manufacturer #main ul .brand {
    position: relative;
    width: calc(20% - 10px);
    min-width: 210px;
    padding: 10px;
    margin: 5px;
    text-align: center;
    background: #fff;
    transition: 0.4s ease-out;
}

#manufacturer #main ul .brand-infos a {
    display: inline-block;
}

#manufacturer #main ul .brand:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

#manufacturer #main ul .brand-products {
    display: none;
}

#manufacturer #main ul .brand-img {
    position: relative;
    width: 200px;
    margin: auto;
}

#manufacturer #main ul .brand-img a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
}

@media (max-width: 991px) {
    #manufacturer #main ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    color: var(--dark-color-1);
    /*background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);*/
}

.item-slide img {
    width: 100%;
}

#header .logo {
    max-width: 100%;
    height: auto;
}

#header #_desktop_logo h1 {
    margin-bottom: 0;
}

#header a {
    color: var(--dark-color-1);
}

#header a:hover {
    color: #24b9d7;
    text-decoration: none;
}

#header .menu {
    display: inline-block;
}

#header .menu>ul>li {
    display: inline-block;
    padding: 0 20px;
}

#header .menu>ul>li#lnk-e-pro {
    border: 0.75px solid #FFFFFF;
    border-radius: 82.5px;
    padding: 0 14px!important;
}

#header .header-nav {
    /*    max-height: 50px;
    border-bottom: #f6f6f6 2px solid;*/
}

#header .header-nav #menu-icon {
    margin: 0 1rem;
    vertical-align: middle;
    cursor: pointer;
}

#header .header-nav #menu-icon .material-icons {
    line-height: 50px;
}

#header .header-nav .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#header .header-nav .currency-selector {
    margin-top: 0.9375rem;
    margin-left: 0.9375rem;
    white-space: nowrap;
}

#header .header-nav .user-info {
    margin-top: 0.9375rem;
    margin-left: 2.5rem;
    text-align: right;
    white-space: nowrap;
}

#header .header-nav .user-info .account {
    margin-left: 0.625rem;
}

#header .header-nav .language-selector {
    margin-top: 0.9375rem;
    white-space: nowrap;
}

#header .header-nav .cart-preview.active {
    /*background: #24b9d7;*/
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: #fff;
}

#header .header-nav .cart-preview .shopping-cart {
    color: var(--dark-color-1);
    vertical-align: middle;
}

#header .header-nav .cart-preview .body {
    display: none;
}

#header .header-nav .blockcart {
    height: 3rem;
    padding: 0.75rem;
    margin-left: 0.9375rem;
    text-align: center;
    white-space: nowrap;
    /*background: #f6f6f6;*/
}

#header .header-nav .blockcart a {
    color: var(--dark-color-1);
}

#header .header-nav .blockcart a:hover {
    color: #24b9d7;
}

#header .header-nav .blockcart.active a:hover {
    color: #fff;
}

#header .header-nav .blockcart .header {
    margin-top: 0.125rem;
}

#header .header-nav #_desktop_contact_link {
    display: inline-block;
}

#header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0.9375rem;
}

#header .header-nav .search-widget {
    margin-top: 0.2rem;
}

#header .header-nav .material-icons {
    line-height: inherit;
}

#header .header-nav .material-icons.expand-more {
    margin-left: -0.375rem;
}

#header .header-top {
    padding: 14px 0 2rem 0;
}

@media (min-width: 860px) {
    #header .header-top {
        padding: 44px 0;
    }
}

@media (min-width: 1600px) {
    #header .header-top {
        padding: 66px 0;
    }
}

#header .header-top>.container {
    position: relative;
}

#header .header-top>.container>.row:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .header-top .menu {
    padding-left: 15px;
}

#header .header-top .position-static {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header .header-top a[data-depth="0"] {
    font-weight: 400;
    font-size: 11.25px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    color: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#header .header-top .search-widget {
    float: right;
}

#header .top-menu-link {
    margin-left: 1.25rem;
}

.cart-bloc {
    position: relative;
}

.blockcart.active .cart-products-count {
    top: -11px;
}

.blockcart.inactive .cart-products-count {
    top: 11px;
}

.cart-products-count {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #FF0000;
    border: 1px solid #FF0000;
    backdrop-filter: blur(2px);
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 50%;
    left: 30px;
}

@media (min-width: 992px) {
    #header .menu>ul>li:first-of-type {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .weare-bloc1 {
        padding: 56px 40px 56px 40px
    }
    .description-Home {
        background: #F1F0EC url("/webp_images/themes/classic/assets/img/colline1.webp") no-repeat;
        background-position: bottom center;
        background-size: cover;
        margin-top: -150px;
        padding-top: 223px;
        padding-bottom: 90px;
        padding-left: 30px;
        padding-right: 30px;
        z-index: -1;
    }
    #header .top-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 50px;
    }
    #header .top-logo img {
        width: auto;
        max-height: 2rem;
    }
    #header .top-logo>h1 {
        margin: 0;
    }
}


/*#wrapper {
    padding-top: 1.563rem;
    background: #f6f6f6;
}*/


/*#wrapper .banner {
    display: block;
    margin-bottom: 1.5rem;
}*/

#wrapper .breadcrumb {
    padding: 0;
    background: transparent;
    position: absolute;
    top: -99999999px;
}

#wrapper .breadcrumb[data-depth="1"] {
    display: none;
}

#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
}

#wrapper .breadcrumb li {
    display: inline;
}

#wrapper .breadcrumb li::after {
    margin: 0.3125rem;
    color: var(--dark-color-1);
    content: "/";
}

#wrapper .breadcrumb li:last-child {
    margin: 0;
    color: var(--dark-color-1);
    content: "/";
}

#wrapper .breadcrumb li:last-child::after {
    content: "";
}

#wrapper .breadcrumb li a {
    color: var(--dark-color-1);
}

#main .page-header {
    margin-bottom: 1.563rem;
    position: relative;
}

.leftBlckPost p {
    text-align: justify;
}

.leftBlckPost h3 {
    margin-top: 0!important;
}

.rightBlkPost {
    text-align: right;
}

.rightBlkPost img {
    max-width: 371px;
}

#cms #main .page-header h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dark-color-4);
    margin-bottom: 79px;
}

.contentHalfImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin-bottom: 50px;
    margin-top: 73px;
}

.contentHalfImg div {
    flex: 1;
}

.rightBlkPost {
    padding-left: 30px;
}

.textcentermax440 {
    max-width: 440px;
    margin: 0 auto;
}

.content1 {
    margin-top: 153px;
    margin-bottom: 128px
}

.page-cms h3 {
    overflow: hidden;
    margin: 40px 20px 40px 0px;
    font-weight: 700;
    font-size: 22.5px;
    line-height: 60px;
    letter-spacing: 0.2em;
    color: var(--dark-color-4);
    font-family: "Inter"!important;
    text-transform: none;
}

#cms #main {
    max-width: 890px;
    margin: 0 auto;
}

#history #main,
#addresses #main,
#order-slip #main,
#discount #main,
#module-loyaltyeditpoints-points #main,
#address #main {
    padding-left: 15px;
    padding-right: 15px;
}

#main .page-content {
    margin-bottom: 1.563rem;
}

#spr .col-xs-12.mb-2 {
    padding-left: 0;
}

#module-gsnippetsreviews-accountProductReviews .card-block,
#module-fmmoutofstocknotification-waitlist .card-block {
    padding: 15px;
}

#module-fmmoutofstocknotification-waitlist .footer_links {
    display: none;
}

#main .page-content h6 {
    margin-bottom: 1.125rem;
}

#main .page-content #notifications {
    margin-right: -15px;
    margin-left: -15px;
}

#main .page-footer {
    margin-bottom: 1.563rem;
}

#notifications ul {
    margin-bottom: 0;
}

.bloc_search {
    position: absolute;
    right: 169px;
    transition-duration: 1s;
    opacity: 0;
    visibility: hidden;
}

.bloc_search.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    #index .fancybox-opened {
        max-width: 90%!important;
    }
    body .gmainpopup_ins .gproduct_ins {
        width: 100%;
        float: none;
        padding: 0 30px!important;
    }
    body .gmainpopup_ins .gimg_ins {
        width: 100%;
        float: none;
        padding-right: 0;
        text-align: center;
    }
    .grid .caption_g,
    .list .caption_g {
        max-width: 100%!important
    }
    section.blocPost {
        padding-top: 260px;
    }
    .max718form {
        max-width: 100%;
        padding: 0 40px;
    }
    .messageBloc {
        max-width: 100%;
        padding: 0 20px;
    }
    .title-contact {
        flex-direction: column;
        justify-content: center
    }
    body#contact .callAction {
        font-size: 20px;
        height: 60px;
    }
    .header-contact .text-ceontact {
        color: #fff;
        text-align: center;
        font-size: 50px;
        line-height: 50px;
        padding-top: 90px;
    }
    .header-contact .text-ceontact span {
        display: none;
    }
    #Annecaron .scrollTop,
    #annecaron .scrollTop,
    #Engagements .scrollTop,
    #engagements .scrollTop {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin-top: 50px!important;
    }
    .img-right-btk {
        text-align: center;
        margin-top: 30px;
    }
    .second-btk .row div {
        padding-left: 30px;
        padding-right: 30px;
    }
    .list-video-btk {
        margin-left: 0;
    }
    body .third-btk {
        padding-left: 30px;
    }
    .item-info:first-of-type {
        margin-top: 20px;
    }
    .link-2 .h3 {
        opacity: 1
    }
    .newsletter-bloc .scrollTop {
        float: none;
    }
    .scrollTop a {
        justify-content: center;
    }
    .block_newsletter h3,
    .block_newsletter .cccaron--h3 {
        font-size: 31.5px;
        min-height: 80px;
    }
    .block_newsletter p {
        font-size: 15.5px;
        line-height: 25px;
    }
    body .social-blocategory .block-social {
        padding-top: 40px;
    }
    body .block_newsletter form input.btn-newletters,
    body .block_newsletter a.btn-newletters {
        height: 150px;
        width: 150px;
        right: 0;
        margin-top: -75px;
    }
    .block_newsletter form .input-wrapper input[type='email'] {
        width: calc(100% - 150px);
    }
    #category .block_newsletter,
    #index .block_newsletter {
        padding-top: 41px;
        padding-left: 32px;
        padding-bottom: 50px;
        padding-right: 20px;
    }
    .products-sort-order .dropdown-menu,
    .brands-sort .dropdown-menu,
    .suppliers-sort .dropdown-menu {
        left: 0;
        right: auto;
    }
    .text-vertical3,
    .text-vertical2,
    .text-vertical {
        display: none!important;
    }
    .saclay h2 {
        margin: 0 auto 56px;
    }
    .products-section-title,
    .bloc-definition h2,
    .featured-products h2,
    h2 {
        font-size: 25px!important;
        line-height: 30px!important;
    }
    .bloc-definition h2 {
        margin-bottom: 46px;
        margin-top: 80px;
    }
    .bloc-definition {
        padding-top: 79px;
    }
    .item-coffee {
        margin-bottom: 0;
    }
    body .suggestion-product {
        padding-top: 75px;
    }
    .products-sort-order.dropdown,
    .products-selection .filter-button {
        width: 50%;
    }
    .row.sort-by-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .newsletter-bloc .scrollTop {
        float: none;
    }
    .scrollTop a {
        justify-content: center;
    }
    #category .block_newsletter,
    #index .block_newsletter {
        padding-top: 58px;
        padding-left: 60px;
        padding-bottom: 61px;
    }
    .products-sort-order.dropdown {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .products-selection .sort-by-row .sort-by {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 30px;
    }
    body .block_newsletter h3,
    body .block_newsletter .cccaron--h3 {
        font-size: 42px;
        line-height: 49px;
    }
    .link-3:before,
    .block-contact::before {
        content: none!important;
    }
    .list-linkfooter .rowflex {
        flex-direction: column;
    }
    .list-linkfooter {
        flex-direction: column;
    }
    body .lastbloc {
        padding-left: 0;
    }
    .firstbloc,
    .lastbloc {
        max-width: 100%!important;
    }
    body .lastbloc .textBg {
        right: 0;
        bottom: 0;
    }
    body .secondbloc {
        max-width: 100%;
        text-align: center;
    }
    .bloc-roaster {
        flex-direction: column;
    }
    body .imgRight-bloc {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        margin-top: 30px;
        position: static;
        max-width: 100%;
        width: 100%;
    }
    .bloc-definition .dflex {
        flex-direction: column;
    }
    .weare-bloc2 {
        margin-bottom: 30px;
    }
    body .bloc-pink {
        max-width: 100%!important;
        padding-left: 48px!important;
        padding-right: 40px!important;
        position: static!important;
    }
    .bloc-definition .container,
    .bloc-definition2 .container {
        padding-right: 30px!important;
        padding-left: 30px!important
    }
    .bloc-definition .container .max596 {
        max-width: 100%
    }
    .weare-bloc1 h3 {
        margin-bottom: 43px!important
    }
    .weare-bloc1::before {
        content: none!important;
    }
    .bloc-definition .second-blochome {
        margin-top: 30px!important;
    }
    .bloc-definition .dflex {
        flex-direction: column;
    }
    body .img-bloc-saclay,
    body .bloc-definition2 .dflex {
        flex-direction: column!important;
    }
    .btnSaclay {
        margin-top: 20px;
    }
    body .description-saclay {
        position: static!important;
    }
    body .saclay {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 70px;
    }
    .scrollDiv {
        display: none;
    }
    .header-slide ul.slick-dots {
        bottom: 8px!important;
    }
}

@media (max-width: 600px) {
    #checkout .form-group.row:nth-of-type(2),
    #checkout .form-group.row:nth-of-type(4),
    #checkout .form-group.row:nth-of-type(6) {
        float: none!important;
    }
    #checkout .cart-side-Right {
        margin-left: 0!important;
        padding: 0 40px;
    }
    #checkout .cart-side-Right .card-block {
        padding: 0;
    }
    #checkout .form-group.row:nth-of-type(1) div.col-md-6,
    #checkout .form-group.row:nth-of-type(2) div.col-md-6,
    #checkout .form-group.row:nth-of-type(3) div.col-md-6,
    #checkout .form-group.row:nth-of-type(4) div.col-md-6,
    #checkout .form-group.row:nth-of-type(5) div.col-md-6,
    #checkout .form-group.row:nth-of-type(6) div.col-md-6,
    #checkout .form-group.row:nth-of-type(7) div.col-md-6,
    #identity .form-group.row:nth-of-type(2) div.col-md-6,
    #identity .form-group.row:nth-of-type(3) div.col-md-6,
    #identity .form-group.row:nth-of-type(4) div.col-md-6,
    #identity .form-group.row:nth-of-type(5) div.col-md-6,
    #identity .form-group.row:nth-of-type(6) div.col-md-6,
    #identity .form-group.row:nth-of-type(7) div.col-md-6,
    #address .form-group.row:nth-of-type(2) div.col-md-6,
    #address .form-group.row:nth-of-type(3) div.col-md-6,
    #address .form-group.row:nth-of-type(4) div.col-md-6,
    #address .form-group.row:nth-of-type(5) div.col-md-6,
    #address .form-group.row:nth-of-type(6) div.col-md-6,
    #address .form-group.row:nth-of-type(7) div.col-md-6 {
        width: 100%
    }
    #checkout .js-customer-form .form-control,
    #checkout .js-address-form .form-control,
    #identity .js-customer-form .form-control,
    #identity .js-address-form .form-control,
    #address .js-address-form .form-control {
        max-width: 100%
    }
    #checkout .form-group.row:nth-of-type(1),
    #checkout .form-group.row:nth-of-type(2),
    #checkout .form-group.row:nth-of-type(3),
    #checkout .form-group.row:nth-of-type(4),
    #checkout .form-group.row:nth-of-type(5),
    #checkout .form-group.row:nth-of-type(6),
    #checkout .form-group.row:nth-of-type(7),
    #identity .form-group.row:nth-of-type(2),
    #identity .form-group.row:nth-of-type(3),
    #identity .form-group.row:nth-of-type(4),
    #identity .form-group.row:nth-of-type(5),
    #identity .form-group.row:nth-of-type(6),
    #identity .form-group.row:nth-of-type(7),
    #address .form-group.row:nth-of-type(1),
    #address .form-group.row:nth-of-type(2),
    #address .form-group.row:nth-of-type(3),
    #address .form-group.row:nth-of-type(4),
    #address .form-group.row:nth-of-type(5),
    #address .form-group.row:nth-of-type(6) {
        width: 100%;
        float: none;
    }
    body .button-slide {
        margin-top: 20px;
    }
    body .info-slide {
        padding-top: 40px;
    }
    #checkout .js-customer-form .form-group.row:nth-of-type(4) .form-control {
        border-bottom: 0.75px solid var(--coffee-color);
    }
    .nav-inline .nav-item+.nav-item,
    .nav-inline .nav-link+.nav-link {
        margin-left: 0px;
    }
}

@media (max-width: 1200px) {
    #blog_list_1-7x .block_top {
        height: auto;
    }
    .footer-container .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    body .container {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
}

@media (max-width: 1120px) {
    .bloc-roaster {
        padding-left: 30px;
        padding-right: 30px;
    }
    .lastbloc .text-p {
        left: 165px;
    }
    .second-blochome .row-def {
        align-items: flex-start;
        gap: 14px;
    }
    .weare-bl {
        width: 40%;
    }
    .bloc-pink {
        width: 60%;
    }
}

@media (max-width: 600px) {
    .tiret {
        max-width: 350px;
    }
    .js-product.product.item-productHome {
        margin-right: 15px;
    }
    .description-saclay {
        padding: 30px;
    }
    body .bloc-pink {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .secondbloc img {
        max-width: 300px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    body .weare-bloc1 {
        padding: 30px;
    }
    .featured-products .products {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .weare-bloc2 {
        margin: auto;
    }
    .bloc-pink {
        width: 100%;
        margin-top: 0;
    }
}

.virtual .product-discount .regular-price {
    color: var(--dark-color-3);
}

.priceOnMobile {
    display: none;
}

@media (min-width: 992px) {
    .level-1.link-pro:hover a {
        border: 3px solid;
    }
}

@media (max-width:1060px) {
    .product-line-info {
        width: 200px;
    }
}

@media (max-width: 1097px) {
    body .wrapperRigth {
        min-width: auto;
    }
    .cart-item {
        padding-left: 20px;
    }
}

.wrapperRigth {
    min-width: 286px;
    display: flex;
}

@media (max-width: 992px) {
    button.cp-get-canvas.btn {
        max-width: 305px;
    }
    #customize-button {
        display: none;
    }
    .cart-empty .cart-side-Right {
        display: none;
    }
    .title-contact {
        padding: 0 40px;
        max-width: 100%;
        left: 0;
        margin-left: 0
    }
    #checkout #header .header-top .position-static {
        display: none;
    }
    body .footerCart {
        padding-top: 86px;
        padding-bottom: 89px;
    }
    .product-line-info {
        width: calc(100% - 112px);
        float: left;
    }
    body .otherBlocCart {
        display: none;
    }
    body .wrapperRigth {
        display: flex;
        width: calc(100% - 112px);
        padding-left: 15px;
        position: relative;
    }
    .deleteBloc {
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid;
        width: 60px;
        position: absolute;
        right: 0;
        top: 17px;
    }
    #cart .return-blk {
        margin-bottom: 12px;
        margin-top: 0
    }
    .block-img {
        float: left;
    }
    #checkout .cart-side-Right {
        margin-left: 40px
    }
    .cart-side-Right {
        position: static;
        margin-left: 15px;
    }
    .cart-grid-body {
        width: 100%
    }
    .cart-item {
        padding-left: 20px;
        display: block;
    }
    body .productSuggestCart>h3 {
        margin-left: 0
    }
    .eighth-caron .right-seven-c {
        padding-top: 0
    }
    .eighth-caron .center-seven-bloc2 {
        max-width: 100%;
        padding: 0 40px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 20px;
    }
    #Annecaron .seven-caron,
    #annecaron .seven-caron,
    #Engagements .seven-caron,
    #engagements .seven-caron {
        padding-top: 82px;
        padding-bottom: 80px;
    }
    .seven-caron .bigText-frouth-c {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
    .center-seven-bloc {
        max-width: 100%!important;
        padding: 0 40px;
    }
    .sixth-caron .bigText-c {
        display: none;
    }
    .max445-left {
        margin-top: 40px;
    }
    #Annecaron .sixth-caron,
    #annecaron .sixth-caron,
    #Engagements .sixth-caron,
    #engagements .sixth-caron {
        padding-top: 170px;
        padding-bottom: 80px;
    }
    .item-img-country {
        padding: 0 5px;
    }
    .textVertical2,
    .text-vertical3,
    .textVertical3,
    .textVertical {
        display: none!important;
    }
    .comments-note {
        margin: 22px 0 0 0;
        position: static!important;
    }
    .virtual .booking_total_price {
        font-weight: 700;
        text-align: right;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: var(--dark-color-3);
        font-size: 37.5px;
        line-height: 45px;
    }
    .sample-product .booking_total_price {
        color: #fff;
    }
    .wk_total_booking_price_container {
        display: none;
    }
    #product #booking_button {
        position: static;
        top: auto;
        border: 0;
        width: 100%;
        max-width: 235px;
        margin: 20px auto;
        font-weight: 700;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #FFFFFF;
        height: 63px;
        background: var(--coffee-color);
        cursor: pointer;
        font-size: 22.5px;
        line-height: 27px;
        display: none;
    }
    .text-vertical,
    .text-vertical2 {
        display: none!important;
    }
    .info-slide .container {
        margin: 0;
    }
    .container_tv_megamenu {
        display: none!important;
    }
    .item-coffee .product-description .text-description {
        display: none!important;
    }
    .item-coffee:hover .product-description h3,
    .item-coffee:hover .product-description .h3 {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .featuredProductHome {
        padding-bottom: 120px!important;
    }
    .bloc-pink .col-md-6 {
        width: 100%
    }
    .firstbloc,
    .lastbloc {
        margin: 0 auto!important;
        display: block!important;
    }
    .bloc-roaster {
        display: block;
    }
    body .text-p {
        left: 70px;
    }
    .secondbloc {
        position: static;
        margin: 0 auto
    }
    .socialFixed {
        display: none;
    }
    body .shareLink {
        top: 43px;
    }
    .bloc-definition::before {
        content: none!important;
    }
    .bloc-definition .second-blochome {
        padding-left: 30px;
        padding-right: 30px
    }
    .description-saclay {
        position: static;
        margin-top: 20px;
        max-width: 100%
    }
    #header .header-top>.container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .saclay {
        padding: 87px 30px 85px 30px;
    }
    .header-slide,
    .header-slide .slick-list,
    .header-slide .item-slide,
    .header-slide .slick-track {
        height: 100%;
    }
    .header-slide .slick-slide img {
        /* opacity: 0*/
    }
    .logo-bloc {
        display: flex;
    }
    .logo-bloc #menu-icon {
        margin-right: 20px;
    }
    body .text-slide {
        font-size: 25px!important;
        line-height: 31px!important;
        max-width: 350px!important;
    }
    body .button-slide a span {
        padding: 12px 30px;
    }
    .button-slide a {
        font-size: 15px!important;
        line-height: 22px!important;
    }
}

@media (max-width: 450px) {
    .deleteBloc {
        width: 40px
    }
    .cart-grid-body .product-line-info {
        min-height: 140px;
        padding-top: 36px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrapperRigth {
        width: 98% !important;
    }
    .cart-item {
        padding-left: 15px;
    }
}

@media (max-width: 1440px) {
    .bloc-definition h2 {
        padding-left: 0!important
    }
    body .bloc-definition2 .container:before {
        right: -50px;
        width: 200px;
        height: 200px;
        background-size: 100%;
    }
    .tiret {
        margin: 60px auto 97px auto
    }
    body .img-tasse::after {
        width: 200px;
        height: 200px;
        bottom: 54px;
        left: -45px;
        background-size: 100%;
    }
    /*.products-section-title, .bloc-definition h2, .featured-products h2, h2{
    font-size: 30px;
    line-height: 50px;
  }*/
    .bloc-pink h3 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 1600px) {
    .bloc-definition {
        padding-right: 0;
    }
    .gotoDiv img {
        width: 30px;
    }
    #search_widget {
        margin-left: 140px;
    }
    .header-top-right img {
        max-width: 50px;
    }
    .bloc_help img {
        width: 12px;
    }
    .cart-products-count {
        position: absolute;
        width: 20px;
        height: 20px;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        top: -4px;
        left: 24px;
    }
}

@media (max-width: 1519.98px) {
    #search_widget {
        margin-left: 20px;
    }
}

@media (max-width: 1339.98px) {
    #header .tv-menu-horizontal ul li.level-1>a {
        padding: 9px 10px !important;
    }
}

@media(min-width: 768px) {
    .header-nav {
        display: none;
    }
}

section.featuredProductHome {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    background: #E9DFD0 url("/webp_images/themes/classic/assets/img/bgfeaturedp.webp") no-repeat;
    padding-bottom: 191px;
    background-size: cover;
}

#index .slick-current .product-miniature .thumbnail-top {
    height: 281px;
    overflow: hidden;
    padding-top: 0;
}

.slick-current .product-miniature .product-description {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 126px;
}

.slick-slide .product-miniature .thumbnail-container {
    margin-bottom: 0
}

.shareLink {
    /*    position: absolute;*/
    width: 40px;
    /*height: 40px;
    top: 45px;
    right: 8px;*/
}

.max617 {
    max-width: 617px;
}

.text-slide {
    color: #fff;
    font-weight: 400;
    font-size: 56.25px;
    line-height: 68px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.button-slide {
    margin-top: 45px;
}

.button-slide a {
    font-weight: 700;
    font-size: 26.25px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    color: #FFFFFF;
    display: block;
    padding: 2px;
    max-width: 276px;
    text-decoration: none;
    background: linear-gradient(to bottom, #ffffff, var(--coffee-color));
}

.button-slide a span {
    display: block;
    background: var(--coffee-color);
    border: 2px solid transparent;
    padding: 18px 20px;
}

.button-slide a:hover {
    background: linear-gradient(to left, var(--coffee-color), #ffffff);
}

@media(max-width: 700px) {
    .button-slide {
        position: absolute;
        bottom: 14px;
    }
    body .text-slide {
        font-size: 19px;
    }
}

@media(max-width: 500px) {
    body .button-slide a span {
        padding: 8px 16px;
        font-size: 11px!important;
    }
    body .text-slide {
        font-size: 13px!important;
    }
}

.info-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-slide {
    position: relative;
}

.header-slide ul.slick-dots {
    position: absolute;
    bottom: 128px;
    text-align: center;
    width: 100%;
    left: 0;
}

@media(max-width: 900px) {
    .header-slide ul.slick-dots {
        display: none!important;
    }
}

header-slide ul.slick-dots #product .slick-dots li.slick-active button {
    border: 1.5px solid var(--dark-color-3);
    background: #EED8C1!important
}

.slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    outline: 0
}

.slick-dots li {
    display: inline-block;
    margin: 0 16px;
}

.slideWrapper .slick-dots li {
    max-width: 11px;
    overflow: hidden;
    border: 1.5px solid #FFFFFF;
    height: 11px;
}

#product.vrtual ul.slick-dots {
    bottom: -30px!important
}

#product ul.slick-dots {
    bottom: -50px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
}

@media (min-width: 1600px) {
    .not-fullwidth {
        max-width: 1440px;
        margin: auto;
        position: relative;
    }
}

.bloc-button-cart {
    margin-top: 60px;
}

.product-actions .bloc-button-cart {
    margin-top: 37px
}

.row.product-container.js-product-container {
    display: flex;
    justify-content: space-between;
    margin: 0
}

.col-md-4s.order1 {
    /*    max-width: 247px;*/
    max-width: 334px;
    width: 100%;
    position: relative;
}

.col-md-4s.order2 {
    max-width: 518px;
    width: 100%;
    position: relative;
}

.col-md-4s.order3 {
    /*    max-width: 276px;*/
    max-width: 334px;
    width: 100%
}

@media (min-width:1200px) {
    .col-md-4s.order1>* {
        max-width: 287px;
        width: 100%;
    }
}


/*
.description-short {
    max-width: 247px;
}
*/


/*#product .slick-dots li button{
    width: 18px;height: 18px;border-radius: 50%;background: var(--dark-color-3)!important;border-color: var(--dark-color-3);
}*/

.product-accessories {
    margin-bottom: 134px;
    padding-top: 112.75px;
}

.list-images .slick-dots {
    position: absolute;
    width: 100%;
    left: 0
}

#product .slick-dots li {
    margin: 0 8px;
    width: 11px;
    height: 11px;
}

.first-block-product {
    padding-top: 94px;
    padding-bottom: 273px;
    position: relative;
}

.max229 {
    max-width: 229px;
}

.text-vertical {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    transform: rotate(-90deg);
    position: absolute;
    left: 30px;
    top: 30%;
    height: 76px;
    z-index: 2;
    margin-top: 130px;
    display: flex;
    align-items: center;
}

.first-block-product .container {
    max-width: 941px;
    padding-left: 0;
    padding-right: 0;
}

#product .first-block-product .text-vertical {
    transform-origin: top left;
    top: 50%;
    left: 2%;
    margin-top: 0;
    transform: rotate(-90deg) translateX(-50%);
    bottom: unset;
}

#product .first-block-product .text-vertical2 {
    transform-origin: top right;
    top: 50%;
    right: 2%;
    margin-top: 0;
    transform: rotate(90deg) translateX(50%);
    bottom: unset;
}

#product .third1-block-product {
    position: relative;
}

#product .third1-block-product .text-vertical {
    transform-origin: top left;
    top: 40%;
    left: 2%;
    margin-top: 0;
    transform: rotate(-90deg) translateX(-50%);
    bottom: unset;
}

#product .third1-block-product .text-vertical2 {
    transform-origin: top right;
    top: 40%;
    right: 2%;
    margin-top: 0;
    transform: rotate(90deg) translateX(50%);
    bottom: unset;
}

#product .not-fullwidth {
    max-width: 100%;
}

@media (min-width: 992px) {
    .first-block-product .container .row.dflex.position-relative {
        justify-content: flex-end;
    }
    .first-block-product .img-first-bloc {
        position: absolute;
        left: 0;
    }
}

.first h3 {
    text-align: right;
    margin-bottom: 24px;
}

.second-block-product {
    background: #E9DFD0;
    padding-top: 105px;
    padding-bottom: 96px;
    position: relative;
}

.second-block-product .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 894px
}

.second-block-product .dflex {
    align-items: normal;
    margin: 0;
    justify-content: space-between;
}

.second-block-product .first {
    margin-right: 30px;
}

.second-block-product .first p {
    text-align: right;
}

.second-block-product .last {
    align-items: flex-end;
    display: flex;
    margin-left: 30px;
}

.img-first-bloc {
    z-index: 2
}

.max490 {
    max-width: 490px;
}

.max802 {
    max-width: 802px;
}

.txtflt {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 150px;
    line-height: 166px;
    letter-spacing: 0.1em;
    color: var(--coffee-color);
    opacity: 0.05;
    text-transform: uppercase;
}

.text-float1 {
    position: absolute;
    top: -112px;
    z-index: 0;
    left: -122px;
}

.text-float2 {
    position: absolute;
    right: -65px;
    bottom: -195px;
    z-index: 0;
}

.secondBloc {
    width: 100%;
    background: var(--light-coffee-color);
    position: absolute;
    left: 139px;
    z-index: -1;
    padding-top: 100px;
    top: 49px;
    padding-bottom: 56px;
    padding-right: 63px;
    z-index: 1
}

.first-block-product .secondBloc {
    position: static;
}

.first-block-product img,
.first-block-product .secondBloc,
.second-block-product img {
    border-radius: 20px;
}

.titleBloc {
    max-width: 460px;
    margin: 0 auto 112px auto
}

.content-secondBloc {
    max-width: 342px;
    float: right;
}

#product h3,
#product #wrapper .h3 {
    font-size: 30px;
    line-height: 36.31px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    z-index: 3;
}

#product .description-short h3 {
    font-size: 18px;
}

.slick-dots li button {
    display: block;
    outline: 0;
    border: none;
    opacity: 0
}

.slideWrapper .slick-dots li.slick-active {
    background: #fff;
}

.featured-products ul.slick-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -110.5px;
}

.featured-products .slick-dots li,
.sliderSuggestion .slick-dots li {
    width: 11px;
    height: 11px;
    border: 1.5px solid var(--coffee-color);
}

.featured-products .slick-dots li.slick-active,
.sliderSuggestion .slick-dots li.slick-active {
    background: var(--coffee-color);
}

.sliderSuggestion ul.slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.header-slide {
    overflow: hidden;
}

.thumbnail-container .shareLink.active .shareThisProduct {
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: column;
}

.share-product img {
    width: 43px;
}

.thumbnail-container .shareThisProduct {
    display: none;
}

.shareLink.active {
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: column;
    justify-content: center;
}

.gotoDiv:hover {
    background: linear-gradient(148.41deg, #e6ecf030 7.49%, #e6ecf0 86.48%)
}

.gotoDiv {
    width: 70px;
    height: 70px;
    background: linear-gradient(148.41deg, #E6ECF0 7.49%, rgba(255, 255, 255, 0) 86.48%);
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.slideWrapper {
    position: relative;
    z-index: 10
}

@media (max-width: 992px) {
    .slideWrapper {
        height: 500px;
    }
}

@media (max-width: 800px) {
    .slideWrapper {
        height: 460px;
    }
}

@media (max-width: 740px) {
    .slideWrapper {
        height: 435px;
    }
}

@media (max-width: 700px) {
    .slideWrapper {
        height: 405px;
    }
}

@media (max-width: 650px) {
    .slideWrapper {
        height: 375px;
    }
}

@media (max-width: 600px) {
    .slideWrapper {
        height: 350px;
    }
}

@media (max-width: 560px) {
    .slideWrapper {
        height: 325px;
    }
}

@media (max-width: 520px) {
    .slideWrapper {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .slideWrapper {
        height: 275px;
    }
}

@media (max-width: 440px) {
    .slideWrapper {
        height: 255px;
    }
}

@media (max-width: 410px) {
    .slideWrapper {
        height: 240px;
    }
}

@media (max-width: 385px) {
    .slideWrapper {
        height: 225px;
    }
}

.scrollDiv {
    text-align: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.product-suggest {
    -webkit-transform: translateY(-152px);
    -ms-transform: translateY(-152px);
    transform: translateY(-152px);
    position: relative;
    z-index: 2!important;
    margin-bottom: 7px;
}

.img-suggestion {
    height: 234px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 21px;
}

.title-suggest {
    max-width: 260px;
    margin: 0 auto;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}

article.product-miniature.js-product-miniature .pw-fav-toggle,
.shareLink,
.btn-addCart {
    opacity: 0;
    transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
}

.product-accessories .shareLink {
    margin-top: -4px;
}

article.product-miniature:hover .pw-fav-toggle,
article.product-miniature:hover .shareLink,
article.product-miniature:hover .btn-addCart {
    opacity: 1
}

.title-suggest h3,
.title-suggest .h3 {
    color: var(--coffee-color);
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.bloc-link {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.item-coffee .bloc-link {
    color: #fff;
    bottom: -20px;
}

.thumbnail-container .bloc-link {
    right: -20px;
    bottom: -20px;
}

#search #giftcard_block {
    display: none;
}

.category-cafe .suggestion-product {
    margin-top: 200px;
}

#cafedespecialite .suggestion-product {
    margin-top: 128px
}

.suggestion-product {
    padding-top: 110px;
    background: var(--coffee-color);
    margin-top: 250px;
    min-height: 420px;
}

.aos-init.aos-animate {
    position: relative;
    z-index: 1;
}

.titlePrice.title-filter,
.titlePrice.title-filter+ul {
    padding-left: 38px;
}

.titlePrice.title-filter+.faceted-slider li {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;
}

.titlePrice.title-filter+.faceted-slider li p {
    margin-top: 10px;
    color: var(--coffee-color);
}

.item-suggestion {
    background: #fff;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 37px;
    border: 1px solid var(--coffee-color);
    border-radius: 15px;
    position: relative;
    height: 408px;
    max-width: 276px;
    width: 100%;
    margin: auto;
}

.product-suggest .col-md-4 {
    padding-left: 6px;
    padding-right: 6px;
}

.item-suggestion a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.description-suggest {
    max-width: 494px;
    color: #fff;
    margin: 0 auto;
    padding-bottom: 210px;
}

.productSuggestCart>h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    margin-bottom: 66px;
    margin-left: -10px;
}

#cart .productSuggestCart>h3 {
    margin-left: 0
}

.suggestion-product h3,
.suggestion-product .h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 37.5px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    min-height: 73px
}

.product-suggest .container {
    max-width: 854px;
    padding-left: 0;
    padding-right: 0;
}

.bloc-link {
    color: var(--coffee-color);
}

.link-product {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    z-index: 1;
}

.product-list-reviews {
    display: none;
}

.button {
    text-transform: uppercase;
    color: var(--coffee-color);
    background: #FFFFFF;
    border: 2px solid var(--coffee-color);
    padding: 14px 29px;
    display: inline-block;
    height: 46px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: 35px;
}

.max408 {
    max-width: 408px;
}

.weare-bloc1 {
    background: var(--coffee-color);
    padding: 56px 148px 71px 96px;
    color: #fff;
    position: relative;
    border-radius: 25px;
}

.weare-bloc1 p {
    line-height: 25px;
}

.bloc-definition .container {
    position: relative;
}

.weare-bloc1::before {
    width: 507px;
    height: 158px;
    background: url("/webp_images/themes/classic/assets/img/img-fleche.webp") no-repeat;
    content: "";
    position: absolute;
    bottom: -180px;
    left: -240px;
    z-index: 2;
    background-size: cover;
}

.bloc-pink {
    max-width: 630px;
    padding-top: 50px;
    padding-left: 43px;
    padding-right: 92px;
    padding-bottom: 41px;
    background: #e9d6cd;
    z-index: 0!important;
    border-radius: 25px;
}

.bloc-pink:before {
    content: "";
    background: url("/webp_images/themes/classic/assets/img/dessinplante2.webp") no-repeat;
    background-size: cover;
    width: 695px/*424px*/
    ;
    height: 701px/*497px*/
    ;
    right: -474px/*-380px*/
    ;
    top: -404px/*-292px*/
    ;
    position: absolute;
}

.bloc-pink:after {
    content: "";
    background: url("/webp_images/themes/classic/assets/img/img-after.webp") no-repeat;
    background-size: cover;
    position: absolute;
    width: 340px;
    height: 207px;
    right: -230px;
    bottom: -180px;
}

.description-Home>div {
    margin: 0 auto;
    /*transform: translateY(-70px);*/
}

.max756 {
    max-width: 756px;
}

.bloc-pink p {
    color: var(--coffee-color);
    line-height: 25px
}

.bloc-pink .col-sm-6:last-of-type a {
    float: right;
}

.textBg {
    font-size: 150px;
    line-height: 110px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    text-shadow: rgb(185, 105, 85) 1px 0px 0px, rgb(185, 105, 85) 0.540302px 0.841471px 0px, rgb(185, 105, 85) -0.416147px 0.909297px 0px, rgb(185, 105, 85) -0.989992px 0.14112px 0px, rgb(185, 105, 85) -0.653644px -0.756802px 0px, rgb(185, 105, 85) 0.283662px -0.958924px 0px, rgb(185, 105, 85) 0.96017px -0.279415px 0px;
    color: #fff;
}

.lastbloc .textVertical {
    right: -120px;
    margin-top: 20px;
}

.text-p {
    position: absolute;
    max-width: 280px;
    top: 72px;
    left: 79px;
}

.lastbloc {
    align-items: flex-start;
    justify-content: end;
    display: flex;
    margin-top: 76px;
    margin-right: 37px;
}

.lastbloc .text-p {
    left: 115px;
}

.bloc-pink .col-sm-6 {
    padding-right: 0;
    line-height: 35px;
}

.bloc-definition img {
    width: 100%;
    object-fit: cover;
}

.bloc-pink .col-sm-6:last-of-type p {
    margin-bottom: 79px;
}

.weare-bloc2 {
    position: relative;
    z-index: 1;
    max-width: 675px;
    top: 0;
}

@media (max-width: 767.98px) {
    .weare-bloc2 {
        top: 0;
    }
    .second-blochome .row-def {
        gap: 0;
    }
}

.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weare-bloc1 h,
.bloc-pink h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    max-width: 221px;
    margin-bottom: 28px;
}

.bloc-pink h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: none;
    color: var(--coffee-color);
}

.btn-bloc-right {
    text-align: right;
    margin-top: 25px;
    display: block;
}

.btn-bloc-right a {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2em;
}

.third-country .textVertical {
    top: 50%;
}

.third-country .text-bigVrtl {
    bottom: 430px;
    -webkit-transform: rotate(-90deg) translateY(-212px);
    -ms-transform: rotate(-90deg) translateY(-212px);
    transform: rotate(-90deg) translateY(-212px);
}

#nosespaces .third-mini-office .textVertical,
#minioffice .third-mini-office .textVertical,
#barista .third-mini-office .textVertical {
    top: auto;
    bottom: -95px;
}

#nosespaces .fifth-mini-office .textVertical,
#minioffice .fifth-mini-office .textVertical,
#barista .fifth-mini-office .textVertical,
#chr .fifth-mini-office .textVertical,
#da .fifth-mini-office .textVertical {
    top: auto;
    bottom: 46%;
}

.second-caron .textVertical {
    top: auto;
    bottom: 25%;
}

.sixth-caron .textVertical {
    top: auto;
    bottom: 29%;
}

.textVertical {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 23%;
    height: 57px;
    display: flex;
    align-items: center;
}

.textVertical3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 50%;
    height: 57px;
    display: flex;
    align-items: center;
}

.weare-bloc1 h3 {
    margin-bottom: 33px;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.2em;
    min-height: 88px;
}

.bg-blk-country .textVertical2 {
    top: -138px;
}

#barista .second-mini-office .bg-blk .textVertical2 {
    top: -30px;
}

.second-caron .textVertical2 {
    top: 24%;
    left: 50px;
}

.sixth-caron .textVertical2 {
    top: 208px;
}

.textVertical2 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    transform: rotate(-90deg);
    position: absolute;
    left: 17px;
    top: 50%;
    height: 57px;
    z-index: 2
}

.text-vertical3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    transform: rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    left: 2%;
    top: 50%;
    height: 76px;
    z-index: 2;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.text-vertical2 {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    transform: rotate(90deg);
    position: absolute;
    right: 30px;
    top: 30%;
    height: 76px;
    z-index: 2;
    margin-top: 130px;
    display: flex;
    align-items: center;
}

.second-block-product .text-vertical,
.second-block-product .text-vertical2 {
    bottom: 175px;
    top: auto;
}

.second-block-product .text-vertical {
    transform-origin: top left;
    top: 50%;
    left: 2%;
    margin-top: 0;
    transform: rotate(-90deg) translateX(-50%);
    bottom: unset;
}

.second-block-product .text-vertical2 {
    transform-origin: top right;
    top: 50%;
    right: 2%;
    margin-top: 0;
    transform: rotate(90deg) translateX(50%);
    bottom: unset;
}

.product-accessories>h3 {
    margin-bottom: 60.75px;
}

.product-accessories .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 854px;
}

.product-accessories .product-miniature .product-price-and-shipping {
    display: none;
}

.third-block-product {
    padding-top: 112px;
    padding-bottom: 47px;
}

.max459 {
    max-width: 459px;
    margin: auto;
}

.max375 {
    max-width: 375px;
}

.bloc-definition .container {
    position: relative;
    max-width: 1042px;
    padding: 0
}

.bloc-definition .second-blochome {
    position: relative;
    max-width: 1042px;
    padding-left: 40px;
    margin-top: 299px;
}

.bloc-definition::before {
    content: "";
    background: url("/webp_images/themes/classic/assets/img/dessinplante3.webp") no-repeat;
    width: 736px/*426px*/
    ;
    height: 908px/*424px*/
    ;
    position: absolute;
    top: -180px;
    left: -162px/*-52px*/
    ;
    transform: rotate(357deg);
    z-index: 1;
    background-size: cover;
}


/*.bloc-definition::before{
    content: "";
    background: url("/webp_images/themes/classic/assets/img/dessinplante3.webp") no-repeat;
    width: 600px;
    height: 597px;
    position: absolute;
    top: 23px;
    left: -88px;
    transform: rotate(357deg);
    z-index: 1;
    background-size: cover;
}*/

.weare-bloc1>div {
    position: relative;
    z-index: 2;
}

.container {
    padding-left: 130px;
    padding-right: 130px;
}

main {
    overflow: hidden;
}

.scrollTop a {
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    font-weight: 700;
    font-size: 11.25px;
    line-height: 14px;
}

.socialFixed {
    position: fixed;
    bottom: 90px;
    z-index: 10;
}

.socialFixed .block-social ul {
    flex-direction: column;
}

.socialFixed .block-social ul li {
    margin: 17px 0 17px 52px;
    max-width: 24px;
}

.socialFixed .block-social ul li a svg {
    max-width: 24px;
}

.scrollTop a:hover,
.scrollTop a:focus {
    outline: 0;
    text-decoration: none;
}

.scrollTop span {
    width: 30px;
    height: 30px;
    background: var(--coffee-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 15px;
    font-size: 28px;
    color: #fff;
}

.listProductSuggestCart .itemSuggest-Cart {
    padding-left: 6px;
    padding-right: 6px;
}

.productSuggestCart {
    max-width: 1030px;
    margin: 0 auto;
}

.productSuggestCart .js-product.product {
    padding-left: 5px;
    padding-right: 5px;
}

#checkout .scrollTop {
    margin-bottom: 30px;
    margin-top: 30px;
}

#cafedespecialite .scrollTop {
    margin-top: 0
}

.scrollTop {
    float: right;
    margin-bottom: 70px;
    margin-top: 209px;
}

.single-post .header-blog {
    display: none;
}

#module-prestablog-blog .scrollTop {
    margin-bottom: 52px;
    margin-top: 86px;
}

#authentication .scrollTop {
    display: none;
}

#Annecaron .scrollTop,
#annecaron .scrollTop,
#Engagements .scrollTop,
#engagements .scrollTop {
    margin-bottom: 0;
    margin-top: 0;
    -webkit-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    transform: translateY(-42px);
}

.footerCart {
    background: #fff;
    display: block;
    padding-top: 186px;
    padding-bottom: 249px;
}

.register-form .form-control+.form-control-comment,
#password .scrollTop,
#cart .scrollTop,
#identity .scrollTop {
    display: none;
}

.register-form .form-group {
    margin-bottom: 0;
}

#authentication .register-form .form-group {
    margin-bottom: 18px;
}

.content_client {
    margin-bottom: 155px;
}

#nosespaces .scrollTop,
#minioffice .scrollTop,
#barista .scrollTop {
    margin-bottom: 41.5px;
    margin-top: 138px;
}

#chr .scrollTop,
#da .scrollTop {
    margin-top: 138px;
}

.descriptionTextHome {
    max-width: 500px;
    margin: 50px auto 60px auto;
    color: var(--coffee-color);
}

#booking_product_quantity_wanted {
    color: var(--dark-color-3)!important;
}

#laboutique .scrollTop {
    margin-bottom: 54px;
    margin-top: 66px!important;
}

#product .scrollTop {
    margin-top: 40px;
    margin-bottom: 31px
}

.cart-content-btn a.btn-primary {
    font-weight: 500;
    font-size: 10px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--coffee-color);
    background: #fff;
    border: 1px solid var(--coffee-color);
    width: 50%;
    max-width: 194px;
    height: 45px;
}

.cart-content-btn a.btn-primary:hover {
    color: var(--coffee-color);
}

body.modal-open main.modal-open {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.cart-content-btn button {
    font-weight: 500;
    font-size: 10px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: var(--coffee-color);
    max-width: 194px;
    height: 45px;
    padding: 0 10px;
}

.cart-content-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 19px;
}

#module-giftcard-choicegiftcard .header-category {
    margin-bottom: 0;
}

.header-category {
    height: 399px;
    position: relative;
    margin-bottom: 80px;
}

#wrap-phone-pop,
#lft-side,
#head-cdes {
    background: var(--dark-color-1)!important;
}

#cp-link-step {
    z-index: 1;
}

#cp-link-step li,
#head-cdes,
#cp-link-step,
#lft-side {
    border: none!important;
}

.img-src {
    left: 50% !important;
    height: 100%;
    transform: translate(-50%, 0);
}

#product .cp-gridme .cp-cibled-row {
    background-color: transparent;
}

#product .cp-gridme .sqr,
#product .cp-gridme-cover .sqr,
#product .pre-design .cp-cibled-row {
    outline-color: transparent !important;
}

#product .update-opt {
    left: auto;
    right: 25px;
}

#center-side {
    width: 640px !important;
}

#product .sqr .wrap-img-drag {
    overflow: visible;
}

#product .sqr .wrap-img-drag .cp-h-v {
    bottom: -20px;
}

@media (max-width: 1535.98px) {
    #center-side {
        width: 600px !important;
    }
}

@media (max-width: 1439.98px) {
    #center-side {
        width: 480px !important;
    }
}

@media (max-width: 979px) {
    #product .update-opt {
        right: auto;
        top: 156px;
    }
    #product #cp-phone {
        padding-top: 150px;
    }
}

a.update-opt * {
    color: #fff!important;
}

.cp-btn-action a samp,
.update-opt samp {
    border: 1px solid #fff!important;
}

.title-bloc {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 70px;
}

.title-bloc h1 {
    font-weight: 700;
    font-size: 37.5px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

.max776 {
    max-width: 582px;
    margin: 0 auto
}

.description-cat {
    margin-bottom: 259px;
    padding-top: 78.5px;
}

.description-cat p {
    font-weight: 400;
    font-size: 15px;
    line-height: 38px;
    letter-spacing: 0.2em;
    color: var(--coffee-color);
}

#category #wrapper .breadcrumb {
    position: absolute;
    top: -9999999px;
}

.newsletter-bloc {
    background: #FBF3ED;
    padding-top: 83px;
}

.newsletter-bloc .scrollTop {
    margin-bottom: 50px;
    margin-top: 30px;
}

.social-blocategory svg * {
    fill: #E6E1DC;
    stroke: var(--coffee-color)
}

.social-blocategory svg {
    width: 60px;
    height: 60px;
}

.newsletter-bloc .block-social ul li {
    height: auto;
    width: auto;
}

.social-blocategory .block-social {
    text-align: center;
    float: none;
    padding-top: 100px;
}

.social-blocategory {
    display: block;
    width: 100%;
    overflow: hidden;
}

.social-blocategory .instagram-class {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.social-blocategory .facebook-class {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.social-blocategory .block-social ul {
    justify-content: center;
}

.block_newsletter form input.btn-newletters,
.block_newsletter a.btn-newletters {
    cursor: pointer;
    background: #FBF3ED url(../img/icon-button-newsletters.svg) no-repeat;
    background-size: cover;
    height: 250px;
    box-shadow: none;
    width: 250px;
    text-indent: -999999px;
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -125px;
}

.wrapper-item-formation {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 19.5px;
}

.item-formation img {
    height: 100%;
    object-fit: cover;
}

.item-formation,
.item-sformation {
    min-height: 409px;
    position: relative;
    background: #ECDAC4;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 15px;
    border: 2px solid var(--light-coffee-color);
}

.item-formation {
    max-width: 331px;
}

.item-sformation {
    max-width: 276px;
}

.item-formation a,
.item-sformation a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.nameFormation {
    max-width: 265px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 50%;
    margin-left: -132.5px;
    min-height: 95.25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--coffee-color);
}

body .unavailable_slot_err {
    color: var(--coffee-color)!important;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}

.item-sformation img {
    height: 409px;
    object-fit: cover;
}

.nameFormation h3 {
    padding-left: 47px;
    padding-right: 47px;
}

.nameFormation h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    color: var(--coffee-color);
}

.item-coffee .thumbnail-top {
    height: 250px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-coffee .thumbnail-top img {
    height: 100%;
    object-fit: cover;
}

.img-suggestion img {
    height: 100%;
    object-fit: cover;
    margin: 0 auto
}

.facebook-class {
    order: 3;
}

.instagram-class {
    order: 2
}

.linkedin-class {
    order: 1
}

.item-coffee .product-description {
    background: transparent;
    padding: 0;
    height: auto;
}

.list-product-coffee .container {
    max-width: 854px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

.list-formationProduct .container {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

.list-sformationProduct .container {
    max-width: 858px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

.list-giftCard .container {
    max-width: 944px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

.category-carte-cadeaux .suggestion-product {
    margin-top: 355px;
}

.list-gift {
    padding-left: 7px;
    padding-right: 7px;
}

.list-product-coffee .product-miniature {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 296px;
}

.list-product-coffee .product-miniature:nth-child(6) .product-title,
.list-product-coffee .product-miniature:nth-child(6) .text-description,
.list-product-coffee .product-miniature:nth-child(6) .bloc-link {
    color: var(--coffee-color);
}

.list-product-coffee .product-miniature:nth-child(8) .product-title,
.list-product-coffee .product-miniature:nth-child(8) .text-description,
.list-product-coffee .product-miniature:nth-child(8) .bloc-link {
    color: var(--coffee-color);
}

@media (max-width: 540px) {
    .list-product-coffee .product-miniature {
        max-width: initial;
    }
}

.list-product-coffee .row {
    display: flex;
    flex-wrap: wrap;
}

.list-formationProduct .wrapper-item-formation {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.item-gift {
    min-height: 320px;
    max-width: 473px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #526AAC url("/webp_images/themes/classic/assets/img/category/giftCard.webp") no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto 14px auto;
}

.list-formationProduct+.suggestion-product {
    margin-top: 70px;
}

.list-gift:nth-child(2n) .item-gift {
    background: #A28CE1 url("/webp_images/themes/classic/assets/img/category/giftCard2.webp") no-repeat;
    background-size: cover;
}

.item-gift a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
}

.item-gift h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 194px;
}

.price-bloc {
    font-weight: 500;
    font-size: 37.5px;
    line-height: 45.38px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    max-width: 204px;
}

.pw-fav-toggle i {
    opacity: 0
}

.logo-bloc img {
    max-height: 70px;
}


/*bigger logo on homepage*/

#index .logo-bloc img {
    max-height: 90px;
}

#index #_desktop_logo {
    padding: 0;
}

@media(max-width:700px) {
    #index #_desktop_logo>a {
        width: 400px;
    }
    #index #_desktop_logo>a img {
        display: block;
        margin: auto;
    }
}

@media(max-width:670px) {
    #index #_desktop_logo>a {
        width: 375px;
    }
}

@media(max-width:650px) {
    #index #_desktop_logo>a {
        width: 350px;
    }
}

@media(max-width:620px) {
    #index #_desktop_logo>a {
        width: 320px;
    }
}

@media(max-width:600px) {
    #index #_desktop_logo>a {
        width: 380px;
    }
}

@media(max-width:575px) {
    #index #_desktop_logo>a {
        width: 340px;
    }
}

@media(max-width:540px) {
    #index #_desktop_logo>a {
        width: 310px;
    }
}

@media(max-width:500px) {
    #index #_desktop_logo>a {
        width: 270px;
    }
}

@media(max-width:465px) {
    #index #_desktop_logo>a {
        width: 240px;
    }
}

@media(max-width:440px) {
    #index #_desktop_logo>a {
        width: 215px;
    }
}

@media(max-width:410px) {
    #index #_desktop_logo>a {
        width: 190px;
    }
}

@media(max-width:390px) {
    #index #_desktop_logo>a {
        width: 175px;
    }
}

.header-slide .slick-track {
    max-height: 923px;
}

.row-def {
    justify-content: space-between;
    position: relative;
}

ul.shareThisProduct li {
    margin-left: 0;
    margin-bottom: 5px;
}

ul.shareThisProduct li:last-child {
    margin-bottom: 0;
}

.thumbnail-container .shareLink.active .shareThisProduct img {
    max-width: 25px;
}

.shareThisProduct a {
    width: 30px;
    height: 30px;
    display: block;
}

.shareProductModal .modal-dialog {
    width: 300px!important;
    justify-content: center;
}

#category #giftcard_block {
    display: none;
}

.wrapper-review {
    background: #EFEDE8;
    border: 0.75px solid var(--dark-color-3);
    box-shadow: 1.5px 3px 10.5px rgba(0, 0, 0, 0.15);
    max-width: 311px;
    min-height: 396px;
}

.review-block-product {
    padding-top: 76.5px;
}

.review-block-product .container {
    padding-right: 0!important;
    padding-left: 144.75px;
    margin-right: 0
}

@media (min-width: 1600px) {
    .review-block-product .container {
        margin-right: auto
    }
}

.list-reviews .slick-list.draggable {
    padding: 0 145px 0 0 !important;
}

.list-reviews {
    margin-top: 57px;
}

.img-item-review img {
    background: #FFFFFF;
    border: 0.75px solid var(--dark-color-3);
    border-radius: 88.875px;
    max-width: 168px;
    padding: 2px;
}

.img-item-review {
    text-align: center;
    margin: -114px auto 0 auto;
    width: 168px;
    height: 228px;
}

.pseudo-review {
    max-width: 198px;
    margin: 19.5px auto 0 auto;
    text-transform: uppercase;
    min-height: 39px;
    font-weight: 700;
    font-size: 11.25px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.2em;
}

.date-review {
    font-weight: 400;
    font-size: 7.5px;
    line-height: 9px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dark-color-3);
}

.footer-review {
    padding-right: 38.25px;
    padding-left: 38.25px;
    margin-top: 45.75px;
}

.description-review {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    min-height: 108px;
}

.description-review p {
    line-height: 27px;
    margin-bottom: 0;
    text-align: center;
}

.item-review {
    float: left;
    padding-top: 114px;
}

#spr_reviews_list_footer.tabs {
    margin-top: 0;
    padding: 0
}

@media(max-width: 1235px) {
    .item-review {
        margin-right: 30px;
    }
}

@media(max-width: 1029px) {
    .col-md-4s.order2 {
        max-width: 418px;
    }
}

@media (max-width: 991px) {
    section.second-spec:after {
        content: none;
    }
    .return-blk {
        margin-bottom: 26px;
        margin-top: 40px
    }
    li.tvmega-menu-link.menu-item.item-line {
        text-align: left!important;
    }
    .tv-menu-horizontal ul li ul {
        background: transparent!important;
    }
    .tv-menu-horizontal li.level-1 {
        border-bottom: none!important;
    }
    .tv-menu-horizontal .menu-dropdown li a {
        color: #fff;
        font-weight: 300;
        font-style: italic;
        padding-bottom: 5px;
        border-bottom: 1px solid #ffffff26;
        display: block!important;
        margin-top: 5px;
    }
    .tvmobile-slidebar.open {
        visibility: visible;
        text-align: left;
        left: 0;
        transform-origin: top;
        -webkit-transition: all .3s ease .1s;
        -moz-transition: all .3s ease .1s;
        -ms-transition: all .3s ease .1s;
        -o-transition: all .3s ease .1s;
        transition: all .3s ease .1s;
    }
    .tvmobile-slidebar {
        visibility: hidden;
        position: fixed;
        z-index: 1001;
        padding: 15px;
        background-color: var(--coffee-color);
        border: 1px solid var(--coffee-color);
        border-radius: 0;
        left: -300px;
        min-width: 300px;
        width: 300px;
        height: 100vh;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        transform-origin: top;
        -webkit-transition: all .3s ease .1s;
        -moz-transition: all .3s ease .1s;
        -ms-transition: all .3s ease .1s;
        -o-transition: all .3s ease .1s;
        transition: all .3s ease .1s;
    }
    .tv-menu-horizontal ul li.parent .icon-drop-mobile:after {
        color: #fff!important;
    }
    div#tvmobile-megamenu {
        margin-top: 40px;
        border-top: 1px solid #fff;
        padding-top: 30px;
    }
    .tv-menu-horizontal li.level-1>a {
        color: #fff!important
    }
    .bloc_help {
        display: none;
    }
    .description-cat {
        padding-left: 30px;
        padding-right: 30px;
    }
    .suggestion-product {
        margin-top: 30px
    }
}

@media (max-width: 992px) {
    body .second-spec .imgcafe2 {
        margin: 60px auto 0 auto;
        position: static;
    }
    body .second-spec .imgcafe {
        position: static;
        margin: 0 auto 50px auto;
    }
    .list-image-slide-barist:after {
        content: none!important;
    }
    .current-price {
        text-align: left;
    }
    span.reduction-mob {
        display: inline-block;
        font-size: 15px;
        border: 1px solid #fff;
        padding: 5px;
        letter-spacing: normal;
    }
    body .phone-card {
        width: 48.25px;
        height: 62px;
    }
    .checked+.receptmode_printathome .email-card {
        background-size: 70px!important;
        background-position: center!important;
    }
    body .email-card {
        width: 82px;
        height: 48.25px;
        background-size: 70px;
        background: url(../img/infos/icon-email-white.svg) no-repeat center;
    }
    body .first-bloc-c {
        width: 200px;
        height: 198px;
    }
    body .description-card {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .form-giftCard,
    #gc-step-information .gc-section-content {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .icon-nav-prev {
        left: 0!important
    }
    .icon-nav-next {
        right: 0!important
    }
    .altitude-info {
        padding-left: 0;
    }
    .first-block-product .row {
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0
    }
    .secondBloc {
        position: static;
        width: 50%;
        padding: 40px
    }
    .first-block-product {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .img-first-bloc {
        width: 50%;
        padding-right: 30px;
    }
    #product ul.slick-dots {
        bottom: 0
    }
    #product #content+.bloc-button-cart {
        display: none;
    }
    .content-secondBloc {
        max-width: 100%;
        float: none;
    }
    .product-discounts.js-product-discounts {
        display: none;
    }
    .text-float1 {
        top: -92px;
        left: 0;
    }
    .text-float2 {
        right: 0;
        bottom: -90px;
    }
    .txtflt {
        font-size: 100px;
    }
    .product-quantity .add {
        position: static;
        top: auto;
        margin-top: 20px;
        float: none;
        display: block;
    }
    .right-blocAction {
        display: none;
    }
    .standard-header .product-information {
        max-width: 100%;
        float: left;
        width: 100%;
    }
    .description-short {
        max-width: 100%;
    }
    .row.product-container.js-product-container {
        flex-direction: column;
    }
    .col-md-4s.order1 {
        max-width: 100%;
        width: 100%;
        order: 2;
    }
    .col-md-4s.order2 {
        max-width: 100%;
        order: 1;
    }
    .col-md-4s.order3 {
        max-width: 100%;
        order: 3;
    }
    .product-actions.js-product-actions {
        display: flex;
        flex-direction: column;
    }
    .product-actions.js-product-actions #add-to-cart-or-refresh {
        display: flex;
        flex-direction: column;
        order: 2;
    }
    .product-actions.js-product-actions .product-variants.js-product-variants {
        order: 1
    }
    .product-actions .bloc-button-cart {
        margin-top: 0;
        order: 2;
    }
    #product .product-prices.js-product-prices {
        display: none;
        text-align: left;
        order: 1;
    }
    body .product-variants>.product-variants-item select,
    body select.form-control:not([size]):not([multiple]) {
        max-width: 100%;
        background-position: 97%;
    }
    .standard-header .product-actions .control-label {
        text-align: left;
    }
    .standard-header .title-card {
        text-align: left;
    }
    #product .product-quantity #quantity_wanted,
    #booking_product_quantity_wanted {
        margin: 0
    }
}

@media (max-width: 768px) {
    .item-cafe.slick-slide.slick-current.slick-active.slick-center .wrapper-cafe {
        max-width: 170px;
        margin: 0 auto;
    }
    body .item-cafe.slick-center .img-cafe {
        height: 236px;
    }
    body .item-cafe.slick-active:not(.slick-center) .wrapper-cafe {
        height: 132px;
        max-width: 132px;
    }
    .list-image-slide-barist {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fourth-caron {
        padding-bottom: 80px;
    }
    #Annecaron .bloc-img3,
    #Annecaron .bloc-img1,
    #annecaron .bloc-img3,
    #annecaron .bloc-img1,
    #Engagements .bloc-img3,
    #Engagements .bloc-img1,
    #engagements .bloc-img3,
    #engagements .bloc-img1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    body .gc-receptmode-option .custom-radio {
        left: 31px;
    }
    .gc-receptmode-option.clearfix {
        padding-left: 40px;
        padding-right: 40px;
    }
    .info-Img-center {
        display: none;
    }
    .fourth-block-product {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .img-Info-block {
        max-width: 420px;
        height: 420px;
        margin-top: -210px;
        margin-left: -210px;
    }
    .gtitle1,
    .gtitle2 {
        font-size: 80px
    }
    .process-info:before,
    .variety-info:before,
    .altitude-info:before,
    .origin-info:before {
        content: none;
    }
    .second-block-product {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .list-product-coffee .row {
        display: flex;
        flex-wrap: wrap;
    }
    .list-product-coffee .product-miniature {
        width: 50%;
        margin-bottom: 20px;
    }
    .second-block-product .dflex {
        flex-direction: column;
    }
    .second-block-product .first {
        margin-right: 0;
        max-width: 100%;
    }
    .img-blk.max376 {
        text-align: center;
    }
    .second-block-product .last {
        margin-left: 0;
        max-width: 100%;
        margin-top: 20px;
    }
}

@media(min-width: 600px) {
    .max582 {
        max-width: 582px;
        margin: 0 auto
    }
}

@media(max-width: 640px) {
    .origin-info,
    .variety-info {
        transform: none;
    }
    .gtitle1 span {
        margin-right: 0
    }
    .fourth-block-product {
        padding-bottom: 140px;
    }
    body .email-card,
    .checked+.receptmode_printathome .email-card {
        background-size: 50px!important;
        background-position: center!important;
    }
    .custom-radio input[type="radio"]:checked+span:before {
        content: "\e876";
        font-family: "Material Icons";
        color: #fff;
        font-size: 30px;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        top: 6px;
    }
    .gc-receptmode-option.clearfix {
        padding-bottom: 40px;
    }
    .gc-receptmode-options {
        padding-bottom: 0px!important;
    }
    body .gc-receptmode-option .custom-radio {
        left: 50%;
        margin-left: -9px;
        top: -10px;
        width: 40px;
        height: 40px;
        border: 3px solid #fff;
    }
    .custom-radio input[type="radio"]:checked+span {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    body .first-bloc-c {
        width: 100%;
        height: 88px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding-left: 40px;
        border-right: 0;
    }
    body label.receptmode_printathome {
        display: flex;
        flex-direction: column;
        margin-bottom: 70px;
    }
    .description-label {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .title-send-card {
        max-width: 100%!important;
        text-align: left!important;
        width: 100%;
        margin-left: 30px;
    }
}

@media(max-width: 600px) {
    .date-select-card {
        padding-top: 80px;
    }
    .max582.textgift {
        max-width: 100%;
        padding: 0 40px;
    }
    #product h1 {
        font-size: 30px;
    }
    .product-accessories {
        margin-bottom: 80px;
    }
    .third1-block-product {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .third-block-product {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .review-block-product h3 {
        padding-right: 30px;
        text-align: center;
    }
    #product h3,
    body #choicegiftcard h2 {
        font-size: 20px!important;
    }
    .review-block-product .container {
        padding-right: 0!important
    }
    .list-reviews .slick-list.draggable {
        padding: 0 85px 0 0 !important;
    }
    .last-text {
        max-width: 100%!important;
    }
    .gtitle1,
    .gtitle2 {
        font-size: 64px;
        line-height: 70px;
        padding-left: 0
    }
    .imgInfo {
        background-size: 130px!important
    }
    .img-Info-block {
        display: none;
    }
    #product .product-quantity #quantity_wanted,
    #booking_product_quantity_wanted {
        max-width: 100%
    }
    .first-block-product .row {
        flex-direction: column;
    }
    .img-first-bloc {
        width: 100%;
        padding-right: 0;
        max-width: 100%;
    }
    .img-first-bloc img {
        width: 100%;
    }
    .secondBloc {
        width: 100%;
        margin-top: 30px;
    }
    .item-coffee .thumbnail-top {
        height: auto;
    }
    .item-coffee {
        min-height: 300px
    }
    .item-coffee h3,
    .item-coffee .h3 {
        font-size: 13.75px !important;
        line-height: 18px !important;
        margin-top: 24px;
        min-height: auto;
    }
    .suggestion-product h3,
    .suggestion-product .h3 {
        font-size: 21.5px;
    }
    .description-suggest {
        padding-left: 30px;
        padding-right: 30px;
    }
    .search-widgets {
        display: none;
    }
}

@media(max-width: 500px) {
    .infotext {
        flex-direction: column;
    }
    .infotext-left {
        max-width: 100%!important;
    }
    .infotext-right {
        text-align: left;
        padding-top: 0;
        max-width: 100%!important;
    }
    .last-text {
        margin-top: 0!important;
    }
    .wrapper-review {
        max-width: 283px;
    }
    #product .imgpicto img {
        max-width: 95px
    }
    .ta-gc-submit {
        flex-direction: column;
    }
    #formgiftcard .preview_form.submit_button,
    button.submit_form.submit_button {
        max-width: 100%!important;
        margin-right: 0!important;
        border: 1px solid var(--coffee-color);
    }
    #formgiftcard .preview_form.submit_button {
        margin-bottom: 20px;
    }
    #module-giftcard-choicegiftcard .scrollTop {
        margin-bottom: 55px!important;
        margin-top: 55px!important;
        margin-right: 0!important;
        float: none;
    }
}

@media(max-width: 400px) {
    .list-product-coffee .product-miniature {
        width: 82%;
        margin: 10px auto;
    }
}

.mobile-menu-open {
    position: relative;
}

.mobile-menu-open:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    content: "";
    left: 0;
    top: 0;
    z-index: 999;
}

.closeMenu {
    float: right;
    color: #fff;
}

#module-giftcard-choicegiftcard #wrapper .container {
    padding: 0!important;
    max-width: 100%;
}

#module-giftcard-choicegiftcard .card-block {
    padding: 0!important;
    margin-bottom: 0;
}

#module-giftcard-choicegiftcard .page-footer {
    display: none;
}

.first-bloc-c {
    width: 276px;
    height: 258px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 0.75px solid #fff;
}

.description-label {
    height: 100%;
    padding-left: 83px;
    padding-right: 83px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%
}

#formgiftcard .description-label,
#formgiftcard .first-bloc-c {
    border-radius: 10px;
    border: 1px solid white;
}

.email.datesendcard strong {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

#formgiftcard input.email:focus {
    border: 0;
    border-bottom: 1.5px solid #FFFFFF;
    color: #fff;
}

#formgiftcard textarea.textarea_comment {
    border-bottom: 1px solid var(--coffee-color);
}

#formgiftcard input.email {
    background: none!important;
    padding: 13px 13px 13px 10px;
    color: #fff;
    opacity: 0.5;
    font-weight: 400;
    font-size: 11.25px;
    line-height: 22px;
    letter-spacing: 0.2em;
    font-family: 'Inter';
    border: 0;
    border-bottom: 1.5px solid #FFFFFF;
    box-shadow: none;
}

#formgiftcard button.submit_button:disabled {
    opacity: 0.5;
}

.description-label input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5
}

.description-label input::-moz-placeholder {
    color: #fff;
    opacity: 0.5
}

.description-label input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5
}

.description-label input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5
}

.description-label input::placeholder {
    color: #fff;
    opacity: 0.5
}

.gc-receptmode-option .custom-radio {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: -9px;
}

.description-label p {
    text-align: left;
    margin: 0!important;
}

.description-card {
    padding-top: 188px;
    padding-bottom: 208px
}

.first-step-card {
    background: var(--coffee-color);
    padding-top: 100px;
    border-radius: 60px;
    margin: 10px 40px;
}

#module-giftcard-choicegiftcard .step-number {
    display: none;
}

#choicegiftcard h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.price-card select {
    color: var(--coffee-color);
    width: 121px;
    border-width: 0;
}

.first-step-card>h2 {
    color: #fff;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.list-filed label {
    white-space: nowrap;
}

.list-filed {
    display: flex;
    align-items: center;
}

#gc-step-information .list-filed .input,
#gc-step-information .list-filed .input:focus {
    padding: 0 13px 0 13px;
    border-width: 0;
    box-shadow: none;
    font-style: italic;
    font-weight: 500;
    font-size: 11.25px;
    line-height: 14px;
    letter-spacing: 0.2em;
    color: var(--coffee-color);
    opacity: 0.5;
    margin: 0
}

p.text.list-filed {
    align-items: flex-start;
}

.count-caracters {
    font-size: 11.25px;
    line-height: 14px;
    font-style: italic;
}

.price-card select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}


/* For IE10 */

.price-card select::-ms-expand {
    display: none;
}

.list-filed span:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 9px;
    height: 0.75px;
    background: var(--coffee-color);
}

.price-card span:after {
    font-family: 'Material Icons';
    content: "\e409";
    font-size: 20px;
    font-style: normal;
    right: -25px;
    position: absolute;
    bottom: -4px;
}

.price-card span:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 0.75px;
    background: var(--coffee-color);
}

.list-filed span {
    position: relative;
    width: 100%
}

.price-card span {
    position: relative;
}

.list-filed label,
.price-card label {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 11.25px;
    line-height: 14px;
    letter-spacing: 0.2em;
    color: var(--coffee-color);
}

.date-select-card h2 {
    max-width: 326px;
    margin: 0 auto 0 auto!important;
    color: #FFFFFF;
}

.gc-receptmode-option.clearfix {
    max-width: 738px;
    margin: 0 auto;
    position: relative;
}

label.receptmode_printathome {
    border: none;
    display: table;
    margin-bottom: 13.5px;
}

.checked+.receptmode_printathome {
    border: none;
}

.checked+.receptmode_printathome .first-bloc-c {
    background: #fff;
}

.checked+.receptmode_printathome .phone-card {
    background-image: url("/webp_images/themes/classic/assets/img/infos/picto_print_dark.webp");
}

.checked+.receptmode_printathome .email-card {
    background-image: url("/webp_images/themes/classic/assets/img/infos/picto_mail_dark.webp");
}

.checked+.receptmode_printathome .title-send-card {
    color: var(--coffee-color);
}

.gc-section-content {
    margin-top: 75px;
    border-radius: 60px;
    margin: 10px 40px;
}

.date-select-card {
    border-radius: 60px;
    padding-top: 0;
    background: var(--coffee-color);
}

.title-send-card {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
    padding-bottom: 20px;
    max-width: 141px;
    color: #fff;
}

.phone-card {
    width: 68.25px;
    height: 102px;
    background-image: url("/webp_images/themes/classic/assets/img/infos/picto_print_white.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 7.5px;
    display: block;
    margin: 0 auto;
}

.email-card {
    display: block;
    margin: 0 auto;
    width: 102px;
    height: 68.25px;
    background-image: url("/webp_images/themes/classic/assets/img/infos/picto_mail_white.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.datesendcard.select {
    text-align: center;
    padding-top: 68px;
    padding-bottom: 68px;
}

.gc-receptmode-options {
    padding-bottom: 40px;
}

#gc-step-template .gc-section-content {
    max-width: 1140px;
    margin: 0 auto;
}


/*#gc-step-template{display: none;}*/

#gc-step-information .gc-section-content {
    margin: 49.5px auto 0 auto;
    border: 0.75px solid var(--coffee-color);
    padding-top: 31.5px;
    padding-bottom: 49.5px;
    padding-right: 88.12px;
    padding-left: 90px;
}

.form-giftCard {
    max-width: 888px;
    margin: 0 auto;
}

.gc-section-content h3 {
    font-weight: 700;
    font-size: 22.5px;
    line-height: 49px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    font-style: italic;
    min-height: 42px;
}

.price-card {
    font-style: italic;
    font-weight: 500;
    font-size: 11.25px;
    line-height: 14px;
    letter-spacing: 0.2em;
    color: var(--coffee-color);
    text-align: right;
}

.tvmobile-dropdown-close {
    text-align: center;
}

#cart .reassurance-product {
    display: none;
}

#cart .white {
    display: none;
}

.tunnel-header {
    padding-top: 148px;
}

#cart #header .header-top .position-static {
    display: none;
}


/***********PAGE CONNEXION**********/

.imgFooterFaq img {
    width: 100%;
}

.listRigthFaq {
    /*max-width: 729px;*/
    display: table-cell;
    width: 100%;
}

.card.item-Faq {
    padding-bottom: 20px;
}

.list-Cat-faq:last-of-type {
    margin-bottom: 210px;
}

#faq .scrollTop {
    margin-top: 0
}

#faq #footer .scrollTop {
    display: none;
}

.list-Cat-faq {
    display: table;
    margin-bottom: 255px;
}

.item-Faq .glyphicon-minus,
.item-Faq .glyphicon-plus {
    position: relative;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glyphicon-minus:before {
    content: "-";
}

.glyphicon-plus:before {
    content: "+";
}

.item-Faq p {
    font-weight: 500;
    text-align: justify;
}

.numberFaq,
.numberFaq p {
    letter-spacing: 0.1em;
    max-width: 1088px;
    text-shadow: var(--dark-color-3) 1px 0px 0px, var(--dark-color-3) 0.540302px 0.841471px 0px, var(--dark-color-3) -0.416147px 0.909297px 0px, var(--dark-color-3) -0.989992px 0.14112px 0px, var(--dark-color-3) -0.653644px -0.756802px 0px, var(--dark-color-3) 0.283662px -0.958924px 0px, var(--dark-color-3) 0.96017px -0.279415px 0px;
    text-transform: uppercase;
    font-weight: 900;
    color: #F4F5F6;
    font-size: 150px;
    line-height: 45px;
}

.numberFaq p {
    margin-bottom: 0
}

.nameCat {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.15em;
    color: var(--dark-color-4);
    -webkit-transform: translate(88px, -25px);
    -ms-transform: translate(88px, -25px);
    transform: translate(88px, -25px);
}

#prestablogfront .imgAlaune {
    border-radius: 20px;
}

#prestablogfont img {
    border-radius: 20px;
}

.imgAlaune {
    max-height: 489px;
    overflow: hidden;
}

.max890 article {
    padding: 0!important;
}

.card.item-Faq h4 {
    cursor: pointer;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.2em;
    color: var(--dark-color-4);
    border-top: 3.75px solid var(--dark-color-3);
    padding-top: 27px;
    padding-bottom: 27px;
    display: flex;
    justify-content: space-between;
}

section.content-Faq {
    margin-top: 188px;
}

@media (min-width:1080px) {
    body .leftTitle1 {
        width: 447px;
    }
}

@media (max-width:1080px) {
    body .leftTitle1 {
        width: 347px;
    }
}

span.titleFq {
    font-size: 24.25px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.2em;
    color: var(--dark-color-4);
    text-transform: uppercase;
}

.max765-faq {
    max-width: 765px;
}

.max765-faq h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dark-color-4);
}

#module-pwfavorites-favorites .page-footer {
    display: none;
}

body#my-account.page-my-account #wrapper,
#module-pwfavorites-favorites #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 170px;
}

#authentication #wrapper,
#password #wrapper,
#checkout #wrapper,
#identity #wrapper,
#address #wrapper,
#module-loyaltyeditpoints-points #wrapper,
#addresses #wrapper,
#history #wrapper,
#order-slip #wrapper,
#faq #wrapper,
#discount #wrapper,
#order-detail #wrapper,
#order-confirmation #wrapper,
#cms #wrapper,
#module-g_productinstagram-instagram #wrapper,
#module-fmmoutofstocknotification-waitlist #wrapper,
#prices-drop #wrapper,
#module-gsnippetsreviews-accountProductReviews #wrapper,
#module-gsnippetsreviews-reviewForm #wrapper,
#module-privateshop-protected #wrapper,
.single-post #wrapper {
    padding-top: 240px;
}

.max890 {
    max-width: 890px;
    margin: 0 auto;
}

#cc--prestablogfront {
    padding-top: 60px;
}

#prestablogfront h1,
#cc--prestablogfront h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 79px;
}

#prestablogfront h1,
#prestablogfront h2,
#prestablogfront h3,
#prestablogfront h4,
#cc--prestablogfront h1 {
    color: var(--coffee-color)!important;
}

.blockFormAvis .col-sm-10 {
    width: 100%;
}

.blockFormAvis .control-label {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.blockFormAvis textarea {
    height: 100px;
}

.blockFormAvis {
    max-width: 460px;
    margin: 0 auto;
}

#module-gsnippetsreviews-reviewForm .alert h3 {
    margin-bottom: 0;
    font-weight: 600;
}

#prestablog_article+img {
    margin-bottom: 153px;
}

#prestablogfront .info_blog {
    display: none;
}

#identity #wrapper {
    padding-bottom: 80px;
}

#identity #wrapper .page-footer,
#address #wrapper .page-footer {
    display: none;
}

body#my-account,
#module-pwfavorites-favorites {
    background: #FFFFFF;
}

#my-account .page-header {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    position: relative;
    margin-bottom: 28px;
}

#my-account .page-header span {
    display: block;
    margin-bottom: 30px;
}

#my-account #footer {
    display: none!important;
}


/*-----------------------------------LANDING PAGE-------------------------------------*/

.img-btk-list ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.img-btk-list ul li {
    margin: 7px;
}

.img-btk-list ul li img {
    max-width: 272px;
    overflow: hidden;
}

.list-item-cafe {
    max-width: 1380px;
    margin: 0 auto;
}

.item-cafe {
    float: left;
    text-align: center;
}

.item-cafe.slick-slide.slick-current.slick-active.slick-center+.slick-active+.slick-active .wrapper-cafe,
.slick-active:has(+*+.slick-center) .wrapper-cafe {
    height: 231px!important;
}

.list-item-cafe .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-cafe.slick-active:not(.slick-center) .wrapper-cafe {
    height: 282px;
    background: #D7C5B9!important;
    max-width: 231px;
    border-radius: 187.5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.img-cafe img {
    margin: 0 auto;
    max-width: 80px
}

.item-cafe.slick-center .img-cafe {
    background: #BE9C89!important;
    max-width: 231px;
    margin: 0 auto;
    height: 356px;
}

.item-cafe .img-cafe {
    border-radius: 187.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slide-cafespec .img-cafe img {
    opacity: 0;
}

.slide-cafespec .slick-current .img-cafe img {
    opacity: 1;
}

.max569 {
    max-width: 569px;
    margin: 0 auto;
}

.max465-white {
    max-width: 465px;
    margin: 0 auto;
}

.bigtext-fourth {
    font-size: 180px;
    line-height: 180px;
    letter-spacing: 0.2em;
    max-width: 1088px;
    text-shadow: var(--coffee-color) 1px 0px 0px, var(--coffee-color) 0.540302px 0.841471px 0px, var(--coffee-color) -0.416147px 0.909297px 0px, var(--coffee-color) -0.989992px 0.14112px 0px, var(--coffee-color) -0.653644px -0.756802px 0px, var(--coffee-color) 0.283662px -0.958924px 0px, var(--coffee-color) 0.96017px -0.279415px 0px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.2;
    color: #EFEDE8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-47%, 0);
    text-align: center;
    width: 100%;
    z-index: 0;
}

.bigText-caf {
    font-size: 165px;
    line-height: 170.25px;
    letter-spacing: 0.2em;
    max-width: 928px;
    text-shadow: var(--dark-color-3) 1px 0px 0px, var(--coffee-color) 0.540302px 0.841471px 0px, var(--coffee-color) -0.416147px 0.909297px 0px, var(--coffee-color) -0.989992px 0.14112px 0px, var(--coffee-color) -0.653644px -0.756802px 0px, var(--coffee-color) 0.283662px -0.958924px 0px, var(--coffee-color) 0.96017px -0.279415px 0px;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(-90deg);
    opacity: 0.2;
    color: #fff;
    position: absolute;
    left: -50px;
    top: 0;
    word-break: break-word;
}

.imgcafe,
.imgcafe2 {
    width: 251px;
    height: 386px;
    background: #BFDEA4;
    border-radius: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    transform: rotate(35deg);*/
}

.second-spec .imgcafe2 {
    position: absolute;
    right: -310px;
    transform: rotate(30deg);
}

.second-spec .imgcafe2 img {
    max-width: 100px;
    transform: rotate(-30deg);
}

.first-spec .imgcafe img {
    max-width: 110px;
}

.imgcafe img {
    max-width: 160px;
}

.right-text-spec {
    max-width: 510px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (min-width: 992px) {
    .right-text-spec {
        transform: translate(0, 42px);
    }
}

.right-text-spec p {
    max-width: 444px;
}

.img-center-spec {
    z-index: 1;
}

.slide-cafespec {
    margin-top: 50px;
}

.slide-cafespec ul.slick-dots {
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.ccaron-spec-bg,
section.fourth-spec {
    background: #EFEDE8;
    color: var(--coffee-color)
}

.tasse .max569 {
    z-index: 12;
    position: relative;
}

section.fourth-spec {
    position: relative;
    /*padding-bottom: 300px;*/
}


/*section.fourth-spec:before {
        content: "";
        background: url("/webp_images/themes/classic/assets/img/landing/bg-transparent.webp") no-repeat #fff bottom;
        height: 378px;
        width: 100%;
        bottom: -209px;
        left: 0;
        position: absolute;
        background-size: 100%;
    }*/

section.tasse {
    background: url("/webp_images/themes/classic/assets/img/landing/bg-transparent.webp") no-repeat #fff top;
    background-size: 100%;
}

.right-text-spec h2 {
    text-align: right;
    margin-bottom: 44px;
}

.container-third {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.container-third .imgcafe2 {
    /*position: absolute;
    right: 0;
    bottom: -430px;*/
    transform: rotate(30deg);
}

.container-third .imgcafe2 img {
    transform: rotate(-30deg);
}

section.trird-spec {
    padding-bottom: 0;
    position: relative;
}

section.trird-spec .bigText-caf {
    transform: rotate(90deg);
    left: 390px;
    z-index: 0;
    top: -130px;
}

section.trird-spec .imgcafe {
    transform: rotate(-15deg);
    margin-right: 30px;
}

@media (min-width: 992px) {
    section.trird-spec .imgcafe {
        transform: rotate(-15deg) translate(0, 140px);
    }
}

section.trird-spec .imgcafe img {
    transform: rotate(15deg);
}


/*section.trird-spec:before {
    background: url("/webp_images/themes/classic/assets/img/dessinplantespec.webp");
    content: "";
    position: absolute;
    width: 720px;
    height: 534px;
    background-size: 100%;
    top: -314px;
    left: -100px;
    z-index: 1;
    background-repeat: no-repeat;
}*/

.container-fourth {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.img-top-crs {
    max-width: 244px;
    margin: 0 auto;
    height: 269px;
    background: #E0DBC6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 130px;
    border-top-right-radius: 140px;
}

.img-probat {
    margin-top: -31px;
    text-align: center;
}

.text-right-fourth {
    padding-top: 120px;
}

.img-top-crs img {
    max-width: 100px;
    margin: 0 auto;
}

.max377left {
    max-width: 377px;
}

.max377left h2 {
    text-align: left;
}

.container-fourth {
    max-width: 900px;
    margin: 0 auto;
}

.container-fourth .max377left {
    max-width: 260px;
}

section.second-spec {
    padding-bottom: 400px;
    padding-top: 260px;
    position: relative;
    z-index: 2;
}


/*section.second-spec:before {
    background: url("/webp_images/themes/classic/assets/img/dessinplante3spec.webp") no-repeat;
    content: "";
    position: absolute;
    width: 426px;
    height: 494px;
    background-size: cover;
    top: -105px;
    left: -121px;
    z-index: 10;
    transform: rotate(-7deg);
}*/


/*section.second-spec:after {
    background: url("/webp_images/themes/classic/assets/img/dessinplantespec2.webp") no-repeat;
    content: "";
    position: absolute;
    width: 406px;
    height: 454px;
    background-size: cover;
    bottom: 85px;
    right: -20px;
    z-index: 10;
}*/

section.first-spec {
    padding-top: 140px;
    position: relative;
    padding-bottom: 230px;
    position: relative;
    z-index: 2;
}


/*section.first-spec:before {
    background: url("/webp_images/themes/classic/assets/img/dessinplante2.webp");
    content: "";
    position: absolute;
    width: 426px;
    height: 534px;
    background-size: cover;
    top: 140px;
    right: 0;
    z-index: 1;
}*/

section.first-spec .imgcafe {
    transform: translateY(80px) rotate(30deg);
}

section.first-spec .imgcafe img {
    transform: rotate(-30deg);
}

.second-spec h2 {
    text-align: left;
    margin-bottom: 44px;
}

.left444 {
    max-width: 444px;
}

.left444 h2 {
    text-align: left;
    margin-bottom: 44px;
}

.max444 {
    max-width: 444px;
    margin: 0 auto;
    position: relative;
}

.second-spec .imgcafe {
    position: absolute;
    top: -110px;
    left: -320px;
    transform: rotate(-30deg);
}

.second-spec .imgcafe img {
    transform: rotate(30deg);
}

.max1142 {
    max-width: 875px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.eighth-caron .bigText-frouth-c {
    color: var(--coffee-color);
    text-shadow: rgb(255 255 255) 1px 0px 0px, rgb(255 255 255) 0.540302px 0.841471px 0px, rgb(255 255 255) -0.416147px 0.909297px 0px, rgb(255 255 255) -0.989992px 0.14112px 0px, rgb(255 255 255) -0.653644px -0.756802px 0px, rgb(255 255 255) 0.283662px -0.958924px 0px, rgb(255 255 255) 0.96017px -0.279415px 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: auto;
    top: auto;
    bottom: 600px;
    right: -230px;
}

.fifteenth-caron .bigText-frouth-c {
    word-break: break-word;
    top: auto;
    bottom: 0;
    left: 70%;
    right: -50%;
}

.eight-img-b1 {
    margin-right: 20px;
}

.center-seven-bloc2 {
    max-width: 919px;
    margin: 0px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transform: translate(100px, -92px);
    -ms-transform: translate(100px, -92px);
    transform: translate(100px, -92px);
}

.eight-img-b3 {
    margin-right: 63px;
}

.right-seven-c {
    max-width: 421px;
    padding-top: 85px;
}

.right-seven-c h2 {
    text-align: left;
}

.eight-img-b2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.eighth-caron {
    background: var(--coffee-color);
    padding-top: 191px;
    padding-bottom: 85px;
    position: relative;
}

.center-eight-bloc {
    max-width: 725px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bimgbloc1 {
    max-width: 289px;
    float: left;
}

.max558-right {
    float: right;
    text-align: right;
    max-width: 558px;
    padding-right: 60px;
    margin-top: 166px;
}

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

.bimgbloc2 {
    max-width: 369px;
    float: right;
    margin-top: -70px;
}

.bimgbloc3 {
    max-width: 538px;
    position: absolute;
    right: 60px;
    top: 123px;
}

.center-seven-bloc {
    max-width: 840px;
    margin: 0 auto;
    position: relative;
}

.seven-caron {
    padding-top: 202px;
    padding-bottom: 106px;
    background: var(--sandstone-color);
    color: #FFFFFF;
    min-height: 700px;
    overflow: hidden;
    position: relative;
}

.seven-caron h2 {
    color: #FFFFFF;
}

.bloc-img2 {
    position: relative;
    z-index: 1;
    -webkit-transform: translateX(-73px);
    -ms-transform: translateX(-73px);
    transform: translate(0px, -73px);
    max-width: 398px;
    float: left;
    margin-bottom: -139px;
}

.bloc-img3 {
    max-width: 381px;
    float: right;
    -webkit-transform: translateX(-110px);
    -ms-transform: translateX(-110px);
    transform: translateX(-110px);
}

.bloc-img1 {
    max-width: 445px;
    float: left;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}

.sixth-caron {
    background: #E9DFD0;
    padding-bottom: 262px;
    padding-top: 249px;
    position: relative;
}

.sixth-caron p,
#laboutique .second-btk p,
#laboutique .second-btk h3,
#laboutique .second-caron,
#laboutique .fourth-caron p,
#laboutique .seven-caron p,
#laboutique .seven-caron h3,
#laboutique .seven-caron h2 {
    color: var(--coffee-color);
}

#laboutique .seven-caron {
    background: #FFFFFF;
}

#laboutique .seven-caron .bigText-frouth-c {
    color: #FFFFFF;
}

.center-five-bloc {
    max-width: 1075px;
    margin: 0 auto;
    position: relative;
}

.five-caron img {
    width: 100%
}

.text-bloc-caron {
    max-width: 754px;
    margin: 0 auto;
    padding-top: 300px;
}

.max445-left {
    max-width: 545px;
    text-align: right;
    padding-left: 75px;
}

.max445-left h2 {
    text-align: right;
}

.max480-right {
    max-width: 480px;
    float: right;
    text-align: right;
}

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

.fourth-caron {
    color: var(--coffee-color);
    padding-top: 225px;
    position: relative;
    padding-bottom: 166px;
    overflow: hidden;
}

.imgbloc3 {
    position: absolute;
    right: 109px;
    top: 114px;
}

.bloc-img-Fourth {
    max-width: 754px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    position: relative;
}

.imgbloc2 {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}

.bigTextc2 {
    font-size: 240px;
    line-height: 207.75px;
    letter-spacing: 0.2em;
    max-width: 1088px;
    text-shadow: rgb(236 241 245) 1px 0px 0px, rgb(236 241 245) 0.540302px 0.841471px 0px, rgb(236 241 245) -0.416147px 0.909297px 0px, rgb(236 241 245) -0.989992px 0.14112px 0px, rgb(236 241 245) -0.653644px -0.756802px 0px, rgb(236 241 245) 0.283662px -0.958924px 0px, rgb(236 241 245) 0.96017px -0.279415px 0px;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(-90deg);
    opacity: 0.5;
    color: var(--coffee-color);
    position: absolute;
    right: -171px;
    top: 440px;
}

.bigText-frouth-c {
    font-size: 240px;
    line-height: 207.75px;
    letter-spacing: 0.2em;
    max-width: 1088px;
    text-shadow: var(--coffee-color) 1px 0px 0px, var(--coffee-color) 0.540302px 0.841471px 0px, var(--coffee-color) -0.416147px 0.909297px 0px, var(--coffee-color) -0.989992px 0.14112px 0px, var(--coffee-color) -0.653644px -0.756802px 0px, var(--coffee-color) 0.283662px -0.958924px 0px, var(--coffee-color) 0.96017px -0.279415px 0px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.2;
    color: #fff;
    left: -185px;
    position: absolute;
    top: 420px;
}

.seven-caron .textVertical2,
.eighth-caron .textVertical2 {
    top: 280px;
}

.seven-caron .textVertical,
.eighth-caron .textVertical {
    top: auto;
    bottom: 334px
}

.seven-caron .bigText-frouth-c {
    color: var(--sandstone-color);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: auto;
    bottom: 200px;
}

#engagements .seven-caron .max558-right h2,
.thirteenth-caron .max-800 p,
#engagements .seven-caron .max558-right p,
#engagements .seven-caron .textVertical2,
#engagements .seven-caron .textVertical {
    color: #f5f5f5;
}

#engagements .seven-caron .bigText-frouth-c {
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

#engagements .thirteenth-caron .bigText-frouth-c {
    right: 0;
    left: auto;
    bottom: -318px;
}

.fourth-caron .textVertical2 {
    top: 291px;
}

.fourth-caron .textVertical {
    bottom: 291px;
    top: auto;
}

.third-caron .textVertical2 {
    top: 321px;
}

.third-caron .textVertical {
    top: auto;
    bottom: 361px;
}

.third-caron {
    background: var(--coffee-color);
    padding-top: 345px;
    padding-bottom: 216px;
    position: relative;
    overflow: hidden;
}

#chr img,
#annecaron img,
#engagements img {
    border-radius: 20px;
}

#annecaron .third-caron,
#Annecaron .third-caron {
    overflow: hidden;
}

#annecaron .bigText-c {
    opacity: 0.2;
}

#annecaron .bigText-frouth-c {
    text-shadow: var(--coffee-color) 1px 0px 0px, var(--coffee-color) 0.540302px 0.841471px 0px, var(--coffee-color) -0.416147px 0.909297px 0px, var(--coffee-color) -0.989992px 0.14112px 0px, var(--coffee-color) -0.653644px -0.756802px 0px, var(--coffee-color) 0.283662px -0.958924px 0px, var(--coffee-color) 0.96017px -0.279415px 0px;
}

.max521 {
    max-width: 521px;
}

.img-bloc-c {
    max-width: 942px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 63px;
}

.bloc-img-3 {
    max-width: 340px;
    position: absolute;
    right: 180px;
    bottom: 130px;
    z-index: 1;
}

.bloc-img-2 {
    max-width: 592px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -60px;
    right: 180px;
    z-index: 2;
}

.ztexte-c {
    max-width: 942px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ztexte-c h2 {
    text-align: left;
    min-height: 57px;
    margin-bottom: 39px;
}

.eleventh-caron .ztexte-c h2 {
    min-height: auto;
    margin-bottom: 27px;
}

.bloc-img-2 img {
    max-width: 265px;
}

.bloc-img-1 {
    max-width: 399px;
}

.bigText-c {
    font-size: 240px;
    line-height: 207.75px;
    letter-spacing: 0.2em;
    opacity: 0.5;
    max-width: 1088px;
    text-shadow: var(--coffee-color) 1px 0px 0px, var(--coffee-color) 0.540302px 0.841471px 0px, var(--coffee-color) -0.416147px 0.909297px 0px, var(--coffee-color) -0.989992px 0.14112px 0px, var(--coffee-color) -0.653644px -0.756802px 0px, var(--coffee-color) 0.283662px -0.958924px 0px, var(--coffee-color) 0.96017px -0.279415px 0px;
    color: #EFEDE8;
    text-transform: uppercase;
    position: absolute;
    left: 16px;
    bottom: 140px;
    font-weight: 700;
}

.sixth-caron .bigText-c {
    opacity: 0.2;
    color: #E9DFD0;
    position: absolute;
    top: 50%;
    margin-top: -225px;
}

.center-img-c {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
}

.tenth-caron .center-img-c .first-caron-img {
    position: relative;
    z-index: 1;
}

.text-c {
    max-width: 750px;
    overflow: hidden;
    margin: 121px auto 0 auto
}

.tenth-caron .text-c {
    max-width: 874px;
    position: relative;
}

.max-571 {
    max-width: 571px;
}

.max-587 {
    max-width: 587px;
}

.max-658 {
    max-width: 658px;
}

.max-646 {
    max-width: 646px;
}

.max-800 {
    max-width: 800px;
}

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

.next-text {
    float: right;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.tenth-caron p,
.eleventh-caron p,
.twelveth-caron p,
.thirteenth-caron p,
.fourteenth-caron p,
.fifteenth-caron p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 18px;
}

.tenth-caron h2,
.eleventh-caron h2,
.twelveth-caron h2,
.thirteenth-caron h2,
.fourteenth-caron h2,
.fifteenth-caron h2 {
    min-height: 57px;
}

section.eleventh-caron.third-caron {
    padding-bottom: 48px;
    padding-top: 300px;
}

.eleventh-caron .bigTextc2 {
    word-break: break-word;
    bottom: -21px;
    left: 46.5%;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: bottom left;
    width: 100%;
    max-width: 1282px;
}

.eleventh-caron .img-bloc-c {
    padding-bottom: 55px;
}

.eleventh-caron .bloc-img-3 {
    z-index: 2;
    bottom: 124px;
}

.first-caron-img {
    position: relative;
    z-index: 2;
}

.second-caron-img {
    position: absolute;
    bottom: -30px;
    right: 84px;
}

.second-caron {
    background: #EFEDE8;
    color: var(--coffee-color);
    padding-top: 225px;
    padding-bottom: 200px;
    position: relative;
}

.first-caron {
    padding-top: 105px;
    padding-bottom: 102px;
    position: relative;
}

.max444 {
    max-width: 444px;
    margin: 0 auto;
}

.second-country {
    padding-top: 355px;
    padding-left: 60px;
    margin: 0 auto;
}

.item-text-left {
    max-width: 376px;
}

.bg-blk-country {
    padding-left: 100px;
    width: 100%;
    align-items: center;
    min-height: 640px;
    display: flex;
    position: relative;
    background-color: var(--coffee-color);
    border-radius: 20px;
}

.bg-blk-country .item-text-left {
    padding-right: 20px;
}

@media screen and (min-width:1920px) {
    .bg-blk-country {
        padding-left: 20%;
    }
}

.container-sd-country {
    max-width: 75%;
    width: 100%;
    min-height: 640px;
}

.img-country-blk {
    position: absolute;
    right: -238px;
    z-index: 2
}

.left-bloc-btk:before {
    content: "";
    background: url("/webp_images/themes/classic/assets/img/landing/bg_title.webp") no-repeat;
    width: 390px;
    height: 88px;
    position: absolute;
    left: -66px;
    top: 33px;
}

.left-bloc-btk h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dark-color-3);
    margin-bottom: 55px;
    position: relative;
}

.left-bloc-btk {
    max-width: 598px;
    position: relative;
}

.img-right-btk img {
    border: 0.750037px solid var(--dark-color-3);
    border-radius: 367.518px;
    max-width: 338px;
    width: 100%;
}

.text-dark * {
    color: var(--coffee-color)!important;
}

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

.imgheader img {
    width: 100%;
}

.title-landing {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.first-mini-office {
    min-height: 704px;
    padding-top: 108px;
    background-color: var(--coffee-color);
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.first-pros .first-mini-office {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.first-pros .list-image-slide-barist {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.first-barista {
    background: #E9DFD0;
    padding-top: 108px;
    position: relative;
}

.list-image-slide-barist {
    background: url("/webp_images/themes/classic/assets/img/landing/bg-barista-1.webp") no-repeat #e9dfd0;
    background-position: bottom right;
    padding: 70px 0;
    background-size: contain;
}

.list-image-slide-barist .slick-slide,
.list-image-slide-barist .slick-slide img {
    border-radius: 30px;
}

#chr .list-image-slide-barist,
#nosespaces .list-image-slide-barist,
#minioffice .list-image-slide-barist,
#da .list-image-slide-barist {
    background: none;
    z-index: 10;
    position: relative;
    margin-top: -310px;
}

#chr .list-image-slide-barist,
#nosespaces .list-image-slide-barist,
#minioffice .list-image-slide-barist,
#da .list-image-slide-barist {
    margin-top: -380px;
}

#chr .list-image-slide-barist:after,
#nosespaces .list-image-slide-barist:after,
#minioffice .list-image-slide-barist:after,
#da .list-image-slide-barist:after {
    content: none;
}


/*.list-image-slide-barist:after {
        background: url("/webp_images/themes/classic/assets/img/landing/bg-barista.webp") no-repeat;
        background-position: center right;
        height: 413px;
        width: 100%;
        left: 0;
        bottom: -50%;
        content: "";
        position: absolute;
        z-index: 0;
        background-size: 90%;
    }*/

.first-country .container {
    max-width: 1224px;
    padding-left: 0;
    padding-right: 0;
}

.first-country {
    background: #F1F0EC;
    padding-top: 108px;
    min-height: 704px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.description-b {
    max-width: 375.75px;
    margin: 33.75px auto 0 auto;
}

.description-b p {
    color: #fff;
    text-align: center;
}

.list-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    transform: translateY(65px);
    position: relative;
    z-index: 1;
}

#barista .list-img {
    transform: translateY(0);
}

.img-bg-blk {
    position: absolute;
    right: -141px;
    top: 104px;
    z-index: 1;
}

.item-img-country img {
    max-width: 291px;
    width: 100%;
    margin: 0 auto;
    transform: scale(1);
    transition: all 1s;
}

.item-img-ldp,
.item-img-country {
    overflow: hidden;
    position: relative;
}

.item-img-ldp:hover img,
.item-img-country:hover img {
    transform: scale(1.2);
    transition: all 1s;
}

.item-img-ldp:hover .ccaron-espaces,
.item-img-country:hover .ccaron-country {
    opacity: 1;
}

.ccaron-espaces,
.ccaron-country {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    color: #fff !important;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-align: center;
    text-transform: uppercase;
    padding: 50px;
    opacity: 0;
    transition: all 1s;
}

.item-img-ldp img {
    max-width: 245px;
    width: 100%;
    margin: 0 auto;
    transform: scale(1);
    transition: all 1s;
}

.second-mini-office {
    padding-top: 455px;
    max-width: 1556px;
    margin: 0 auto;
}

.second-mini-office img {
    border-radius: 20px;
}

.second-mini-office .bg-blk {
    background-color: var(--light-coffee-color);
    border-radius: 20px;
}

.second-mini-office .bg-blk p {
    color: var(--coffee-color);
    padding: 10px;
}

.second-country .gtitle-mno {
    left: 250px;
    top: 380px;
    color: #FFF;
    max-width: 500px;
    z-index: 20;
}

@media(max-width:992px) {
    .second-country .gtitle-mno {
        font-size: 20px;
    }
}

.gtitle-mno {
    max-width: 736px;
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    z-index: 1;
    position: absolute;
    top: -150px;
    right: 156px;
    margin-bottom: 0;
}

.bg-blk {
    padding-left: 196px;
    min-height: 556px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.bg-blk p {
    color: #FFFFFF;
}

.four-country .blue-blk {
    max-width: 873px;
    padding-left: 130px;
    min-height: 754px;
    position: relative;
    padding-top: 152px;
    border-radius: 20px;
}

.four-country .textVertical2 {
    top: 120px;
    left: -30px;
}

.blue-blk {
    max-width: 873px;
    padding-left: 292px;
    padding-top: 172px;
    padding-right: 92px;
    padding-bottom: 159px;
    position: relative;
    margin-top: -65px;
}

.blue-blk>div:nth-child(even),
.brown-blk>div:nth-child(even) {
    padding-left: 0;
}

.blue-blk>div:nth-child(odd),
.brown-blk>div:nth-child(odd) {
    padding-right: 0;
}

.tvmobile-sliderbar-btn a {
    display: block;
    margin-right: 20px;
    margin-top: -2px;
}

.blue-blk p {
    color: #fff;
}

.brown-blk p {
    color: #000;
}

.blue-blk .textVertical2 {
    color: #fff;
    display: flex;
    align-items: center;
}

.brown-blk .textVertical2 {
    color: var(--dark-color-3);
    display: flex;
    align-items: center;
}

.bg-blk .textVertical2 {
    color: var(--coffee-color);
    display: flex;
    align-items: center;
}

#nosespaces .bg-blk .textVertical2,
#minioffice .bg-blk .textVertical2,
#chr .bg-blk .textVertical2,
#da .bg-blk .textVertical2 {
    top: -30px;
}

#chr .bg-blk .textVertical2 {
    left: -60px;
}

.bg-blk-barista .textVertical2 {
    color: var(--dark-color-3);
    display: flex;
    align-items: center;
}

.text-bigHrzt {
    padding-left: 266px;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    max-width: 736px;
    position: relative;
    z-index: 2;
    text-align: left;
    margin-bottom: 0;
}

.four-country .text-bigHrzt {
    z-index: 2;
    padding-left: 130px;
}

.four-mini-office {
    padding-top: 174px;
    max-width: 1556px;
    margin: 0 auto;
}

.four-mini-office h2 {
    font-size: 70px;
    line-height: 90px;
    color: #FFFFFF
}

#da .four-mini-office h2 {
    color: var(--coffee-color);
}

.four-mini-office .blue-blk {
    border-radius: 20px;
    background-color: var(--coffee-color);
    padding-top: 345px;
    padding-bottom: 55px;
    margin-top: -320px;
}

.four-mini-office img {
    border-radius: 20px;
}

.four-country {
    padding-top: 109px;
    max-width: 1556px;
    margin: 0 auto;
}

.right-bloc-country {
    transform: translateY(80px);
}

.four-country .img-blk-blue {
    max-width: 458px;
}

.img-blk-blue {
    max-width: 387px;
    position: absolute;
    top: -16px;
    left: 97%;
    width: 100%;
}

.four-country .img-blk-blue {
    max-width: 458px;
    z-index: 1;
}

.fifth-mini-office {
    padding-left: 145px;
    position: relative;
    padding-top: 398px;
    padding-right: 215px;
    max-width: 1556px;
    margin: 0 auto;
}

.fifth-mini-office p {
    color: #FFFFFF;
}

.fifth-country {
    padding-left: 145px;
    position: relative;
    padding-top: 509px;
    max-width: 1556px;
    margin: 0 auto;
}

#Paysproducteurs .scrollTop,
#paysproducteurs .scrollTop {
    margin-bottom: 64px;
    margin-top: 82px;
}

.blk-fifth-office {
    display: flex;
}

.text-bigVertcl {
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    text-align: right;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    transform: rotate(-90deg);
    max-width: 736px;
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -398px;
    top: 354px;
    margin-bottom: 0;
}

.fifth-country .text-bigVertcl {
    margin-left: -357px;
    top: 279px;
}

.sixth-mini-office img {
    width: 100%;
}

.sixth-mini-office {
    margin-top: 265px;
}

.flexBlk-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.linkBlk-footer p {
    margin-bottom: 66px;
    -webkit-transform: translateY(18px);
    -ms-transform: translateY(18px);
    transform: translateY(18px);
}

.fileInputBloc .bootstrap-filestyle input {
    max-width: 329px;
}

.linkBlk-footer a:hover {
    color: var(--dark-color-1);
    background: transparent;
    border: 2px solid var(--dark-color-1);
}

.linkBlk-footer a {
    font-weight: 700;
    font-size: 26.25px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: var(--dark-color-1);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact .linkBlk-footer a:hover {
    border-color: #fff;
    color: var(--dark-color-1)!important;
}

.search_query span {
    font-weight: 700;
    font-size: 18.75px;
    line-height: 23px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    margin-left: 33px;
}

a.search_query.hidden {
    display: none;
}

#contact .callAction,
#contact .callAction a {
    color: var(--dark-color-1)!important;
    background: #fff;
    font-weight: 700;
    font-size: 26.25px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 388px;
    width: 100%;
    display: none;
}

.linkBlk-footer {
    max-width: 388px;
    width: 100%;
    text-align: center;
}

.page-footer-landing {
    padding-top: 138px
}

.text-ceontact {
    max-width: 522px;
    font-weight: 700;
    font-size: 75px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--dark-color-3);
}

.page-footer-landing .container {
    max-width: 913px;
    margin: 0 auto;
    padding: 0;
}

.left-fifth-mini-office {
    max-width: 510px;
    float: left;
    position: relative;
    z-index: 1;
}

.fifth-country .left-fifth-mini-office {
    max-width: 510px;
    float: left;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: -192px;
}

.right-fifth-mini-office {
    max-width: 660px;
    float: left;
    padding: 266px 140px 105px 151px;
    transform: translate(-94px, 140px);
}

.fifth-country .right-fifth-mini-office {
    max-width: 1008px;
    width: 100%;
    float: right;
    padding: 0 200px 0 0;
    transform: none;
    min-height: 614px;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 20px;
    background-color: var(--light-coffee-color);
    color: var(--coffee-color);
}

.blk-country {
    position: relative;
}

.blk-country .textVertical {
    top: -236px;
}

.max369 {
    max-width: 369px;
}

.dflexp {
    display: flex;
    position: relative;
}

.third-mini-office {
    padding-top: 180px;
    padding-left: 168px;
    max-width: 1556px;
    margin: 0 auto;
    position: relative;
}

.third-mini-office p {
    color: var(--coffee-color);
}

.third-mini-office img {
    border-radius: 20px;
}

.third-mini-office .text-blk-third-blk {
    border-radius: 20px;
}

.third-country {
    padding-top: 280px;
    padding-left: 180px;
    max-width: 1556px;
    margin: 0 auto;
    position: relative;
}

.img-blk-third-blk {
    max-width: 743px;
    position: absolute;
    z-index: 1;
    transform: translateY(-297px);
    top: 0;
    left: 65px;
}

.img-blk-third-blk img {
    width: 100%;
}

.text-bigVrtl {
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    -webkit-transform: rotate(-90deg) translateY(-215px);
    -ms-transform: rotate(-90deg) translateY(-215px);
    transform: rotate(-90deg) translateY(-215px);
    max-width: 736px;
    position: absolute;
    left: 0;
    bottom: 284px;
    z-index: 2;
    text-align: left;
    margin-bottom: 0;
}

.third-country .text-blk-third-blk {
    background: #F1F0EC;
    min-height: min-height: 390px;
    max-width: 1126px;
    border-radius: 20px;
}

.third-country .text-blk-third-blk p {
    color: var(--coffee-color);
}

.text-blk-third-blk {
    max-width: 986px;
    background: #F8F8F8;
    min-height: 426px;
    margin-top: 297px;
    padding-left: 165px;
    padding-top: 210px;
    padding-right: 65px;
    position: relative;
}

.max-1100 {
    margin: 0 auto;
}

.max-333 {
    max-width: 333px;
}

.header-boutik img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
}

.header-boutik {
    max-height: 900px;
    position: relative;
}

.header-boutik .container {
    max-width: 1149px;
    margin: 0 auto;
    padding: 0 198px 0 0;
}

.header-btk {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 75px;
    min-height: 338px;
    color: #fff;
}

.title-header {
    font-weight: 400;
    font-size: 75.0037px;
    line-height: 91px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

.title-header span {
    display: block;
    text-align: right;
}

.title-header span+span {
    margin-right: -34px;
}

.first-btk {
    background: var(--coffee-color);
    padding-top: 135px;
    min-height: 871px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.description-btk {
    max-width: 597px;
    margin: 0 auto;
}

.description-btk h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    min-height: 130px;
}

.item-btk {
    max-width: 288px;
    float: left;
    border: 0.750037px solid var(--coffee-color);
    margin: 0 8px;
    width: 33.33%;
}

.img-btk {
    height: 362px;
}

.desc-btk {
    padding-top: 32px;
    padding-left: 44px;
    padding-right: 44px;
    padding-bottom: 30px;
    background: #fff;
}

.desc-btk p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em
}

.list-images-btk {
    max-width: 912px;
    margin: 83.5px auto -244px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /*overflow: hidden;*/
}

section.second-btk {
    padding-top: 100px;
    padding-bottom: 75px;
}

.container-blk-third {
    overflow: hidden;
}

.third-btk {
    padding-left: 90px;
    padding-top: 77px;
    padding-bottom: 90px;
    background: var(--dark-color-4);
}

.left-blk-third h3 {
    font-weight: 700;
    font-size: 30.0015px;
    line-height: 36px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 67px;
}

.left-blk-third {
    max-width: 380px;
    padding-top: 12px;
    color: #fff;
}

.item-video-btk {
    position: relative;
    padding: 0 11px;
    opacity: 1 !important;
}

.item-video-btk img {
    margin: 0 auto;
}

.play-video {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.fourth-btk {
    background: #E6ECF0;
    padding-top: 106px;
}

.fourth-btk .container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
}

.fourth-btk h3 {
    font-weight: 700;
    font-size: 30.0015px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    margin-bottom: 76px;
}

#laboutique .js-footer {
    background: #FFFFFF/*#E6ECF0*/
    ;
}

.max-1001 {
    margin: 0 auto;
}

@media (min-width:1200px) {
    .max-1001 {
        max-width: 1001px;
    }
    .max-1071 {
        max-width: 1071px;
        width: 100%
    }
}

@media (max-width:1138px) and (min-width:992px) {
    .col-md-4s.order1,
    .col-md-4s.order3 {
        width: 20%;
    }
}

@media (max-width:1080px) and (min-width:992px) {
    .item-img-ldp img {
        padding-right: 7px;
        width: 100%;
    }
}

@media (max-width:1245px) {
    .fifth-country {
        padding-left: 90px;
    }
    .fifth-country .right-fifth-mini-office {
        padding: 0 90px 0 0;
    }
    .header-btk {
        min-height: auto;
    }
    .title-header {
        max-width: 768px;
        font-size: 55.0037px;
        line-height: 71px;
    }
    .blue-blk {
        max-width: 80%!important;
        padding-left: 129px;
        padding-right: 250px;
    }
    .img-blk-blue {
        left: auto;
        right: -160px;
    }
    .text-bigHrzt {
        padding-left: 116px;
    }
}

@media (max-width:1080px) {
    .bigText-c {
        font-size: 170px;
        line-height: 147.75px;
        top: 80px;
    }
}

@media (max-width:1200px) {
    .header-contact {
        height: 100%;
    }
    .bigTextc2 {
        right: -245px;
    }
    .blk-country {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .fifth-country .left-fifth-mini-office {
        position: static;
        width: 50%
    }
    .fifth-country .right-fifth-mini-office {
        width: 50%;
        padding: 0 40px 0 40px;
        min-height: auto;
    }
    .fifth-country .text-bigVertcl {
        transform: none;
        position: static;
        margin-left: 0;
    }
    .four-country .img-blk-blue {
        max-width: 300px;
    }
    .max-1001 {
        max-width: 95%;
        width: 100%;
    }
    .max-1071 {
        max-width: 90%;
        width: 100%;
    }
    .container-sd-country {
        max-width: 90%;
        width: 100%;
    }
    .img-bg-blk,
    .img-country-blk {
        max-width: 50%;
        position: static;
    }
    .text-blk-third-blk {
        max-width: 90%
    }
    .img-blk-third-blk {
        max-width: 80%
    }
    .fifth-country {
        padding-left: 0;
        padding-top: 80px;
    }
}

@media (max-width:880px) {
    .four-country .text-bigHrzt {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 100%;
    }
}

@media (max-width:992px) {
    .wk-booking-container .card-title,
    #booking_product_time_slots,
    .unavailable_slot_err {
        text-align: left!important;
    }
    .wk-booking-block .input-group {
        float: left;
    }
    .listRigthFaq,
    .list-Cat-faq {
        display: block;
    }
    #booking_product_time_slots .time_slot_checkbox label {
        text-align: left!important;
    }
    body#contact .tvmobile-sliderbar-btn svg * {
        fill: #fff;
        stroke: #fff;
    }
    .max765-faq h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .leftTitle1 {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .tasse .max569 {
        max-width: 359px;
    }
    .bigText-caf {
        display: none;
    }
    .max1142 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .bigtext-fourth {
        font-size: 125px;
        line-height: 100.25px;
        max-width: 100%;
        left: auto;
        margin-left: 0;
        text-align: center;
    }
    .img-probat img {
        max-width: 390px;
    }
    .max377left h2,
    .max377left p,
    .second-spec h2,
    .second-spec p {
        text-align: center;
    }
    .max377left {
        margin: 0 auto 40px auto;
    }
    .container-third .imgcafe2 {
        position: static;
        margin-top: 50px;
    }
    section.trird-spec {
        padding-bottom: 70px;
    }
    section.second-spec {
        padding-bottom: 80px;
        padding-top: 90px;
    }
    .container-third,
    .container-fourth {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .right-text-spec {
        margin-top: 50px;
    }
    .right-text-spec,
    .right-text-spec h2 {
        text-align: center;
    }
    section.first-spec:before,
    section.second-spec:before,
    section.trird-spec:before {
        content: none;
    }
    .eighth-caron {
        padding-top: 80px;
    }
    .text-bloc-caron {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 350px;
    }
    .fourth-caron {
        padding-top: 80px;
    }
    .bloc-img-Fourth {
        padding-left: 40px;
        padding-right: 40px;
    }
    .bigText-frouth-c,
    body .bigText-c,
    .eighth-caron .bigText-frouth-c {
        transform: none;
        position: static;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }
    body .bigText-c {
        top: auto!important;
        margin-top: 0!important;
        margin-bottom: 0!important;
        padding: 0 !important;
        left: auto;
    }
    .bigTextc2 {
        right: auto;
        transform: none;
        position: static;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 80px;
    }
    .third-caron {
        padding-top: 80px;
        padding-left: 40px;
        padding-bottom: 80px;
        padding-right: 40px;
    }
    .img-bloc-c {
        display: flex;
        align-items: center;
    }
    .bloc-img-2,
    .bloc-img-3 {
        position: static;
    }
    .title-header {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .item-btk {
        width: 33%;
    }
    .text-blk-third-blk .col-sm-6 {
        width: 100%;
    }
    .third-mini-office {
        padding-top: 0
    }
    .img-blk-third-blk {
        transform: none;
        position: static;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .text-blk-third-blk {
        overflow: hidden;
        margin-top: 120px;
        padding-top: 80px;
        max-width: 100%;
        padding-left: 100px;
    }
    .text-bigHrzt {
        font-size: 100px;
        line-height: 110px;
        padding-left: 0;
        text-align: center;
    }
    .img-blk-blue {
        max-width: 100%;
        position: static;
    }
    /*.text-ceontact {
        max-width: 50%;
        font-weight: 700;
        font-size: 100px;
        line-height: 100px;
    }*/
    .page-footer-landing {
        padding-top: 120px;
    }
    .right-fifth-mini-office {
        transform: translate(0px, 140px);
        padding: 266px 40px 105px 40px;
    }
    .second-mini-office {
        padding-top: 235px;
    }
    .text-bigVertcl {
        font-size: 100px;
        line-height: 100px;
        top: 329px;
        margin-left: -295px;
    }
    .text-bigVrtl {
        font-size: 100px;
        line-height: 100px;
        bottom: 320px;
    }
    .fifth-mini-office {
        padding-left: 45px;
        padding-top: 188px;
        padding-right: 40px;
    }
    .gtitle-mno {
        max-width: 400px;
        font-size: 100px;
        line-height: 100px;
        top: -94px;
        right: auto;
        left: 50%;
        margin-left: -200px;
        margin-bottom: 0;
    }
    .item-img-ldp img {
        max-width: 95%;
        width: 100%;
        margin: 0 auto;
    }
    .max-1071 {
        max-width: 100%;
        padding-right: 40px;
        justify-content: space-between;
    }
    .container-sd-country {
        max-width: 100%;
    }
    .bg-blk {
        padding-left: 116px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .blue-blk {
        max-width: 100%!important;
        padding-left: 116px;
        padding-right: 40px;
        position: relative;
    }
}

@media(max-width:768px) {
    section.content-Faq {
        margin-top: 100px;
    }
    .list-Cat-faq {
        margin-bottom: 100px;
    }
    .numberFaq {
        font-size: 100px;
    }
    .nameCat {
        font-weight: 700;
        font-size: 20px;
    }
    .card.item-Faq h4 {
        font-size: 20px;
        line-height: 35px;
    }
    section.first-spec {
        padding-top: 70px;
    }
    .max-1001 {
        max-width: 100%;
    }
    .max445-left {
        max-width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .center-five-bloc {
        padding: 0 40px;
    }
    .second-caron-img {
        right: 0
    }
    .bigText-c {
        font-size: 120px;
        line-height: 97.75px;
        top: 80px;
        left: 0;
    }
    .second-caron {
        padding-left: 40px;
        padding-right: 40px;
    }
    #category .suggestion-product {
        margin-top: 80px;
    }
    .list-images-btk {
        flex-wrap: wrap;
    }
    .item-btk {
        width: 50%;
        margin-bottom: 20px;
    }
    .row.linkBeforeCopyrigth .h3 {
        display: inline-block;
        margin: 0
    }
    .linkBeforeCopyrigth .title {
        border-bottom: 0
    }
    .footer-container .links .h3 {
        color: #fff;
    }
    .row.linkBeforeCopyrigth .wrapper {
        padding-bottom: 0
    }
    .row.linkBeforeCopyrigth ul {
        display: none;
        max-width: 100%
    }
    .linkBeforeCopyrigth {
        margin-top: 0
    }
    .linkBlk-footer {
        max-width: 50%;
        padding-left: 40px;
    }
    .linkBlk-footer a {
        font-size: 20px;
    }
    .linkBlk-footer p {
        margin-bottom: 20px;
    }
    #nosespaces .scrollTop,
    #minioffice .scrollTop,
    #barista .scrollTop,
    #chr .scrollTop,
    #da .scrollTop,
    #laboutique .scrollTop,
    #Paysproducteurs .scrollTop,
    #paysproducteurs .scrollTop {
        margin-top: 100px;
    }
}

@media(max-width:640px) {
    .list-Cat-faq {
        display: block;
    }
    .item-sformation,
    .item-formation {
        min-height: auto;
        height: 400px
    }
    .item-sformation img,
    .item-formation img {
        width: 100%
    }
    .eighth-caron .center-seven-bloc2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .right-seven-c {
        max-width: 100%;
        margin-top: 20px;
    }
}

@media(max-width:675px) {
    .fifth-country .text-bigVertcl {
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .text-blk-third-blk {
        margin-top: 70px;
    }
    .title-header {
        font-size: 35.0037px;
        line-height: 51px;
    }
    .text-blk-third-blk {
        padding-bottom: 80px;
    }
    .third-country {
        padding-top: 80px;
        padding-left: 0;
    }
    #chr .third-mini-office {
        padding-top: 0;
        padding-left: 0;
    }
    #chr .third-mini-office .text-blk-third-blk {
        margin-top: 0;
    }
    .third-country .text-bigVrtl {
        transform: none;
    }
    .text-bigVrtl {
        position: static;
        transform: none;
        max-width: 100%;
        text-align: center;
    }
    .bg-blk-country {
        display: block;
        padding: 80px 40px 80px 40px;
    }
    .max-333,
    .img-bg-blk,
    .item-text-left,
    .img-country-blk {
        max-width: 100%;
    }
    .flexBlk-footer {
        flex-direction: column;
    }
    .linkBlk-footer {
        max-width: 400px;
        padding-left: 0;
    }
    .text-ceontact {
        max-width: 100%;
        font-size: 70px;
        line-height: 70px;
    }
    .text-ceontact span {
        display: none;
    }
    .bg-blk {
        flex-direction: column;
        padding-top: 130px;
        padding-bottom: 40px;
        padding-left: 40px;
    }
    #chr #chr-bloc-1 .bg-blk {
        padding-bottom: 0;
    }
    .blue-blk .img-bg-blk {
        max-width: 100%;
    }
    .gtitle-mno {
        font-size: 70px;
        line-height: 70px;
    }
    .text-bigVertcl {
        font-size: 70px;
        line-height: 70px;
        top: 329px;
        max-width: 400px;
        margin-left: -200px;
    }
    .second-country .gtitle-mno,
    .gtitle-mno {
        position: static;
        text-align: center;
        margin: 0 0 40px 0;
    }
}

@media (max-width:475px) {
    .item-sformation,
    .item-formation {
        max-width: 331px;
        width: 100%;
    }
    .item-sformation img,
    .item-formation img {
        width: 100%
    }
}

@media (max-width:540px) {
    .register-form .nav-link {
        font-size: 12px;
    }
    .right-text-spec,
    .second-spec .max444 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .list-sformationProduct .wrapper-item-formation,
    .list-formationProduct .wrapper-item-formation {
        width: 100%
    }
    .title-bloc h1 {
        font-size: 27.5px;
    }
    #category .description-cat {
        padding-top: 0!important
    }
}

@media (max-width:600px) {
    .img-btk-list ul li {
        margin: 0 0 15px 0;
        width: 50%;
        text-align: center;
    }
    .img-btk-list ul li img {
        max-width: 95%;
        overflow: hidden;
        margin: 0 auto;
    }
}

@media (max-width:575px) {
    #contact .callAction,
    #contact .callAction a {
        height: 50px;
        font-size: 16.25px;
    }
    .fileInputBloc .input-group .input-group-btn {
        height: 100%;
        max-width: 100%;
        width: 100%;
        display: inline-block;
        float: none;
        margin-top: 20px;
    }
    .fileInputBloc .bootstrap-filestyle input {
        max-width: 100%;
    }
    .list-Cat-faq:last-of-type {
        margin-bottom: 80px;
    }
    .max765-faq h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .card.item-Faq h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .bloc-top,
    .bloc-bottom {
        transform: none!important;
    }
    .bigtext-fourth {
        font-size: 95px;
        line-height: 80.25px;
    }
    .social-blocategory .block-social ul li {
        margin: 0 20px;
    }
    body .item-cafe.slick-active:not(.slick-center) .wrapper-cafe {
        height: 112px;
        max-width: 112px;
        margin: 0 auto;
    }
    .item-cafe.slick-slide.slick-current.slick-active.slick-center .wrapper-cafe {
        max-width: 120px;
    }
    .list-image-slide-barist .list-img {
        transform: none;
    }
    .list-image-slide-barist {
        padding-bottom: 50px;
        margin-top: -240px;
    }
    .text-bloc-caron {
        padding-top: 80px;
    }
    .imgbloc2 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .bloc-img-Fourth {
        display: block;
    }
    .imgbloc3 {
        position: static;
    }
    .blk-country {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .fifth-country .left-fifth-mini-office,
    .fifth-country .right-fifth-mini-office {
        width: 100%;
        max-width: 100%
    }
    .fifth-country .left-fifth-mini-office img {
        width: 100%;
    }
    .fifth-country .right-fifth-mini-office div {
        max-width: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .second-country {
        padding-top: 80px;
    }
    .first-mini-office,
    .first-country {
        padding-top: 80px;
    }
    .text-bigHrzt {
        margin-bottom: 40px
    }
    body .block_newsletter form input.btn-newletters,
    body .block_newsletter a.btn-newletters {
        height: 90px;
        width: 90px;
        right: 0;
        margin-top: -45px;
    }
    .block_newsletter form .input-wrapper input[type='email'] {
        width: calc(100% - 90px);
    }
    .header-btk {
        bottom: 35px;
    }
    .item-btk {
        width: 100%;
    }
    .title-header {
        font-size: 25.0037px;
        line-height: 30px;
    }
    #category .block_newsletter,
    #index .block_newsletter {
        padding-top: 38px;
        padding-left: 30px;
        padding-right: 30px;
    }
    body .block_newsletter h3,
    body .block_newsletter .cccaron--h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .block_newsletter form input[type="email"] {
        height: 50px;
        font-size: 13px;
        padding: 0 15px;
    }
}

@media (max-width:575px) {
    body#chr .second-mini-office,
    body#nosespaces .second-mini-office,
    body#minioffice .second-mini-office,
    body#barista .second-mini-office,
    body#da .second-mini-office {
        padding-top: 15px;
    }
    body#chr .list-image-slide-barist,
    body#nosespaces .list-image-slide-barist,
    body#minioffice .list-image-slide-barist,
    body#da .list-image-slide-barist {
        margin-top: -240px;
    }
    body#barista .list-image-slide-barist {
        margin-top: 0;
    }
    #chr .first-mini-office,
    body#nosespaces .first-mini-office,
    body#minioffice .first-mini-office,
    body#da .first-mini-office {
        min-height: 594px;
    }
    .first-caron {
        padding-left: 40px;
        padding-right: 40px;
    }
    .second-caron {
        padding-top: 150px;
        padding-bottom: 80px;
    }
    .bigText-c {
        position: static;
        font-size: 50px;
        max-width: 90%;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .second-caron-img {
        position: static;
        margin-top: 20px;
    }
    .right-bloc-country {
        transform: none;
    }
    .four-country .img-blk-blue {
        max-width: 100%;
    }
    .four-country .img-blk-blue img {
        max-width: 100%;
        width: 100%
    }
    .bg-blk {
        padding-top: 80px;
    }
    .four-mini-office,
    .four-country {
        padding-top: 80px;
    }
    .text-bigVertcl {
        margin-bottom: 40px;
    }
    .text-bigVrtl,
    .text-bigHrzt {
        font-size: 70px;
        line-height: 70px;
    }
    .blue-blk>div:nth-child(even),
    .brown-blk>div:nth-child(even),
    .blue-blk>div:nth-child(odd),
    .brown-blk>div:nth-child(odd) {
        padding: 0!important;
    }
    .blk-fifth-office {
        flex-direction: column;
    }
    .text-bigVertcl {
        margin-left: 0;
        position: static;
        transform: none;
        text-align: center;
        max-width: 100%;
    }
    .right-fifth-mini-office {
        transform: translate(0px, 40px);
        padding: 40px;
    }
    .fifth-mini-office {
        padding-top: 80px;
    }
    .sixth-mini-office {
        margin-top: 80px;
    }
    .text-blk-third-blk {
        padding-left: 40px;
        padding-right: 40px;
    }
    .blue-blk .textVertical2 {
        display: none;
    }
    .blue-blk,
    .four-country .blue-blk {
        padding-left: 40px;
        margin-top: 0;
        padding-top: 80px;
    }
}

.titlep {
    margin-left: -90px;
}

#payment-option-3-container .logo-paiement img {
    max-width: 100%;
}

body#contact .col-xs-12.alert {
    max-width: 500px;
    margin: 0 auto;
    float: none;
    background: var(--dark-color-4);
    color: #fff;
    font-size: 20px;
    text-align: center;
}

@media (max-width:480px) {
    img.lastlisteimg {
        width: 100%;
    }
    .contact-form {
        padding: 80px 0;
    }
    #contact .form-group.row:nth-of-type(1),
    #contact .form-group.row:nth-of-type(2),
    #contact .form-group.row:nth-of-type(4),
    #contact .form-group.row:nth-of-type(5) {
        width: 100%;
        float: left;
    }
    body#contact .form-group.row:nth-of-type(5),
    body#contact .form-group.row:nth-of-type(2) {
        float: none;
    }
    #contact .form-group.row:nth-of-type(1) input,
    #contact .form-group.row:nth-of-type(2) input,
    .contact-form input.form-control,
    body#contact select.form-control:not([size]):not([multiple]) {
        max-width: 100%;
    }
    .text-erreur {
        font-size: 40px;
        line-height: 44px;
    }
    .text-erreur2 {
        font-size: 49px;
        line-height: 30px;
        transform: translate(93px, -24px);
    }
    span.zero img {
        max-width: 36px;
    }
    .fourth-block-product .container {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .bloc-top>div,
    .bloc-bottom>div {
        width: 50%
    }
    .bloc-button-cart button {
        max-width: 100%
    }
    .max1142 {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .img-probat {
        margin-top: -22px;
    }
    .img-probat img {
        max-width: 320px;
    }
    .img-top-crs {
        max-width: 202px;
    }
    body .item-cafe.slick-active:not(.slick-center) .wrapper-cafe {
        height: 80px;
        max-width: 80px;
        margin: 0 auto;
    }
    body .item-cafe.slick-active:not(.slick-center) .wrapper-cafe img {
        max-width: 60px;
    }
    .bimgbloc1 {
        max-width: 100%;
        float: none;
    }
    .seven-caron img {
        max-width: 100%;
        width: 100%
    }
    .bimgbloc2 {
        margin-top: 0;
        float: none;
        max-width: 100%
    }
    .second-caron-img,
    .first-caron-img {
        width: 100%
    }
    .img-bloc-c div {
        width: 100%;
        max-width: 100%;
    }
    .img-bloc-c img {
        max-width: 100%;
        width: 100%
    }
    .img-bloc-c {
        flex-direction: column;
    }
    .bloc-img-1,
    .bloc-img-2 {
        margin-bottom: 20px;
    }
    .logo-bloc img,
    .logoMenumobile img {
        max-width: 120px;
    }
    .text-ceontact {
        font-size: 40px;
        line-height: 50px;
    }
    .gtitle-mno,
    .text-bigVrtl,
    .text-bigHrzt,
    .text-bigVertcl {
        font-size: 30px;
        line-height: 30px;
    }
}

.gcsm-cart-summary .cart-products-count {
    display: none;
}

#booking_product_time_slots {
    /*    display: none;*/
    text-align: right;
    color: var(--coffee-color)!important;
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.2rem;
}

.time_slot_checkbox.row * {
    letter-spacing: normal;
}

.time_slot_price {
    position: relative;
}

input.product_blooking_time_slot+.time_slot_price:before,
#use_same_address+label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--dark-color-3);
    display: inline-block;
    position: absolute;
    left: -30px;
    top: -2px;
    border: 2px solid #fff;
}

.checkAddresse label {
    position: relative;
}

.checkAddresse input[type="checkbox"] {
    opacity: 0
}

input.product_blooking_time_slot:checked+.time_slot_price:before,
#use_same_address:checked+label:before {
    border: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
}

#use_same_address:checked+label:before,
#use_same_address+label:before {
    top: 2px!important
}

.block-categories.prestablog {
    display: block;
    padding-left: 24px;
    border-radius: 15px;
}

div#prestablog_categorieslist {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

img.lastlisteimg {
    border-radius: 15px!important;
}

.lastlisteimg span {
    font-weight: normal;
    line-height: 20px!important;
    font-size: 13px;
    display: block;
}

#module-prestablog-blog .block-giftcard {
    display: none;
}

.title_block {
    font-weight: 700;
    font-size: 18.75px;
    line-height: 23px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
}

a.link_block {
    font-weight: 700;
    font-size: 18.75px;
    line-height: 23px;
    letter-spacing: 0.2em;
    color: var(--coffee-color);
}

.hiddentoCat {
    display: none;
}

section.blocPost.paddingCat {
    padding-top: 200px
}

.prestablogtree .link_block {
    height: 90px;
    overflow: hidden;
}

#category #prestablog_categorieslist,
#category .title_block,
#category #prestablog_list,
#category #prestablog_recherche {
    display: none!important
}

body .block_newsletter_alert {
    font-size: 20px;
    max-width: 789px;
    margin-top: 20px;
    background: transparent;
    border: none;
    padding-left: 0;
    color: #555B6A;
}

#left-column .xyfreeshipping-alert {
    display: none!important
}

p.fmm_oosn_email_heading {
    font-size: 13px;
    line-height: 20px;
}

.fmmNtButton {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 17px;
}

@media (min-width: 992px) {
    .fmmNtButton {
        margin-bottom: 0;
    }
}

.fmmNtButton .po_sub {
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.2);
}

.col-md-4.blc .xyfreeshipping-alert {
    display: none!important;
}

section.container.mapContact {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%!important;
}

section.container.mapContact>div {
    width: 100%!important;
    margin: 0;
    padding: 0!important;
    max-width: 100%;
}

section.container.mapContact iframe {
    width: 100%!important
}

#prestablog_lastliste a.btn-primary.btn_link {
    display: none;
}

#search .prestablog,
#search .title_block {
    display: none;
}

@media (min-width:992px) {
    .sample-product .right-blocAction {
        margin-right: -12px
    }
}

.messages {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.js-product-additional-info #spr_scroll_to_review_footer {
    display: none;
}

.mCustomScrollbar .product-name {
    color: #fff !important;
}

.mCustomScrollbar .product-name .booking_product_label {
    display: none !important;
}

#cart .loyalty-block.loyalty-block-shopping-cart-detail,
ul.shareThisProduct li.twitter-share,
.loyalty-block.loyalty-block-shopping-cart .alert.alert-loyalty img {
    display: none;
}

.loyalty-block.loyalty-block-shopping-cart .alert.alert-loyalty {
    background: none !important;
    border: none;
    color: var(--coffee-color)!important;
}

@media (min-width: 992px) {
    .loyalty-block.loyalty-block-shopping-cart {
        position: absolute;
        bottom: 30px;
    }
}

.lgcookieslaw-button-container .lgcookieslaw-accept-button,
.lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-slider.lgcookieslaw-slider-checked {
    border: 1px solid #EAF0F2;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.lgcookieslaw-button-container .lgcookieslaw-accept-button:hover,
.lgcookieslaw-button-container .lgcookieslaw-reject-button:hover,
.lgcookieslaw-slider.lgcookieslaw-slider-checked:hover {
    color: #EAF0F2 !important;
    background: transparent !important;
    border: 1px solid #EAF0F2;
}

.lgcookieslaw-modal .lgcookieslaw-accept-button,
.lgcookieslaw-modal .lgcookieslaw-badge,
.lgcookieslaw-modal .lgcookieslaw-reject-button {
    border: 1px solid #EAF0F2;
    letter-spacing: 0.05em;
}

.lgcookieslaw-modal .lgcookieslaw-accept-button:hover,
.lgcookieslaw-modal .lgcookieslaw-badge:hover,
.lgcookieslaw-modal .lgcookieslaw-reject-button:hover {
    background: transparent !important;
}

.lgcookieslaw-modal .lgcookieslaw-partial-accept-button {
    background: var(--dark-color-1) !important;
    color: #EAF0F2 !important;
    border: 1px solid var(--dark-color-1);
    letter-spacing: 0.05em;
}

.lgcookieslaw-modal .lgcookieslaw-partial-accept-button:hover {
    background: transparent !important;
    color: var(--dark-color-1) !important;
    border: 1px solid var(--dark-color-1);
}

section#checkout-personal-information-step a,
a[data-link-action="different-invoice-address"] {
    /*text-decoration: underline;*/
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 15px;
    color: var(--coffee-color);
}

body#checkout section.checkout-step small {
    font-size: 100%;
}

#checkout #_desktop_cart,
#checkout #_desktop_user_info {
    visibility: hidden;
}

#cp-device-ori .cp-input-gen pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap !important;
}

#map {
    width: 100%;
    height: 910px;
}

.customap--par {
    font-size: 11.25px;
    margin: 0;
    padding-bottom: 24px;
    line-height: 16.5px;
    letter-spacing: 0.2rem;
}

.customap--par:last-of-type {
    padding-bottom: 0;
}

.customap--firstHeading {
    margin: 0;
    text-transform: uppercase;
    color: #FF9643;
    padding-bottom: 0;
}

button.gm-ui-hover-effect[title="Fermer"],
.gm-style .gm-style-iw-tc {
    display: none !important;
}

.gm-style .gm-style-iw-c {
    top: 110px;
    left: 150px;
}

.add-to-cart-disable.btn-addCart {
    cursor: default;
}

.product-actions .bloc-button-cart #product-availability .product-available {
    color: #fff;
    display: none;
}

.product-actions .bloc-button-cart #product-availability {
    display: block !important;
    color: #fff;
    font-weight: 400;
}

.ccaron--loyalty-faq-link {
    border-bottom: 1px solid;
}

.title-contact .linkBlk-footer p {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
}

.title-contact .linkBlk-footer {
    max-width: 676px;
}

@media (max-width: 768px) {
    .title-contact .linkBlk-footer p {
        font-size: 20px;
        line-height: 26px;
    }
}

.productActionOnlist a:hover>*,
.productActionOnlist button:hover>* {
    transform: scale(1.2);
}

.productActionOnlist a>*,
.productActionOnlist button>* {
    transition: all .3s ease-out;
}

.ccaron--shipping-msg {
    display: inline-block;
    padding-top: 12px;
}

.header-slide .slick-arrow {
    position: absolute;
    z-index: 9999;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    width: 60px;
    height: 60px;
}

.header-slide .slick-prev {
    left: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3Ljc1IDEuMjVMMi44ODUgMTcuMDg0YTMuNzUgMy43NSAwIDAwLS4wMjUgNS4xMDZsMTQuODkgMTYuMTg1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg==");
}

.header-slide .slick-prev::before {}

.header-slide .slick-next {
    right: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMzguMzc1TDE2Ljg2NSAyMi41NGEzLjc1IDMuNzUgMCAwMC4wMjUtNS4xMDZMMiAxLjI1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIvPjwvc3ZnPg==");
}

.header-slide .slick-next::before {}

@media (max-width: 1199.98px) {
    .header-slide .slick-arrow {
        background-size: 12px;
        width: 40px;
        height: 40px;
    }
    .header-slide .slick-prev {
        left: 0;
    }
    .header-slide .slick-next {
        right: 0;
    }
}

@media (max-width: 600px) {
    .header-slide .slick-arrow {
        width: 27px;
    }
}

.list-video-btk .icon-nav,
body#da .icon-nav,
body#chr .icon-nav,
body#nosespaces .icon-nav,
body#minioffice .icon-nav,
body#index .icon-nav {
    width: 50px;
    height: 50px;
}

.list-video-btk .leftArrow,
body#chr .leftArrow,
body#index .featured-products .leftArrow {
    background-size: 12px;
    background-position: 17px center;
}

.list-video-btk .rightArrow,
body#chr .rightArrow,
body .featured-products .rightArrow {
    background-size: 12px;
    background-position: 20px center;
}

body#laboutique .list-images-btk .icon-nav,
body#da .icon-nav,
body#nosespaces .icon-nav,
body#minioffice .icon-nav {
    background-color: transparent;
    background-size: 16px;
    background-position: center;
}

body#laboutique .list-images-btk .leftArrow,
body#da .leftArrow,
body#nosespaces .leftArrow,
body#minioffice .leftArrow {
    left: -50px;
}

body#chr .leftArrow {
    left: -60px;
}

.list-video-btk .leftArrow {
    left: 5px;
}

.list-video-btk .rightArrow {
    right: 5px;
}

body#laboutique .list-images-btk .rightArrow,
body#da .rightArrow,
body#nosespaces .rightArrow,
body#minioffice .rightArrow {
    right: -50px;
}

body#chr .rightArrow {
    right: -60px;
}

@media (max-width: 1199.98px) {
    body#laboutique .list-images-btk .leftArrow,
    body#da .leftArrow,
    body#nosespaces .leftArrow,
    body#minioffice .leftArrow {
        left: 0;
    }
    body#chr .leftArrow {
        left: 5px;
    }
    body#laboutique .list-images-btk .rightArrow,
    body#da .rightArrow,
    body#nosespaces .rightArrow,
    body#minioffice .rightArrow {
        right: 0;
    }
    body#chr .rightArrow {
        right: 5px;
    }
}

.ccaron-txt-atelier.text-right {
    text-align: right;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.135em;
    margin: 1rem 0;
}

@media (max-width: 992px) {
    .ccaron-txt-atelier.text-right {
        text-align: left;
    }
}

.ccaron--last-double-text-wrap {
    display: flex;
    justify-content: center;
    padding-top: 110px;
}

.ccaron--max-370 {
    max-width: 370px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
}

@media (min-width: 1200px) {
    .ccaron--max-370 {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .ccaron--last-double-text-wrap {
        flex-wrap: wrap;
    }
    .ccaron--max-370 {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.left-text-spec {
    max-width: 585px;
    padding-top: 150px;
}

.left-text-spec h2 {
    text-align: left;
    margin-bottom: 44px;
}

.left-text-spec p {
    max-width: 470px;
    text-align: justify;
}

.ccaron--text-fourth p {
    text-align: justify;
}

.ccaron-content-between {
    justify-content: space-between;
}

.container-third.ccaron-content-between {
    align-items: flex-start;
    padding-top: 90px;
}

.max-1275 {
    margin: 0 auto;
    max-width: 1275px;
    width: 100%;
}

.ccaron-main-subtitle {
    color: #fff;
    text-transform: uppercase;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
    text-overflow: ellipsis;
}

#product .pink-header .ccaron-main-subtitle {
    color: var(--coffee-color);
}

.ccaron-main-subtitle p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
}

.description-short p {
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0.10em;
    color: white;
}

.description-short p a {
    color: #fff !important;
    text-decoration: underline;
}

.description-short p span {
    color: #fff !important;
}

.ccaron--wrap-four-barista {
    background-color: #f8f8f8;
    margin-top: 90px;
    margin-bottom: 76px;
    position: relative;
}

#barista .fifth-mini-office {
    padding-top: 208px;
}

.ccaron--dbl-block-txt {
    padding-top: 88px;
    padding-bottom: 76px;
}

#da .gtitle-mno,
#da .text-bigHrzt,
#da .text-bigVrtl,
#da .text-bigVertcl,
#chr .gtitle-mno,
#chr .text-bigHrzt,
#chr .text-bigVrtl,
#chr .text-bigVertcl,
#barista .gtitle-mno,
#barista .text-bigVrtl,
#barista .text-bigVertcl {
    font-size: 75px;
    line-height: 95px;
    z-index: 3;
}

@media (max-width: 675px) {
    #da .gtitle-mno,
    #da .text-bigHrzt,
    #da .text-bigVrtl,
    #da .text-bigVertcl,
    #chr .gtitle-mno,
    #chr .text-bigHrzt,
    #chr .text-bigVrtl,
    #chr .text-bigVertcl,
    #barista .gtitle-mno,
    #barista .text-bigVrtl,
    #barista .text-bigVertcl {
        font-size: 55px;
        line-height: initial;
        letter-spacing: 0.1em;
    }
}

#barista .text-bigVertcl {
    max-width: 900px;
    text-align: left;
    left: 39%;
    margin-left: -403px;
    top: 345px;
    color: var(--coffee-color);
}

@media (max-width: 1359.98px) {
    #barista .text-bigVertcl {
        left: 32%;
    }
}

@media (max-width: 767.98px) {
    #barista .text-bigVertcl {
        left: 22%;
    }
}

#barista .third-mini-office .textVertical {
    top: 50%;
    bottom: auto;
    transform: rotate(90deg) translate(-50%, 0);
}

#barista .blk-fifth-office {
    justify-content: space-between;
}

#barista .left-fifth-mini-office {
    max-width: 465px;
}

#barista .left-fifth-mini-office img {
    border-radius: 20px;
}

#barista .right-fifth-mini-office {
    max-width: 620px;
    padding: 92px 169px 92px 83px;
    transform: translate(0, 130px);
    border-radius: 20px;
}

#barista .right-fifth-mini-office a {
    color: #fff;
}

@media (max-width: 575px) {
    #barista .right-fifth-mini-office {
        transform: translate(0px, 40px);
        padding: 40px;
    }
    #barista .text-bigVertcl {
        margin-left: 0;
    }
    #barista .gtitle-mno,
    #barista .text-bigVrtl,
    #barista .text-bigVertcl {
        font-size: 35px;
        word-wrap: break-word;
    }
}

#barista .page-footer-landing,
#nosespaces .page-footer-landing,
#chr .page-footer-landing,
#da .page-footer-landing,
#pros .page-footer-landing {
    background-image: url("/webp_images/themes/classic/assets/img/landing/bgcontact.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 282px;
}

#barista .flexBlk-footer,
#nosespaces .flexBlk-footer,
#chr .flexBlk-footer,
#da .flexBlk-footer,
#pros .flexBlk-footer {
    justify-content: center;
    flex-direction: column;
}

#barista .text-ceontact,
#nosespaces .text-ceontact,
#chr .text-ceontact,
#da .text-ceontact,
#pros .text-ceontact {
    max-width: 100%;
    color: #fff;
}

#barista .linkBlk-footer,
#nosespaces .linkBlk-footer,
#chr .linkBlk-footer,
#da .linkBlk-footer,
#pros .linkBlk-footer {
    max-width: 480px;
    color: #fff;
}

#barista .linkBlk-footer a,
#nosespaces .linkBlk-footer a,
#chr .linkBlk-footer a,
#da .linkBlk-footer a,
#pros .linkBlk-footer a {
    color: var(--dark-color-3);
    background: #fff;
    font-size: 20px;
    line-height: 62px;
    height: 62px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 0 22px;
}

#barista .linkBlk-footer a:hover,
#nosespaces .linkBlk-footer a:hover,
#chr .linkBlk-footer a:hover,
#da .linkBlk-footer a:hover,
#pros .linkBlk-footer a:hover {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

#barista .scrollTop a,
#nosespaces .scrollTop a,
#chr .scrollTop a,
#da .scrollTop a,
#pros .scrollTop a {
    color: #fff;
}

#barista .scrollTop span,
#nosespaces .scrollTop span,
#chr .scrollTop span,
#da .scrollTop span,
#pros .scrollTop span {
    background: #ffff;
    color: var(--dark-color-1);
}

#chr #footer .scrollTop,
#da #footer .scrollTop {
    display: none;
}

@media (max-width: 575px) {
    #barista .linkBlk-footer a,
    #nosespaces .linkBlk-footer a,
    #pros .linkBlk-footer a {
        font-size: 15px;
        letter-spacing: 0.1em;
        padding: 0 15px;
    }
}

.ccaron-head-text-bloc-caron h2 {
    text-align: left;
}

.ccaron-head-text-bloc-caron {
    padding-top: 170px;
}

.ccaron-cont-text-bloc-caron {
    padding-top: 30px;
}

@media (max-width: 575px) {
    .ccaron-head-text-bloc-caron {
        padding-top: 40px;
    }
}

.ccaron--sixth-chr {
    padding-top: 420px;
    max-width: 1556px;
    margin: 0 auto;
}

.ccaron--sixth-chr .dflexp {
    justify-content: flex-end;
}

.ccaron--sixth-chr .bg-blk {
    padding-left: 0;
    background-color: #e6ecf0;
    border-radius: 20px;
}

.ccaron--sixth-chr img {
    border-radius: 20px;
}

.ccaron--sixth-chr .bg-blk p {
    color: var(--coffee-color);
}

.blk-sixth-chr {
    display: flex;
    align-items: center;
}

.left-ccaron--sixth-chr {
    padding: 0 15px;
    margin-left: -173px;
}

.right-ccaron--sixth-chr {
    padding: 15px;
    position: relative;
    z-index: 2;
}

.ccaron--sixth-chr .gtitle-mno {
    text-align: left;
    max-width: 925px;
    top: -132px;
    right: 182px;
    width: 100%;
}

.ccaron--sixth-chr .textVertical {
    top: auto;
    bottom: 40%;
    transform: rotate(-90deg);
}

#da .ccaron--sixth-chr .bg-blk {
    background: #E9D6CD;
}

#da .ccaron--sixth-chr .textVertical {
    top: 46%;
    bottom: auto;
}

#chr .ccaron--sixth-chr .textVertical {
    right: -70px;
}

#chr .right-fifth-mini-office {
    background: #F1F0EC;
    border-radius: 20px
}

#chr .right-fifth-mini-office p {
    color: var(--coffee-color);
}

#chr .left-fifth-mini-office img {
    border-radius: 20px;
}

@media (max-width: 1199.98px) {
    .left-ccaron--sixth-chr {
        margin-left: 0;
    }
    .ccaron--sixth-chr .gtitle-mno {
        right: auto;
        width: auto;
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .ccaron--sixth-chr .gtitle-mno {
        left: auto;
        margin-left: 0;
    }
}

@media (max-width: 675px) {
    .ccaron--sixth-chr .gtitle-mno {
        text-align: center;
        padding: 0;
    }
    .ccaron--sixth-chr .bg-blk {
        padding-left: 40px;
    }
    .blk-sixth-chr {
        flex-direction: column;
        align-items: center;
    }
}

.ccaron--seventh-chr .text-bigVertcl {
    margin-left: -300px;
    top: -170px;
    text-align: left;
}

.ccaron--seventh-chr .img-blk-blue {
    top: 73px;
}

@media (min-width: 1246px) {
    .ccaron--seventh-chr .blue-blk {
        padding-right: 151px;
    }
    .ccaron--seventh-chr .img-blk-blue {
        left: 90%;
    }
}

@media (min-width: 992px) {
    .ccaron--seventh-chr .col-md-8 {
        max-width: 268px;
    }
}

@media (min-width: 575px) {
    .ccaron--seventh-chr {
        padding-top: 360px;
    }
}

.ccaron--seventh-chr .textVertical2 {
    transform: rotate(90deg);
}

@media (max-width: 575px) {
    .ccaron--seventh-chr .text-bigVertcl {
        margin-left: 0;
        text-align: center;
    }
}

#chr .ccaron--seventh-chr .blue-blk {
    background: #F8F8F8;
}

.ccaron--eighth-chr {
    padding-top: 410px;
    max-width: 1556px;
    margin: 0 auto;
    position: relative;
}

.blk-eighth-chr {
    display: flex;
    justify-content: space-between;
    max-width: 1182px;
    margin: 0 auto;
    position: relative;
}

.right-ccaron--eighth-chr {
    padding: 285px 182px 50px 83px;
    background: #F1F0EC;
    border-radius: 20px;
}

.ccaron--eighth-chr .text-bigVertcl {
    max-width: 685px;
}

.left-ccaron--eighth-chr {
    transform: translate(0, -127px);
}

.max336 {
    max-width: 336px;
}

.ccaron--eighth-chr .textVertical {
    top: 100px;
}

@media (min-width: 1246px) {
    .ccaron--eighth-chr .text-bigVertcl {
        margin-left: -410px;
        top: 440px;
    }
}

@media (max-width: 991.98px) {
    .right-ccaron--eighth-chr {
        padding: 185px 62px 50px 62px;
    }
}

@media (max-width: 575px) {
    .blk-eighth-chr {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .left-ccaron--eighth-chr {
        transform: translate(0, 0);
    }
    .right-ccaron--eighth-chr {
        padding: 62px 40px;
    }
}

@media (min-width: 1200px) {
    #da-bloc-5.ccaron--sixth-chr .gtitle-mno {
        /*right: auto;
        left: 252px;*/
        text-align: center;
    }
}

@media (min-width: 992px) {
    #da-bloc-5 .left-ccaron--sixth-chr {
        transform: translate(0, 100px);
    }
}

#da .bg-blk .textVertical2 {
    left: -70px;
}

#da-bloc-7 .blk-eighth-chr {
    align-items: flex-start;
}

#da-bloc-7 .right-ccaron--eighth-chr {
    padding: 190px 135px 120px 130px;
}

#da-bloc-7 .textVertical {
    left: -70px;
    top: 50%;
    right: auto;
    transform: rotate(-90deg) translate(-50%, -50%);
    z-index: 1;
}

#da .header-boutik h1 {
    font-size: 45px;
    line-height: 60px;
    max-width: 425px;
}

@media (max-width: 1200px) {
    #da .header-boutik h1 {
        font-size: 30px;
    }
}

#da .header-btk {
    bottom: 180px;
}

@media (max-width: 950px) {
    #da .header-boutik h1 {
        font-size: 20px;
    }
    #da .header-btk {
        bottom: 120px;
    }
}

@media (max-width: 700px) {
    #da .header-boutik h1 {
        display: none
    }
}

#da .blk-fifth-office img,
#da .right-fifth-mini-office {
    border-radius: 20px;
}

#da .text-bigVertcl {
    top: 285px;
}

#da .left-ccaron--eighth-chr img {
    border-radius: 20px;
}

#da .four-mini-office .blue-blk {
    background: var(--light-coffee-color);
}

#laboutique .ginstagram_w .g_title_ins {
    display: none;
}

.item-btk {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-btk img {
    opacity: 1 !important;
    transform: scale(1);
    transition: all .5s;
}

.item-btk:hover img {
    transform: scale(1.2);
    transition: all .5s;
}

.img-btk {
    overflow: hidden;
    position: relative;
}

.item-btk:hover .ccaron-espaces {
    opacity: 1;
}

.first-btk.aos-init.aos-animate {
    z-index: 2;
}

.btn-btk {
    padding-bottom: 32px;
    text-align: center;
    background-color: #fff;
}

.btn-btk .btn {
    width: 100%;
    max-width: 183px;
    height: 48px;
    line-height: 48px;
    padding: 0 1.25rem;
    letter-spacing: 0.2em;
    font-weight: 700;
}

#laboutique .sixth-caron {
    margin-top: 300px;
}

#laboutique .sixth-caron .bigText-c,
#laboutique .second-caron .bigText-c {
    top: 50%;
    margin-top: auto;
    transform: translate(0, -50%);
    bottom: auto;
    opacity: 0.2;
}

#laboutique .bigTextc2 {
    top: 50%;
}

#laboutique-bloc-3B {
    padding-top: 180px;
}

#laboutique .fourth-caron .bigText-frouth-c {
    top: 50%;
    -webkit-transform: rotate(90deg) translate(-50%, 0);
    -ms-transform: rotate(90deg) translate(-50%, 0);
    transform: rotate(90deg) translate(-50%, 0);
}

.max780 {
    max-width: 780px;
}

.ccaron--text-right {
    text-align: right;
    position: relative;
    z-index: 2;
}

.blc-bas .cp-list-color ul {
    border: none;
    background: transparent;
}

.product-information .star-content {
    display: none;
}

#tvdesktop-megamenu {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.loyalty-block .loyalty-block-redeem-btn {
    margin-bottom: 0;
}

.loyalty-block .loyalty-block-redeem-btn a {
    color: var(--coffee-color);
}

.loyalty-block-redeem-btn .btn:hover {
    color: black;
}

.ccaron-product-info-align {
    display: block;
    flex-direction: column;
    justify-content: space-between;
}

.product-actions.js-product-actions.ccaron-product-info-align {
    height: 100%;
}

#engagements .bigText-c {
    top: 140px;
    bottom: auto;
    margin-top: 0;
    word-wrap: break-word;
}

#engagements section.tenth-caron.second-caron .bigText-c {
    opacity: 0.2;
}

#engagements section.tenth-caron.second-caron .next-text {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

#engagements .five-caron {
    background: #e9dfd0;
}

#engagements .nineth-caron.five-caron {
    background: #efede8;
}

#engagements .tenth-caron {
    padding-bottom: 35px;
}

#engagements .fourteenth-caron .bigText-c {
    max-width: 1304px;
    top: 120px
}

.fourteenth-caron .bloc-img3 {
    position: relative;
    z-index: 1;
}

#engagements .fourteenth-caron .textVertical2 {
    transform: rotate(-90deg) translate(-100%, 100%);
    transform-origin: top left;
    top: 320px;
    left: 58px;
    height: auto;
}

.cc--anim-item {
    margin-bottom: 8px;
    min-height: 362px;
}

.cc--anim-item-ttl {
    color: #f8f8f8;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
    min-height: 60px;
    text-transform: uppercase;
    text-shadow: var(--coffee-color) 1px 0px 0px, var(--coffee-color) 0.540302px 0.841471px 0px, var(--coffee-color) -0.416147px 0.909297px 0px, var(--coffee-color) -0.989992px 0.14112px 0px, var(--coffee-color) -0.653644px -0.756802px 0px, var(--coffee-color) 0.283662px -0.958924px 0px, var(--coffee-color) 0.96017px -0.279415px 0px;
}

.cc--anim-item-thumb img {
    border-radius: 100px;
    max-height: 194px;
}

.cc--anim-item-txt {
    font-size: 12px;
    line-height: 18px;
    margin-top: 9px;
    color: var(--coffee-color);
}

.cc-anim-text-vertical-l,
.cc-anim-text-vertical-r {
    color: #f8f8f8;
    font-size: 75px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 95px;
    position: absolute;
    text-transform: uppercase;
    text-shadow: var(--coffee-color) 1px 0px 0px, var(--coffee-color) 0.540302px 0.841471px 0px, var(--coffee-color) -0.416147px 0.909297px 0px, var(--coffee-color) -0.989992px 0.14112px 0px, var(--coffee-color) -0.653644px -0.756802px 0px, var(--coffee-color) 0.283662px -0.958924px 0px, var(--coffee-color) 0.96017px -0.279415px 0px;
}

.cc-anim-text-vertical-l {
    transform: rotate(-90deg) translateX(-100%);
    left: 105px;
    top: 70px;
    transform-origin: top left;
}

.cc-anim-text-vertical-r {
    transform: rotate(90deg) translateY(100%);
    right: 105px;
    bottom: 80px;
    transform-origin: bottom right;
}

h2.ccaron--barista-anim-ttl {
    margin-bottom: 50px;
}

.ccaron--wrap-four-barista .textVertical2 {
    left: 45px;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: top left;
}

@media (min-width: 1200px) {
    .pl-xl-12 {
        padding-left: 12px;
    }
    .pr-xl-14 {
        padding-right: 14px;
    }
    .center-five-bloc.ccaron-transy {
        transform: translateY(-120px);
    }
}

@media (max-width: 1199.98px) {
    .cc-anim-text-vertical-l,
    .cc-anim-text-vertical-r {
        transform: rotate(0deg);
        position: static;
        text-align: center;
        padding: 15px;
    }
}

@media (max-width: 767.98px) {
    .cc-anim-text-vertical-l,
    .cc-anim-text-vertical-r {
        font-size: 50px;
        letter-spacing: 0.05em;
        line-height: 60px;
    }
    h2.ccaron--barista-anim-ttl {
        margin-bottom: 20px;
    }
}

#pros .header-boutik .container {
    padding: 0 15px;
}

#pros .header-btk {
    bottom: 138px;
    min-height: auto;
}

#pros .title-header {
    font-size: 40px;
    text-align: center;
    line-height: initial;
    max-width: 580px;
    margin: 0 auto;
}

#pros .list-img {
    transform: translate(0);
}

#pros .first-mini-office {
    min-height: auto;
    padding-top: 60px;
    background-color: var(--coffee-color);
}

#pros .first-mini-office a {
    color: #fff;
}

#pros .list-image-slide-barist {
    background: none;
    position: relative;
    padding: 15px 0;
}

#pros .list-image-slide-barist::after {
    content: '';
    display: block;
    top: 0;
    bottom: 108px;
    left: 0;
    right: 0;
    background: var(--coffee-color);
    position: absolute;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

@media (max-width: 991.98px) {
    #pros .list-image-slide-barist::before {
        content: '';
        display: block;
        top: 0;
        bottom: 108px;
        left: 0;
        right: 0;
        background: var(--dark-color-3);
        position: absolute;
    }
    #pros .list-image-slide-barist::after {
        content: '';
        display: none;
    }
}

#pros .description-b {
    max-width: 710px;
    margin: 0 auto;
}

#da .description-b {
    max-width: 675px;
}

#pros .description-b h2 {
    margin-bottom: 36px;
}

#pros p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.1em;
}

.cc--gtitle-mno {
    color: var(--coffee-color);
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 75px;
    letter-spacing: 0.1em;
    line-height: 95px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 960px;
    min-height: 285px;
    position: absolute;
    right: 27px;
    top: -148px;
    z-index: 2;
}

.max-387 {
    max-width: 387px;
}

#pros .second-mini-office .bg-blk {
    padding-left: 159px;
    padding-top: 154px;
    padding-bottom: 33px;
    align-items: flex-start;
    justify-content: space-between;
}

#pros .bg-blk .textVertical2 {
    height: auto;
    left: 58px;
    top: 0;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: top left;
}

#pros a.btn.btn-primary {
    font-size: 16px;
    letter-spacing: 0.2em;
    height: 48px;
    line-height: 28px;
}

.cc--text-bigVrtl {
    font-weight: 700;
    font-size: 75px;
    line-height: 95px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--coffee-color);
    -webkit-transform: rotate(-90deg) translateY(100%);
    -ms-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
    transform-origin: bottom left;
    max-width: 995px;
    position: absolute;
    left: 70px;
    bottom: -21px;
    z-index: 2;
    text-align: left;
    margin-bottom: 0;
}

.second-pros {
    padding-top: 350px;
}

.third-pros .textVertical {
    height: auto;
    transform: rotate(90deg) translateX(100%);
    transform-origin: top right;
    top: 50%;
    right: 58px;
}

.third-pros .text-blk-third-blk {
    padding-left: 110px;
    padding-top: 190px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.fourth-pros {
    padding-top: 274px;
}

.fourth-pros .cc--gtitle-mno {
    left: -36px;
    max-width: 800px;
    text-align: left;
    top: -172px;
}

.fourth-pros .blk-sixth-chr {
    align-items: flex-start;
}

.max-326 {
    max-width: 326px;
}

.fourth-pros .textVertical {
    height: auto;
    transform: rotate(90deg) translateX(50%);
    transform-origin: top right;
    bottom: auto;
    top: 50%;
    right: 58px;
}

.fiveth-pros {
    padding-top: 248px;
    padding-bottom: 90px;
}

#pros .img-bg-blk {
    right: -158px;
}

@media (max-width: 1200px) {
    #pros .img-bg-blk {
        margin-left: 15px;
    }
    .fourth-pros .cc--gtitle-mno {
        left: 15px;
    }
}

@media (max-width: 991.98px) {
    .logo-bloc img,
    .logoMenumobile img {
        max-height: 80px;
    }
    .second-pros,
    .fourth-pros,
    .fiveth-pros {
        padding-top: 135px;
    }
    #pros .second-mini-office .bg-blk {
        padding-left: 40px;
    }
    .third-pros .text-blk-third-blk {
        padding-left: 15px;
        padding-top: 30px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .third-pros .img-blk-third-blk {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    #pros .second-mini-office .bg-blk {
        padding-top: 70px;
    }
    .fourth-pros .bg-blk {
        padding-top: 60px;
    }
}

@media (max-width: 675px) {
    .second-pros,
    .fourth-pros,
    .fiveth-pros {
        padding-top: 120px;
    }
    #pros .title-header {
        font-size: 35.0037px;
        line-height: 51px;
    }
    #pros .second-mini-office .bg-blk {
        flex-direction: column;
        padding-top: 70px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .third-pros .text-blk-third-blk,
    .fourth-pros .bg-blk {
        padding-left: 5px;
        padding-right: 5px;
    }
    #pros .img-bg-blk {
        margin-left: 0;
        margin-top: 20px;
    }
    .cc--text-bigVrtl {
        position: static;
        transform: none;
        max-width: 100%;
        text-align: center;
    }
    .cc--gtitle-mno {
        position: static;
        min-height: auto;
        margin-bottom: 24px;
    }
    .fourth-pros .cc--gtitle-mno {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    #pros .title-header {
        font-size: 19px;
        line-height: 30px;
    }
    #pros .list-image-slide-barist {
        margin-top: 0;
    }
    #pros .header-btk {
        bottom: 35px;
    }
    .fourth-pros .bg-blk {
        padding-top: 60px;
    }
}

#sitemap #wrapper #notifications+.container {
    max-width: 100%;
    padding: 0!important;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cc--obf-link {
    cursor: pointer;
}


/*ZAVO*/

.wide-rounded-block {
    border-radius: 60px;
    margin: 0 15px;
}


/*BIO COFFEES*/

.product-id-category-83 .standard-header {
    background: var(--bio-color);
}

.product-id-category-83 .standard-header .bloc-button-cart button {
    color: var(--bio-color);
}

.product-id-category-83 .third1-block-product {
    background-color: var(--light-bio-color);
}

.product-id-category-83 .reassurance-product {
    background-color: var(--bio-color);
}

.product-id-category-83 .form-control,
.product-id-category-83 .product-variants>.product-variants-item select,
.product-id-category-83 select.form-control:not([size]):not([multiple]) {
    border-color: #FFFFFF!important;
}


/*CAFE DU MONDE*/

.product-id-category-47 .standard-header {
    background: var(--light-coffee-color);
}

.product-id-category-47#product .standard-header h1,
.product-id-category-47#product .standard-header .ccaron-main-subtitle,
.product-id-category-47 .standard-header .product-description p,
.product-id-category-47 .comments-note span,
.product-id-category-47 .standard-header .product-actions .control-label,
.product-id-category-47 .product-price,
.product-id-category-47 .standard-header .title-card,
.product-id-category-47#product .product-quantity #quantity_wanted,
.product-id-category-47 .product-variants>.product-variants-item select,
.product-id-category-47 select.form-control:not([size]):not([multiple]),
.product-id-category-47 .standard-header .return-blk a,
.product-id-category-47 .product-unit-price {
    color: var(--coffee-color) !important;
}

.product-id-category-47#product .note-product .star-content div.star {
    background: url(../img/icon-favoris.svg) no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.product-id-category-47#product .note-product .star-content div.star-on {
    background: url(../img/icon-favoris-delete.svg)no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.product-id-category-47#product .standard-header .pw-fav-toggle .pw-fav-add {
    background: url(../img/icon-favoris.svg)no-repeat;
    background-size: cover;
}

.product-id-category-47#product .standard-header .pw-fav-toggle .pw-fav-remove {
    background: url(../img/icon-favoris-delete.svg)no-repeat;
    background-size: cover;
}

.product-id-category-47#product .standard-header .social-sharing span {
    background: url(../img/icon-share.svg)no-repeat;
    background-size: cover;
}

.product-id-category-47#product .product-variants>.product-variants-item select,
.product-id-category-47#product select.form-control:not([size]):not([multiple]) {
    background: rgba(255, 255, 255, 0.2) url(../img/arrow-down-dark.svg) no-repeat;
    background-position: 94%;
}

.product-id-category-47 .standard-header .bloc-button-cart button,
.product-id-category-47.sample-product .return-blk a span {
    background: var(--coffee-color);
    color: var(--light-coffee-color);
}

.product-id-category-47 .third1-block-product {
    background-color: #E9DFD0;
}

.product-id-category-47 .reassurance-product {
    background-color: var(--light-coffee-color);
}

.product-id-category-47#product.sample-product .dark {
    display: inline !important;
}

.product-id-category-47#product.sample-product .white {
    display: none;
}


/*JDA COFFEES*/

.product-id-category-82 .standard-header {
    background: var(--jda-coffee-color);
}

.product-id-category-82 .standard-header .bloc-button-cart button {
    color: var(--jda-coffee-color);
}

.product-id-category-82 .third1-block-product {
    background-color: var(--light-jda-coffee-color);
}

.product-id-category-82 .reassurance-product {
    background-color: var(--jda-coffee-color);
}

.product-id-category-82#product .product-quantity #quantity_wanted,
.product-id-category-82 .product-variants>.product-variants-item select,
.product-id-category-82 select.form-control:not([size]):not([multiple]) {
    border-color: #FFFFFF!important;
}


/* DK COFFEES */

.product-id-category-158 .standard-header {
    background: var(--dk-coffee-color);
}

.product-id-category-158 .standard-header .bloc-button-cart button {
    color: var(--dk-coffee-color);
}

.product-id-category-158 .third1-block-product {
    background-color: var(--light-dk-coffee-color);
}

.product-id-category-158 .reassurance-product {
    background-color: var(--dk-coffee-color);
}

.product-id-category-158#product .product-quantity #quantity_wanted,
.product-id-category-158 .product-variants>.product-variants-item select,
.product-id-category-158 select.form-control:not([size]):not([multiple]) {
    border-color: #FFFFFF!important;
}

.product-id-category-2 .description-short p {
    color: var(--coffee-color)!important;
}


/* LIMITED EDITION COFFEE */

.product-id-category-87 .standard-header {
    background: var(--limited-coffee-color);
}

.product-id-category-87#product .standard-header h1,
.product-id-category-87#product .standard-header .ccaron-main-subtitle,
.product-id-category-87 .standard-header .product-description p,
.product-id-category-87 .comments-note span,
.product-id-category-87 .standard-header .product-actions .control-label,
.product-id-category-87 .product-price,
.product-id-category-87 .standard-header .title-card,
.product-id-category-87#product .product-quantity #quantity_wanted,
.product-id-category-87 .product-variants>.product-variants-item select,
.product-id-category-87 select.form-control:not([size]):not([multiple]),
.product-id-category-87 .standard-header .return-blk a,
.product-id-category-87 .product-unit-price {
    color: var(--coffee-color) !important;
}

.product-id-category-87#product .note-product .star-content div.star {
    background: url(../img/icon-favoris.svg) no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.product-id-category-87#product .note-product .star-content div.star-on {
    background: url(../img/icon-favoris-delete.svg)no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.product-id-category-87#product .standard-header .pw-fav-toggle .pw-fav-add {
    background: url(../img/icon-favoris.svg)no-repeat;
    background-size: cover;
}

.product-id-category-87#product .standard-header .pw-fav-toggle .pw-fav-remove {
    background: url(../img/icon-favoris-delete.svg)no-repeat;
    background-size: cover;
}

.product-id-category-87#product .standard-header .social-sharing span {
    background: url(../img/icon-share.svg)no-repeat;
    background-size: cover;
}

.product-id-category-87#product .product-variants>.product-variants-item select,
.product-id-category-87#product select.form-control:not([size]):not([multiple]) {
    background: rgba(255, 255, 255, 0.2) url(../img/arrow-down-dark.svg) no-repeat;
    background-position: 94%;
}

.product-id-category-87 .standard-header .bloc-button-cart button,
.product-id-category-87.sample-product .return-blk a span {
    background: var(--coffee-color);
    color: var(--limited-coffee-color);
}

.product-id-category-87 .third1-block-product {
    background-color: var(--limited-coffee-color);
}

.product-id-category-87 .reassurance-product {
    background-color: var(--limited-coffee-color);
}

.product-id-category-87 .reassurance-product .text-picto {
    color: var(--coffee-color)
}

.product-id-category-87#product.sample-product .dark {
    display: inline!important;
}

.product-id-category-87#product #header .tv-menu-horizontal ul li.level-1>a {
    color: var(--coffee-color);
}

.product-id-category-87#product.sample-product .white {
    display: none;
}

.product-id-category-87#product .list-images .slick-dots li {
    border: 1.5px solid var(--coffee-color);
}

.product-id-category-87#product .list-images .slick-dots li.slick-active {
    border: 1.5px solid var(--coffee-color);
    background: var(--coffee-color);
}

.product-id-category-87#product.sample-product .icon-nav-next,
.product-id-category-87#product.sample-product .icon-nav-prev {
    background: url(../img/arrow-down-dark.svg) no-repeat;
}


/* Brulerie CLICHY */

.product-id-category-159 .standard-header {
    background: var(--clichy-coffee-color);
}

.product-id-category-159 .standard-header .bloc-button-cart button {
    color: var(--clichy-coffee-color);
}

.product-id-category-159 .third1-block-product {
    background-color: var(--light-dk-coffee-color);
}

.product-id-category-159 .reassurance-product {
    background-color: var(--clichy-coffee-color);
}

.product-id-category-159#product .product-quantity #quantity_wanted,
.product-id-category-159 .product-variants>.product-variants-item select,
.product-id-category-159 select.form-control:not([size]):not([multiple]) {
    border-color: #FFFFFF!important;
}


/* COFFEE DRIPS */

.product-id-category-165 .standard-header {
    background: var(--drips-coffee-color);
}

.product-id-category-165#product .standard-header h1,
.product-id-category-165#product .standard-header .ccaron-main-subtitle,
.product-id-category-165 .standard-header .product-description p,
.product-id-category-165 .comments-note span,
.product-id-category-165 .standard-header .product-actions .control-label,
.product-id-category-165 .product-price,
.product-id-category-165 .standard-header .title-card,
.product-id-category-165#product .product-quantity #quantity_wanted,
.product-id-category-165 .product-variants>.product-variants-item select,
.product-id-category-165 select.form-control:not([size]):not([multiple]),
.product-id-category-165 .standard-header .return-blk a,
.product-id-category-165 .product-unit-price {
    color: var(--coffee-color) !important;
}

.product-id-category-165#product .note-product .star-content div.star {
    background: url(../img/icon-favoris.svg) no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.product-id-category-165#product .note-product .star-content div.star-on {
    background: url(../img/icon-favoris-delete.svg)no-repeat center !important;
    background-size: var(--favorite-star-icon-size)!important;
}

.product-id-category-165#product .standard-header .pw-fav-toggle .pw-fav-add {
    background: url(../img/icon-favoris.svg)no-repeat;
    background-size: cover;
}

.product-id-category-165#product .standard-header .pw-fav-toggle .pw-fav-remove {
    background: url(../img/icon-favoris-delete.svg)no-repeat;
    background-size: cover;
}

.product-id-category-165#product .standard-header .social-sharing span {
    background: url(../img/icon-share.svg)no-repeat;
    background-size: cover;
}

.product-id-category-165#product .product-variants>.product-variants-item select,
.product-id-category-165#product select.form-control:not([size]):not([multiple]) {
    background: rgba(255, 255, 255, 0.2) url(../img/arrow-down-dark.svg) no-repeat;
    background-position: 94%;
}

.product-id-category-165 .standard-header .bloc-button-cart button,
.product-id-category-165.sample-product .return-blk a span {
    background: var(--coffee-color);
    color: var(--drips-coffee-color);
}

.product-id-category-165 .third1-block-product {
    background-color: var(--drips-coffee-color);
}

.product-id-category-165 .reassurance-product {
    background-color: var(--drips-coffee-color);
}

.product-id-category-165 .reassurance-product .text-picto {
    color: var(--coffee-color)
}

.product-id-category-165#product.sample-product .dark {
    display: inline!important;
}

.product-id-category-165#product #header .tv-menu-horizontal ul li.level-1>a {
    color: var(--coffee-color);
}

.product-id-category-165#product.sample-product .white {
    display: none;
}

.product-id-category-165#product .list-images .slick-dots li {
    border: 1.5px solid var(--coffee-color);
}

.product-id-category-165#product .list-images .slick-dots li.slick-active {
    border: 1.5px solid var(--coffee-color);
    background: var(--coffee-color);
}

.product-id-category-165#product.sample-product .icon-nav-next,
.product-id-category-165#product.sample-product .icon-nav-prev {
    background: url(../img/arrow-down-dark.svg) no-repeat;
}


/*DA PAGE*/

.tabs:has(.js-mailalert) {
    margin-bottom: 1rem;
}

button.btn.js-mailalert-add {
    font-size: .97rem;
    white-space: normal;
}


/*FIRST SEGMENT*/

@media (max-width:780px) {
    #da .list-image-slide-barist {
        margin-top: -350px!important;
    }
}

@media (max-width:580px) {
    #da .list-image-slide-barist {
        margin-top: -150px!important;
    }
}

@media (max-width:480px) {
    #da .list-image-slide-barist {
        margin-top: -110px!important;
    }
}

@media (max-width:435px) {
    #da .list-image-slide-barist {
        display: none;
    }
}


/*SECOND SEGMENT*/

@media (max-width:900px) {
    .second-mini-office .gtitle-mno,
    .second-mini-office .text-bigVrtl,
    .second-mini-office .text-bigHrzt,
    .second-mini-office .text-bigVertcl {
        font-size: 25px!important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:675px) {
    .second-mini-office .img-bg-blk img {
        width: 100% !important;
    }
}


/*4th SEGMENT*/

@media (max-width:975px) {
    .four-mini-office {
        margin-top: 0px;
    }
    .four-mini-office .img-blk-blue img {
        width: 100% !important;
    }
    .four-mini-office .blue-blk {
        padding-left: 40px;
        padding-top: 60px;
        margin-top: 60px;
    }
}


/*6th SEGMENT*/

@media (max-width:975px) {
    .ccaron--sixth-chr {
        padding-top: 150px;
    }
}


/*8th SEGMENT*/

@media (max-width:975px) {
    .ccaron--eighth-chr {
        padding-top: 150px;
    }
}


/*CHR PAGE*/


/*FIRST SECTION*/

@media (max-width:600px) {
    #chr .list-image-slide-barist {
        display: none;
    }
    #chr .first-mini-office {
        min-height: 400px;
    }
}


/*SECOND SECTION*/

@media (max-width:675px) {
    #chr #chr-bloc-2 .h-mobile {
        display: none;
    }
}

@media (min-width:676px) {
    #chr #chr-bloc-2 .d-mobile {
        display: none;
    }
}


/*NOS ESPACES PAGE*/


/*FIRST SECTION*/

@media (max-width:600px) {
    #nosespaces .list-image-slide-barist {
        display: none;
    }
    #nosespaces .first-mini-office {
        min-height: 400px!important;
    }
}


/*SECOND SECTION*/

@media (max-width:675px) {
    #nosespaces .second-mini-office .gtitle-mno {
        padding-top: 20px;
    }
}


/*THIRD SECTION*/

@media (max-width:675px) {
    #nosespaces .third-mini-office .h-mobile {
        display: none;
    }
}

@media (min-width:676px) {
    #nosespaces .third-mini-office .d-mobile {
        display: none;
    }
}


/*FOURTH SECTION*/

@media (max-width:675px) {
    #nosespaces .third-mini-office .h-mobile {
        display: none;
    }
}

@media (min-width:676px) {
    #nosespaces .third-mini-office .d-mobile {
        display: none;
    }
}

@media (max-width:676px) {
    #nosespaces .four-mini-office {
        padding-top: 0;
    }
}


/*BARISTA PAGE*/

@media (max-width:575px) {
    #barista #bloc-2 .text-blk-third-blk {
        margin-top: 20px;
    }
    #barista #bloc-3 .ccaron--dbl-block-txt {
        padding-bottom: 0;
    }
    #barista #bloc-4 .text-bigVrtl {
        text-align: center;
    }
    #barista #bloc-4 {
        padding-top: 0;
    }
}


/*ANNECARON PAGE*/

#annecaron .seven-caron .bigTextc2 {
    color: var(--sandstone-color);
}

#annecaron .eighth-caron .bigTextc2 {
    top: 270px;
}

@media (max-width:992px) {
    #annecaron .second-caron {
        padding-top: 70px;
    }
    #annecaron .second-caron .bigText-c {
        padding-bottom: 15px!important;
        max-width: 100%
    }
}

@media(min-width: 993px) {
    #annecaron .eighth-caron {
        margin-bottom: 120px;
    }
}

@media (max-width:575px) {
    #annecaron .second-caron .center-img-c img {
        width: 100%;
        max-width: 100%!important;
    }
    #annecaron .second-caron .text-c {
        margin-top: 50px;
    }
    #annecaron .third-caron .bigTextc2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    #annecaron .fourth-caron {
        padding-bottom: 40px;
    }
    #annecaron .fourth-caron .bigText-frouth-c {
        margin-bottom: 30px;
    }
    #annecaron .fourth-caron .bloc-img-Fourth img {
        width: 100%;
        max-width: 100%!important;
    }
    #annecaron .sixth-caron {
        padding-top: 0;
    }
    #annecaron .sixth-caron .bloc-img1,
    #annecaron .sixth-caron .bloc-img2,
    #annecaron .sixth-caron .bloc-img3 {
        width: 100%;
        max-width: 100%;
    }
    #annecaron .sixth-caron .center-five-bloc img {
        width: 100%;
        max-width: 100%!important;
        margin-top: 75px;
    }
    #annecaron .seven-caron .bigTextc2 {
        text-align: center;
        padding: 15px;
        margin-bottom: 40px;
        font-size: 35px;
    }
    #annecaron .center-seven-bloc img {
        width: 100%;
        max-width: 100%!important;
    }
    #annecaron .eighth-caron .bigTextc2 {
        text-align: center;
        padding: 15px;
        margin-bottom: 40px;
    }
}


/*CAFE DE SPECIALITY PAGE*/

@media(max-width:490px) {
    #cafedespecialite .max465-white {
        max-width: 340px;
    }
}

@media(max-width:992px) {
    #cafedespecialite #cafe-specialite .first-spec {
        padding-bottom: 60px;
    }
}


/*NOS ENGAGEMENTS PAGE*/


/*SECOND SECTION*/

@media(max-width: 992px) {
    #engagements #engagements-page .second-caron {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    #engagements #engagements-page .second-caron .bigText-c {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px!important;
    }
}

@media(max-width: 768px) {
    #engagements #engagements-page .second-caron .center-img-c {
        text-align: center;
    }
    #engagements #engagements-page .second-caron .center-img-c img {
        width: 51%;
        max-width: 100% !important;
    }
    #engagements #engagements-page .second-caron .center-img-c .second-caron-img {
        position: static;
    }
    #engagements #engagements-page .second-caron .text-c {
        margin-top: 40px;
    }
}

@media(max-width: 500px) {
    #engagements #engagements-page .second-caron .center-img-c {
        text-align: center;
    }
    #engagements #engagements-page .second-caron .center-img-c img {
        width: 100%;
        max-width: 100% !important;
    }
    #engagements #engagements-page .second-caron .center-img-c .second-caron-img {
        position: static;
    }
    #engagements #engagements-page .second-caron .text-c {
        margin-top: 40px;
    }
}


/*FOURTH SECTION*/

@media(max-width: 575px) {
    #engagements #engagements-page .fourth-caron {
        padding-bottom: 70px;
    }
    #engagements #engagements-page .fourth-caron .bloc-img-Fourth img {
        width: 100%;
        max-width: 100% !important;
    }
}


/*SIXTH SECTION*/

@media(max-width: 575px) {
    #engagements #engagements-page .sixth-caron {
        padding-top: 70px;
    }
    #engagements #engagements-page .sixth-caron .center-five-bloc .bloc-img1 {
        display: none;
    }
    #engagements #engagements-page .sixth-caron .center-five-bloc .bloc-img2,
    #engagements #engagements-page .sixth-caron .center-five-bloc .bloc-img3 {
        width: 100%;
        max-width: 100% !important;
    }
    #engagements #engagements-page .sixth-caron .center-five-bloc img {
        width: 100%;
        max-width: 100%!important;
        margin-top: 75px;
    }
}


/*SEVENTH SECTION*/

@media(max-width: 530px) {
    #engagements #engagements-page .seventh-caron .bigText-frouth-c {
        font-size: 35px;
        margin-bottom: 40px;
    }
}


/*EIGHTH SECTION*/

@media(max-width: 530px) {
    #engagements #engagements-page .eighth-caron .bigText-frouth-c {
        font-size: 35px;
        margin-bottom: 40px;
    }
}

@media(max-width: 450px) {
    #engagements #engagements-page .eighth-caron .center-seven-bloc2 .eight-img-b3 {
        margin-right: 0;
    }
}


/*ELEVENTH SECTION*/

@media(max-width: 992px) {
    #engagements #engagements-page .eleventh-caron {
        padding-top: 80px;
    }
    #engagements #engagements-page .eleventh-caron .bigTextc2 {
        transform: none;
        text-align: center;
    }
}

@media(max-width: 580px) {
    #engagements #engagements-page .eleventh-caron .bigTextc2 {
        font-size: 22px;
        margin-bottom: 25px
    }
}


/*TWELFTH SECTION*/

@media(max-width: 530px) {
    #engagements #engagements-page .twelveth-caron .bigText-frouth-c {
        font-size: 34px;
        margin-bottom: 25px
    }
}


/*THIRTEENTH SECTION*/

@media(max-width: 700px) {
    #engagements #engagements-page .thirteenth-caron .bigText-frouth-c {
        font-size: 34px;
    }
    #engagements #engagements-page .thirteenth-caron .bimgbloc1 {
        display: none
    }
    #engagements #engagements-page .thirteenth-caron .bimgbloc2,
    #engagements #engagements-page .thirteenth-caron .bimgbloc3 {
        width: 100%;
        max-width: 100% !important;
    }
    #engagements #engagements-page .thirteenth-caron img {
        width: 100%;
        max-width: 100% !important;
        margin-top: 10px;
    }
}

@media(max-width: 500px) {
    #engagements #engagements-page .thirteenth-caron .bigText-frouth-c {
        font-size: 24px;
    }
}

@media(max-width: 480px) {
    #engagements #engagements-page .thirteenth-caron .bigText-frouth-c {
        margin-bottom: 25px
    }
}


/*FOURTEENTH SECTION*/

@media(max-width: 842px) {
    #engagements #engagements-page .fourteenth-caron {
        padding-top: 40px;
    }
    #engagements #engagements-page .fourteenth-caron .bloc-img1 {
        display: none
    }
    #engagements #engagements-page .fourteenth-caron .center-five-bloc {
        margin-top: 85px;
        padding: 30px;
    }
    #engagements #engagements-page .fourteenth-caron .bloc-img2,
    #engagements #engagements-page .fourteenth-caron .bloc-img3 {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        max-width: 50%;
    }
}

@media(max-width: 575px) {
    #engagements #engagements-page .fourteenth-caron .center-five-bloc .bloc-img2 img {
        margin-top: 0;
    }
    #engagements #engagements-page .fourteenth-caron .center-five-bloc .bloc-img3 img {
        margin-top: 145px;
    }
    #engagements #engagements-page .fourteenth-caron .center-five-bloc {
        margin-top: 0;
    }
}


/*PROS PAGE*/

@media(max-width: 1000px) {
    #pros #pros-page .third-pros .cc--text-bigVrtl,
    #pros #pros-page .fourth-pros .cc--gtitle-mno {
        font-size: 25px!important;
        line-height: 30px!important;
    }
}


/*PAYS PRODUCTEURS*/


/*SECOND SECTION*/

@media (max-width:1320px) {
    #paysproducteurs .second-country {
        padding-top: 120px;
    }
    #paysproducteurs .second-country .bg-blk-country {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #paysproducteurs .second-country .textVertical2 {
        display: none;
    }
    #paysproducteurs .second-country .container-sd-country,
    #paysproducteurs .second-country .container-sd-country .bg-blk-country {
        min-height: 300px
    }
    #paysproducteurs .second-country .gtitle-mno {
        max-width: 100%;
        text-align: left;
        color: var(--coffee-color);
        position: static;
    }
    #paysproducteurs .second-country .img-country-blk {
        padding: 10px;
        position: static;
        max-width: 50% !important;
    }
    #paysproducteurs .second-country .img-country-blk img {
        max-width: 100% !important;
    }
    #paysproducteurs .second-country .item-text-left {
        max-width: 50%;
    }
}

@media (max-width:992px) {
    #paysproducteurs .second-country .gtitle-mno {
        margin-left: 0;
        font-size: 50px;
    }
    #paysproducteurs .second-country .container-sd-country {
        max-width: 90%;
    }
}

@media (max-width:900px) {
    #paysproducteurs .second-country .item-text-left {
        max-width: 100%;
    }
    #paysproducteurs .second-country .img-country-blk {
        width: 500%;
        max-width: 100% !important;
    }
}

@media (max-width:600px) {
    #paysproducteurs .second-country {
        padding-left: 44px;
    }
    #paysproducteurs .second-country .gtitle-mno {
        font-size: 27px;
        text-align: center;
        margin-left: -22px;
    }
}


/*THIRD COUNTRY*/

@media (max-width:992px) {
    #paysproducteurs .third-country .text-bigVrtl {
        font-size: 52px;
    }
    #paysproducteurs .third-country {
        padding-top: 0;
    }
}

@media(max-width: 675px) {
    #paysproducteurs .third-country .text-blk-third-blk {
        margin-top: 0;
    }
}

@media(max-width: 500px) {
    #paysproducteurs .third-country .text-bigVrtl {
        font-size: 26px;
        line-height: 70px;
        padding: 15px;
    }
}


/*FIFTH SECTION*/

@media (max-width:575px) {
    #paysproducteurs .fifth-country .text-bigVertcl {
        display: none;
    }
}

#paysproducteurs .fifth-country .title-landing {
    color: var(--coffee-color);
    margin-bottom: 2rem;
}

@media (min-width:576px) {
    #paysproducteurs .fifth-country .title-landing {
        display: none;
    }
}


/*LABOUTIQUE PAGE*/


/*HEADER*/

#laboutique .header-boutik .header-btk .title-header {
    text-shadow: 0px 0px 8px #000000;
}

@media (max-width: 840px) {
    #laboutique .header-boutik .header-btk .title-header {
        font-size: 40px;
    }
}

@media (max-width: 840px) {
    #laboutique .header-boutik .header-btk .title-header {
        font-size: 27px;
    }
}

@media (max-width: 575px) {
    #laboutique .header-boutik .header-btk .title-header {
        font-size: 25px;
    }
}

@media (max-width: 400px) {
    #laboutique .header-boutik .header-btk .title-header {
        font-size: 21px;
    }
}


/*FIRST SECTION*/

@media (max-width: 630px) {
    #laboutique .first-btk {
        padding-top: 70px;
    }
    #laboutique .first-btk .description-btk {
        padding-left: 10px;
        padding-right: 10px;
    }
    #laboutique .first-btk .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}


/*SECOND SECTION*/

@media (max-width: 992px) {
    #laboutique .sixth-caron {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #laboutique .sixth-caron .bloc-img2 {
        display: none;
    }
    #laboutique .sixth-caron .bloc-img1,
    #laboutique .sixth-caron .bloc-img3 {
        width: 100%;
        max-width: 100%;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        text-align: center;
        margin-bottom: 10px;
    }
}


/*FOURTH SECTION*/

@media (max-width: 992px) {
    #laboutique .third-caron .bigTextc2 {
        font-size: 40px;
        text-align: center;
        margin-bottom: 50px;
    }
}


/*FIFTH SECTION*/

@media (max-width: 570px) {
    #laboutique .seven-caron .bigTextc2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
}


/*SIXTH SECTION*/

@media (max-width: 992px) {
    #laboutique .second-caron {
        padding-top: 120px;
    }
    #laboutique .second-caron .bigText-c {
        max-width: 100%;
    }
}


/*SEVENTH SECTION*/

@media (max-width: 992px) {
    #laboutique .fourth-caron .bigText-frouth-c {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
}

@media (max-width: 575px) {
    #laboutique .fourth-caron {
        padding-bottom: 80px;
    }
    #laboutique .fourth-caron .bigText-frouth-c {
        font-size: 40px;
        margin-bottom: 50px;
    }
    #laboutique .fourth-caron .bloc-img-Fourth img {
        width: 100%;
    }
}


/*EIGHT SECTION*/

@media (max-width: 600px) {
    #laboutique .third-btk {
        padding-left: 0;
    }
    #laboutique .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Cart related */

@media (min-width: 992px) {
    .block-img,
    .product-line-info {
        padding-top: 0;
    }
}

.cafecaron--cart-cross .js-product.product {
    padding: 0;
}

.cafecaron--cart-cross .product .product-miniature {
    max-width: unset;
    justify-content: flex-start;
    padding-left: 0;
}

.cafecaron--cart-cross .card-block {
    padding: 1rem 1rem 0 0;
}

@media (max-width: 1097px) {
    .cafecaron--cart-cross .product .product-miniature {
        padding-left: 0;
    }
}

@media (max-width: 450px) {
    .cafecaron--cart-cross .product .product-miniature {
        padding-left: 0;
    }
}

.cafecaron--cart-cross .product-miniature .thumbnail-top {
    height: 110px;
    width: 110px;
    background: #fff;
    border-radius: 11.25px;
    text-align: center;
    border: 0.75px solid var(--coffee-color);
}

.cafecaron--cart-cross .product-miniature .thumbnail-container {
    display: flex;
    margin-bottom: 0;
    background: none;
    border: none;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cafecaron--cart-cross .product-miniature .product-description {
    height: auto;
    padding: 15px 15px 15px 30px;
    background: none;
    align-items: flex-start;
}

.cafecaron--cart-cross .product-accessories .product-miniature .product-price-and-shipping {
    display: block;
}

.cafecaron--cart-cross .thumbnail-container .text-description {
    display: none;
}

.cafecaron--cart-cross .js-product-miniature:hover .product-price-and-shipping,
.cafecaron--cart-cross .js-product-miniature:hover .product-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cafecaron--cart-cross div.pm-csoc .product-miniature .thumbnail-container .product-thumbnail {
    height: auto;
}

.cafecaron--cart-cross .productActionOnlist {
    position: static;
}

.cafecaron--cart-cross .btn-addCart {
    opacity: 1;
}

.cafecaron--cart-cross article.product-miniature.js-product-miniature .pw-fav-toggle,
.cafecaron--cart-cross .shareLink,
.cafecaron--cart-cross article.product-miniature:hover .pw-fav-toggle,
.cafecaron--cart-cross article.product-miniature:hover .shareLink {
    opacity: 0;
    display: none;
}

.cafecaron--cart-cross .product-miniature .product-title {
    text-align: left;
}

.cafecaron--cart-cross .product-miniature .product-title a {
    letter-spacing: 0.2em;
}

.cafecaron--cart-cross .product-miniature .product-price-and-shipping {
    font-weight: 400;
    font-size: 11.25px;
    line-height: 14px;
    letter-spacing: 0.2em;
}

.cafecaron--cart-cross .priceBloc span {
    font-weight: 400;
    font-size: 11.25px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--coffee-color);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerCart div.pm-csoc {
    display: none;
}

.cafecaron--cart-cross .btn-addCart img {
    display: none;
}

.cafecaron--cart-cross .btn-addCart::before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQjk2OTU1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJwcmVmaXhfX2ZlYXRoZXIgcHJlZml4X19mZWF0aGVyLXBsdXMtY2lyY2xlIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwYXRoIGQ9Ik0xMiA4djhNOCAxMmg4Ii8+PC9zdmc+');
    display: block;
    height: 30px;
    width: 50px;
}

#blockcart-modal .pm-csoc {
    display: none;
}

@media (max-width: 991px) {
    .cafecaron--cart-cross .carousel {
        margin-left: unset;
        background-color: transparent;
    }
    .cafecaron--cart-cross .pm-csoc-owl-carousel {
        position: static;
    }
}

@media (max-width: 424px) {
    .cafecaron--cart-cross .product-miniature .thumbnail-container {
        flex-direction: column;
        align-items: center;
    }
    .cafecaron--cart-cross .product-miniature .product-description,
    .cafecaron--cart-cross .product-miniature .product-title {
        text-align: center;
        align-items: center;
    }
    .cafecaron--cart-cross .productActionOnlist {
        position: absolute;
    }
}


/* CARTE CADEAU FMM */

#module-giftcardfmm-mygiftcards .white {
    display: none !important;
}

#module-giftcardfmm-mygiftcards #header .tv-menu-horizontal ul li.level-1>a {
    color: var(--coffee-color);
}

#module-giftcardfmm-mygiftcards #wrapper {
    padding-top: 167px;
    /*background: var(--light-coffee-color);*/
}

.gift_products_wrapper>.row:not(.push-down),
.gift_products_wrapper>hr,
.gift_products_wrapper .sort-search {
    display: none;
}

.product-id-category-164 .title-card,
.product-id-category-167 .title-card {
    color: var(--coffee-color);
}

.product-id-category-164#product .product-quantity #quantity_wanted,
.product-id-category-167#product .product-quantity #quantity_wanted {
    color: var(--coffee-color);
}

#giftcard_send_to_friend .template-wrapper {
    display: none;
}

.product-suggest .icon-nav {
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: 20%;
    margin-top: -25px;
}

.product-suggest .leftArrow {
    left: -50px;
}

.product-suggest .rightArrow {
    right: -50px;
}

@media (max-width: 768px) {
    .title-suggest .h3 {
        font-size: 15px !important;
        line-height: 25px !important;
    }
}

.ccaron--d-none {
    display: none;
}

div#gift-card-wrapper {
    background: none;
    padding: 10px 0;
}

div#gift-card-wrapper .form-control,
div#gift-card-wrapper .form-control:disabled,
div#gift-card-wrapper .form-control[readonly] {
    background: rgba(255, 255, 255, 0.2);
}

div#gift-card-wrapper .print_home,
div#gift-card-wrapper .send_to_friend {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    padding-right: 20px;
}

div#gift-card-wrapper .print_home label,
div#gift-card-wrapper .send_to_friend label {
    cursor: pointer;
}

div#gift-card-wrapper .print_home::before,
div#gift-card-wrapper .send_to_friend::before {
    content: '';
    background-image: url("/webp_images/themes/classic/assets/img/infos/picto_print_dark.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 0.5rem;
}

div#gift-card-wrapper .send_to_friend::before {
    background-image: url("/webp_images/themes/classic/assets/img/infos/picto_mail_dark.webp");
}

div#gift-card-wrapper input[type="radio"] {
    opacity: 0;
}

div#gift-card-wrapper input[type="radio"]:checked {
    opacity: 0;
}

div#gift-card-wrapper .print_home:has(input[type="radio"]:checked)::before,
div#gift-card-wrapper .send_to_friend:has(input[type="radio"]:checked)::before {
    border-radius: 50%;
    border: 1px solid;
    background-color: var(--very-light-coffee-color);
}

div#gift-card-wrapper .specific_date_check label {
    display: flex;
    align-items: center;
}

div#gift-card-wrapper input[type="checkbox"] {
    appearance: none;
    margin: 0 7px 0 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid currentColor;
    transform: translateY(0);
    display: grid;
    place-content: center;
}

div#gift-card-wrapper input[type="checkbox"]::before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

div#gift-card-wrapper input[type="checkbox"]:checked::before {
    transform: scale(1);
    background-color: var(--clichy-coffee-color);
}

a#template-preview.btn-info:active,
.preview_template.btn-info:active,
a#template-preview.btn-info:focus,
.preview_template.btn-info:focus,
.send_someone_form .btn-info:active:hover,
.send_someone_form .btn-info:active:focus,
.send_someone_form .btn-info:active.focus,
.send_someone_form .btn-info.active:hover,
.send_someone_form .btn-info.active:focus,
.send_someone_form .btn-info.active.focus,
.send_someone_form .open>.btn-info.dropdown-toggle:hover,
.send_someone_form .open>.btn-info.dropdown-toggle:focus,
.send_someone_form .open>.btn-info.dropdown-toggle.focus,
.send_someone_form .btn-info:active,
.send_someone_form .btn-info.active,
.send_someone_form .open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-color-4);
    border-color: var(--dark-color-4);
    background-image: none;
}

#block-pending-giftcard .button.btn-primary:hover,
#block-giftcard .button.btn-primary:hover {
    color: var(--coffee-color);
}

#block-pending-giftcard .btn-primary {
    cursor: default;
}

#block-pending-giftcard .btn-primary:active,
#block-pending-giftcard .btn-primary.active,
#block-pending-giftcard .open>.btn-primary.dropdown-toggle {
    color: var(--coffee-color);
    background: transparent;
    border: 2px solid var(--coffee-color);
}

.product-id-category-164 .pink-header .product-prices.js-product-prices,
.product-id-category-167 .pink-header .product-prices.js-product-prices {
    display: block !important;
}

.product-id-category-164 .pink-header .product-prices.js-product-prices .product-price,
.product-id-category-167 .pink-header .product-prices.js-product-prices .product-price {
    color: var(--coffee-color);
}

.product-id-category-164 .col-md-4s.order3,
.product-id-category-167 .col-md-4s.order3 {
    max-width: 276px;
}

.register-form .form-group.has-error #field-email {
    border: 0.75px solid var(--coffee-color) !important;
}

.register-form .form-group.has-error #field-email+.help-block .alert-danger {
    color: #f00;
    border: none;
    background: no-repeat;
    padding: 0;
}

.register-form .form-group.has-error #field-email+.help-block .alert-danger a {
    color: #f00;
    text-decoration: underline;
}

.ccaron-atelier-gift-btn-wrapper {
    padding-top: 20px;
}

.ccaron-atelier-gift-btn-wrapper a.btn.btn-primary-outline {
    background: #fff;
    color: var(--coffee-color);
    border: 1px solid var(--coffee-color);
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    height: 63px;
    cursor: pointer;
    font-size: 22.5px;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ccaron-atelier-gift-btn-wrapper a.btn.btn-primary-outline:hover {
    background: var(--coffee-color);
    color: #fff;
}

@media (max-width: 480px) {
    .ccaron-atelier-gift-btn-wrapper a.btn.btn-primary-outline {
        max-width: 100%;
    }
}

div.prestablog_pagination span.current {
    border: 1px solid #b96955;
    background-color: #b96955;
}

@media (max-width: 767.98px) {
    #blog_list_1-7x .block_bas h3 a span,
    #blog_list_1-7x .block_bas .h3 a span {
        display: block;
        float: none;
        padding: 10px 0;
    }
    #blog_list_1-7x .block_bas .h3 {
        font-size: 1.125rem !important;
        line-height: 1.1 !important;
    }
    .bloc-pink:after {
        display: none;
    }
    .header-category {
        margin-bottom: 10px;
    }
    #checkout #wrapper {
        padding-top: 150px;
    }
}

@media (max-width: 375px) {
    .button {
        padding: 14px 25px;
    }
}


/* Sous-catégories Menu */

.cc--nav-has-sc-child {
    position: relative;
}

.cc-nav-sc-container {
    display: none;
    position: absolute;
    padding: 30px 0 0 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.cc--mw150 .cc-nav-sc-container {
    width: 150px;
}

.cc-nav-sc-container ul {
    background: #fff;
    border-radius: 10px;
    border: 2px solid var(--coffee-color);
    padding: 15px;
}

.cc-on .cc-nav-sc-container {
    display: block;
}

#header .cc-nav-sc-container a {
    color: var(--coffee-color) !important;
    text-transform: none !important;
}

.description-cat a,
#main-mini-office a:not(.btn),
#pros-page a:not(.btn) {
    text-decoration: underline;
    text-underline-offset: 2px;
}

#main-mini-office .page-footer-landing a,
#pros-page .page-footer-landing a {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .cc-on .cc-nav-sc-container {
        display: none;
    }
}

#content-wrapper .header-boutik img {
    opacity: 1;
    visibility: visible;
}