﻿.hero-banner-wrap picture {
    width: 100%;
    height: 770px;
    display: block;
}

    .hero-banner-wrap picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rend-hommage-text-wrap {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

    .rend-hommage-text-wrap.pb-2-5r {
        padding-bottom: 2.5rem;
    }

    .rend-hommage-text-wrap .rend-hommage-text-container {
        margin: 0 20%;
    }

.lp-logo-wrap .lp-logo-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

    .lp-logo-wrap .lp-logo-container svg {
        width: 50px;
        height: 18px;
        fill: var(--global-color, #fff);
    }

.lp-banner-with-text-wrap .lp-text-container {
    margin: 0 5%;
}


.lp-slider-wrap .carousel-inner .slick-list {
    padding: 0 40px;
}

.lp-slider-wrap .lp-slider-text-wrap {
    padding-bottom: 2.5rem;
    margin: 0 20%;
}

.lp-slider-wrap .lp-slider-button-wrap {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
}

a.button-primary:hover, button.button-primary:hover {
    color: #fff;
    background-color: #000;
}

.lp-quote-wrap {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

    .lp-quote-wrap .lp-quote-container {
        width: 100%;
        max-width: 47.25rem;
        margin: 0 auto;
        font-family: 'gill-light', Arial, sans-serif;
        font-size: 1.875rem;
        line-height: 2.1875rem;
        color: #62742F;
        text-align: center;
    }

        .lp-quote-wrap .lp-quote-container svg {
            margin-bottom: 1.875rem;
        }

        .lp-quote-wrap .lp-quote-container p {
            margin-bottom: 0;
            font-family: 'gill-light', Arial, sans-serif;
            font-size: 1.875rem;
            line-height: 2.1875rem;
            color: #62742F;
        }

            .lp-quote-wrap .lp-quote-container p.black {
                color: #000;
            }


.lp-slider-wrap .carousel-inner .slick-prev {
    transform: translate(43px, -50%);
}

.lp-slider-wrap .carousel-inner .slick-next {
    transform: translate(-41.5px, -50%);
}

a.button-primary:hover, button.button-primary:hover {
    text-decoration: none;
}

.vegetable-garden-diners-item-wrap .vegetable-garden-diners-item-container {
    padding: 40px 36px 0 36px;
}

.vegetable-garden-diners-item-wrap .vegetable-garden-diners-item {
    padding: 0 12px;
}

    .vegetable-garden-diners-item-wrap .vegetable-garden-diners-item .vegetable-garden-diners-item-text-wrap {
        margin: 0 5%;
    }

@media only screen and (max-width: 1024px) {
    .vegetable-garden-diners-item-wrap .vegetable-garden-diners-item-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1rem;
    }

    .vegetable-garden-diners-item-wrap .vegetable-garden-diners-item {
        padding: 8px 20px;
    }

    .mobile-px-20 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 768px) {
    .lp-banner-with-text-wrap .lp-text-container {
        margin-bottom: 2.5rem;
    }

    .rend-hommage-text-wrap .rend-hommage-text-container {
        margin: 0 5%;
    }

    .lp-quote-wrap {
        margin-left: 5%;
        margin-right: 5%;
    }

    .lp-slider-wrap .lp-slider-text-wrap {
        margin: 0 5%;
    }
}

@media (min-width: 1024px) {
    .lg-pl-3r {
        padding-left: 3rem;
    }
}

/*Breadcrumb*/
.breadcrumb-container {
    padding: 1.5625rem 0;
    border-top: none;
    border-bottom: .0625rem solid #f0f0f0;
    z-index: 1;
    background-color: #fff;
    position: relative;
    border-bottom: 0.0625rem solid rgb(240, 240, 240);
}

    .breadcrumb-container.breadcrumb-no-border, .breadcrumb-container.category {
        border: none;
    }

    .breadcrumb-container .breadcrumb {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
    }

        .breadcrumb-container .breadcrumb li {
            font-size: medium;
        }

            .breadcrumb-container .breadcrumb li.active {
                color: #565656;
                padding-left: 0;
            }

            .breadcrumb-container .breadcrumb li a {
                font-family: gill-medium, Arial, sans-serif;
                font-size: .75rem;
                color: #000;
                letter-spacing: .05em;
                display: block;
                text-decoration: none;
            }

        .breadcrumb-container .breadcrumb a:after {
            content: "";
            width: .625rem;
            height: .0625rem;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            margin: 0 .75rem;
            background-color: #000;
        }

        .breadcrumb-container .breadcrumb li:last-of-type a {
            font-family: gill-medium, Arial, sans-serif;
            letter-spacing: .05em;
            display: block;
            font-size: .75rem;
            color: #565656;
            pointer-events: none;
            cursor: default;
        }


            .breadcrumb-container .breadcrumb li:last-of-type a:after {
                display: none;
            }

.breadcrumb-item + .breadcrumb-item:before {
    display: none;
}

.breadcrumb-container .breadcrumb a:hover {
    -webkit-text-stroke-width: thin;
}

.clearfix::before, .clearfix::after {
    content: '';
    display: table;
}

.clearfix::after {
    clear: both;
}
.section {
    position: relative;
}
.wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
}

.wrapper--padding {
    padding-left: 1.25em;
    padding-right: 1.25em;
}

.wrapper--m {
    max-width: 50em;
}

.wrapper--s {
    max-width: 40.8125em;
}

.wrapper--xs {
    max-width: 25.5em;
}

.wrapper--padding {
    padding-left: 1.25em;
    padding-right: 1.25em;
}

.c-white {
    color: #fff;
}

.c-black {
    color: #000;
}

.c-gray-alpha {
    color: #767676;
}

.c-gray-beta {
    color: #cacaca;
}

.c-gray-epsilon {
    color: #5d5d5d;
}

.c-gray-zeta {
    color: #414042;
}

.c-gray-iota {
    color: #acacac;
}

.c-gray-theta {
    color: #6d6f71;
}

.c-gold-alpha {
    color: #8e6532;
}

.c-red-alpha {
    color: #b81d26;
}

.c-red-beta {
    color: #fa6766;
}

.c-red-delta {
    color: #f00;
}

.c-green-alpha {
    color: #376f31;
}

.c-green-intermediate {
    color: #62742F;
}

.bg-white,
.bg-white-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-gray-delta {
    background: #f9f9f9;
}

.bg-gray-gamma {
    background: #efefef;
}

.bg-gray-zeta, .symbol-loader {
    background: #414042;
}

.bg-gray-gradient {
    background: radial-gradient(ellipse at center, #fff, #99a1a8, rgba(0, 0, 0, 0.7));
}

.bg-gray-eta {
    background: #d7d7d7;
}

.bg-gray-kappa {
    background: #b7c2c4;
}

.bg-gold-alpha {
    background: #efe1d0;
}

.bg-grey {
    background-color: #FAFAFA;
}

.no-upper {
    text-transform: none;
}

.upper {
    text-transform: uppercase;
}

.symbol {
    fill: currentColor;
}

.symbol--s {
    height: 1em;
    width: 1em;
}

.symbol--m {
    height: 1.25em;
    width: 1.25em;
}

.symbol--xm {
    height: 1.5625em;
    width: 1.5625em;
}

.symbol--l {
    height: 2em;
    width: 2em;
}

.symbol--xl {
    height: 4em;
    width: 4em;
}

.symbol-width--s {
    width: 1em;
}

.symbol-width--m {
    width: 1.25em;
}

.symbol-width--l {
    width: 2em;
}

.symbol-width--xl {
    width: 4em;
}

.symbol-height--s {
    height: 1em;
}

.symbol-height--m {
    height: 1.25em;
}

.symbol-height--l {
    height: 2em;
}

.symbol-height--xl {
    height: 4em;
}

.symbol-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 1.5em;
    width: 1.5em;
    transition: opacity .25s ease-in;
    margin-left: 0.3125em;
    margin-right: 0.3125em;
    opacity: 1;
}

    .symbol-social:hover, .symbol-social:focus {
        opacity: .5;
    }

.symbol-email {
    margin-right: 0.625em;
    height: 1.5em;
    width: 1.5em;
}

.symbol-player {
    width: 1.875rem;
    height: 2.125rem;
    fill: #fff;
    filter: drop-shadow(3px 3px 2px #4d4d4d);
}

.symbol-loader {
    padding: 0.625em;
    border-radius: 0.625em;
}

.symbol--stroke {
    fill: #fff;
    stroke: #000;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 0;
    width: 0;
    word-wrap: normal;
    box-shadow: none;
    border: 0;
    min-width: 0;
}

.dropdown-menu, .b-radius-none {
    border-radius: 0;
}

.fs-xxs {
    font-size: 0.5rem;
}

.fs-xs {
    font-size: 0.625rem;
}

.fs-sx {
    font-size: 0.6875rem;
}

.fs-s {
    font-size: 0.75rem;
}

.fs-xm {
    font-size: 0.8125rem;
}

.fs-m {
    font-size: 0.875rem;
}

.fs-l {
    font-size: 1rem;
}

.fs-xl {
    font-size: 1.125rem;
}

.fs-xxl {
    font-size: 1.25rem;
}

.fs-3xl {
    font-size: 1.375rem;
}

.fs-4xl {
    font-size: 1.5rem;
}

.fs-5xl {
    font-size: 1.625rem;
}

.fs-6xl {
    font-size: 1.75em;
}

.fs-7xl {
    font-size: 1.875em;
}

.fs-bigSize {
    font-size: 2.5em;
}

@media (max-width: 34.99em) {
    .small-size.fs-6xl {
        font-size: 1.125em;
    }

    .small-size.fs-m {
        font-size: 0.75rem;
    }

    .small-size.fs-s {
        font-size: 0.625rem;
    }
}

.ff-regular {
    font-family: 'gill-regular', Arial, sans-serif;
}

.ff-light {
    font-family: 'gill-light', Arial, sans-serif;
}

.ff-sbold {
    font-family: 'gill-medium', Arial, sans-serif;
}

.ff-bold {
    font-family: 'gill-bold', Arial, sans-serif;
}

.ff-frauen {
    font-family: 'Frauen', Arial, sans-serif;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clear-l {
    clear: left;
}

.clear-r {
    clear: right;
}

.is-fixed {
    position: fixed;
    z-index: 4;
    top: 0;
    width: 100%;
}

.relative {
    position: relative;
}

.static {
    position: static !important;
}

.absolute {
    position: absolute;
}

.t-0 {
    top: 0;
}

.t-05 {
    top: 0.625rem;
}

.t-075 {
    top: 0.83333rem;
}

.t-1 {
    top: 1.25rem;
}

.r-0 {
    right: 0;
}

.r-05 {
    right: 0.625rem;
}

.r-1 {
    right: 1.25rem;
}

.b-0 {
    bottom: 0;
}

.b-05 {
    bottom: 0.625rem;
}

.b-05-min {
    bottom: -0.625rem;
}

.b-1 {
    bottom: 1.25rem;
}

.b-1-min {
    bottom: -1.25rem;
}

.b-2 {
    bottom: 2.5rem;
}

.l-0 {
    left: 0;
}

.l-025 {
    left: 0.3125rem;
}

.l-05 {
    left: 0.625rem;
}

.l-1 {
    left: 1.25rem;
}

@media (max-width: 34.99em) {
    .no-bottom--s {
        bottom: 0;
    }
}

@media (max-width: 48.0525em) {
    .no-bottom--m {
        bottom: 0;
    }
}

@media (max-width: 64.0525em) {
    .no-bottom--l {
        bottom: 0;
    }
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.middle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.lh-0 {
    line-height: 0;
}

.lh-1 {
    line-height: 1;
}

.lh-1-2 {
    line-height: 1.2;
}

.lh-1-4 {
    line-height: 1.4;
}

.lh-1-5 {
    line-height: 1.5;
}

.lh-2 {
    line-height: 2;
}

.lh-3 {
    line-height: 3;
}

.p-auto {
    padding: auto;
}

.p-0 {
    padding: 0;
}

.p-100 {
    padding: 6.25rem;
}

.p-50 {
    padding: 3.125rem;
}

.p-40 {
    padding: 2.5rem;
}

.p-30 {
    padding: 1.875rem;
}

.pt-auto {
    padding-top: auto;
}

.pt-0 {
    padding-top: 0;
}

.pt-100 {
    padding-top: 6.25rem;
}

.pt-50 {
    padding-top: 3.125rem;
}

.pt-40 {
    padding-top: 2.5rem;
}

.pt-30 {
    padding-top: 1.875rem;
}

.pb-auto {
    padding-bottom: auto;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-100 {
    padding-bottom: 6.25rem;
}

.pb-50 {
    padding-bottom: 3.125rem;
}

.pb-40 {
    padding-bottom: 2.5rem;
}

.pb-30 {
    padding-bottom: 1.875rem;
}

.pl-auto {
    padding-left: auto;
}

.pl-0 {
    padding-left: 0;
}

.pl-100 {
    padding-left: 6.25rem;
}

.pl-50 {
    padding-left: 3.125rem;
}

.pl-40 {
    padding-left: 2.5rem;
}

.pl-30 {
    padding-left: 1.875rem;
}

.pr-auto {
    padding-right: auto;
}

.pr-0 {
    padding-right: 0;
}

.pr-100 {
    padding-right: 6.25rem;
}

.pr-50 {
    padding-right: 3.125rem;
}

.pr-40 {
    padding-right: 2.5rem;
}

.pr-30 {
    padding-right: 1.875rem;
}

.m-auto {
    margin: auto;
}

.m-0 {
    margin: 0;
}

.m-100 {
    margin: 6.25rem;
}

.m-50 {
    margin: 3.125rem;
}

.m-40 {
    margin: 2.5rem;
}

.m-30 {
    margin: 1.875rem;
}

.mt-auto {
    margin-top: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-100 {
    margin-top: 6.25rem;
}

.mt-50 {
    margin-top: 3.125rem;
}

.mt-40 {
    margin-top: 2.5rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.mb-auto {
    margin-bottom: auto;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-100 {
    margin-bottom: 6.25rem;
}

.mb-50 {
    margin-bottom: 3.125rem;
}

.mb-40 {
    margin-bottom: 2.5rem;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.ml-auto {
    margin-left: auto;
}

.ml-0 {
    margin-left: 0;
}

.ml-100 {
    margin-left: 6.25rem;
}

.ml-50 {
    margin-left: 3.125rem;
}

.ml-40 {
    margin-left: 2.5rem;
}

.ml-30 {
    margin-left: 1.875rem;
}

.mr-auto {
    margin-right: auto;
}

.mr-0 {
    margin-right: 0;
}

.mr-100 {
    margin-right: 6.25rem;
}

.mr-50 {
    margin-right: 3.125rem;
}

.mr-40 {
    margin-right: 2.5rem;
}

.mr-30 {
    margin-right: 1.875rem;
}

.p-auto {
    padding: auto;
}

.p-0 {
    padding: 0;
}

.p-025 {
    padding: 0.3125rem;
}

.p-05 {
    padding: 0.625rem;
}

.p-01 {
    padding: 1.25rem;
}

.p-02 {
    padding: 2.5rem;
}

.p-03 {
    padding: 3.75rem;
}

.p-04 {
    padding: 5rem;
}

.pt-auto {
    padding-top: auto;
}

.pt-0 {
    padding-top: 0;
}

.pt-025 {
    padding-top: 0.3125rem;
}

.pt-05 {
    padding-top: 0.625rem;
}

.pt-01 {
    padding-top: 1.25rem;
}

.pt-02 {
    padding-top: 2.5rem;
}

.pt-03 {
    padding-top: 3.75rem;
}

.pt-04 {
    padding-top: 5rem;
}

.pt-07 {
    padding-top: 8.75rem;
}

@media (max-width: 34.99em) {
    .pt-inm-01 {
        padding-top: 1.25rem;
    }
}

.pb-auto {
    padding-bottom: auto;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-025 {
    padding-bottom: 0.3125rem;
}

.pb-05 {
    padding-bottom: 0.625rem;
}

.pb-01 {
    padding-bottom: 1.25rem;
}

.pb-02 {
    padding-bottom: 2.5rem;
}

.pb-03 {
    padding-bottom: 3.75rem;
}

.pb-04 {
    padding-bottom: 5rem;
}

.pb-07 {
    padding-bottom: 8.75rem;
}

@media (max-width: 34.99em) {
    .pb-inm-01 {
        padding-bottom: 1.25rem;
    }
}

.pl-auto {
    padding-left: auto;
}

.pl-0 {
    padding-left: 0;
}

.pl-025 {
    padding-left: 0.3125rem;
}

.pl-05 {
    padding-left: 0.625rem;
}

.pl-01 {
    padding-left: 1.25rem;
}

.pl-1-5 {
    padding-left: 1.875rem;
}

.pl-02 {
    padding-left: 2.5rem;
}

.pl-03 {
    padding-left: 3.75rem;
}

.pl-04 {
    padding-left: 5rem;
}

.pr-auto {
    padding-right: auto;
}

.pr-0 {
    padding-right: 0;
}

.pr-025 {
    padding-right: 0.3125rem;
}

.pr-05 {
    padding-right: 0.625rem;
}

.pr-01 {
    padding-right: 1.25rem;
}

.pr-02 {
    padding-right: 2.5rem;
}

.pr-03 {
    padding-right: 3.75rem;
}

.pr-04 {
    padding-right: 5rem;
}

@media (max-width: 64.0525em) {
    .no-padding--large {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 34.99em) {
    .no-padding--s > * {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 48.0525em) {
    .no-padding--m > * {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 64.0525em) {
    .no-padding--l > * {
        padding-left: 0;
        padding-right: 0;
    }
}

.m-auto {
    margin: auto;
}

.m-0 {
    margin: 0;
}

.m-025 {
    margin: 0.3125rem;
}

.m-05 {
    margin: 0.625rem;
}

.m-01 {
    margin: 1.25rem;
}

.m-02 {
    margin: 2.5rem;
}

.m-03 {
    margin: 3.75rem;
}

.m-04 {
    margin: 5rem;
}

.mt-auto {
    margin-top: auto;
}

.mt-0 {
    margin-top: 0;
}

.mt-025 {
    margin-top: 0.3125rem;
}

.mt-05 {
    margin-top: 0.625rem;
}

.mt-01 {
    margin-top: 1.25rem;
}

.mt-02 {
    margin-top: 2.5rem;
}

.mt-03 {
    margin-top: 3.75rem;
}

.mt-04 {
    margin-top: 5rem;
}

.mt-06 {
    margin-top: 7.5rem;
}

@media (max-width: 34.99em) {
    .mt-inm-01 {
        margin-top: 1.25rem;
    }
}

.mb-auto {
    margin-bottom: auto;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-025 {
    margin-bottom: 0.3125rem;
}

.mb-05 {
    margin-bottom: 0.625rem;
}

.mb-01 {
    margin-bottom: 1.25rem;
}

.mb-02 {
    margin-bottom: 2.5rem;
}

.mb-03 {
    margin-bottom: 3.75rem;
}

.mb-04 {
    margin-bottom: 5rem;
}

@media (max-width: 34.99em) {
    .mb-inm-01 {
        margin-bottom: 1.25rem;
    }
}

.ml-auto {
    margin-left: auto;
}

.ml-0 {
    margin-left: 0;
}

.ml-025 {
    margin-left: 0.3125rem;
}

.ml-05 {
    margin-left: 0.625rem;
}

.ml-01 {
    margin-left: 1.25rem;
}

.ml-1-5 {
    margin-left: 1.875rem;
}

.ml-02 {
    margin-left: 2.5rem;
}

.ml-03 {
    margin-left: 3.75rem;
}

.ml-04 {
    margin-left: 5rem;
}

.mr-auto {
    margin-right: auto;
}

.mr-0 {
    margin-right: 0;
}

.mr-05 {
    margin-right: 0.625rem;
}

.mr-01 {
    margin-right: 1.25rem;
}

.mr-02 {
    margin-right: 2.5rem;
}

.mr-03 {
    margin-right: 3.75rem;
}

.mr-04 {
    margin-right: 5rem;
}

.container {
    padding-left: 1.25em;
    padding-right: 1.25em;
}

@media (max-width: 64.0525em) {
    .container {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
}

.container--nopad {
    padding: 0;
}

.hidden {
    display: none;
}

.inline-block {
    display: inline-block !important;
    transform: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.img-rwd {
    max-width: 100%;
    height: auto;
}

.half--width {
    max-width: 50%;
    width: 100%;
}

.full--width--img {
    width: 100%;
    height: auto;
}

.b-gray {
    border: 1px solid #cacaca;
}

.b-gray-gamma {
    border: 1px solid #efefef;
}

.bb-gray {
    border-bottom: 1px solid #cacaca;
}

.bb-gray-gamma {
    border-bottom: 1px solid #efefef;
}

.bb-d-gray {
    border-bottom: 1px dotted #cacaca;
}

.bt-gray {
    border-top: 1px solid #cacaca;
}

@media (max-width: 34.99em) {
    .bt-gray-inm {
        border-top: 1px solid #cacaca;
    }
}

.bl-gray {
    border-left: 1px solid #cacaca;
}

.br-gray {
    border-right: 1px solid #cacaca;
}

.b-gray-double {
    border: 2px solid #cacaca;
    border-radius: 2px;
}

.b-black {
    border: 1px solid #000;
}

.bb-black {
    border-bottom: 1px solid #000;
}

@media (max-width: 48.0525em) {
    .no-border--m {
        border: 0;
    }
}

@media (max-width: 64.0525em) {
    .no-border--l {
        border: 0;
    }
}

.outline-none:focus {
    outline: 0;
}

@media (min-width: 35em) {
    .border--s {
        border: 0;
    }
}

@media (min-width: 48.0625em) {
    .border--m {
        border: 0;
    }
}

@media (min-width: 64.0625em) {
    .border--l {
        border: 0;
    }
}

.col-border {
    width: calc(100% + 1px);
    margin-left: -1px;
}

.full-width {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.full-height-txt {
    height: 100%;
    min-height: 0;
}

.width-30 {
    width: 30px;
    display: inline-block;
}

.w-15 {
    max-width: 11.25rem;
    width: 100%;
}

.w-10 {
    max-width: 8.75rem;
    width: 100%;
}

.w-100 {
    width: 100%;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}

.txt-c {
    text-align: center;
}

.transform-none {
    transform: none !important;
}

@media (max-width: 77.49em) {
    .display-xl--from {
        display: none;
    }

    .display-xl--from--a11y {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 0;
        width: 0;
        word-wrap: normal;
        box-shadow: none;
        border: 0;
        min-width: 0;
        display: inherit;
    }
}

@media (min-width: 77.5em) {
    .display-xl--until {
        display: none;
    }

    .display-xl--until--a11y {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 0;
        width: 0;
        word-wrap: normal;
        box-shadow: none;
        border: 0;
        min-width: 0;
        display: inherit;
    }
}

@media (max-width: 64.0525em) {
    .display-l--from {
        display: none;
    }

    .display-l--from--a11y {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 0;
        width: 0;
        word-wrap: normal;
        box-shadow: none;
        border: 0;
        min-width: 0;
        display: inherit;
    }
}

@media (min-width: 64.0625em) {
    .display-l--until {
        display: none;
    }

    .display-l--until--a11y {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 0;
        width: 0;
        word-wrap: normal;
        box-shadow: none;
        border: 0;
        min-width: 0;
        display: inherit;
    }
}

@media (max-width: 48.0525em) {
    .display-m--from {
        display: none;
    }

    .display-m--from--a11y {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 0;
        width: 0;
        word-wrap: normal;
        box-shadow: none;
        border: 0;
        min-width: 0;
        display: inherit;
    }
}

@media (min-width: 48.0625em) {
    .display-m--until {
        display: none;
    }

    .display-m--until--a11y {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 0;
        width: 0;
        word-wrap: normal;
        box-shadow: none;
        border: 0;
        min-width: 0;
        display: inherit;
    }
}

@media (max-width: 34.99em) {
    .display-s--from {
        display: none;
    }

    .display-s--from--a11y {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 0;
        width: 0;
        word-wrap: normal;
        box-shadow: none;
        border: 0;
        min-width: 0;
        display: inherit;
    }
}

@media (min-width: 35em) {
    .display-s--until {
        display: none;
    }

    .display-s--until--a11y {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 0;
        width: 0;
        word-wrap: normal;
        box-shadow: none;
        border: 0;
        min-width: 0;
        display: inherit;
    }
}

.underlined-s {
    width: 6.25rem;
    display: inline-block;
    border-bottom: 1px solid #fff;
    height: 1px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 34.99em) {
    .underlined-s {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }
}

.underlined-s--b {
    border-bottom: 1px solid #000;
}

@media (min-width: 35em) {
    .content-center {
        top: 25%;
        left: 40%;
        transform: translate(-40%, -50%);
        position: absolute;
        width: 80%;
    }
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.icobtn {
    background: transparent;
}

.list-style-point li {
    position: relative;
    padding-left: 10px;
}

    .list-style-point li:after {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #000;
        position: absolute;
        left: 0;
        top: 7px;
    }

.list-style-dash li {
    list-style: inside;
    list-style-type: '- ';
}

.no-wrap {
    white-space: nowrap;
}

.wrap {
    white-space: normal;
}

.pre-wrap {
    white-space: pre-wrap;
}

.txt-underline {
    text-decoration: underline;
}

.txt-none {
    text-decoration: none !important;
}

.pointer {
    cursor: pointer;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.min-width-650 {
    min-width: 650px;
}

.hidden-left {
    position: absolute;
    left: -9999px;
}

.border-box {
    box-sizing: border-box !important;
}

.bg-transparent {
    background: transparent;
}

.w-break {
    word-break: break-word;
}

.returnButton-wrapper {
    cursor: not-allowed;
}

    .returnButton-wrapper #returnButton:not(.active) {
        position: relative;
        color: #8A8A8A;
        background-color: #F0F0F0;
        border: 0.0625rem solid #D3D3D3;
        pointer-events: none;
    }

        .returnButton-wrapper #returnButton:not(.active)::after {
            content: "";
            position: absolute;
            bottom: -0.3125rem;
            height: 0.25rem;
            width: calc(100% + 2px);
            left: -0.0625rem;
            background-color: #F0F0F0;
        }

.page[data-action="Returns-CreateReturn"] .second-title, [data-action="Returns-Show"] .second-title {
    text-transform: uppercase;
}

.page[data-action="Returns-CreateReturn"] .summary--line, [data-action="Returns-Show"] .summary--line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 48.0525em) {
    .page[data-action="Returns-CreateReturn"] .summary--line, [data-action="Returns-Show"] .summary--line {
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.page[data-action="Returns-CreateReturn"] .summary--line .item-image, [data-action="Returns-Show"] .summary--line .item-image {
    background-color: #F4F4F4;
    padding: 15px 8px;
    max-height: 100px;
}

@media (max-width: 48.0525em) {
    .page[data-action="Returns-CreateReturn"] .summary--line .order-product-detail, [data-action="Returns-Show"] .summary--line .order-product-detail {
        margin-bottom: 20px;
    }
}

.page[data-action="Returns-CreateReturn"] .summary--line .title-cart-summary, [data-action="Returns-Show"] .summary--line .title-cart-summary {
    margin: 0;
    padding-top: 8px;
}

@media (max-width: 34.99em) {
    .page[data-action="Returns-CreateReturn"] .summary--line .title-cart-summary, [data-action="Returns-Show"] .summary--line .title-cart-summary {
        padding-top: 0.1875rem;
    }
}

.page[data-action="Returns-CreateReturn"] .summary--line .title-cart-summary .item-line, [data-action="Returns-Show"] .summary--line .title-cart-summary .item-line {
    font-family: 'gill-medium', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: initial;
    margin: 0;
}

.page[data-action="Returns-CreateReturn"] .summary--line .title-cart-summary .line-name, [data-action="Returns-Show"] .summary--line .title-cart-summary .line-name {
    font-family: 'gill-regular', Arial, sans-serif;
    font-size: 0.875rem;
    text-transform: capitalize;
    margin-bottom: .5rem;
}

.page[data-action="Returns-CreateReturn"] .summary--line .title-cart-summary .item-ref, [data-action="Returns-Show"] .summary--line .title-cart-summary .item-ref {
    display: block;
}

.page[data-action="Returns-CreateReturn"] .summary--line .title-cart-summary .item-quantity, [data-action="Returns-Show"] .summary--line .title-cart-summary .item-quantity {
    display: block;
}

.page[data-action="Returns-CreateReturn"] .confirm-details .confirm-details-content, [data-action="Returns-Show"] .confirm-details .confirm-details-content {
    background-color: #FAFAFA;
}

@media (max-width: 48.0525em) {
    .page[data-action="Returns-CreateReturn"] .confirm-details .confirm-details-content, [data-action="Returns-Show"] .confirm-details .confirm-details-content {
        margin-top: 1.25rem;
    }
}

@media (min-width: 64.0625em) {
    .page[data-action="Returns-CreateReturn"] .confirm-details .confirm-details-content, [data-action="Returns-Show"] .confirm-details .confirm-details-content {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media (max-width: 48.0525em) {
    .conf-order-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .conf-order-btns * {
            min-width: 100%;
        }
}

.conf-order-btns .return-conditions p {
    text-align: center;
}

    .conf-order-btns .return-conditions p.alert-succes::before {
        padding-right: 10px;
        content: "\2713";
    }

.conf-order-btns .return-conditions div {
    width: fit-content;
    margin: 0 auto;
}

.labelTotal {
    text-transform: uppercase;
    color: #5d5d5d;
}

#total-sum {
    font-size: 1.2rem;
}

.article-length {
    color: #bfa56d;
}

.title-retur {
    font-size: 1.5em;
    font-weight: 700;
    margin: 1.5rem 0;
}

#textareaReason {
    font-size: .875em;
}

.confirm-details.left-content .left-content-wrapper {
    padding: 20px 0 40px;
    max-width: 490px;
    margin: 0 auto;
}

    .confirm-details.left-content .left-content-wrapper a {
        text-decoration: underline;
    }

    .confirm-details.left-content .left-content-wrapper .icon-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 16px;
    }

        .confirm-details.left-content .left-content-wrapper .icon-check svg {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            position: relative;
            display: inline-block;
            border: 1px solid black;
        }

    .confirm-details.left-content .left-content-wrapper p {
        text-align: center;
        color: #2E3918;
        line-height: normal;
    }

.confirm-details .wrapper--padding {
    padding-left: 0;
    padding-right: 0;
}

.confirm-details .recapOrder-wrapper a {
    text-decoration: underline;
}

.confirm-details .recapOrder-wrapper p {
    color: #2E3918;
}

.confirm-details .recapOrder-wrapper .button-secondary-mini {
    width: fit-content;
}

@media (max-width: 64.0525em) {
    .confirm-details .recapOrder-wrapper h4 {
        font-size: 20px;
    }
}

@media (max-width: 48.0525em) {
    .confirm-details .recapOrder-wrapper h4 {
        font-size: 18px;
    }
}

.confirm-details .recapOrder-wrapper .section__title.bg-white {
    background-color: transparent;
    padding: 0;
}

.confirm-details .recapOrder-wrapper .section__title h1 {
    font-size: 22px;
    text-align: left;
}

.confirm-details .detail-delivery {
    font-size: 17px;
}

@media (max-width: 64.0525em) {
    .confirm-details .detail-delivery {
        font-size: 15px;
    }
}

@media (max-width: 48.0525em) {
    .confirm-details .detail-delivery {
        font-size: 14px;
    }
}

.confirm-details .title-recap {
    font-size: 21px;
    font-weight: 600;
    text-align: left;
}

@media (max-width: 64.0525em) {
    .confirm-details .title-recap {
        font-size: 19px;
    }
}

@media (max-width: 48.0525em) {
    .confirm-details .title-recap {
        font-size: 16px;
    }
}

.popin-technical-error {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    overflow: auto;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .popin-technical-error.show {
        transform: translateX(0);
        opacity: 1;
    }

    .popin-technical-error::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        z-index: 0;
        opacity: 0.3;
    }

    .popin-technical-error .body-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background-color: #fff;
        padding: 70px 40px;
        border-radius: 6px;
        min-width: 320px;
    }

        .popin-technical-error .body-content .text {
            margin-bottom: 70px;
        }

            .popin-technical-error .body-content .text p {
                margin-bottom: 10px;
            }

                .popin-technical-error .body-content .text p.tryLater {
                    font-weight: 600;
                }

        .popin-technical-error .body-content .btns {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: column;
            flex-flow: column;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            max-width: 260px;
            margin: 0 auto;
        }

            .popin-technical-error .body-content .btns .btn.btn-primary {
                background-color: #000;
                color: #fff;
                border: 1px solid transparent;
                transition: all 0.3s ease;
                margin-bottom: 20px;
            }

                .popin-technical-error .body-content .btns .btn.btn-primary:hover {
                    background-color: #fff;
                    color: #000;
                    border: 1px solid #000;
                }

            .popin-technical-error .body-content .btns .btn.btn-transparent {
                background-color: #fff;
                color: #000;
                border: 1px solid #000;
                transition: all 0.3s ease;
            }

                .popin-technical-error .body-content .btns .btn.btn-transparent:hover {
                    background-color: #000;
                    color: #fff;
                    border: 1px solid transparent;
                }

        .popin-technical-error .body-content .close-icon {
            width: 15px;
            height: 15px;
            display: block;
            position: absolute;
            cursor: pointer;
            right: 11px;
            top: 11px;
        }

            .popin-technical-error .body-content .close-icon::before, .popin-technical-error .body-content .close-icon::after {
                content: "";
                background-color: #000;
            }

.error-occurs-popin {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    overflow: auto;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .error-occurs-popin.show {
        transform: translateX(0);
        opacity: 1;
    }

    .error-occurs-popin::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        z-index: 0;
        opacity: 0.3;
    }

    .error-occurs-popin .body-content {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background-color: #fff;
        padding: 30px;
        border-radius: 6px;
        min-width: 320px;
        max-width: 480px;
    }

        .error-occurs-popin .body-content .text .tryLater {
            margin-bottom: 20px;
        }

        .error-occurs-popin .body-content .text p {
            font-size: 14px;
        }

        .error-occurs-popin .body-content .btns {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: column;
            flex-flow: column;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            max-width: 260px;
            margin: 0 auto;
        }

            .error-occurs-popin .body-content .btns .btn.btn-primary {
                background-color: #000;
                color: #fff;
                border: 1px solid transparent;
                transition: all 0.3s ease;
                margin-bottom: 20px;
            }

                .error-occurs-popin .body-content .btns .btn.btn-primary:hover {
                    background-color: #fff;
                    color: #000;
                    border: 1px solid #000;
                }

            .error-occurs-popin .body-content .btns .btn.btn-transparent {
                background-color: #fff;
                color: #000;
                border: 1px solid #000;
                transition: all 0.3s ease;
            }

                .error-occurs-popin .body-content .btns .btn.btn-transparent:hover {
                    background-color: #000;
                    color: #fff;
                    border: 1px solid transparent;
                }

        .error-occurs-popin .body-content .close-icon {
            width: 15px;
            height: 15px;
            display: block;
            position: absolute;
            cursor: pointer;
            right: 11px;
            top: 11px;
        }

            .error-occurs-popin .body-content .close-icon::before, .error-occurs-popin .body-content .close-icon::after {
                content: "";
                background-color: #000;
            }

div.return-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 64.0525em) {
    div.return-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
    }
}

@media (max-width: 23.74em) {
    div.return-container {
        padding: 0 10px;
    }
}

div.return-container .return-wrapper {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin: 25px 20px;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 50%;
}

@media (max-width: 64.0525em) {
    div.return-container .return-wrapper {
        margin: 10px;
        max-width: 100%;
    }
}

@media (max-width: 34.99em) {
    div.return-container .return-wrapper {
        padding: 15px;
    }
}

div.return-container .return-wrapper .left-bloc {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

@media (max-width: 34.99em) {
    div.return-container .return-wrapper .left-bloc {
        font-size: 12px;
    }
}

div.return-container .return-wrapper .left-bloc picture {
    height: 200px;
    overflow: hidden;
}

@media (max-width: 34.99em) {
    div.return-container .return-wrapper .left-bloc picture {
        height: 140px;
    }
}

div.return-container .return-wrapper .left-bloc picture:hover img {
    transform: scale(1.2);
}

div.return-container .return-wrapper .left-bloc picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

@media (max-width: 34.99em) {
    div.return-container .return-wrapper .left-bloc {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
}

@media (max-width: 23.74em) {
    div.return-container .return-wrapper .left-bloc {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }
}

div.return-container .return-wrapper .right-bloc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-left: 40px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

@media (max-width: 48.0525em) {
    div.return-container .return-wrapper .right-bloc {
        padding-left: 20px;
    }
}

@media (max-width: 34.99em) {
    div.return-container .return-wrapper .right-bloc {
        padding-left: 12px;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        font-size: 12px;
    }
}

div.return-container .return-wrapper .bottom-bloc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width: 34.99em) {
    div.return-container .return-wrapper .bottom-bloc {
        margin-top: 10px;
        font-size: 12px;
    }
}

div.return-container .return-wrapper h1,
div.return-container .return-wrapper h2,
div.return-container .return-wrapper h3,
div.return-container .return-wrapper h4,
div.return-container .return-wrapper h5,
div.return-container .return-wrapper h6 {
    margin-bottom: 20px;
}

@media (max-width: 48.0525em) {
    div.return-container .return-wrapper h1,
    div.return-container .return-wrapper h2,
    div.return-container .return-wrapper h3,
    div.return-container .return-wrapper h4,
    div.return-container .return-wrapper h5,
    div.return-container .return-wrapper h6 {
        font-size: 16px;
    }
}

div.return-container .return-wrapper h1 span,
div.return-container .return-wrapper h2 span,
div.return-container .return-wrapper h3 span,
div.return-container .return-wrapper h4 span,
div.return-container .return-wrapper h5 span,
div.return-container .return-wrapper h6 span {
    font-size: inherit !important;
}

div.return-container .return-wrapper p {
    font-size: 14px;
    margin-bottom: 20px;
}

@media (max-width: 34.99em) {
    div.return-container .return-wrapper p {
        font-size: 12px;
    }
}

div.return-container .return-wrapper .body-content a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: underline;
    padding: 15px 25px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    min-width: 180px;
    max-width: 180px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

@media (max-width: 64.0525em) {
    div.return-container .return-wrapper .body-content a {
        min-width: initial;
    }
}

@media (max-width: 34.99em) {
    div.return-container .return-wrapper .body-content a {
        padding: 12px 10px;
    }
}

@media (max-width: 23.74em) {
    div.return-container .return-wrapper .body-content a {
        max-width: 160px;
    }
}

div.return-container .return-wrapper .body-content a img {
    width: 30px;
    height: 18px;
    filter: brightness(0) invert(1);
    margin-right: 10px;
    transition: all 0.3s ease;
}

div.return-container .return-wrapper .body-content a:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

    div.return-container .return-wrapper .body-content a:hover img {
        filter: brightness(0) invert(0);
    }

div.return-container .return-wrapper a {
    text-decoration: underline;
}

@media (max-width: 34.99em) {
    div.return-container .return-wrapper a {
        font-size: 12px;
    }
}

div.return-container .return-wrapper ul {
    list-style: auto;
    padding-left: 20px;
}

    div.return-container .return-wrapper ul li {
        list-style: auto;
        font-size: 14px;
    }

@media (max-width: 34.99em) {
    div.return-container .return-wrapper ul li {
        font-size: 12px;
    }
}

div.return-container .return-wrapper ol {
    list-style: decimal;
    padding-left: 20px;
}

    div.return-container .return-wrapper ol li {
        list-style: auto;
        font-size: 14px;
    }

@media (max-width: 34.99em) {
    div.return-container .return-wrapper ol li {
        font-size: 12px;
    }
}

div.return-container .return-wrapper i {
    font-size: 19px;
    margin-right: 10px;
}

    div.return-container .return-wrapper i.fa-truck {
        transform: scaleX(-1);
    }

.return-title-page {
    text-transform: uppercase;
    text-align: center;
    padding: 35px 0 20px;
    font-size: 1.9em;
}

@media (max-width: 48.0525em) {
    .return-title-page {
        font-size: 1.2em;
        padding: 20px 0 5px;
    }
}

@media (max-width: 48.0525em) {
    .order-product-summary .product-summary-block .product-info .check {
        padding-top: 0;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 48.0525em) {
    .order-product-summary .product-summary-block span.form__label::before {
        width: 1.1rem;
        height: 1.1rem;
        border: 1px solid #000 !important;
    }
}

@media (max-width: 48.0525em) {
    .order-product-summary .product-summary-block span.form__label:after {
        width: 0.6rem;
        height: 0.6rem;
        left: 3.6px;
        line-height: 0;
    }
}

.order-product-summary .product-summary-block .select-reason {
    margin-top: 1.78125rem;
}

@media (max-width: 34.99em) {
    .order-product-summary .product-summary-block .select-reason {
        margin-top: 0.75rem;
        margin-left: -8.8125rem;
    }
}

@media (max-width: 48.0525em) {
    .order-product-summary .product-summary-block .select-reason select {
        font-size: 12px;
    }
}

@media (max-width: 34.99em) {
    .order-product-summary .product-summary-block .select-reason select {
        font-size: 11px;
    }
}

.order-product-summary .product-summary-block .select-reason textarea {
    min-width: 100%;
}

.order-product-summary .product-summary-block .not-returned-article {
    font-size: 0.875rem;
    margin-top: 0.25rem;
    background-color: #fff;
}

@media (max-width: 34.99em) {
    .order-product-summary .product-summary-block .not-returned-article {
        font-size: 0.875rem;
        margin-top: 0.625rem;
        margin-left: -8.8125rem;
    }
}

@media (max-width: 48.0525em) {
    .conf-order-btns .cancel-button {
        font-size: 12px;
    }
}

@media (max-width: 34.99em) {
    .conf-order-btns .cancel-button {
        font-size: 10px;
        min-height: 52px;
    }
}

@media (max-width: 48.0525em) {
    .conf-order-btns .return-conditions #returnButton {
        font-size: 12px;
    }
}

@media (max-width: 34.99em) {
    .conf-order-btns .return-conditions #returnButton {
        font-size: 10px;
        min-height: 52px;
    }
}

.orders-detail-return-wrapper .back-to-order-details {
    margin-left: 21.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (max-width: 64.0525em) {
    .orders-detail-return-wrapper .back-to-order-details {
        margin-left: 0;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.orders-detail-return-wrapper .confirmation-order-details {
    width: calc(100% - 348px);
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (max-width: 64.0525em) {
    .orders-detail-return-wrapper .confirmation-order-details {
        width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.orders-detail-return-wrapper .confirmation-order-details h1 {
    padding: 1.25rem 0;
}

.orders-detail-return-wrapper .confirmation-order-details .order-return-request-text, .orders-detail-return-wrapper .confirmation-order-details .order-return-request-required {
    color: #8A8A8A;
}

.orders-detail-return-wrapper .confirmation-order-details .price-length-calcul--separator {
    border-top: 0.0625rem solid #D3D3D3;
}

.orders-detail-return-wrapper .confirmation-order-details .price-length-calcul .article-length {
    font-family: 'gill-medium', Arial, sans-serif;
    font-size: 0.875rem;
    color: var(--global-color);
}

.orders-detail-return-wrapper .confirmation-order-details .order-date-wrapper {
    font-size: 1rem;
    font-family: 'gill-medium', Arial, sans-serif;
    margin-bottom: 0.375rem;
    line-height: 1.1;
}

.orders-detail-return-wrapper .confirmation-order-details .order-detail-paiement li {
    padding: 0.5rem 0;
    border-bottom: 0.0625rem solid #efefef;
}

    .orders-detail-return-wrapper .confirmation-order-details .order-detail-paiement li span {
        text-transform: lowercase;
        display: block;
    }

        .orders-detail-return-wrapper .confirmation-order-details .order-detail-paiement li span::first-letter {
            text-transform: uppercase;
        }

    .orders-detail-return-wrapper .confirmation-order-details .order-detail-paiement li.grandtotal {
        border-bottom: none;
    }

        .orders-detail-return-wrapper .confirmation-order-details .order-detail-paiement li.grandtotal span {
            font-weight: 600;
            text-transform: uppercase;
        }

.orders-detail-return-wrapper .order-details-return-faq {
    max-width: 46.875rem;
}

.orders-detail-return-wrapper .product-info {
    margin-left: 0;
    margin-right: 0;
}

    .orders-detail-return-wrapper .product-info:last-child {
        margin-bottom: 0;
    }

@media (max-width: 64.0525em) {
    .orders-detail-return-wrapper .product-info:last-child {
        margin-bottom: 1.875rem;
    }
}

.orders-detail-return-wrapper .product-info .item-image-wrapper {
    margin-right: 0.938em;
}

    .orders-detail-return-wrapper .product-info .item-image-wrapper .item-image {
        max-height: 100%;
        width: 10rem;
        height: 10rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
    }

@media (max-width: 48.0525em) {
    .orders-detail-return-wrapper .product-info .item-image-wrapper .item-image {
        width: 7.5rem;
        height: 7.5rem;
    }
}

.orders-detail-return-wrapper .product-info .item-image-wrapper .item-image img.product-image {
    max-height: 100%;
    width: 6.875rem;
    height: 6.875rem;
}

@media (max-width: 48.0525em) {
    .orders-detail-return-wrapper .product-info .item-image-wrapper .item-image img.product-image {
        width: 5rem;
        height: 5rem;
    }
}

.orders-detail-return-wrapper .product-info .name-size-line {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
}

@media (min-width: 35em) {
    .orders-detail-return-wrapper .product-info .name-size-line {
        width: 15.625rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-right: 1.25rem;
        line-height: 1.1;
    }
}

@media (min-width: 64.0625em) {
    .orders-detail-return-wrapper .product-info .name-size-line {
        width: 7.5rem;
    }
}

@media (min-width: 77.5em) {
    .orders-detail-return-wrapper .product-info .name-size-line {
        width: 15.625rem;
    }
}

.orders-detail-return-wrapper .product-info .material-color, .orders-detail-return-wrapper .product-info .title-cart-summary .item-ref, .orders-detail-return-wrapper .product-info .title-cart-summary .item-quantity, .orders-detail-return-wrapper .product-info .line-item-attributes {
    font-family: 'gill-regular', Arial, sans-serif;
    font-size: 0.75rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}

.orders-detail-return-wrapper .product-info .attribute-color {
    display: none;
}

.orders-detail-return-wrapper .product-info .list-lpp-options {
    font-family: 'gill-regular', Arial, sans-serif;
    font-size: 0.625rem;
    color: #000;
    font-weight: 300;
}

.orders-detail-return-wrapper .product-info .item-price {
    font-family: 'gill-medium', Arial, sans-serif;
}

.orders-detail-return-wrapper .product-info .order-product-detail {
    margin-bottom: 0;
}

.orders-detail-return-wrapper .order-shipement-detail:last-child {
    margin-bottom: 0;
}

@media (max-width: 64.0525em) {
    .orders-detail-return-wrapper .order-shipement-detail:last-child {
        margin-bottom: 1.875rem;
    }
}

.orders-detail-return-wrapper .product-not-clickable {
    pointer-events: none;
}

.orders-detail-return-wrapper .check-wrapper {
    min-width: 1.875rem;
    height: 10rem;
}

@media (max-width: 48.0525em) {
    .orders-detail-return-wrapper .check-wrapper {
        min-width: 2.5rem;
        height: 7.5rem;
    }
}

.orders-detail-return-wrapper .price-wrapper .item-price {
    white-space: nowrap;
}

@media (max-width: 34.99em) {
    .orders-detail-return-wrapper .product-return-main-infos {
        min-height: 7.5rem;
    }
}

.orders-detail-return-confirmation-wrapper .back-to-order-details {
    margin-left: 21.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (max-width: 64.0525em) {
    .orders-detail-return-confirmation-wrapper .back-to-order-details {
        margin-left: 0;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.orders-detail-return-confirmation-wrapper .confirmation-order-details {
    width: calc(100% - 348px);
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

@media (max-width: 64.0525em) {
    .orders-detail-return-confirmation-wrapper .confirmation-order-details {
        width: 100%;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.orders-detail-return-confirmation-wrapper .order-detail-paiement {
    padding-top: 0;
}

    .orders-detail-return-confirmation-wrapper .order-detail-paiement li.grandtotal {
        border-bottom: 0.0625rem solid #efefef;
    }

.orders-detail-return-confirmation-wrapper .product-info {
    margin-left: 0;
    margin-right: 0;
}

    .orders-detail-return-confirmation-wrapper .product-info .item-image-wrapper {
        margin-right: 0.938em;
    }

        .orders-detail-return-confirmation-wrapper .product-info .item-image-wrapper .item-image {
            max-height: 100%;
            width: 10rem;
            height: 10rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 0;
        }

@media (max-width: 48.0525em) {
    .orders-detail-return-confirmation-wrapper .product-info .item-image-wrapper .item-image {
        width: 7.5rem;
        height: 7.5rem;
    }
}

.orders-detail-return-confirmation-wrapper .product-info .item-image-wrapper .item-image img.product-image {
    max-height: 100%;
    width: 6.875rem;
    height: 6.875rem;
}

@media (max-width: 48.0525em) {
    .orders-detail-return-confirmation-wrapper .product-info .item-image-wrapper .item-image img.product-image {
        width: 5rem;
        height: 5rem;
    }
}

.orders-detail-return-confirmation-wrapper .product-info .name-size-line {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
}

.orders-detail-return-confirmation-wrapper .product-info .material-color, .orders-detail-return-confirmation-wrapper .product-info .title-cart-summary .item-ref, .orders-detail-return-confirmation-wrapper .product-info .title-cart-summary .item-quantity, .orders-detail-return-confirmation-wrapper .product-info .line-item-attributes {
    font-family: 'gill-regular', Arial, sans-serif;
    font-size: 0.75rem;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}

.orders-detail-return-confirmation-wrapper .product-info .attribute-color {
    display: none;
}

.orders-detail-return-confirmation-wrapper .product-info .list-lpp-options {
    font-family: 'gill-regular', Arial, sans-serif;
    font-size: 0.625rem;
    color: #000;
    font-weight: 300;
}

.orders-detail-return-confirmation-wrapper .product-info .item-price {
    font-family: 'gill-medium', Arial, sans-serif;
}

.orders-detail-return-confirmation-wrapper .product-info .order-product-detail {
    margin-bottom: 0;
}

.orders-detail-return-confirmation-wrapper .return-info, .orders-detail-return-confirmation-wrapper .status-return, .orders-detail-return-confirmation-wrapper .status-return + span {
    text-transform: lowercase;
    display: inline-block;
}

    .orders-detail-return-confirmation-wrapper .return-info::first-letter, .orders-detail-return-confirmation-wrapper .status-return::first-letter, .orders-detail-return-confirmation-wrapper .status-return + span::first-letter {
        text-transform: uppercase;
    }

.orders-detail-return-confirmation-wrapper .return-info {
    font-size: 0.875rem;
    color: #000;
    font-family: 'gill-medium', Arial, sans-serif;
}

    .orders-detail-return-confirmation-wrapper .return-info + span, .orders-detail-return-confirmation-wrapper .return-info + span a {
        font-size: 0.875rem;
        color: #8A8A8A;
        font-family: 'gill-medium', Arial, sans-serif;
    }

.orders-detail-return-confirmation-wrapper .order-shipement-detail:last-child {
    margin-bottom: 0;
}

@media (max-width: 64.0525em) {
    .orders-detail-return-confirmation-wrapper .order-shipement-detail:last-child {
        margin-bottom: 1.875rem;
    }
}

.orders-detail-return-confirmation-wrapper .product-not-clickable {
    pointer-events: none;
}




@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .wrapper--padding {
        padding: 0;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .title-small {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'gill-medium';
    letter-spacing: unset;
    text-align: left;
    line-height: unset;
}

@media (min-width: 48.0625em) {
    [data-querystring="fdid=the-story-of-longchamp"] .player {
        -ms-flex-order: -1;
        order: -1;
        display: inherit;
    }
}

@media (max-width: 48.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .player img {
        width: 100%;
        height: 100%;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .player .stamp-container {
    margin: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

[data-querystring="fdid=the-story-of-longchamp"] .section--stories__content .description-green {
    font-family: 'gill-light', Arial, sans-serif;
    color: #2E3918;
    font-size: 1.875rem;
}

@media (min-width: 48.0625em) {
    [data-querystring="fdid=the-story-of-longchamp"] .displayleft {
        -ms-flex-order: 1;
        order: 1;
        display: inherit;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .displayleft .stamp-container {
    margin: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

[data-querystring="fdid=the-story-of-longchamp"] .year-container .timeline-green {
    font-family: 'gill-medium', Arial, sans-serif;
    color: var(--global-color);
    font-size: 10.375rem;
    line-height: 1;
    margin: 0;
}

@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .year-container .timeline-green {
        font-size: 10rem;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 34.99em) {
    [data-querystring="fdid=the-story-of-longchamp"] .year-container .timeline-green {
        font-size: 8.4375rem;
    }
}

@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .year-container .timeline-green.fix-1-spacing-first {
        padding-right: 1rem;
    }
}

@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .year-container .timeline-green.fix-1-spacing-last {
        padding-left: 1rem;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .section--margin .stamp-container {
    padding-top: 1.25rem;
}

[data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper {
    position: fixed;
    background: #fff;
    padding: 20px 30px;
    bottom: 0;
    z-index: 2;
    width: 100%;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
}

    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper.slick-visible {
        visibility: visible;
        opacity: 1;
    }

@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper {
        padding: 20px 15px;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .longchamp-history {
    font-family: 'gill-medium', Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 48.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .longchamp-history {
        font-size: 12px;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .left-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

[data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper #thumbnail_slider {
    max-width: 350px;
}

@media (max-width: 34.99em) {
    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper #thumbnail_slider {
        max-width: 250px;
        padding: 0 12px;
    }
}

@media (max-width: 23.74em) {
    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper #thumbnail_slider {
        max-width: 265px;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper #thumbnail_slider li.dots-items {
    text-align: center;
    padding: 0 20px;
}

    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper #thumbnail_slider li.dots-items.active span {
        border-bottom: 2px solid var(--global-color);
        display: inline-block;
    }

@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper #thumbnail_slider li.dots-items span {
        display: inherit;
        border-bottom: 2px solid transparent;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper #thumbnail_slider li button:before {
    font-size: 40px;
}

[data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .custom-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
}

    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .custom-arrow:before {
        content: "";
        border-top: 3px solid var(--global-color);
        border-left: 3px solid var(--global-color);
        color: var(--global-color);
        display: block;
        height: 13px;
        width: 13px;
        transition: all .3s ease-in-out;
    }

    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .custom-arrow.custom-arrow-prev {
        left: -15px;
        transform: rotate(-45deg);
    }

@media (max-width: 34.99em) {
    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .custom-arrow.custom-arrow-prev {
        left: 0;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .custom-arrow.custom-arrow-next {
    right: -15px;
    transform: rotate(135deg);
}

@media (max-width: 34.99em) {
    [data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .custom-arrow.custom-arrow-next {
        right: 0;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .years-slider-wrapper .slick-disabled::before {
    border-top: 3px solid #D3D3D3 !important;
    border-left: 3px solid #D3D3D3 !important;
}

@media (min-width: 64.0625em) {
    [data-querystring="fdid=the-story-of-longchamp"] .year-container-slider {
        position: absolute;
        z-index: 1;
        top: 0;
        line-height: initial;
        transform: translateY(-41%);
        max-width: 40%;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .history-wrapper {
    margin-top: 140px;
}

@media (max-width: 48.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .history-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 34.99em) {
    [data-querystring="fdid=the-story-of-longchamp"] .history-wrapper {
        margin-top: 30px;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .bloc-history-wrapper {
    visibility: hidden;
    opacity: 0;
}

    [data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .bloc-history-wrapper.slick-visible {
        visibility: visible;
        opacity: 1;
    }

[data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content {
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content .history-item-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

    [data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content .history-item-left picture img {
        width: 100%;
        object-fit: cover;
    }

@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content .history-item-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content .history-item-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content .history-item-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content .history-item-right .content-history {
    padding-left: 40px;
}

@media (max-width: 74.9275em) {
    [data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content .history-item-right .content-history {
        padding-left: 30px;
    }
}

@media (max-width: 64.0525em) {
    [data-querystring="fdid=the-story-of-longchamp"] .history-wrapper .history-wrapper-content .history-item-right .content-history {
        padding: 0 20px;
    }
}

[data-querystring="fdid=the-story-of-longchamp"] .history-mobile .image-wrapper img {
    width: 100%;
    height: 100%;
}
