@charset "UTF-8";

.vb-color--black {
    color: #000
}

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

.vb-color--primary {
    color: #e65564
}

.vb-color--primary-dark {
    color: #d04553
}

.vb-color--primary-background {
    color: #ffe8ea
}

.vb-color--vb-green {
    color: #7dbc8e
}

.vb-color--secondary {
    color: #7dbc8e
}

.vb-color--secondary-dark {
    color: #619370
}

.vb-color--secondary-background {
    color: #e8f3ee
}

.vb-color--tertiary {
    color: #ff5d24
}

.vb-color--tertiary-dark {
    color: #e2511e
}

.vb-color--tertiary-background {
    color: #fde7e2
}

.vb-color--grey-lightest {
    color: #f2f1f0
}

.vb-color--grey-lighter {
    color: #efefef
}

.vb-color--grey-light {
    color: #ddd
}

.vb-color--grey {
    color: #999
}

.vb-color--grey-dark {
    color: #656667
}

.vb-color--grey-darker {
    color: #2d2a29
}

.vb-color--vb-black {
    color: #2d2a29
}

.vb-color--vb-club {
    color: #f25e4a
}

.vb-color--alert-error {
    color: #eb3838
}

.vb-color--alert-error-background {
    color: #ffeded
}

.vb-color--alert-warning {
    color: #f7d137
}

.vb-color--alert-warning-background {
    color: #fef8d7
}

.vb-color--alert-info {
    color: #5290dd
}

.vb-color--alert-info-background {
    color: #e7f3ff
}

.vb-color--alert-success {
    color: #39be8d
}

.vb-color--alert-success-background {
    color: #e2fdf0
}

.vb-color--wishlist {
    color: #e65564
}

.vb-color--wishlist-secondary {
    color: #98af09
}

.vb-color--discount {
    color: #d2383a
}

.vb-color--bloclub {
    color: #f25e4a
}

.vb-color--priceclub {
    color: #f25e4a
}

.vb-color--edf-red {
    color: #e83e46
}

.vb-color--vb-beige {
    color: #fef7f3
}

.vb-color--background-black {
    background-color: #000
}

.vb-color--background-white {
    background-color: #fff
}

.vb-color--background-primary {
    background-color: #e65564
}

.vb-color--background-primary-dark {
    background-color: #d04553
}

.vb-color--background-primary-background {
    background-color: #ffe8ea
}

.vb-color--background-vb-green {
    background-color: #7dbc8e
}

.vb-color--background-secondary {
    background-color: #7dbc8e
}

.vb-color--background-secondary-dark {
    background-color: #619370
}

.vb-color--background-secondary-background {
    background-color: #e8f3ee
}

.vb-color--background-tertiary {
    background-color: #ff5d24
}

.vb-color--background-tertiary-dark {
    background-color: #e2511e
}

.vb-color--background-tertiary-background {
    background-color: #fde7e2
}

.vb-color--background-grey-lightest {
    background-color: #f2f1f0
}

.vb-color--background-grey-lighter {
    background-color: #efefef
}

.vb-color--background-grey-light {
    background-color: #ddd
}

.vb-color--background-grey {
    background-color: #999
}

.vb-color--background-grey-dark {
    background-color: #656667
}

.vb-color--background-grey-darker {
    background-color: #2d2a29
}

.vb-color--background-vb-black {
    background-color: #2d2a29
}

.vb-color--background-vb-club {
    background-color: #f25e4a
}

.vb-color--background-alert-error {
    background-color: #eb3838
}

.vb-color--background-alert-error-background {
    background-color: #ffeded
}

.vb-color--background-alert-warning {
    background-color: #f7d137
}

.vb-color--background-alert-warning-background {
    background-color: #fef8d7
}

.vb-color--background-alert-info {
    background-color: #5290dd
}

.vb-color--background-alert-info-background {
    background-color: #e7f3ff
}

.vb-color--background-alert-success {
    background-color: #39be8d
}

.vb-color--background-alert-success-background {
    background-color: #e2fdf0
}

.vb-color--background-wishlist {
    background-color: #e65564
}

.vb-color--background-wishlist-secondary {
    background-color: #98af09
}

.vb-color--background-discount {
    background-color: #d2383a
}

.vb-color--background-bloclub {
    background-color: #f25e4a
}

.vb-color--background-priceclub {
    background-color: #f25e4a
}

.vb-color--background-edf-red {
    background-color: #e83e46
}

.vb-color--background-vb-beige {
    background-color: #fef7f3
}

.vb-color--border-black {
    border-color: #000
}

.vb-color--border-white {
    border-color: #fff
}

.vb-color--border-primary {
    border-color: #e65564
}

.vb-color--border-primary-dark {
    border-color: #d04553
}

.vb-color--border-primary-background {
    border-color: #ffe8ea
}

.vb-color--border-vb-green {
    border-color: #7dbc8e
}

.vb-color--border-secondary {
    border-color: #7dbc8e
}

.vb-color--border-secondary-dark {
    border-color: #619370
}

.vb-color--border-secondary-background {
    border-color: #e8f3ee
}

.vb-color--border-tertiary {
    border-color: #ff5d24
}

.vb-color--border-tertiary-dark {
    border-color: #e2511e
}

.vb-color--border-tertiary-background {
    border-color: #fde7e2
}

.vb-color--border-grey-lightest {
    border-color: #f2f1f0
}

.vb-color--border-grey-lighter {
    border-color: #efefef
}

.vb-color--border-grey-light {
    border-color: #ddd
}

.vb-color--border-grey {
    border-color: #999
}

.vb-color--border-grey-dark {
    border-color: #656667
}

.vb-color--border-grey-darker {
    border-color: #2d2a29
}

.vb-color--border-vb-black {
    border-color: #2d2a29
}

.vb-color--border-vb-club {
    border-color: #f25e4a
}

.vb-color--border-alert-error {
    border-color: #eb3838
}

.vb-color--border-alert-error-background {
    border-color: #ffeded
}

.vb-color--border-alert-warning {
    border-color: #f7d137
}

.vb-color--border-alert-warning-background {
    border-color: #fef8d7
}

.vb-color--border-alert-info {
    border-color: #5290dd
}

.vb-color--border-alert-info-background {
    border-color: #e7f3ff
}

.vb-color--border-alert-success {
    border-color: #39be8d
}

.vb-color--border-alert-success-background {
    border-color: #e2fdf0
}

.vb-color--border-wishlist {
    border-color: #e65564
}

.vb-color--border-wishlist-secondary {
    border-color: #98af09
}

.vb-color--border-discount {
    border-color: #d2383a
}

.vb-color--border-bloclub {
    border-color: #f25e4a
}

.vb-color--border-priceclub {
    border-color: #f25e4a
}

.vb-color--border-edf-red {
    border-color: #e83e46
}

.vb-color--border-vb-beige {
    border-color: #fef7f3
}

@font-face {
    font-family: VbIcons;
    src: url(fonts/VbIcons.woff2) format("woff2"), url(fonts/VbIcons.woff) format("woff")
}

.vb-icon--arrowdown-sm:before {
    content: "\e001"
}

.vb-icon--arrowdown:before {
    content: "\e002"
}

.vb-icon--arrowleft-sm:before {
    content: "\e003"
}

.vb-icon--arrowleft:before {
    content: "\e004"
}

.vb-icon--arrowright-sm:before {
    content: "\e005"
}

.vb-icon--arrowright:before {
    content: "\e006"
}

.vb-icon--arrowup-sm:before {
    content: "\e007"
}

.vb-icon--arrowup:before {
    content: "\e008"
}

.vb-icon--close-sm:before {
    content: "\e009"
}

.vb-icon--close:before {
    content: "\e00a"
}

.vb-icon--search-sm:before {
    content: "\e00b"
}

.vb-icon--search:before {
    content: "\e00c"
}

.vb-icon--valid-check:before {
    content: "\e00d"
}

.vb-icon--valid-cross:before {
    content: "\e00e"
}

[class*=vb-icon]:before {
    font-family: VbIcons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: sub;
    text-align: center;
    display: inline-block;
    height: 1em;
    width: 1em
}

form[action^="/page/"] .vb-title-bigger {
    text-align: center
}

.vb-title-bigger {
    color: #2d2a29;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 2rem 0
}

@media only screen and (max-width:30rem) {
    .vb-title-bigger {
        font-size: 1.625rem;
        margin: 1.625rem 0
    }
}

.vb-title-big {
    color: #2d2a29;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 1.625rem 0
}

@media only screen and (max-width:30rem) {
    .vb-title-big {
        font-size: 1.375rem;
        margin: 1.375rem 0
    }
}

.vb-title-medium {
    color: #2d2a29;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 1.375rem 0
}

@media only screen and (max-width:30rem) {
    .vb-title-medium {
        font-size: 1.25rem;
        margin: 1.25rem 0
    }
}

.vb-title-small {
    color: #2d2a29;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 1.25rem 0
}

@media only screen and (max-width:30rem) {
    .vb-title-small {
        font-size: 1.125rem;
        margin: 1.125rem 0
    }
}

.vb-title-smaller {
    color: #2d2a29;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 1.125rem 0
}

@media only screen and (max-width:30rem) {
    .vb-title-smaller {
        font-size: 1rem;
        margin: 1rem 0
    }
}

.vb-title-smallest {
    color: #2d2a29;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5;
    margin: .875rem 0
}

.vb-subtitle-bigger {
    color: #656667;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 1.625rem 0
}

@media only screen and (max-width:30rem) {
    .vb-subtitle-bigger {
        font-size: 1.375rem;
        margin: 1.375rem 0
    }
}

.vb-subtitle-big {
    color: #656667;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 1.375rem 0
}

@media only screen and (max-width:30rem) {
    .vb-subtitle-big {
        font-size: 1.25rem;
        line-height: 1.5;
        margin: 1.25rem 0
    }
}

.vb-subtitle-medium {
    color: #656667;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 1.25rem 0
}

@media only screen and (max-width:30rem) {
    .vb-subtitle-medium {
        font-size: 1.125rem;
        margin: 1.125rem 0
    }
}

.vb-subtitle-small {
    color: #656667;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 1.125rem 0
}

@media only screen and (max-width:30rem) {
    .vb-subtitle-small {
        font-size: .875rem;
        margin: .875rem 0
    }
}

.vb-subtitle-smaller {
    color: #656667;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    margin: .875rem 0
}

@media only screen and (max-width:30rem) {
    .vb-subtitle-smaller {
        font-size: .75rem;
        line-height: 1.7;
        margin: .75rem 0
    }
}

.vb-subtitle-smallest {
    color: #656667;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.7;
    margin: .75rem 0
}

.vb-text-big {
    color: #656667;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 1.125rem 0
}

@media only screen and (max-width:30rem) {
    .vb-text-big {
        font-size: 1rem;
        margin: 1rem 0
    }
}

.vb-radio+label,
.vb-text-medium {
    color: #656667;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 1rem 0
}

@media only screen and (max-width:30rem) {

    .vb-radio+label,
    .vb-text-medium {
        font-size: .875rem;
        margin: .875rem 0
    }
}

.vb-checkbox+label,
.vb-text-small {
    color: #656667;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    margin: .875rem 0
}

@media only screen and (max-width:30rem) {

    .vb-checkbox+label,
    .vb-text-small {
        font-size: .75rem;
        line-height: 1.7;
        margin: .75rem 0
    }
}

.vb-text-smaller {
    color: #656667;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.7;
    margin: .75rem 0
}

@media only screen and (max-width:30rem) {
    .vb-text-smaller {
        font-size: .6875rem;
        margin: .6875rem 0
    }
}

.vb-text-smallest {
    color: #656667;
    font-size: .625rem;
    font-weight: 400;
    line-height: 1.7;
    margin: .625rem 0
}

@media only screen and (max-width:30rem) {
    .vb-text-smallest {
        font-size: .625rem;
        margin: .625rem 0
    }
}

.vb-font-light {
    font-weight: 200
}

.vb-font-bold {
    font-weight: 700
}

.vb-font-regular {
    font-weight: 400
}

.vb-font-italic {
    font-style: italic
}

.vb-link-text {
    color: #656667;
    text-decoration: underline;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.vb-link-text:hover {
    color: #7dbc8e;
    text-decoration: underline
}

.vb-new-link-text {
    color: #656667;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.vb-new-link-text:hover {
    color: #7dbc8e;
    text-decoration: none
}

.vb-link-header {
    color: #656667;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.vb-link-header:hover {
    color: #7dbc8e;
    text-decoration: none
}

.vb-link-footer {
    color: #999;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.vb-link-footer:hover {
    color: #7dbc8e;
    text-decoration: none
}

.vb-link-component {
    color: #619370;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.vb-link-component:hover {
    color: #7dbc8e;
    text-decoration: none
}

.vb-link-negative {
    color: #fff;
    opacity: 1;
    text-decoration: underline;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.vb-link-negative:hover {
    opacity: .8;
    text-decoration: underline
}

.vb-list {
    font-size: .875rem;
    color: #656667
}

.vb-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    margin: .875rem 0
}

.vb-list li:before {
    font-weight: 700;
    margin-right: .4375rem
}

.vb-list--bullet li:before {
    content: "•"
}

.vb-list--number {
    counter-reset: vbListNumber
}

.vb-list--number li:before {
    counter-increment: vbListNumber;
    content: counter(vbListNumber) "."
}

.vb-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(images/styleguide/select.png) no-repeat right center;
    border: 1px solid #999;
    border-radius: .3125rem;
    color: #656667;
    cursor: pointer;
    font-weight: 400;
    outline: none;
    padding-right: 2.75rem !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.vb-select:focus {
    box-shadow: 0 .125rem .25rem 0 #999;
    background-color: #f2f1f0
}

.vb-select:hover {
    background-color: #f2f1f0;
    border-color: #2d2a29
}

.vb-select:active {
    background-color: #fff;
    border-color: #2d2a29;
    box-shadow: none
}

.vb-select--valid.vb-select,
.valid.vb-select {
    border-color: #39be8d
}

.input-validation-error.vb-select,
.vb-select--error.vb-select {
    border-color: #eb3838;
    color: #656667
}

[disabled=disabled].vb-select,
.vb-select--disabled.vb-select {
    opacity: .4;
    pointer-events: none
}

select.vb-select-medium,
.vb-select {
    font-size: 1rem;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.25rem
}

select.vb-select-smaller {
    font-size: 1rem;
    height: 1.875rem;
    line-height: 1.875rem;
    padding: 0 .625rem
}

select.vb-select-small {
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 .9375rem
}

select.vb-select-big {
    font-size: 1.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.25rem
}

.vb-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    height: 1.25rem;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    vertical-align: middle;
    width: 1.25rem
}

.vb-checkbox:after {
    content: "¬";
    color: #000;
    display: block;
    font-size: 1.625rem;
    font-weight: 700;
    margin-top: -.375rem;
    opacity: 0;
    text-align: center;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

.vb-checkbox:focus,
.vb-checkbox:hover,
.vb-checkbox:checked {
    background: #fff;
    border-color: #2d2a29
}

.vb-checkbox:checked:after {
    opacity: 1;
    -webkit-transform: rotate(135deg) scale(1);
    transform: rotate(135deg) scale(1)
}

.input-validation-error.vb-checkbox,
.vb-checkbox--error.vb-checkbox {
    border-color: #eb3838
}

[disabled=disabled].vb-checkbox,
.vb-checkbox--disabled.vb-checkbox {
    opacity: .4;
    pointer-events: none
}

.vb-checkbox+label {
    cursor: pointer;
    display: inline-block;
    height: 1.25rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0 .625rem 0 .3125rem;
    vertical-align: middle
}

[disabled=disabled].vb-checkbox+label,
.vb-checkbox--disabled.vb-checkbox+label {
    opacity: .4;
    pointer-events: none
}

.input-validation-error.vb-checkbox+label,
.vb-checkbox--error.vb-checkbox+label {
    color: #eb3838
}

.vb-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    cursor: pointer;
    height: 1.75rem;
    outline: none;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    vertical-align: middle;
    width: 1.75rem
}

.vb-radio:after {
    content: "";
    background: #000;
    border-radius: 50%;
    display: block;
    height: .875rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    width: .875rem
}

.vb-radio:focus,
.vb-radio:hover,
.vb-radio:checked {
    background: #fff;
    border-color: #2d2a29
}

.vb-radio:checked:after {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%)
}

.input-validation-error.vb-radio,
.vb-radio--error.vb-radio {
    border-color: #eb3838
}

[disabled=disabled].vb-radio,
.vb-radio--disabled.vb-radio {
    opacity: .4;
    pointer-events: none
}

.vb-radio+label {
    cursor: pointer;
    display: inline-block;
    height: 1.25rem;
    line-height: 1.25rem;
    margin: 0;
    padding: 0 .625rem 0 .3125rem;
    vertical-align: middle
}

[disabled=disabled].vb-radio+label,
.vb-radio--disabled.vb-radio+label {
    opacity: .4;
    pointer-events: none
}

.input-validation-error.vb-radio+label,
.vb-radio--error.vb-radio+label {
    color: #eb3838
}

.vb-textarea,
.vb-textbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #999;
    border-radius: .3125rem;
    box-shadow: inset 0 .125rem .25rem 0 #ddd;
    color: #656667;
    font-weight: 400;
    outline: none;
    -webkit-transition: border-color .1s ease-in-out, color .1s ease-in-out, opacity .1s ease-in-out;
    transition: border-color .1s ease-in-out, color .1s ease-in-out, opacity .1s ease-in-out;
    box-sizing: border-box
}

.vb-textarea:focus,
.vb-textbox:focus,
.vb-textarea:hover,
.vb-textbox:hover,
.vb-textarea:active,
.vb-textbox:active {
    border-color: #2d2a29
}

.vb-textarea::-webkit-input-placeholder,
.vb-textbox::-webkit-input-placeholder {
    color: #656667;
    opacity: .5
}

.vb-textarea:-ms-input-placeholder,
.vb-textbox:-ms-input-placeholder {
    color: #656667;
    opacity: .5
}

.vb-textarea::placeholder,
.vb-textbox::placeholder {
    color: #656667;
    opacity: .5
}

.vb-textarea::-webkit-search-decoration,
.vb-textbox::-webkit-search-decoration,
.vb-textarea::-webkit-search-cancel-button,
.vb-textbox::-webkit-search-cancel-button,
.vb-textarea::-webkit-search-results-button,
.vb-textbox::-webkit-search-results-button,
.vb-textarea::-webkit-search-results-decoration,
.vb-textbox::-webkit-search-results-decoration {
    display: none
}

::-ms-clear {
    display: none;
    height: 0;
    width: 0
}

.vb-textbox--valid.vb-textbox,
.valid.vb-textbox {
    border-color: #39be8d
}

.input-validation-error.vb-textbox,
.vb-textbox--error.vb-textbox {
    border-color: #eb3838;
    color: #656667
}

[disabled=disabled].vb-textbox,
.vb-textbox--disabled.vb-textbox {
    opacity: .4;
    pointer-events: none
}

input.vb-textbox-medium,
.vb-textbox {
    font-size: 1rem;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.25rem
}

input.vb-textbox-smaller {
    font-size: 1rem;
    height: 1.875rem;
    line-height: 1.875rem;
    padding: 0 .625rem
}

input.vb-textbox-small {
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 .9375rem
}

input.vb-textbox-big {
    font-size: 1.125rem;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 1.25rem
}

.vb-textarea {
    height: 6.25rem;
    line-height: 1.5;
    padding: .9375rem;
    resize: vertical
}

.vb-textarea--valid.vb-textarea,
.valid.vb-textarea {
    border-color: #39be8d
}

.input-validation-error.vb-textarea,
.vb-textarea--error.vb-textarea {
    border-color: #eb3838;
    color: #656667
}

[disabled=disabled].vb-textarea,
.vb-textarea--disabled.vb-textarea {
    opacity: .4;
    pointer-events: none
}

.vb-button-clicked--success,
.vb-button-clicked--warning,
.vb-button-clicked--error,
.vb-button-wishlist-secondary,
.vb-button-wishlist-primary,
.vb-button-negative,
.vb-button-grey,
.vb-button-tertiary,
.vb-button-secondary,
.vb-button-primary {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: .3125rem;
    cursor: pointer;
    display: inline-block;
    outline: none;
    text-decoration: none;
    -webkit-transition: background .1s ease-in-out, border-color .1s ease-in-out;
    transition: background .1s ease-in-out, border-color .1s ease-in-out;
    box-sizing: border-box
}

.vb-button-clicked--success:focus,
.vb-button-clicked--warning:focus,
.vb-button-clicked--error:focus,
.vb-button-wishlist-secondary:focus,
.vb-button-wishlist-primary:focus,
.vb-button-negative:focus,
.vb-button-grey:focus,
.vb-button-tertiary:focus,
.vb-button-secondary:focus,
.vb-button-primary:focus {
    box-shadow: 0 .125rem .25rem 0 #999
}

.vb-button-clicked--success:active,
.vb-button-clicked--warning:active,
.vb-button-clicked--error:active,
.vb-button-wishlist-secondary:active,
.vb-button-wishlist-primary:active,
.vb-button-negative:active,
.vb-button-grey:active,
.vb-button-tertiary:active,
.vb-button-secondary:active,
.vb-button-primary:active {
    box-shadow: none;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.vb-button--disabled.vb-button-clicked--success,
.vb-button--disabled.vb-button-clicked--warning,
.vb-button--disabled.vb-button-clicked--error,
.vb-button--disabled.vb-button-wishlist-secondary,
.vb-button--disabled.vb-button-wishlist-primary,
.vb-button--disabled.vb-button-negative,
.vb-button--disabled.vb-button-grey,
.vb-button--disabled.vb-button-tertiary,
.vb-button--disabled.vb-button-secondary,
.vb-button--disabled.vb-button-primary,
.memo_chko_bt_disabled.vb-button-clicked--success,
.memo_chko_bt_disabled.vb-button-clicked--warning,
.memo_chko_bt_disabled.vb-button-clicked--error,
.memo_chko_bt_disabled.vb-button-wishlist-secondary,
.memo_chko_bt_disabled.vb-button-wishlist-primary,
.memo_chko_bt_disabled.vb-button-negative,
.memo_chko_bt_disabled.vb-button-grey,
.memo_chko_bt_disabled.vb-button-tertiary,
.memo_chko_bt_disabled.vb-button-secondary,
.memo_chko_bt_disabled.vb-button-primary,
[disabled].vb-button-clicked--success,
[disabled].vb-button-clicked--warning,
[disabled].vb-button-clicked--error,
[disabled].vb-button-wishlist-secondary,
[disabled].vb-button-wishlist-primary,
[disabled].vb-button-negative,
[disabled].vb-button-grey,
[disabled].vb-button-tertiary,
[disabled].vb-button-secondary,
[disabled].vb-button-primary,
[disabled=disabled].vb-button-clicked--success,
[disabled=disabled].vb-button-clicked--warning,
[disabled=disabled].vb-button-clicked--error,
[disabled=disabled].vb-button-wishlist-secondary,
[disabled=disabled].vb-button-wishlist-primary,
[disabled=disabled].vb-button-negative,
[disabled=disabled].vb-button-grey,
[disabled=disabled].vb-button-tertiary,
[disabled=disabled].vb-button-secondary,
[disabled=disabled].vb-button-primary {
    opacity: .4;
    pointer-events: none;
    background-color: #999
}

.vb-button-primary {
    background: #7dbc8e;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.vb-button-primary:hover {
    background: #619370
}

.vb-button-secondary {
    background: #7dbc8e;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.vb-button-secondary:hover {
    background: #619370
}

.vb-button-tertiary {
    background: #ff5d24;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.vb-button-tertiary:hover {
    background: #e2511e
}

.vb-button-tertiary:active {
    background: #e2511e;
    color: rgba(255, 255, 255, .4)
}

.vb-button-grey {
    background: #fff;
    border: 1px solid #2d2a29;
    color: #2d2a29;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.vb-button-grey:hover {
    color: #fff;
    background: #2d2a29
}

.vb-button-negative {
    background: #fff;
    color: #2d2a29;
    -webkit-transition: .3s;
    transition: .3s
}

.vb-button-negative:hover {
    background: rgba(255, 255, 255, .8)
}

.vb-button-negative:active {
    background: rgba(255, 255, 255, .8);
    color: rgba(45, 42, 41, .8)
}

.vb-button-wishlist-secondary,
.vb-button-wishlist-primary {
    position: relative
}

.vb-button-wishlist-secondary:before,
.vb-button-wishlist-primary:before {
    content: "";
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center
}

@media only screen and (max-width:30rem) {

    .vb-button-wishlist-secondary:before,
    .vb-button-wishlist-primary:before {
        font-size: .875rem
    }
}

.vb-button-wishlist-secondary img,
.vb-button-wishlist-primary img {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.vb-button-wishlist-primary {
    background: #e65564;
    color: #fff
}

.vb-button-wishlist-primary:hover {
    background: rgba(230, 85, 100, .8)
}

.vb-button-wishlist-primary:active {
    background: rgba(230, 85, 100, .8);
    color: rgba(255, 255, 255, .8)
}

.vb-button-wishlist-secondary {
    background: #fff;
    border: 1px solid #e65564;
    color: #e65564
}

.vb-button-wishlist-secondary:before {
    color: #e65564
}

.vb-button-wishlist-secondary:before:hover {
    background: #e65564;
    color: #fff
}

.vb-button-wishlist-secondary:hover {
    background: #e65564;
    color: #fff
}

.vb-button-wishlist-secondary:active {
    background: #e65564;
    color: #fff
}

.vb-button-clicked--error {
    background: #ffeded;
    color: #eb3838
}

.vb-button-clicked--error:hover {
    background: rgba(255, 237, 237, .8)
}

.vb-button-clicked--error:active {
    background: rgba(255, 237, 237, .8);
    color: rgba(235, 56, 56, .8)
}

.vb-button-clicked--warning {
    background: #fef8d7;
    color: #2d2a29
}

.vb-button-clicked--warning:hover {
    background: rgba(254, 248, 215, .8)
}

.vb-button-clicked--warning:active {
    background: rgba(254, 248, 215, .8);
    color: rgba(45, 42, 41, .8)
}

.vb-button-clicked--success {
    background: #e2fdf0;
    color: #39be8d
}

.vb-button-clicked--success:hover {
    background: rgba(226, 253, 240, .8)
}

.vb-button-clicked--success:active {
    background: rgba(226, 253, 240, .8);
    color: rgba(57, 190, 141, .8)
}

.vb-button-medium,
.vb-button-primary,
.vb-button-secondary,
.vb-button-tertiary,
.vb-button-grey,
.vb-button-negative,
.vb-button-wishlist-primary,
.vb-button-wishlist-secondary,
.vb-button-clicked--error,
.vb-button-clicked--warning,
.vb-button-clicked--success {
    font-weight: 700;
    font-size: 1rem;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1.25rem
}

.vb-button-smaller {
    font-weight: 400;
    font-size: .75rem;
    height: 1.875rem;
    line-height: 1.875rem;
    padding: 0 .9375rem
}

.vb-button-small {
    font-weight: 400;
    font-size: .875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.25rem
}

.vb-button-big {
    font-weight: 700;
    font-size: 1.125rem;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 1.875rem
}

.vb-button-image {
    height: inherit;
    padding-top: .625rem;
    padding-bottom: .625rem;
    width: inherit
}

.vb-button-icon--left.vb-button-medium,
.vb-button-icon--left.vb-button-primary,
.vb-button-icon--left.vb-button-secondary,
.vb-button-icon--left.vb-button-tertiary,
.vb-button-icon--left.vb-button-grey,
.vb-button-icon--left.vb-button-negative,
.vb-button-icon--left.vb-button-wishlist-primary,
.vb-button-icon--left.vb-button-wishlist-secondary,
.vb-button-icon--left.vb-button-clicked--error,
.vb-button-icon--left.vb-button-clicked--warning,
.vb-button-icon--left.vb-button-clicked--success {
    padding-left: 3.25rem;
    position: relative
}

.vb-button-icon--left.vb-button-medium:before,
.vb-button-icon--left.vb-button-primary:before,
.vb-button-icon--left.vb-button-secondary:before,
.vb-button-icon--left.vb-button-tertiary:before,
.vb-button-icon--left.vb-button-grey:before,
.vb-button-icon--left.vb-button-negative:before,
.vb-button-icon--left.vb-button-wishlist-primary:before,
.vb-button-icon--left.vb-button-wishlist-secondary:before,
.vb-button-icon--left.vb-button-clicked--error:before,
.vb-button-icon--left.vb-button-clicked--warning:before,
.vb-button-icon--left.vb-button-clicked--success:before {
    font-size: 1.375rem;
    left: 1.25rem;
    position: absolute
}

.vb-button-icon--right.vb-button-medium,
.vb-button-icon--right.vb-button-primary,
.vb-button-icon--right.vb-button-secondary,
.vb-button-icon--right.vb-button-tertiary,
.vb-button-icon--right.vb-button-grey,
.vb-button-icon--right.vb-button-negative,
.vb-button-icon--right.vb-button-wishlist-primary,
.vb-button-icon--right.vb-button-wishlist-secondary,
.vb-button-icon--right.vb-button-clicked--error,
.vb-button-icon--right.vb-button-clicked--warning,
.vb-button-icon--right.vb-button-clicked--success {
    padding-right: 3.25rem;
    position: relative
}

.vb-button-icon--right.vb-button-medium:before,
.vb-button-icon--right.vb-button-primary:before,
.vb-button-icon--right.vb-button-secondary:before,
.vb-button-icon--right.vb-button-tertiary:before,
.vb-button-icon--right.vb-button-grey:before,
.vb-button-icon--right.vb-button-negative:before,
.vb-button-icon--right.vb-button-wishlist-primary:before,
.vb-button-icon--right.vb-button-wishlist-secondary:before,
.vb-button-icon--right.vb-button-clicked--error:before,
.vb-button-icon--right.vb-button-clicked--warning:before,
.vb-button-icon--right.vb-button-clicked--success:before {
    font-size: 1.375rem;
    right: 1.25rem;
    position: absolute
}

.vb-button-icon--left.vb-button-smaller {
    padding-left: 2.5rem;
    position: relative
}

.vb-button-icon--left.vb-button-smaller:before {
    font-size: 1rem;
    left: 1rem;
    position: absolute
}

.vb-button-icon--right.vb-button-smaller {
    padding-right: 2.5rem;
    position: relative
}

.vb-button-icon--right.vb-button-smaller:before {
    font-size: 1rem;
    right: 1rem;
    position: absolute
}

.vb-button-icon--left.vb-button-small {
    padding-left: 2.9375rem;
    position: relative
}

.vb-button-icon--left.vb-button-small:before {
    font-size: 1.125rem;
    left: 1.125rem;
    position: absolute
}

.vb-button-icon--right.vb-button-small {
    padding-right: 2.9375rem;
    position: relative
}

.vb-button-icon--right.vb-button-small:before {
    font-size: 1.125rem;
    right: 1.125rem;
    position: absolute
}

.vb-button-icon--left.vb-button-big {
    padding-left: 3.375rem;
    position: relative
}

.vb-button-icon--left.vb-button-big:before {
    font-size: 1.5rem;
    left: 1.25rem;
    position: absolute
}

.vb-button-icon--right.vb-button-big {
    padding-right: 3.375rem;
    position: relative
}

.vb-button-icon--right.vb-button-big:before {
    font-size: 1.5rem;
    right: 1.25rem;
    position: absolute
}

.vb-input-label {
    color: #2d2a29;
    cursor: pointer;
    display: block;
    font-weight: 700;
    text-align: left
}

.vb-input-label--disabled.vb-input-label {
    opacity: .4;
    pointer-events: none
}

.vb-input-label-medium,
.vb-input-label {
    font-size: 1rem;
    line-height: 1.5
}

.vb-input-label-smaller {
    font-size: .75rem;
    line-height: 1.7
}

.vb-input-label-small {
    font-size: .875rem;
    line-height: 1.5
}

.vb-input-label-big {
    font-size: 1.125rem;
    line-height: 1.5
}

.vb-input-error {
    color: #eb3838;
    display: block;
    font-size: .75rem;
    font-weight: 400;
    text-align: left
}

.vb-colcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 76.25rem;
    width: 100%
}

.vb-column--1to4,
.vb-column--1to3,
.vb-column--half,
.vb-column--2to3,
.vb-column--3to4,
.vb-column--full {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 1.25rem
}

@media only screen and (max-width:48rem) {

    .vb-column--1to4,
    .vb-column--1to3,
    .vb-column--half,
    .vb-column--2to3,
    .vb-column--3to4,
    .vb-column--full {
        padding: 1.25rem
    }
}

.vb-column--full {
    width: 100%
}

.vb-column--3to4 {
    width: 75%
}

@media only screen and (max-width:48rem) {
    .vb-column--3to4 {
        width: 100%
    }
}

.vb-column--2to3 {
    width: 66.66%
}

@media only screen and (max-width:48rem) {
    .vb-column--2to3 {
        width: 100%
    }
}

.vb-column--half {
    width: 50%
}

@media only screen and (max-width:48rem) {
    .vb-column--half {
        width: 100%
    }
}

.vb-column--1to3 {
    width: 33.33%
}

@media only screen and (max-width:48rem) {
    .vb-column--1to3 {
        width: 100%
    }
}

.vb-column--1to4 {
    width: 25%
}

@media only screen and (max-width:48rem) {
    .vb-column--1to4 {
        width: 50%
    }
}

@media only screen and (max-width:30rem) {
    .vb-column--1to4 {
        width: 100%
    }
}

.vb-box-alert-success,
.vb-box-alert-info,
.vb-box-alert-warning,
.vb-box-alert-error {
    border-style: solid;
    border-radius: .3125rem;
    border-width: 1px;
    color: #656667;
    font-size: .875rem;
    min-height: 3.125rem;
    line-height: 1.5;
    padding: .8125rem 1.5625rem;
    box-sizing: border-box
}

.vb-box-alert-error {
    border-color: #eb3838;
    background: #ffeded
}

.vb-box-alert-warning {
    border-color: #f7d137;
    background: #fef8d7
}

.vb-box-alert-info {
    border-color: #5290dd;
    background: #e7f3ff
}

.vb-box-alert-success {
    border-color: #39be8d;
    background: #e2fdf0
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #fff inset !important
}

body {
    max-width: 100% !important;
    background-color: white;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 !important
}

body .hp-arrow-scroll {
    display: none
}

body #main {
    max-width: 100%;
    width: 100%;
    top: 0
}

@media only screen and (min-width:67.5625rem) {
    body #main {
        margin-bottom: 0
    }
}

body * {
    box-sizing: border-box;
    font-family: Muli
}

@media screen and (min-width:769px) and (max-width:1260px) {
    .breadcrumb.full-width {
        padding-left: .75rem
    }
}

#footer .siteBas-footer {
    margin-top: 0
}

#footer {
    position: relative;
    z-index: 5
}

.siteBas-footer .siteBas-footer-bottom:before {
    background-size: cover !important
}

.breadcrumb {
    display: none
}

.whole_header .whole_header__menulvl2 .fake_searchbar {
    width: calc(100% - 272px - 406px)
}

@media only screen and (max-width:67.5rem) {
    .whole_header .whole_header__menulvl2 .fake_searchbar {
        width: 100%
    }
}

@media screen and (min-width:769px) and (max-width:1081px) {
    .whole_header .preheader {
        margin-left: 0
    }
}

.whole_header {
    background-color: transparent !important;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    position: fixed;
    width: 100% !important
}

.whole_header:before {
    background-color: transparent !important
}

.whole_header.scrolled {
    background-color: transparent !important
}

.whole_header.scrolled:before {
    background-color: transparent !important
}

.whole_header.scrolled {
    background: #000;
    background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .1966036415) 100%);
    background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .1966036415) 100%)
}

.fixed-nav .whole_header.whole_header:before,
.shadow-menu .whole_header.whole_header:before {
    box-shadow: none !important
}

.fake_searchbar,
.whole_header .whole_header__menulvl2 .menulvl2__searchzone #Search {
    background-color: rgba(255, 255, 255, .8666666667) !important
}

.white-cta {
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    cursor: pointer
}

.white-cta:hover {
    color: #2d2a29;
    background-color: #fff
}

.white-cta-full {
    background-color: #fff;
    border: solid 2px #fff;
    color: #2d2a29;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    cursor: pointer
}

.white-cta-full:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.black-cta-full {
    background-color: #2d2a29;
    border: solid 2px #2d2a29;
    color: #fff;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    cursor: pointer
}

.black-cta-full:hover {
    color: #2d2a29;
    background-color: #fff
}

.op-cta {
    background-color: transparent;
    border: solid 2px #7dbc8e;
    color: #7dbc8e;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    cursor: pointer
}

.op-cta:hover {
    color: #fff;
    background-color: #7dbc8e
}

.scroll-Div {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    position: fixed;
    height: 51px;
    z-index: 5
}

@media screen and (max-width:1080px) {
    .scroll-Div {
        display: none;
        opacity: 0;
        visibility: hidden
    }
}

.scroll-Div .scroll-btn {
    position: absolute;
    border: solid 2px #fff;
    left: 0;
    right: 0;
    margin: auto;
    height: 51px;
    width: 24px;
    cursor: pointer;
    border-radius: 999px;
    z-index: 10;
    background-color: transparent;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out
}

.scroll-Div .scroll-btn:disabled {
    cursor: not-allowed;
    opacity: .5
}

.scroll-Div .scroll-btn span {
    border-radius: 999px;
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15%;
    -webkit-animation: scrollBtnAnim 3s linear infinite;
    animation: scrollBtnAnim 3s linear infinite
}

@-webkit-keyframes scrollBtnAnim {
    0% {
        top: 15%;
        opacity: 1
    }

    5% {
        top: 15%;
        opacity: 1
    }

    15% {
        top: 9%;
        opacity: 1
    }

    25% {
        top: 9%;
        opacity: 1
    }

    40% {
        top: 85%;
        opacity: 1
    }

    45% {
        top: 80%;
        opacity: 1
    }

    70% {
        top: 80%;
        opacity: 0
    }

    95% {
        top: 15%;
        opacity: 0
    }

    100% {
        top: 15%;
        opacity: 1
    }
}

@keyframes scrollBtnAnim {
    0% {
        top: 15%;
        opacity: 1
    }

    5% {
        top: 15%;
        opacity: 1
    }

    15% {
        top: 9%;
        opacity: 1
    }

    25% {
        top: 9%;
        opacity: 1
    }

    40% {
        top: 85%;
        opacity: 1
    }

    45% {
        top: 80%;
        opacity: 1
    }

    70% {
        top: 80%;
        opacity: 0
    }

    95% {
        top: 15%;
        opacity: 0
    }

    100% {
        top: 15%;
        opacity: 1
    }
}

.vb-content {
    background-color: color
}

.welcome-vb {
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    min-height: 100vh;
    overflow: hidden;
    background-color: #cdb29d;
    position: relative
}

.welcome-vb ul {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    white-space: nowrap
}

.welcome-vb ul li.slide {
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #7dbc8e;
    position: relative
}

.welcome-vb ul li.slide.slide-1 {
    background-color: #fff
}

.welcome-vb ul li.slide.slide-2 {
    background: url(hero-op2.jpg) no-repeat center;
    background-size: cover;
    background-color: #fff
}

.welcome-vb ul li.slide .image-layer {
    background-color: black;
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.welcome-vb ul li.slide .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.welcome-vb ul li.slide .full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media screen and (max-width:767px) {
    .welcome-vb ul li.slide .full-link {
        z-index: 3
    }
}

.welcome-vb ul li.slide .titles-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: calc(15% + 250px)
}

@media screen and (max-width:767px) {
    .welcome-vb ul li.slide .titles-div {
        bottom: calc(15% + 230px)
    }
}

@media screen and (max-width:480px) {
    .welcome-vb ul li.slide .titles-div {
        bottom: calc(15% + 250px)
    }
}

.welcome-vb ul li.slide .titles-div .title {
    color: #7dbc8e;
    font: normal normal normal 97px/84px Muli ExtraLight;
    letter-spacing: 0;
    margin-bottom: 40px;
    white-space: nowrap;
    -webkit-animation: defilement 30s linear infinite;
    animation: defilement 30s linear infinite;
    text-transform: uppercase;
    font-family: Muli;
    margin-right: 10px
}

@media screen and (max-width:1080px) {
    .welcome-vb ul li.slide .titles-div .title {
        margin-bottom: 20px
    }
}

@media screen and (max-width:900px) {
    .welcome-vb ul li.slide .titles-div .title {
        font-size: 64px
    }
}

@media screen and (max-width:480px) {
    .welcome-vb ul li.slide .titles-div .title {
        margin-bottom: 10px;
        font-size: 60px
    }
}

.welcome-vb ul li.slide .titles-div .title img {
    width: auto;
    object-fit: contain;
    height: 58px;
    margin: 0 5px
}

@-webkit-keyframes defilement {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes defilement {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.welcome-vb ul li.slide .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    margin: auto;
    z-index: 2
}

@media screen and (max-width:1300px) {
    .welcome-vb ul li.slide .top-content {
        padding: 0 40px
    }
}

@media screen and (max-width:1080px) {
    .welcome-vb ul li.slide .top-content {
        padding: 0 20px;
        top: 200px
    }
}

@media screen and (max-width:480px) {
    .welcome-vb ul li.slide .top-content {
        padding: 0 20px;
        top: 160px
    }
}

.welcome-vb ul li.slide .top-content .txt {
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px
}

.welcome-vb ul li.slide .top-content .img {
    object-fit: contain;
    width: 386px;
    height: auto
}

@media screen and (max-width:1080px) {
    .welcome-vb ul li.slide .top-content .img {
        width: 320px
    }
}

@media screen and (max-height:610px) {
    .welcome-vb ul li.slide .top-content .img {
        width: 221px
    }
}

.welcome-vb ul li.slide .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: auto;
    z-index: 2;
    min-height: 273px
}

.welcome-vb ul li.slide .content .subtitle,
.welcome-vb ul li.slide .content .title {
    color: #fff;
    font: normal normal 600 48px/40px Muli;
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width:1080px) {

    .welcome-vb ul li.slide .content .subtitle,
    .welcome-vb ul li.slide .content .title {
        font-size: 36px
    }
}

@media screen and (max-width:480px) {

    .welcome-vb ul li.slide .content .subtitle,
    .welcome-vb ul li.slide .content .title {
        font-size: 32px
    }
}

.welcome-vb ul li.slide .content .subtitle .small,
.welcome-vb ul li.slide .content .title .small {
    font-size: 30px
}

.welcome-vb ul li.slide .content .subtitle strong,
.welcome-vb ul li.slide .content .title strong {
    font-weight: 700
}

.welcome-vb ul li.slide .content .op-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: #fff
}

.welcome-vb ul li.slide .content .op-infos .remise {
    font-weight: 700;
    font-size: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.welcome-vb ul li.slide .content .op-infos .remise.xl {
    font-size: 147px;
    height: 124px;
    margin-bottom: 5px
}

@media screen and (max-height:610px) {
    .welcome-vb ul li.slide .content .op-infos .remise.xl {
        font-size: 100px;
        height: 100px
    }
}

.welcome-vb ul li.slide .content .op-infos .remise .pourcentage {
    font-size: 20px;
    margin-top: 3px
}

.welcome-vb ul li.slide .content .op-infos .remise .pourcentage.xl {
    font-size: 70px
}

.welcome-vb ul li.slide .content .op-infos .remise .etoile {
    font-size: 18px;
    margin-top: 3px
}

.welcome-vb ul li.slide .content .op-infos .remise .etoile.xl {
    font-size: 30px
}

.welcome-vb ul li.slide .content .op-infos .conditions {
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px
}

.welcome-vb ul li.slide .content .op-infos .conditions.xl {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px
}

.welcome-vb ul li.slide .content .op-infos .conditions.x2 {
    font-size: 75px;
    line-height: 60px;
    font-weight: 700
}

.welcome-vb ul li.slide .content .op-infos .conditions.x2 sup {
    font-size: 38px;
    line-height: 45px
}

.welcome-vb ul li.slide .content .op-infos .conditions.x2 sup:after {
    font-size: 26px;
    content: " *";
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    display: inline-block
}

.welcome-vb ul li.slide .content .op-infos .conditions.texte-barre {
    text-decoration: line-through
}

.welcome-vb ul li.slide .content .op-infos .img {
    width: 160px
}

.welcome-vb .swiper-pagination {
    position: absolute;
    bottom: 10%
}

@media screen and (max-height:610px) {
    .welcome-vb .swiper-pagination {
        bottom: 5%
    }
}

.welcome-vb .swiper-pagination .swiper-pagination-bullet {
    width: 45px;
    height: 5px;
    border-radius: 10px;
    background-color: #fff;
    opacity: .5
}

.welcome-vb .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1
}

.welcome-vb .navigation-div {
    max-width: 1220px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%
}

@media screen and (max-width:767px) {
    .welcome-vb .navigation-div {
        top: 40%;
        bottom: auto;
        display: none
    }
}

.welcome-vb .navigation-div .swiper-button-prev,
.welcome-vb .navigation-div .swiper-button-next {
    color: #fff;
    background-color: transparent;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out;
    transition: color 200ms ease-in-out, background 200ms ease-in-out
}

.welcome-vb .navigation-div .swiper-button-prev:after,
.welcome-vb .navigation-div .swiper-button-next:after {
    font-size: 22px
}

.welcome-vb .navigation-div .swiper-button-prev:hover,
.welcome-vb .navigation-div .swiper-button-next:hover {
    color: #2d2a29;
    background-color: #fff
}

.message-vb {
    padding: 10px;
    display: block
}

@media screen and (max-width:1080px) {
    .message-vb {
        padding: 20px
    }
}

@media screen and (max-width:480px) {
    .message-vb {
        padding: 10px
    }
}

.message-vb .container {
    max-width: 1220px;
    border-radius: 10px;
    color: #fff;
    background-color: #7dbc8e;
    padding: 10px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.message-vb .container .logo {
    max-width: 120px;
    margin: auto
}

.message-vb .container .text {
    text-align: center;
    margin-top: 5px
}

.products-vb {
    background-color: color;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden
}

.products-vb .titles-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden
}

.products-vb .titles-div .title {
    color: #7dbc8e;
    font: normal normal normal 97px/84px Muli ExtraLight;
    letter-spacing: 0;
    margin-bottom: 40px;
    white-space: nowrap;
    -webkit-animation: defilement 50s linear infinite;
    animation: defilement 50s linear infinite;
    text-transform: uppercase;
    font-family: Muli
}

@media screen and (max-width:1080px) {
    .products-vb .titles-div .title {
        margin-bottom: 20px
    }
}

@media screen and (max-width:900px) {
    .products-vb .titles-div .title {
        font-size: 64px
    }
}

@media screen and (max-width:480px) {
    .products-vb .titles-div .title {
        margin-bottom: 10px;
        font-size: 60px
    }
}

@keyframes defilement {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.products-vb .products {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    white-space: nowrap;
    cursor: -webkit-grab;
    cursor: grab
}

@media screen and (max-width:1260px) {
    .products-vb .products {
        padding-right: 20px
    }
}

@media screen and (max-width:900px) {
    .products-vb .products {
        overflow-x: scroll;
        padding-left: 20px;
        padding-right: 20px;
        white-space: nowrap;
        display: none;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width:480px) {
    .products-vb .products {
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.products-vb .products .product {
    width: 275px !important;
    max-width: 275px !important;
    min-width: 275px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: black;
    box-sizing: border-box;
    gap: 5px;
    cursor: pointer
}

.products-vb .products .product.empty {
    background-color: color;
    width: calc((100vw - 1220px)/2 - 40px) !important;
    min-width: calc((100vw - 1220px)/2 - 40px) !important;
    max-width: calc((100vw - 1220px)/2 - 40px) !important
}

@media screen and (max-width:1080px) {
    .products-vb .products .product {
        font-size: 14px
    }
}

@media screen and (max-width:900px) {
    .products-vb .products .product {
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        display: inline-block;
        margin-bottom: 10px
    }
}

.products-vb .products .product .product-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black
}

@media screen and (max-width:767px) {
    .products-vb .products .product .product-link {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        display: block
    }
}

.products-vb .products .product .product-link:hover .product-img {
    border-radius: 999px;
    -webkit-transition: border-radius 800ms ease-in-out;
    transition: border-radius 800ms ease-in-out;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.products-vb .products .product .product-img {
    width: 100%;
    border-radius: 0;
    -webkit-transition: border-radius 500ms ease-in-out;
    transition: border-radius 500ms ease-in-out;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    margin-bottom: 5px;
    aspect-ratio: 374/500;
    object-fit: cover
}

.products-vb .products .product .product-title {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    color: #2d2a29;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.products-vb .products .product .product-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: #2d2a29
}

.products-vb .products .product .product-price {
    font-weight: 700;
    color: #2d2a29;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.products-vb .products .product .product-price .ancien-prix {
    text-decoration: line-through;
    font-weight: 400;
    display: none;
    color: #2d2a29
}

.products-vb .products .product .product-price .remise {
    color: #fff;
    background-color: #d2383a;
    padding: 4px 5px 0;
    margin-right: 5px;
    margin-left: 5px;
    height: 18px;
    display: block;
    font-size: 12px;
    display: none
}

@media screen and (max-width:1080px) {
    .products-vb .products .product .product-price .remise {
        font-size: 10px;
        padding: 5px 5px 0
    }
}

.products-vb .products .product .product-price .club-zone {
    text-decoration: none;
    border: solid 1px #f25e4a;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 700;
    font-size: 12px;
    height: 18px;
    line-height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none
}

@media screen and (max-width:1080px) {
    .products-vb .products .product .product-price .club-zone {
        font-size: 10px
    }
}

.products-vb .products .product .product-price .club-zone .club {
    padding: 4px;
    color: #f25e4a;
    height: 17px;
    display: block
}

.products-vb .products .product .product-price .club-zone .club-remise {
    color: #fff;
    background-color: #f25e4a;
    padding: 4px;
    height: 17px;
    display: block
}

.products-vb .products-mob {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    max-width: 1220px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.products-vb .products-mob::-webkit-scrollbar {
    display: none
}

.products-vb .products-mob li:first-child {
    margin-left: 20px
}

@media screen and (max-width:480px) {
    .products-vb .products-mob li:first-child {
        margin-left: 10px
    }
}

.products-vb .products-mob li:last-child {
    margin-right: 20px !important
}

@media screen and (max-width:480px) {
    .products-vb .products-mob li:last-child {
        margin-right: 10px !important
    }
}

@media screen and (max-width:1260px) {
    .products-vb .products-mob {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width:1080px) {
    .products-vb .products-mob {
        gap: 20px
    }
}

@media screen and (max-width:900px) {
    .products-vb .products-mob {
        overflow-x: scroll;
        gap: 20px;
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width:480px) {
    .products-vb .products-mob {
        gap: 10px
    }
}

.products-vb .products-mob .product {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #7dbc8e;
    box-sizing: border-box;
    gap: 5px;
    cursor: pointer
}

@media screen and (max-width:1080px) {
    .products-vb .products-mob .product {
        font-size: 14px
    }
}

@media screen and (max-width:900px) {
    .products-vb .products-mob .product {
        width: 300px;
        min-width: 300px;
        max-width: 300px;
        display: inline-block;
        margin-bottom: 20px
    }
}

@media screen and (max-width:640px) {
    .products-vb .products-mob .product {
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        display: inline-block;
        margin-bottom: 20px
    }
}

.products-vb .products-mob .product:hover .product-img {
    border-radius: 999px;
    -webkit-transition: border-radius 800ms ease-in-out;
    transition: border-radius 800ms ease-in-out
}

.products-vb .products-mob .product .product-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #7dbc8e
}

@media screen and (max-width:767px) {
    .products-vb .products-mob .product .product-link {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        display: block
    }
}

.products-vb .products-mob .product .product-link:hover .product-img {
    border-radius: 999px;
    -webkit-transition: border-radius 800ms ease-in-out;
    transition: border-radius 800ms ease-in-out;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.products-vb .products-mob .product .product-img {
    width: 100%;
    border-radius: 0;
    -webkit-transition: border-radius 800ms ease-in-out;
    transition: border-radius 800ms ease-in-out;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    margin-bottom: 5px;
    aspect-ratio: 374/500;
    object-fit: cover
}

.products-vb .products-mob .product .product-title {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3px;
    color: #2d2a29;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.products-vb .products-mob .product .product-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: #2d2a29
}

.products-vb .products-mob .product .product-price {
    font-weight: 700;
    color: #2d2a29;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.products-vb .products-mob .product .product-price .remise {
    color: #fff;
    background-color: #d2383a;
    padding: 4px 5px 0;
    margin-right: 5px;
    margin-left: 5px;
    height: 18px;
    display: block;
    font-size: 12px;
    display: none
}

@media screen and (max-width:1080px) {
    .products-vb .products-mob .product .product-price .remise {
        font-size: 10px;
        padding: 5px 5px 0
    }
}

.products-vb .products-mob .product .product-price .ancien-prix {
    text-decoration: line-through;
    font-weight: 400;
    display: none;
    color: #2d2a29
}

.products-vb .products-mob .product .product-price .club-zone {
    text-decoration: none;
    border: solid 1px #f25e4a !important;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 700;
    font-size: 12px;
    height: 18px;
    line-height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none
}

@media screen and (max-width:1080px) {
    .products-vb .products-mob .product .product-price .club-zone {
        font-size: 10px
    }
}

.products-vb .products-mob .product .product-price .club-zone .club {
    padding: 4px;
    color: #f25e4a;
    height: 17px;
    display: block
}

.products-vb .products-mob .product .product-price .club-zone .club-remise {
    color: #fff;
    background-color: #f25e4a;
    padding: 4px;
    height: 17px;
    display: block
}

.video-vb {
    background-color: color;
    width: 100%;
    padding: 80px 0 0;
    box-sizing: border-box;
    overflow: hidden
}

.mise-en-avant-vb {
    background-color: #7dbc8e;
    width: 100%;
    box-sizing: border-box;
    height: calc(100vh + 100px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:900px) {
    .mise-en-avant-vb {
        padding: 20px 0;
        height: auto
    }
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb {
        padding: 10px 0
    }
}

.mise-en-avant-vb .content {
    margin: auto;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: inherit
}

@media screen and (max-width:900px) {
    .mise-en-avant-vb .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content {
        gap: 10px
    }
}

.mise-en-avant-vb .content .left {
    height: inherit;
    width: 50%;
    background: url(mise-en-avant.jpg) no-repeat center;
    background-size: cover;
    aspect-ratio: 840/620;
    position: relative;
    z-index: 2
}

.mise-en-avant-vb .content .left .image-layer {
    background-color: black;
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mise-en-avant-vb .content .left .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mise-en-avant-vb .content .left .full-link {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

@media screen and (max-width:767px) {
    .mise-en-avant-vb .content .left .full-link {
        z-index: 3
    }
}

@media screen and (max-width:900px) {
    .mise-en-avant-vb .content .left {
        width: calc(100% - 40px);
        height: 50vh
    }
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content .left {
        width: calc(100% - 20px)
    }
}

.mise-en-avant-vb .content .left .title-div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mise-en-avant-vb .content .left .title-div .title {
    text-align: center;
    font: normal normal 600 48px/56px Muli;
    letter-spacing: 0;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-family: Muli
}

@media screen and (max-width:1080px) {
    .mise-en-avant-vb .content .left .title-div .title {
        font: normal normal 600 36px/40px Muli
    }
}

@media screen and (max-width:900px) {
    .mise-en-avant-vb .content .left .title-div .title {
        text-align: center
    }
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content .left .title-div .title {
        font-size: 32px
    }
}

.mise-en-avant-vb .content .left .title-div .logo-op {
    max-width: 595px;
    width: 100%;
    object-fit: contain;
    margin: 10px auto 20px
}

@media screen and (max-width:767px) {
    .mise-en-avant-vb .content .left .title-div .logo-op {
        margin-bottom: 10px
    }
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content .left .title-div .logo-op {
        max-width: 313px
    }
}

.mise-en-avant-vb .content .left .title-div .logo {
    max-width: 220px;
    width: 100%;
    object-fit: contain;
    margin: 10px auto 20px
}

@media screen and (max-width:767px) {
    .mise-en-avant-vb .content .left .title-div .logo {
        margin-bottom: 10px
    }
}

.mise-en-avant-vb .content .left .title-div .subtitle {
    text-align: center;
    font: normal normal 500 32px/40px Muli;
    letter-spacing: 0;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

@media screen and (max-width:1080px) {
    .mise-en-avant-vb .content .left .title-div .subtitle {
        font: normal normal 500 28px/30px Muli
    }
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content .left .title-div .subtitle {
        font-size: 20px
    }
}

.mise-en-avant-vb .content .left .title-div .discover {
    margin: auto;
    margin-top: 20px;
    display: block
}

@media screen and (max-width:1300px) {
    .mise-en-avant-vb .content .left .title-div .discover {
        display: none
    }
}

.mise-en-avant-vb .content .right {
    width: 50%;
    padding-left: 40px
}

@media screen and (max-width:1080px) {
    .mise-en-avant-vb .content .right {
        padding-left: 20px
    }
}

@media screen and (max-width:900px) {
    .mise-en-avant-vb .content .right {
        width: 100%;
        padding-left: 0
    }
}

.mise-en-avant-vb .content .right .products {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 40px
}

.mise-en-avant-vb .content .right .products::-webkit-scrollbar {
    display: none
}

@media screen and (max-width:1300px) {
    .mise-en-avant-vb .content .right .products {
        padding-right: 0
    }
}

@media screen and (max-width:900px) {
    .mise-en-avant-vb .content .right .products {
        display: none
    }
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content .right .products {
        gap: 10px
    }
}

.mise-en-avant-vb .content .right .products .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #2d2a29;
    box-sizing: border-box;
    gap: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.mise-en-avant-vb .content .right .products .product.empty {
    background-color: var(--beige-edf);
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important
}

@media screen and (max-width:1300px) {
    .mise-en-avant-vb .content .right .products .product {
        width: 275px !important;
        max-width: 275px !important;
        min-width: 275px !important
    }
}

@media screen and (max-width:1080px) {
    .mise-en-avant-vb .content .right .products .product {
        font-size: 14px
    }
}

@media screen and (max-width:900px) {
    .mise-en-avant-vb .content .right .products .product {
        width: calc(33.3333333333% - 20px) !important;
        min-width: calc(33.3333333333% - 20px) !important;
        max-width: calc(33.3333333333% - 20px) !important
    }
}

@media screen and (max-width:640px) {
    .mise-en-avant-vb .content .right .products .product {
        width: calc(50% - 20px) !important;
        min-width: calc(50% - 20px) !important;
        max-width: calc(50% - 20px) !important
    }
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content .right .products .product {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important
    }
}

.mise-en-avant-vb .content .right .products .product .product-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #7dbc8e
}

.mise-en-avant-vb .content .right .products .product .product-img {
    width: 100%;
    border-radius: 0;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    margin-bottom: 5px;
    aspect-ratio: 374/500;
    object-fit: cover
}

.mise-en-avant-vb .content .right .products .product .product-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: #7dbc8e
}

.mise-en-avant-vb .content .right .products .product .product-price {
    font-weight: 700;
    color: #2d2a29;
    text-align: center;
    padding: 10px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mise-en-avant-vb .content .right .products .product .product-price .remise {
    color: #fff;
    background-color: #d2383a;
    padding: 4px 5px 0;
    margin-right: 5px;
    margin-left: 5px;
    height: 18px;
    display: block;
    font-size: 12px;
    display: none
}

@media screen and (max-width:1080px) {
    .mise-en-avant-vb .content .right .products .product .product-price .remise {
        font-size: 10px;
        padding: 5px 5px 0
    }
}

.mise-en-avant-vb .content .right .products .product .product-price .ancien-prix {
    text-decoration: line-through;
    font-weight: 400;
    display: none;
    color: #2d2a29
}

.mise-en-avant-vb .content .right .products .product .product-price .club-zone {
    text-decoration: none;
    border: solid 1px #f25e4a !important;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 700;
    font-size: 12px;
    height: 18px;
    line-height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none
}

@media screen and (max-width:1080px) {
    .mise-en-avant-vb .content .right .products .product .product-price .club-zone {
        font-size: 10px
    }
}

.mise-en-avant-vb .content .right .products .product .product-price .club-zone .club {
    padding: 4px;
    color: #f25e4a;
    height: 17px;
    display: block
}

.mise-en-avant-vb .content .right .products .product .product-price .club-zone .club-remise {
    color: #fff;
    background-color: #f25e4a;
    padding: 4px;
    height: 17px;
    display: block
}

.mise-en-avant-vb .content .right .products-mob {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 1220px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.mise-en-avant-vb .content .right .products-mob::-webkit-scrollbar {
    display: none
}

@media screen and (max-width:900px) {
    .mise-en-avant-vb .content .right .products-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content .right .products-mob {
        gap: 10px
    }
}

.mise-en-avant-vb .content .right .products-mob li:first-child {
    margin-left: 20px
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content .right .products-mob li:first-child {
        margin-left: 10px
    }
}

.mise-en-avant-vb .content .right .products-mob li:last-child {
    margin-right: 20px !important
}

@media screen and (max-width:480px) {
    .mise-en-avant-vb .content .right .products-mob li:last-child {
        margin-right: 10px !important
    }
}

.mise-en-avant-vb .content .right .products-mob .product {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #2d2a29;
    box-sizing: border-box;
    gap: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

@media screen and (max-width:1080px) {
    .mise-en-avant-vb .content .right .products-mob .product {
        font-size: 14px
    }
}

@media screen and (max-width:640px) {
    .mise-en-avant-vb .content .right .products-mob .product {
        width: 70% !important;
        min-width: 70% !important;
        max-width: 70% !important
    }
}

.mise-en-avant-vb .content .right .products-mob .product .product-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #7dbc8e
}

.mise-en-avant-vb .content .right .products-mob .product .product-img {
    width: 100%;
    border-radius: 0;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    margin-bottom: 5px;
    aspect-ratio: 374/500;
    object-fit: cover
}

.mise-en-avant-vb .content .right .products-mob .product .product-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: #7dbc8e
}

.mise-en-avant-vb .content .right .products-mob .product .product-price {
    font-weight: 700;
    color: #2d2a29;
    text-align: center;
    padding: 10px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mise-en-avant-vb .content .right .products-mob .product .product-price .remise {
    color: #fff;
    background-color: #d2383a;
    padding: 4px 5px 0;
    margin-right: 5px;
    margin-left: 5px;
    height: 18px;
    display: block;
    font-size: 12px;
    display: none
}

@media screen and (max-width:1080px) {
    .mise-en-avant-vb .content .right .products-mob .product .product-price .remise {
        font-size: 10px;
        padding: 5px 5px 0
    }
}

.mise-en-avant-vb .content .right .products-mob .product .product-price .ancien-prix {
    text-decoration: line-through;
    font-weight: 400;
    display: none;
    color: #2d2a29
}

.mise-en-avant-vb .content .right .products-mob .product .product-price .club-zone {
    text-decoration: none;
    border: solid 1px #f25e4a !important;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 700;
    font-size: 12px;
    height: 18px;
    line-height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none
}

@media screen and (max-width:1080px) {
    .mise-en-avant-vb .content .right .products-mob .product .product-price .club-zone {
        font-size: 10px
    }
}

.mise-en-avant-vb .content .right .products-mob .product .product-price .club-zone .club {
    padding: 4px;
    color: #f25e4a;
    height: 17px;
    display: block
}

.mise-en-avant-vb .content .right .products-mob .product .product-price .club-zone .club-remise {
    color: #fff;
    background-color: #f25e4a;
    padding: 4px;
    height: 17px;
    display: block
}

.categorie-vb {
    background-color: var(--beige-edf);
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .categorie-vb {
        padding: 180px 0 170px
    }
}

.categorie-vb .picto-deco {
    position: absolute;
    right: 0;
    width: 135px;
    bottom: 0;
    z-index: 5;
    -webkit-transition: bottom 1500ms ease-in-out;
    transition: bottom 1500ms ease-in-out;
    pointer-events: none
}

.categorie-vb .picto-deco.anim-display {
    bottom: 20%
}

@media screen and (max-width:1600px) {
    .categorie-vb .picto-deco.anim-display {
        bottom: 30%
    }
}

@media screen and (max-width:1250px) {
    .categorie-vb .picto-deco.anim-display {
        bottom: 35%
    }
}

@media screen and (max-width:767px) {
    .categorie-vb .picto-deco.anim-display {
        bottom: 200px
    }
}

.categorie-vb .picto-deco.anim-undisplay {
    bottom: 90%
}

.categorie-vb .title {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 40px;
    text-align: left;
    color: #7dbc8e;
    text-transform: uppercase;
    font: normal normal normal 97px/84px Muli ExtraLight;
    width: 100%;
    font-family: Muli
}

@media screen and (max-width:1260px) {
    .categorie-vb .title {
        padding: 0 40px
    }
}

@media screen and (max-width:1080px) {
    .categorie-vb .title {
        padding: 0 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:900px) {
    .categorie-vb .title {
        font-size: 64px
    }
}

@media screen and (max-width:480px) {
    .categorie-vb .title {
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 60px
    }
}

.categorie-vb .swiper-desk-categ {
    display: block
}

@media screen and (max-width:900px) {
    .categorie-vb .swiper-desk-categ {
        display: none
    }
}

.categorie-vb .swiper-mob-categ {
    display: none
}

@media screen and (max-width:900px) {
    .categorie-vb .swiper-mob-categ {
        display: block
    }
}

.categorie-vb .swiper-mob-categ ul {
    gap: 20px
}

.categorie-vb .swiper-mob-categ ul li:first-child {
    margin-left: 20px
}

@media screen and (max-width:480px) {
    .categorie-vb .swiper-mob-categ ul li:first-child {
        margin-left: 10px
    }
}

.categorie-vb .swiper-mob-categ ul li:last-child {
    margin-right: 20px !important
}

@media screen and (max-width:480px) {
    .categorie-vb .swiper-mob-categ ul li:last-child {
        margin-right: 10px !important
    }
}

.categorie-vb .categories {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    white-space: nowrap;
    display: flex;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width:900px) {
    .categorie-vb .categories {
        overflow-x: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none
    }

    .categorie-vb .categories::-webkit-scrollbar {
        display: none
    }
}

@media screen and (max-width:480px) {
    .categorie-vb .categories {
        gap: 10px
    }
}

.categorie-vb .categories .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    width: 35% !important;
    min-width: 35% !important;
    max-width: 35% !important;
    cursor: -webkit-grab;
    cursor: grab
}

.categorie-vb .categories .category>a:first-child {
    width: 100%
}

@media screen and (max-width:900px) {
    .categorie-vb .categories .category {
        gap: 20px;
        width: 300px !important;
        min-width: 300px !important;
        max-width: 300px !important
    }
}

@media screen and (max-width:640px) {
    .categorie-vb .categories .category {
        width: 70% !important;
        min-width: 70% !important;
        max-width: 70% !important
    }
}

@media screen and (max-width:640px) {
    .categorie-vb .categories .category {
        gap: 10px;
        width: 70% !important;
        min-width: 70% !important;
        max-width: 70% !important
    }
}

.categorie-vb .categories .category img {
    background-color: #e6d5cd;
    width: 100%;
    aspect-ratio: 590/455;
    object-fit: cover;
    border-radius: 10px
}

@media screen and (max-width:767px) {
    .categorie-vb .categories .category img {
        aspect-ratio: 330/430
    }
}

.categorie-vb .categories .category.empty {
    background-color: var(--beige-edf);
    width: calc((100vw - 1220px)/2 - 40px) !important;
    min-width: calc((100vw - 1220px)/2 - 40px) !important;
    max-width: calc((100vw - 1220px)/2 - 40px) !important
}

.categorie-vb .categories .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2d2a29;
    font-weight: 400;
    width: 100%;
    white-space: initial;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 40px
}

@media screen and (max-width:1300px) {
    .categorie-vb .categories .info {
        gap: 40px
    }
}

@media screen and (max-width:1080px) {
    .categorie-vb .categories .info {
        gap: 20px
    }
}

.categorie-vb .categories .info .right {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%
}

.categorie-vb .categories .info .name {
    font: normal normal bold 24px/30px Muli;
    letter-spacing: 0;
    margin-bottom: 5px;
    color: #2d2a29;
    text-transform: none
}

@media screen and (max-width:1260px) {
    .categorie-vb .categories .info .name {
        font-size: 20px
    }
}

@media screen and (max-width:900px) {
    .categorie-vb .categories .info .name {
        font-size: 18px
    }
}

.categorie-vb .categories .info p {
    font: normal normal normal 16px/20px Muli;
    letter-spacing: 0;
    color: #2d2a29;
    text-transform: uppercase
}

.categorie-vb .categories .info .discover {
    text-transform: none;
    display: block
}

@media screen and (max-width:1300px) {
    .categorie-vb .categories .info .discover {
        display: none
    }
}

.marques-vb {
    background-color: color;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden
}

.marques-vb .title {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 40px;
    text-align: left;
    color: #7dbc8e;
    text-transform: uppercase;
    font: normal normal normal 97px/84px Muli ExtraLight;
    width: 100%;
    font-family: Muli
}

@media screen and (max-width:1260px) {
    .marques-vb .title {
        padding: 0 40px
    }
}

@media screen and (max-width:1080px) {
    .marques-vb .title {
        padding: 0 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:900px) {
    .marques-vb .title {
        font-size: 64px
    }
}

@media screen and (max-width:480px) {
    .marques-vb .title {
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 60px
    }
}

.marques-vb .marque-principale .container {
    height: 100vh;
    width: 100%;
    background: url(marque-mea.jpg) no-repeat right;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #d0baa5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:1080px) {
    .marques-vb .marque-principale .container {
        height: calc(100vh - 155px)
    }
}

@media screen and (max-width:480px) {
    .marques-vb .marque-principale .container {
        background: url(marque-mea-mob.jpg) no-repeat center;
        background-size: cover;
        background-color: #d0baa5;
        height: calc(100vh - 110px)
    }
}

.marques-vb .marque-principale .container .full-link {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.marques-vb .marque-principale .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:1300px) {
    .marques-vb .marque-principale .container .content {
        padding: 40px
    }
}

@media screen and (max-width:1080px) {
    .marques-vb .marque-principale .container .content {
        padding: 20px
    }
}

@media screen and (max-width:480px) {
    .marques-vb .marque-principale .container .content {
        padding: 10px
    }
}

.marques-vb .marque-principale .container .content .logo {
    display: block;
    max-width: 300px;
    margin: auto;
    margin-bottom: 10px
}

@media screen and (max-width:480px) {
    .marques-vb .marque-principale .container .content .logo {
        max-width: 250px
    }
}

.marques-vb .marque-principale .container .content .title {
    font-size: 48px;
    color: #fef7f3;
    font: normal normal 600 48px/40px Muli;
    max-width: 500px;
    -webkit-transition: opacity 1500ms ease-in-out;
    transition: opacity 1500ms ease-in-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none
}

@media screen and (max-width:1080px) {
    .marques-vb .marque-principale .container .content .title {
        font-size: 36px
    }
}

@media screen and (max-width:480px) {
    .marques-vb .marque-principale .container .content .title {
        font-size: 32px
    }
}

.marques-vb .marque-principale .container .content .desc {
    font-size: 16px;
    color: #fef7f3;
    max-width: 500px;
    -webkit-transition: opacity 1500ms ease-in-out;
    transition: opacity 1500ms ease-in-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    line-height: 20px;
    text-align: center;
    text-decoration: none
}

.marques-vb .marque-principale .container .content .discover {
    margin: 20px auto 0;
    z-index: 1
}

@media screen and (max-width:1300px) {
    .marques-vb .marque-principale .container .content .discover {
        display: none
    }
}

@media screen and (max-width:480px) {
    .marques-vb .marque-principale .container .content .discover {
        display: none
    }
}

.marques-vb .swiper-marques {
    padding-top: 40px;
    padding-bottom: 40px
}

@media screen and (max-width:1080px) {
    .marques-vb .swiper-marques {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width:900px) {
    .marques-vb .swiper-marques {
        display: none
    }
}

.marques-vb .swiper-mob-marques {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px
}

@media screen and (max-width:1080px) {
    .marques-vb .swiper-mob-marques {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width:900px) {
    .marques-vb .swiper-mob-marques {
        display: block
    }
}

@media screen and (max-width:640px) {
    .marques-vb .swiper-mob-marques {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.marques-vb .swiper-mob-marques ul {
    gap: 20px
}

.marques-vb .swiper-mob-marques ul li:first-child {
    margin-left: 20px
}

@media screen and (max-width:480px) {
    .marques-vb .swiper-mob-marques ul li:first-child {
        margin-left: 10px
    }
}

.marques-vb .swiper-mob-marques ul li:last-child {
    margin-right: 20px !important
}

@media screen and (max-width:480px) {
    .marques-vb .swiper-mob-marques ul li:last-child {
        margin-right: 10px !important
    }
}

.marques-vb .marques {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    white-space: nowrap;
    cursor: -webkit-grab;
    cursor: grab
}

@media screen and (max-width:900px) {
    .marques-vb .marques {
        overflow-x: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none
    }

    .marques-vb .marques::-webkit-scrollbar {
        display: none
    }
}

@media screen and (max-width:480px) {
    .marques-vb .marques {
        gap: 10px;
        padding-left: 0;
        padding-right: 10px
    }
}

.marques-vb .marques .marque {
    width: 35% !important;
    min-width: 35% !important;
    max-width: 35% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: black;
    box-sizing: border-box;
    gap: 5px;
    cursor: pointer
}

.marques-vb .marques .marque.empty {
    background-color: color;
    width: calc((100vw - 1220px)/2 - 40px) !important;
    min-width: calc((100vw - 1220px)/2 - 40px) !important;
    max-width: calc((100vw - 1220px)/2 - 40px) !important
}

@media screen and (max-width:1080px) {
    .marques-vb .marques .marque {
        font-size: 14px
    }
}

@media screen and (max-width:900px) {
    .marques-vb .marques .marque {
        width: 300px !important;
        min-width: 300px !important;
        max-width: 300px !important
    }
}

@media screen and (max-width:640px) {
    .marques-vb .marques .marque {
        width: 70% !important;
        min-width: 70% !important;
        max-width: 70% !important
    }
}

.marques-vb .marques .marque .marque-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black
}

.marques-vb .marques .marque .marque-img {
    width: 100%;
    -webkit-transition: border-radius 500ms ease-in-out;
    transition: border-radius 500ms ease-in-out;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    margin-bottom: 5px;
    aspect-ratio: 590/456;
    object-fit: cover;
    border-radius: 10px
}

@media screen and (max-width:640px) {
    .marques-vb .marques .marque .marque-img {
        aspect-ratio: 374/500
    }
}

.marques-vb .marques .marque.voir-tout {
    background-color: var(--main-op-vb);
    border-radius: 10px
}

.marques-vb .marques .marque.voir-tout .voir-tout-libelle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: border-radius 500ms ease-in-out;
    transition: border-radius 500ms ease-in-out;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    margin-bottom: 5px;
    aspect-ratio: 590/456;
    object-fit: cover;
    border-radius: 10px;
    color: #fff;
    font-size: 48px;
    line-height: 67px;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width:1080px) {
    .marques-vb .marques .marque.voir-tout .voir-tout-libelle {
        font-size: 38px;
        line-height: 57px
    }
}

@media screen and (max-width:640px) {
    .marques-vb .marques .marque.voir-tout .voir-tout-libelle {
        aspect-ratio: 374/500;
        font-size: 28px;
        line-height: 47px
    }
}

.conseil-vb {
    background-color: #7dbc8e;
    padding: 40px
}

@media screen and (max-width:1080px) {
    .conseil-vb {
        padding: 20px
    }
}

@media screen and (max-width:480px) {
    .conseil-vb {
        padding: 10px
    }
}

.conseil-vb .container {
    height: 100vh;
    width: 100%;
    background: url(conseil.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #889ba1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (max-width:767px) {
    .conseil-vb .container {
        background: url(conseil-mob.jpg) no-repeat center;
        background-size: cover;
        background-color: #889ba1
    }
}

.conseil-vb .container .full-link {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.conseil-vb .container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:1300px) {
    .conseil-vb .container .content {
        padding: 40px
    }
}

@media screen and (max-width:1080px) {
    .conseil-vb .container .content {
        padding: 20px
    }
}

@media screen and (max-width:480px) {
    .conseil-vb .container .content {
        padding: 10px
    }
}

.conseil-vb .container .content .title {
    font-size: 48px;
    color: #fef7f3;
    font: normal normal 600 48px/60px Muli;
    max-width: 500px;
    -webkit-transition: opacity 1500ms ease-in-out;
    transition: opacity 1500ms ease-in-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase
}

@media screen and (max-width:1080px) {
    .conseil-vb .container .content .title {
        font-size: 36px;
        line-height: 40px
    }
}

@media screen and (max-width:480px) {
    .conseil-vb .container .content .title {
        font-size: 32px
    }
}

.conseil-vb .container .content .desc {
    font-size: 16px;
    color: #fef7f3;
    max-width: 500px;
    -webkit-transition: opacity 1500ms ease-in-out;
    transition: opacity 1500ms ease-in-out;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    line-height: 20px;
    text-align: center;
    text-decoration: none
}

.conseil-vb .container .content .discover {
    margin: 20px auto 0;
    z-index: 1
}

@media screen and (max-width:1300px) {
    .conseil-vb .container .content .discover {
        display: none
    }
}

@media screen and (max-width:480px) {
    .conseil-vb .container .content .discover {
        display: none
    }
}

.engagement-vb {
    width: 100%;
    padding: 180px 0;
    box-sizing: border-box;
    min-height: calc(100vh + 100px);
    overflow: hidden;
    background: url(bckgd_engagement.jpg) 0 0 no-repeat;
    background-size: cover
}

.engagement-vb .engagement-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.engagement-vb .engagement-content .engagement-titre {
    font: normal normal 600 48px/40px Muli;
    letter-spacing: 0;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 40px
}

@media screen and (max-width:1080px) {
    .engagement-vb .engagement-content .engagement-titre {
        margin-bottom: 20px;
        font-size: 36px
    }
}

@media screen and (max-width:480px) {
    .engagement-vb .engagement-content .engagement-titre {
        margin-bottom: 20px;
        font-size: 32px
    }
}

.engagement-vb .engagement-content .engagement-article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width:1300px) {
    .engagement-vb .engagement-content .engagement-article {
        width: 100%
    }
}

@media screen and (max-width:900px) {
    .engagement-vb .engagement-content .engagement-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

@media screen and (max-width:480px) {
    .engagement-vb .engagement-content .engagement-article {
        gap: 20px
    }
}

.engagement-vb .engagement-content .engagement-article .engagement-texte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    width: 334px;
    border-radius: 10px;
    background-color: #fff;
    padding: 40px;
    font-size: 16px;
    line-height: 20px;
    left: -167px;
    top: 0;
    right: auto;
    bottom: 0;
    margin: auto
}

@media screen and (max-width:1300px) {
    .engagement-vb .engagement-content .engagement-article .engagement-texte {
        left: 40px
    }
}

@media screen and (max-width:1080px) {
    .engagement-vb .engagement-content .engagement-article .engagement-texte {
        left: 20px;
        padding: 20px
    }
}

@media screen and (max-width:900px) {
    .engagement-vb .engagement-content .engagement-article .engagement-texte {
        position: initial;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 334px
    }
}

@media screen and (max-width:480px) {
    .engagement-vb .engagement-content .engagement-article .engagement-texte {
        padding: 20px;
        width: calc(100% - 80px);
        max-width: 334px
    }
}

.engagement-vb .engagement-content .engagement-article .engagement-texte .logo-revertbaudet {
    max-width: 233px;
    height: auto;
    margin-bottom: 16px
}

.engagement-vb .engagement-content .engagement-article .engagement-texte .cta {
    margin: 40px auto 0;
    display: block
}

@media screen and (max-width:1080px) {
    .engagement-vb .engagement-content .engagement-article .engagement-texte .cta {
        margin: 20px auto 0
    }
}

.engagement-vb .engagement-content .engagement-article .engagement-image {
    margin: auto
}

@media screen and (max-width:1300px) {
    .engagement-vb .engagement-content .engagement-article .engagement-image {
        padding: 0 40px
    }
}

@media screen and (max-width:1080px) {
    .engagement-vb .engagement-content .engagement-article .engagement-image {
        padding: 0 20px
    }
}

@media screen and (max-width:480px) {
    .engagement-vb .engagement-content .engagement-article .engagement-image {
        padding: 0 10px
    }
}

@media screen and (max-width:900px) {
    .engagement-vb .engagement-content .engagement-article .engagement-image {
        position: initial;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 600px
    }
}

.engagement-vb .engagement-content .engagement-article .engagement-image .engagement-visuel {
    max-width: 100%;
    height: auto;
    border-radius: 230px
}

.seo-vb {
    background-color: #f5f5f5;
    padding: 40px 0
}

.seo-vb .seo-container {
    max-width: 1200px;
    margin: auto;
    text-align: left;
    width: 100%
}

@media screen and (max-width:1300px) {
    .seo-vb .seo-container {
        padding: 0 40px
    }
}

@media screen and (max-width:1080px) {
    .seo-vb .seo-container {
        padding: 0 20px
    }
}

@media screen and (max-width:480px) {
    .seo-vb .seo-container {
        padding: 0 10px
    }
}

.seo-vb .seo-container .seo-title {
    margin-bottom: 20px;
    font: normal normal bold 20px/30px Muli;
    color: #2d2a29
}

@media screen and (max-width:1080px) {
    .seo-vb .seo-container .seo-title {
        margin-bottom: 20px;
        font: normal normal bold 18px/22px Muli
    }
}

@media screen and (max-width:480px) {
    .seo-vb .seo-container .seo-title {
        margin-bottom: 10px
    }
}

.seo-vb .seo-container .seo-text {
    font-size: 14px;
    line-height: 20px;
    color: #2d2a29
}

@media screen and (max-width:1080px) {
    .seo-vb .seo-container .seo-text {
        font-size: 12px;
        line-height: 16px
    }
}

.seo-vb .seo-container .seo-text a {
    color: #2d2a29;
    text-decoration: none
}

.seo-vb .seo-container .seo-text a:hover {
    text-decoration: underline
}

.seo-vb .seo-container .seo-colonnes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 20px
}

@media screen and (max-width:1080px) {
    .seo-vb .seo-container .seo-colonnes {
        gap: 20px
    }
}

@media screen and (max-width:767px) {
    .seo-vb .seo-container .seo-colonnes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 8px
    }
}

@media screen and (max-width:480px) {
    .seo-vb .seo-container .seo-colonnes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 10px;
        column-gap: 10px
    }
}

.seo-vb .seo-container .seo-colonnes .seo-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 25%
}

@media screen and (max-width:1080px) {
    .seo-vb .seo-container .seo-colonnes .seo-col {
        width: 25%
    }
}

@media screen and (max-width:767px) {
    .seo-vb .seo-container .seo-colonnes .seo-col {
        width: calc(50% - 10px)
    }
}

.seo-vb .seo-container .seo-colonnes .seo-col a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #2d2a29
}

.seo-vb .seo-container .seo-colonnes .seo-col a:hover {
    text-decoration: underline
}

@media screen and (max-width:1080px) {
    .seo-vb .seo-container .seo-colonnes .seo-col a {
        font-size: 12px;
        line-height: 16px
    }
}

.siteBas-footer .siteBas-footer-top:after {
    background-color: #f5f5f5 !important
}

body .whole_header:before {
    display: none
}

body .whole_header.show-blur {
    box-shadow: none
}

body .whole_header .vb-header {
    -webkit-transition: background 0ms ease-in-out;
    transition: background 0ms ease-in-out;
    background: #000;
    background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, .1966036415) 100%);
    background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .1966036415) 100%)
}

body .whole_header .vb-header.show-shadow {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none
}

body .whole_header .vb-header .header-section .left-header .menu-picto-section {
    color: #fff
}

body .whole_header .vb-header .header-section .left-header .menu-picto-section .picto-svg {
    color: #fff
}

body .whole_header .vb-header .header-section .left-header .menu-picto-section .picto-svg:hover {
    color: #7dbc8e
}

body .whole_header .vb-header .header-section .left-header .logo-section .logo {
    color: #fff
}

body .whole_header .vb-header .header-section .search-section .fake_searchbar {
    background-color: rgba(255, 255, 255, .8666666667)
}

body .whole_header .vb-header .header-section .search-section .header-searchzone #ctl00_cphSiteHaut_SearchBox,
body .whole_header .vb-header .header-section .search-section .header-searchzone #Search {
    background-color: rgba(255, 255, 255, .8666666667)
}

body .whole_header .vb-header .header-section .picto-section .icons .picto {
    color: #fff
}

body .whole_header .vb-header .header-section .picto-section .icons .picto:hover .picto-svg {
    color: #7dbc8e
}

body .whole_header .vb-header .header-section .picto-section .icons .picto span,
body .whole_header .vb-header .header-section .picto-section .icons .picto a {
    color: #fff
}

body .whole_header .vb-header .header-section .picto-section .icons .picto span:hover,
body .whole_header .vb-header .header-section .picto-section .icons .picto a:hover {
    color: #7dbc8e
}

body .whole_header .vb-header .header-section .picto-section .icons .picto .picto-svg {
    color: #fff
}

body .whole_header .vb-header .header-section .picto-section .icons .picto .picto-svg:hover {
    color: #7dbc8e
}

body .whole_header .vb-menu.hide-bubbles {
    -webkit-transform: none;
    transform: none
}

body .whole_header .vb-menu.show-shadow {
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none
}

[id=memo_site_centre],
#main {
    top: 0 !important
}

@media screen and (max-width:1080px) {

    [id=memo_site_centre],
    #main {
        top: 0 !important
    }
}

.vbcountdown .vbcountdown-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vbcountdown .vbcountdown-values span {
    color: #fff;
    font-size: 35px;
    line-height: 44px;
    font-weight: 700
}

.vbcountdown .vbcountdown-unity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vbcountdown .vbcountdown-unity span {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center
}

.vbcountdown .vbcountdown-unity span:last-child {
    margin-right: 0
}

.shopping-cart-preview span.shopping-cart-title {
    color: #2d2a29 !important
}

.shopping-cart-preview ul li a .description .price span {
    color: #2d2a29 !important
}

.suggestions.resultslist {
    display: none
}

.suggestions-ajax p.title:first-child,
.suggestions p.title:first-child {
    margin-top: 2.1875rem
}

.suggestions .title:first-child {
    color: #656667;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 1.625rem 0
}

@media only screen and (max-width:30rem) {
    .suggestions .title:first-child {
        font-size: 1.375rem;
        margin: 1.375rem 0
    }
}

::-ms-clear {
    display: none;
    height: 0;
    width: 0
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #fff inset !important
}

.threecolumnpage {
    max-width: 80rem;
    padding: 0 1.875rem;
    margin: 0 auto;
    box-sizing: border-box
}

@media only screen and (max-width:48rem) {
    .threecolumnpage {
        padding: 0
    }
}

#memo_fil_ariane {
    display: none
}

#memo_site_navigation_dynamique {
    display: none
}

.resultslist .products .product.outfit .picto1 {
    bottom: 50px
}

#left.filtersIO {
    display: none
}

#ctl00_cphZoneActive_NewProducts .title-container {
    display: none
}

#ctl00_cphZoneActive_NewProducts .category-link {
    text-align: center;
    background-color: #ddd;
    padding: 0 1.25rem 1.25rem;
    height: 35px;
    display: none
}

#ctl00_cphZoneActive_NewProducts .category-link a {
    border-radius: .3125rem;
    display: none;
    color: #ff5d24;
    background-color: #fff;
    padding: .5625rem 0;
    width: 100%;
    text-align: center;
    text-decoration: none
}

#ctl00_cphZoneActive_NewProducts .category-link a.selected {
    display: block
}

#ctl00_cphZoneActive_NewProducts .category-link a.selected:hover {
    text-decoration: underline;
    border: 1px solid #ff5d24
}

#ctl00_cphZoneActive_NewProducts .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 1.875rem 0;
    width: 100%
}

#ctl00_cphZoneActive_NewProducts .tabs span {
    border-bottom: .125rem solid transparent;
    box-sizing: border-box;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    margin: 0 .625rem;
    padding: .9375rem 0;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#ctl00_cphZoneActive_NewProducts .tabs span:hover {
    border-bottom: 2px solid rgba(66, 66, 66, .33)
}

#ctl00_cphZoneActive_NewProducts .tabs span.selected {
    color: #656667;
    border-bottom: 2px solid #656667
}

#ctl00_cphZoneActive_NewProducts .new-products {
    background: #ddd
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab {
    display: none;
    font-size: 0;
    padding: .625rem;
    text-align: center
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab.selected {
    display: block
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab .product {
    box-sizing: border-box;
    display: inline-block;
    padding: .625rem;
    position: relative;
    vertical-align: top;
    width: 25%
}

@media only screen and (max-width:67.5rem) {
    #ctl00_cphZoneActive_NewProducts .new-products .products-tab .product {
        width: 50%
    }
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab .product a {
    background: #f2f1f0;
    color: #2d2a29;
    display: block;
    text-align: center;
    text-decoration: none
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab .product .presentation-image {
    background: #f2f1f0;
    position: relative
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab .product .presentation-image img:first-child {
    height: auto;
    width: 100%
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab .product .presentation-image img:nth-child(2) {
    position: absolute;
    top: 0;
    right: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab .product .presentation-image img:nth-child(3) {
    left: 0;
    position: absolute;
    top: 0
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab .product .name {
    color: #2d2a29;
    display: block;
    font-size: .75rem;
    padding: .625rem .9375rem;
    text-align: center;
    height: 1.25rem
}

#ctl00_cphZoneActive_NewProducts .new-products .products-tab .product .pricecontainer {
    min-height: 3.75rem
}

@media only screen and (max-width:48rem) {
    #ctl00_cphZoneActive_NewProducts {
        display: none
    }
}

.suggestions {
    clear: both;
    max-width: 82.5rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.suggestions .title:first-child {
    color: #7dbc8e;
    font-weight: 700;
    font-size: 1.25rem;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    max-width: inherit;
    display: none !important;
    display: block !important
}

.suggestions .title:first-child:before {
    display: none
}

.suggestions.resultslist .products {
    display: -ms-flexbox
}

.suggestions.resultslist .products .product {
    margin-left: 1.1875rem !important;
    width: calc(25% - 1.875rem) !important;
    margin-right: 0 !important
}

.suggestions.resultslist .products .product:first-child {
    margin-left: 25px !important
}

.suggestions.resultslist .products .product .picture {
    max-height: initial
}

.suggestions.resultslist .products .product .picture .picture-container img {
    height: 100% !important
}

@media only screen and (max-width:48rem) {
    .suggestions.resultslist .products .product {
        width: calc(50% - 1.1875rem) !important;
        min-width: 120px
    }

    .suggestions.resultslist .products .product:first-child {
        margin-left: 10px !important
    }

    .suggestions.resultslist .products .product:last-child {
        margin-left: 10px !important
    }
}

#left.filtersIO {
    display: none
}