@charset "utf-8";

.krups-section .button,
.krups-section button,
input[type="button"],
input[type="file"] + label,
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    width: auto;
    background-color: #f38230;
    color: #fff;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 0;
    border-radius: 999px;
    transition: 0.3s ease;
    transition-property: background-color, color;
    text-decoration: none;
}

.krups-section .product-range .button {
    min-width: 50%;
    margin: 5px 0;
}

.krups-section .button:hover,
.krups-section button:hover,
input[type="button"]:hover,
input[type="file"] + label:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #f69f60;
    color: #fff;
}

.krups-section .button:active,
.krups-section button:active,
input[type="button"]:active,
input[type="file"] + label:active,
input[type="reset"]:active,
input[type="submit"]:active {
    box-shadow: none;
}

.krups-section .button-large {
    /* line-height: 60px;
    padding-left: 35px;
    padding-right: 35px; */
    font-size: 18px;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: center center;
    margin: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    background-image: url("/intuition-resources/medias/picto-slide-left.svg");
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    background-image: url("/intuition-resources/medias/picto-slide-right.svg");
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border: none;
    margin: 0 10px;
    position: relative;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background-color: #1f1f1f;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background-color: #fff;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    opacity: 1;
}

@media only screen and (max-width: 1050px) {
    .owl-carousel .owl-controls .owl-nav {
        display: block;
    }
}

form fieldset {
    max-width: 500px;
    margin-bottom: 35px;
}

form fieldset legend {
    font-weight: 700;
    text-transform: uppercase;
}

form .form-item {
    margin-bottom: 20px;
    width: auto;
}

form .form-item:after {
    content: "";
    display: block;
    clear: both;
}

form .form-item label {
    float: left;
    min-width: 150px;
}

form .form-item input,
form .form-item select,
form .form-item textarea {
    float: right;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
select,
textarea {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: inherit;
    background-color: transparent;
    color: #6c6c6c;
    outline: 0;
    vertical-align: top;
    padding: 0 10px;
    border: 1px solid #6c6c6c;
    border-radius: 2.5px;
    transition: color 5s ease;
    transition: 0.3s ease;
    transition-property: opacity, box-shadow, color, background-color, border-color;
    box-shadow: 0 0 0 0 transparent;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    color: #1f1f1f;
    border-color: #1f1f1f;
    box-shadow: 0 0 2px 0 #1e90ff;
}

input[type="date"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="text"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="url"]::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
    display: none;
}

input {
    line-height: 30px;
}

textarea {
    line-height: 1.25;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

select[multiple],
select[size],
textarea {
    height: auto;
}

textarea {
    min-height: 50px;
}

input[type="checkbox"]:active,
input[type="checkbox"]:focus,
input[type="file"]:active,
input[type="file"]:focus,
input[type="radio"]:active,
input[type="radio"]:focus {
    box-shadow: none;
}

input[disabled],
select[disabled],
textarea[disabled] {
    background-color: #eee;
}

button[disabled],
input[disabled],
option[disabled],
select[disabled],
select[disabled] option,
textarea[disabled] {
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #888;
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    display: inherit;
    clip: rect(0, 0, 0, 0);
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    position: relative;
}

input[type="checkbox"] + label:after,
input[type="checkbox"] + label:before,
input[type="radio"] + label:after,
input[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
    border: 1px solid #6c6c6c;
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
    color: #888;
}

input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
    border: #888;
}

input[type="radio"] + label {
    padding-left: 22px;
}

input[type="radio"] + label:after,
input[type="radio"] + label:before {
    margin-top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

input[type="radio"] + label:before {
    padding: 4px;
    background-clip: content-box;
    background-color: #1e90ff;
    transform: scale(0);
    transition: transform 0.1s ease;
}

input[type="radio"]:checked + label:before {
    transform: scale(1);
}

input[type="radio"]:disabled + label:before {
    background-color: #888;
}

input[type="checkbox"] + label {
    padding-left: 20px;
}

input[type="checkbox"] + label:after,
input[type="checkbox"] + label:before {
    margin-top: 2px;
    width: 16px;
    height: 16px;
}

input[type="checkbox"] + label:after {
    border-radius: 2.5px;
}

input[type="checkbox"] + label:before {
    content: "✓";
    line-height: 16px;
    font-size: 18px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue,
        Droid Sans, Tahoma, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 700;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    clip: rect(0, 0, 16px, 0);
}

input[type="checkbox"]:checked + label:before {
    color: #1e90ff;
    transition: clip 0.15s ease;
    clip: rect(0, 16px, 16px, 0);
}

input[type="checkbox"]:disabled + label:before {
    color: #888;
}

input[type="file"] {
    position: absolute;
    display: inherit;
    clip: rect(0, 0, 0, 0);
}

#krups-video-container {
    display: none;
    cursor: pointer;
}

#krups-video-container.container-opened {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}

#krups-video-container iframe {
    position: fixed;
    z-index: 10;
}

#krups-video-container .video-container-close {
    position: fixed;
    z-index: 20;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 30px;
    font-weight: 500;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(45deg);
}

@media only screen and (min-width: 1050px) {
    #krups-video-container iframe {
        left: calc(50% - 500px);
        top: calc(50% - 300px);
        width: 1000px;
        height: 600px;
    }

    #krups-video-container .video-container-close {
        right: calc(50% - 530px);
        top: calc(50% - 330px);
    }
}

@media only screen and (max-width: 1050px) {
    #krups-video-container iframe {
        left: 25px;
        top: 50px;
        width: calc(100% - 50px);
        height: 60%;
    }

    #krups-video-container.container-iframe iframe {
        height: calc(100% - 50px);
    }

    #krups-video-container .video-container-close {
        top: 35px;
        right: 10px;
    }
}

@media only screen and (max-height: 700px) {
    #krups-video-container iframe {
        left: 25px;
        top: 50%;
        width: calc(100% - 50px);
        height: 60%;
        transform: translateY(-50%);
    }

    #krups-video-container.container-iframe iframe {
        height: calc(100% - 50px);
    }

    #krups-video-container .video-container-close {
        top: 35px;
        right: 10px;
    }
}

.krups-section p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    margin: 0 0 15px;
}

.krups-section ol,
.krups-section ul {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    padding-left: 40px;
    margin: 0 0 15px;
}

.krups-subtitle {
    font-family: Libre Baskerville, Helvetica Neue, Helvetica, Lucida Grande, sans-serif;
    line-height: 1.5;
    font-size: 20px;
}

.krups-section h1,
.krups-section h2,
.krups-section h3,
.krups-section h4 {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;

    overflow-wrap: break-word;
    margin: 0;
}

.krups-section h1 a,
.krups-section h2 a,
.krups-section h3 a,
.krups-section h4 a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

@media only screen and (max-width: 415px) {
    .krups-section h1,
    .krups-section h2,
    .krups-section h3,
    .krups-section h4 {
        overflow-wrap: normal;
    }
}

.krups-section h1 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 20px;
}

.krups-section h1:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 50px;
    height: 5px;
    background-color: #f38230;
}

.krups-section h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

.krups-section h2:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 50px;
    height: 5px;
    background-color: #f38230;
}

.krups-section h2 img {
    display: block;
}

.krups-section h3 {
    text-transform: uppercase;
    color: #f38230;
    line-height: 1.15;
    font-size: 24px;
    margin-bottom: 20px;
}

.krups-section h4 {
    font-size: 16px;
}

@media only screen and (max-width: 1050px) {
    .krups-section h1 {
        line-height: 1;
        font-size: 30px;
    }

    .krups-section h2 {
        font-size: 25px;
    }

    .krups-section h3 {
        font-size: 20px;
    }
}

.main-content .krups-section .section-wrapper {
    background-color: #fff;
    display: flex;
    height: 100vh;
    height: -webkit-fill-available;
}

.main-content .krups-section .krups-content {
    text-align: center;
    background-color: #1f1f1f;
    color: #fff;
}

.main-content .krups-section .krups-content + figure {
    background-color: #373737;
}

@supports (display: flex) and ((-o-object-position: center) or (object-position: center)) {
    .main-content .krups-section .krups-content + figure {
        display: flex;
        justify-content: center;
    }

    .main-content .krups-section .krups-content + figure embed,
    .main-content .krups-section .krups-content + figure img,
    .main-content .krups-section .krups-content + figure object,
    .main-content .krups-section .krups-content + figure video {
        -o-object-position: center;
        object-position: center;
    }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .main-content .krups-section .krups-content + figure embed,
    .main-content .krups-section .krups-content + figure img,
    .main-content .krups-section .krups-content + figure object,
    .main-content .krups-section .krups-content + figure video {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.main-content .krups-section .krups-content + figure > img,
.main-content .krups-section .krups-content + figure > video {
    width: 100%;
}

.main-content .krups-section .krups-content-half {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 80px;
    text-align: left;
}

.main-content .krups-section .krups-content-half h2:after {
    margin-left: 0;
}

.main-content .krups-section figure {
    margin: 0;
}

.main-content .krups-section figure > embed,
.main-content .krups-section figure > img,
.main-content .krups-section figure > object,
.main-content .krups-section figure > video {
    max-width: 100%;
    height: auto;
}

.owl-carousel .owl-item .product-range img {
    width: auto;
    margin: 0 auto;
}

.main-content .krups-section:nth-child(2n) .section-wrapper {
    flex-direction: row;
}

.main-content .krups-section:nth-child(2n) .section-wrapper .krups-content-half {
    padding-left: 80px;
}

.main-content .krups-section:nth-child(odd) .section-wrapper {
    flex-direction: row-reverse;
}

.main-content .krups-section:nth-child(odd) .section-wrapper .krups-content-half {
    /* padding-right: calc(50vw - 720px) */
}

@media only screen and (min-width: 1050px) and (max-width: 1560px) {
    .main-content .krups-section:nth-child(odd) .krups-content-half {
        padding-right: 80px;
    }
}

@media only screen and (min-width: 1050px) {
    .main-content .krups-section .section-wrapper {
        justify-content: center;
    }

    .main-content .krups-section .krups-content {
        flex: 1 1 50%;
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .main-content .krups-section .krups-content + figure {
        flex: 1 1 50%;
    }
}

@media only screen and (max-width: 1050px) {
    .main-content .krups-section .section-wrapper {
        width: 100%;
        flex-direction: column;
    }

    .main-content .krups-section .krups-content {
        flex: 1 0 auto;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .main-content .krups-section .krups-content + figure {
        flex: 0 1 auto;
    }

    .main-content .krups-section .krups-content-half {
        justify-content: flex-start;
    }

    .main-content .krups-section:nth-child(2n) .section-wrapper,
    .main-content .krups-section:nth-child(odd) .section-wrapper {
        flex-direction: column;
    }

    .main-content .krups-section:nth-child(2n) .section-wrapper .krups-content-half,
    .main-content .krups-section:nth-child(odd) .section-wrapper .krups-content-half {
        padding: 70px 25px 20px;
    }
}

#krups-nav {
    position: fixed;
    z-index: 10;
    top: 50vh;
    right: 0;
    transform: translateY(-50%);
}

#krups-nav a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #000;
    color: #fff;
    text-align: center;
    transition: background-color 0.3s ease;
}

#krups-nav a img,
#krups-nav a svg {
    max-width: 42px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#krups-nav a img path,
#krups-nav a svg path {
    fill: #fff;
}

#krups-nav a:before {
    position: absolute;
    right: calc(100% + 10px);
    top: 6px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    line-height: 48px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    padding: 0 25px;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

#krups-nav a.active,
#krups-nav a:before,
#krups-nav a:hover {
    background-color: #373737;
}

#krups-nav a:hover:before {
    opacity: 1;
    content: attr(data-label);
}

#krups-nav a:first-child {
    background-color: #fff;
}

#krups-nav a:first-child path {
    fill: #1f1f1f;
}

#krups-nav a:first-child.active path,
#krups-nav a:first-child:hover path {
    fill: #373737;
}

#krups-nav a:last-child {
    background-color: #f38230;
}

#krups-nav a:last-child.active,
#krups-nav a:last-child:hover {
    background-color: #f9720d;
}

@media only screen and (max-width: 1050px) {
    #krups-nav {
        display: none;
    }
}

#krups-next-section {
    position: fixed;
    z-index: 5;
    left: calc(50% - 25px);
    bottom: 50px;
    width: 50px;
    height: 50px;
    background-color: rgba(31, 31, 31, 0.3);
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 100%, 0.3);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

#krups-next-section svg {
    fill: #fff;
    width: 15px;
    height: 100%;
}

#krups-next-section.nav-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

#krups-comfort button {
    padding-left: 12.5px;
}

#krups-comfort button svg {
    fill: #fff;
    vertical-align: middle;
    margin-right: 7.5px;
}

#krups-custom .krups-content h2 img {
    position: relative;
    left: 0;
    width: 170px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1050px) {
    #krups-custom .krups-content h2 img {
        float: right;
        left: 5px;
        width: 24%;
        max-width: 100px;
        margin-bottom: 0;
    }
}

#krups-header .section-wrapper {
    overflow: hidden;
}

#krups-header .krups-content {
    padding-top: 170px;
    color: #fff;
    background: url("/intuition-resources/medias/background-header.jpg") no-repeat;
    background-position: 50%;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

#krups-header .krups-content button,
#krups-header .krups-content h1,
#krups-header .krups-content p {
    position: relative;
    z-index: 1;
}

#krups-header .krups-content > p {
    margin-bottom: 5vh;
}

#krups-header .krups-content figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@supports (display: flex) and ((-o-object-position: center) or (object-position: center)) {
    #krups-header .krups-content figure {
        display: flex;
        justify-content: center;
    }

    #krups-header .krups-content figure embed,
    #krups-header .krups-content figure img,
    #krups-header .krups-content figure object,
    #krups-header .krups-content figure video {
        -o-object-position: center;
        object-position: center;
    }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    #krups-header .krups-content figure embed,
    #krups-header .krups-content figure img,
    #krups-header .krups-content figure object,
    #krups-header .krups-content figure video {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

#krups-header .krups-content figure video {
    width: 100%;
}

#krups-header .krups-content button {
    padding: 0;
    line-height: 0;
    font-size: 0;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #krups-header .krups-content button {
        width: 75px;
        height: 75px;
    }
}

#krups-header .krups-content button svg {
    fill: #fff;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 1050px) {
    #krups-header .krups-content {
        padding-top: 120px;
    }

    #krups-header .krups-content figure {
        display: none;
    }

    #krups-header .krups-content > p {
        margin-bottom: 50px;
    }
}

#krups-intro .section-wrapper {
    position: relative;
}

#krups-intro .krups-content {
    padding-top: 150px;
    text-align: center;
    color: #fff;
}

#krups-intro .krups-content h3 {
    position: relative;
    z-index: 1;
    max-width: 470px;
    transition: opacity 1.5s ease;
    margin-left: auto;
    margin-right: auto;
}

#krups-intro .krups-content h3:after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 50px;
    height: 5px;
    background-color: #f38230;
}

#krups-intro.loading figure {
    opacity: 0.75;
}

#krups-intro.loading .krups-content:before {
    content: url(/_ui/desktop/common/img/img-defer-spinner.svg);
    position: absolute;
    z-index: 1;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
}

#krups-intro figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.2s ease;
}

@supports (display: flex) and ((-o-object-position: center) or (object-position: center)) {
    #krups-intro figure {
        display: flex;
        justify-content: center;
    }

    #krups-intro figure embed,
    #krups-intro figure img,
    #krups-intro figure object,
    #krups-intro figure video {
        -o-object-position: center;
        object-position: center;
    }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    #krups-intro figure embed,
    #krups-intro figure img,
    #krups-intro figure object,
    #krups-intro figure video {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

#krups-intro figure video {
    width: 100%;
}

#krups-intro .intro-card {
    width: 285px;
    color: #f38230;
    line-height: 1.15;
    font-size: 24px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.75s ease;
    position: absolute;
    left: calc(50vw - 560px);
    top: 50%;
    transform: translateY(-50%);
}

#krups-intro .intro-card img {
    margin-top: 15px;
}

#krups-intro[data-breakpoint="1"] h3 {
    opacity: 0;
}

#krups-intro[data-breakpoint="1"] .intro-card-1 {
    opacity: 1;
}

#krups-intro[data-breakpoint="2"] h3 {
    opacity: 0;
}

#krups-intro[data-breakpoint="2"] .intro-card-2 {
    opacity: 1;
}

#krups-intro[data-breakpoint="3"] h3 {
    opacity: 0;
}

#krups-intro[data-breakpoint="3"] .intro-card-3 {
    opacity: 1;
}

#krups-intro[data-breakpoint="4"] h3 {
    opacity: 0;
}

#krups-intro[data-breakpoint="4"] .intro-card-4 {
    opacity: 1;
}

@media only screen and (max-width: 1050px) {
    #krups-intro .krups-content {
        padding-top: 70px;
    }

    #krups-intro .krups-content h3 {
        padding-left: 10vw;
        padding-right: 10vw;
    }

    #krups-intro .intro-card {
        width: 100%;
        font-size: 20px;
        top: 70px;
        left: 0;
        transform: translate(0);
    }
}

#krups-intuitive .krups-content h2 img {
    position: relative;
    left: 0;
    width: 170px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1050px) {
    #krups-intuitive .krups-content h2 img {
        float: right;
        left: 5px;
        width: 24%;
        max-width: 100px;
        margin-bottom: 0;
    }
}

#krups-label .krups-content h2 img {
    background-color: #dc143c;
    color: transparent;
    width: 225px;
    margin-bottom: 7.5px;
}

@media only screen and (max-width: 1050px) {
    #krups-label .krups-content h2 img {
        float: right;
        width: 100px;
        margin-bottom: 0;
    }
}

#krups-range .section-wrapper {
    height: auto;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

#krups-range .krups-content {
    padding-top: 0;
    padding-bottom: 150px;
    background-color: transparent;
    color: #1f1f1f;
}

#krups-range .section-header {
    display: inline-block;
    width: 1200px;
    background-color: #fff;
    padding-top: 100px;
    margin: 0 auto;
}

#krups-range .section-header-placeholder {
    float: left;
    width: 100%;
}

#krups-range .range-table {
    width: 1200px;
    letter-spacing: normal;
    margin: 0 auto;
}

#krups-range .range-labels > div,
#krups-range .range-table .product-range-content > div {
    height: 41px;
    line-height: 1.2;
    padding: 10px;
}

#krups-range .range-labels > div:nth-child(odd),
#krups-range .range-table .product-range-content > div:nth-child(odd) {
    background-color: #f6f8f7;
}

#krups-range .range-labels > div:nth-of-type(3),
#krups-range .range-labels > div:nth-of-type(4),
#krups-range .range-labels > div:nth-of-type(8),
#krups-range .range-labels > div:nth-of-type(9),
#krups-range .range-table .product-range-content > div:nth-of-type(3),
#krups-range .range-table .product-range-content > div:nth-of-type(4),
#krups-range .range-table .product-range-content > div:nth-of-type(8),
#krups-range .range-table .product-range-content > div:nth-of-type(9) {
    height: 62px;
}

#krups-range .range-labels {
    width: 288px;
    display: inline-block;
    vertical-align: top;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    text-align: left;
    margin-right: 4px;
}

#krups-range .range-labels > div:nth-of-type(3),
#krups-range .range-labels > div:nth-of-type(4),
#krups-range .range-labels > div:nth-of-type(8),
#krups-range .range-labels > div:nth-of-type(9) {
    line-height: 62px;
    padding-bottom: 0;
    padding-top: 0;
}

#krups-range .range-carousel-content,
#krups-range .range-carousel-header {
    width: 600px;
    float: left;
    text-align: center;
}

#krups-range .range-carousel-header .owl-nav .owl-prev {
    left: -300px;
    top: 55px;
}

#krups-range .range-carousel-header .owl-nav .owl-next {
    right: 0;
    top: 55px;
}

#krups-range .range-container {
    display: inline-block;
    vertical-align: top;
}

#krups-range .range-container-header {
    width: 100%;
    padding-left: 292px;
}

#krups-range .product-range {
    width: 298px;
    float: left;
}

#krups-range .product-range.fixed {
    margin-right: 4px;
}

#krups-range .product-range-header {
    float: left;
    padding-bottom: 15px;
}

#krups-range .product-range-header figure img {
    height: 175px;
}

#krups-range .product-range-header figure figcaption {
    margin-top: -5px;
    height: 60px;
    font-size: 0;
    margin-bottom: 10px;
}

#krups-range .product-range-header figure figcaption:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#krups-range .product-range-header figure figcaption h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-bottom: 0;
}

#krups-range .product-range-header figure figcaption h3 small {
    display: block;
    font-weight: bold;
    color: #1f1f1f;
    letter-spacing: 0;
    margin-top: 4px;
}

#krups-range .product-range-content > div:nth-of-type(3),
#krups-range .product-range-content > div:nth-of-type(4),
#krups-range .product-range-content > div:nth-of-type(8),
#krups-range .product-range-content > div:nth-of-type(9),
#krups-range .product-range-content > div:nth-of-type(10) {
    font-size: 0;
}

#krups-range .product-range-content > div:nth-of-type(3):before,
#krups-range .product-range-content > div:nth-of-type(4):before,
#krups-range .product-range-content > div:nth-of-type(8):before,
#krups-range .product-range-content > div:nth-of-type(9):before,
#krups-range .product-range-content > div:nth-of-type(10):before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#krups-range .product-range-content > div:nth-of-type(3) span,
#krups-range .product-range-content > div:nth-of-type(4) span,
#krups-range .product-range-content > div:nth-of-type(8) span,
#krups-range .product-range-content > div:nth-of-type(9) span,
#krups-range .product-range-content > div:nth-of-type(10) span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

#krups-range .product-range-content > div:nth-of-type(9) {
    padding-bottom: 4px;
    padding-top: 4px;
}

#krups-range.section-active .krups-content .section-header {
    position: fixed;
    z-index: 2;
    left: calc(50% - 600px);
}

#krups-range .iScrollIndicator {
    background-color: rgba(31, 31, 31, 0.3) !important;
}

@media only screen and (max-width: 1050px) {
    #krups-range .krups-content {
        padding-bottom: 100px;
    }

    #krups-range .krups-content .section-header {
        width: 100%;
        padding: 70px 5px 0;
    }

    #krups-range .krups-content h2 {
        margin-bottom: 40px;
    }

    #krups-range .krups-content .range-table {
        width: 100%;
        font-size: 0;
        padding: 0 5px;
    }

    #krups-range .krups-content .range-labels > div,
    #krups-range .krups-content .range-table .product-range-content > div {
        height: 21px;
        font-size: 10px;
        padding: 5px;
        display: flex;
        align-items: center;
    }

    #krups-range .krups-content .range-labels > div:nth-of-type(3),
    #krups-range .krups-content .range-labels > div:nth-of-type(4),
    #krups-range .krups-content .range-labels > div:nth-of-type(8),
    #krups-range .krups-content .range-labels > div:nth-of-type(9),
    #krups-range .krups-content .range-table .product-range-content > div:nth-of-type(3),
    #krups-range .krups-content .range-table .product-range-content > div:nth-of-type(4),
    #krups-range .krups-content .range-table .product-range-content > div:nth-of-type(8),
    #krups-range .krups-content .range-table .product-range-content > div:nth-of-type(9) {
        height: 32px;
        line-height: 1.1;
        padding-bottom: 1px;
        padding-top: 1px;
    }

    #krups-range .krups-content .range-labels {
        width: 130px;
        margin-right: 2px;
    }

    #krups-range .krups-content .range-labels > div:nth-of-type(3),
    #krups-range .krups-content .range-labels > div:nth-of-type(4),
    #krups-range .krups-content .range-labels > div:nth-of-type(8),
    #krups-range .krups-content .range-labels > div:nth-of-type(9) {
        /* line-height: 32px */
    }

    #krups-range .krups-content .range-carousel-content,
    #krups-range .krups-content .range-carousel-header {
        width: 100%;
    }

    #krups-range .krups-content .range-carousel-header .owl-nav .owl-prev {
        top: 100px;
        left: 0;
    }

    #krups-range .krups-content .range-carousel-header .owl-nav .owl-next {
        top: 100px;
        right: 0;
    }

    #krups-range .krups-content .range-container-header {
        padding-left: 132px;
    }

    #krups-range .krups-content .range-container-content {
        width: calc(100% - 132px);
    }

    #krups-range .krups-content .product-range {
        width: 100%;
    }

    #krups-range .krups-content .product-range-header figure img {
        height: 88px;
    }

    #krups-range .krups-content .product-range-header figure figcaption {
        height: 22px;
        margin-top: -2px;
        margin-bottom: 8px;
    }

    #krups-range .krups-content .product-range-header figure figcaption h3 {
        font-size: 11px;
    }

    #krups-range .krups-content .product-range-header .button {
        font-size: 10px;
        padding: 7px 5px;
        line-height: 1.3;
    }

    #krups-range .krups-content .product-range-content > div:nth-of-type(3),
    #krups-range .krups-content .product-range-content > div:nth-of-type(4),
    #krups-range .krups-content .product-range-content > div:nth-of-type(8),
    #krups-range .krups-content .product-range-content > div:nth-of-type(9),
    #krups-range .krups-content .product-range-content > div:nth-of-type(10) {
        font-size: 0;
    }

    #krups-range .krups-content .product-range-content > div:nth-of-type(3) span,
    #krups-range .krups-content .product-range-content > div:nth-of-type(4) span,
    #krups-range .krups-content .product-range-content > div:nth-of-type(8) span,
    #krups-range .krups-content .product-range-content > div:nth-of-type(9) span,
    #krups-range .krups-content .product-range-content > div:nth-of-type(10) span {
        font-size: 10px;
        width: 100%;
        text-align: left;
    }

    #krups-range .krups-content .product-range-content > div:nth-of-type(6) img {
        height: 12px;
    }

    #krups-range.section-active .krups-content .section-header {
        left: 0;
    }
}

#krups-reviews .krups-content {
    padding-top: 100px;
}

#krups-reviews .review-items {
    width: 1200px;
    padding: 0 65px;
    margin: 40px auto 20px;
}

#krups-reviews .review-items .owl-nav .owl-prev {
    left: 20px;
}

#krups-reviews .review-items .owl-nav .owl-next {
    right: 20px;
}

#krups-reviews .review-items .owl-dots {
    margin-top: 30px;
}

#krups-reviews .review-item {
    display: inline-block;
    width: 345px;
}

#krups-reviews .review-item blockquote {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 24px;
    font-family: Libre Baskerville, Helvetica Neue, Helvetica, Lucida Grande, sans-serif;
    border: none;
}

#krups-reviews .review-item blockquote:before {
    content: open-quote;
}

#krups-reviews .review-item blockquote:after {
    content: close-quote;
}

#krups-reviews .review-item blockquote:after,
#krups-reviews .review-item blockquote:before {
    color: #f38230;
}

#krups-reviews button svg {
    fill: #fff;
    vertical-align: middle;
    margin-right: 7.5px;
}

#krups-reviews .review-item.item-review .review-content {
    height: 398px;
    font-size: 0;
    letter-spacing: normal;
}

#krups-reviews .review-item.item-review .review-content:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#krups-reviews .review-item figure {
    width: 100%;
    height: 0;
    padding-top: 56.6%;
    position: relative;
    margin-bottom: 20px;
}

#krups-reviews .review-item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#krups-reviews .review-item h3 {
    font-size: 16px;
    font-family: Libre Baskerville, Helvetica Neue, Helvetica, Lucida Grande, sans-serif;
    color: #fff;
    text-transform: none;
    margin-bottom: 20px;
    text-align: center;
    min-height: 60px;
}

@media (max-width: 768px) {
    #krups-reviews .review-item h3 {
        font-size: 14px;
    }
}

#krups-reviews .review-item h3,
#krups-reviews .review-item p {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

#krups-reviews .review-stars {
    font-size: 0;
    margin-bottom: 5px;
}

#krups-reviews .review-stars span {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-image: url("/intuition-resources/medias/star-empty.png");
    background-size: 22px 22px;
    margin: 0 3px;
}

#krups-reviews .review-stars span.full {
    background-image: url("/intuition-resources/medias/star-full.png");
    background-size: 22px 22px;
}

#krups-reviews .review-author {
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1050px) {
    #krups-reviews .section-wrapper {
        height: auto;
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }

    #krups-reviews .krups-content {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    #krups-reviews .review-items {
        width: 100%;
        padding: 0;
    }

    #krups-reviews .review-items .owl-item {
        padding: 0 50px;
    }

    #krups-reviews .review-items .owl-nav .owl-prev {
        left: 0;
    }

    #krups-reviews .review-items .owl-nav .owl-next {
        right: 0;
    }

    #krups-reviews .review-item {
        width: auto;
    }

    #krups-reviews .review-item figure {
        height: 170px;
    }

    #krups-reviews .review-item.item-review .review-content {
        height: 350px;
    }
}

#krups-smartslide .krups-content h2 img {
    width: 160px;
    margin-bottom: 20px;
}

#krups-smartslide .krups-content + figure {
    display: flex;
    overflow: hidden;
    position: relative;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    #krups-smartslide .krups-content + figure embed,
    #krups-smartslide .krups-content + figure img,
    #krups-smartslide .krups-content + figure object,
    #krups-smartslide .krups-content + figure video {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

#krups-smartslide .krups-content + figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

#krups-smartslide .krups-content + figure figcaption h3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 150px;
}

#krups-smartslide .krups-content + figure figcaption button {
    position: absolute;
    left: 50%;
    bottom: 150px;
    transform: translate(-50%);
}

#krups-smartslide-demo {
    width: 100vw;
    height: 100vh;
    font-family: Open Sans, sans-serif;
    background-color: #000;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    transition: opacity 0.3s ease, z-index 0s 0.3s;
}

#krups-smartslide-demo .kxfullScreen {
    position: absolute;
    right: 85px;
    top: 85px;
}

#krups-smartslide-demo #kxClose {
    position: absolute;
    right: 45px;
    top: 85px;
    width: 20px;
    height: 20px;
    background-image: url("/intuition-resources/medias/picto-close.svg");
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0.5;
    cursor: pointer;
}

#krups-smartslide-demo #kxScreen {
    font-weight: 300;
}

#krups-smartslide-demo img {
    max-width: none;
}

#krups-smartslide-demo .vWheel .wheelItem {
    word-wrap: normal;
}

#krups-smartslide-demo .recetteScrollerItem .title {
    font-weight: 700;
}

#krups-smartslide-demo.smartslide-opened {
    z-index: 500;
    opacity: 1;
}

#krups-smartslide-demo:not(.smartslide-opened) #kxUnit {
    transform: scale(1) translate(-50%, -50%) !important;
}

@media only screen and (max-width: 1050px) {
    #krups-smartslide .krups-content h2 img {
        float: right;
        width: 88px;
        margin-bottom: 30px;
    }

    #krups-smartslide .krups-content + figure figcaption h3 {
        top: 60px;
    }

    #krups-smartslide .krups-content + figure figcaption h3 br {
        display: none;
    }

    #krups-smartslide .krups-content + figure figcaption button {
        white-space: nowrap;
        bottom: 5vh;
    }

    #krups-smartslide-demo #kxClose,
    #krups-smartslide-demo .kxfullScreen {
        top: 35px;
    }
}

.mini-header .navigation {
    opacity: 0;
    pointer-events: none;
}

[class^="icon-"],
[class*=" icon-"],
[class^="ico-"],
[class*=" ico-"] {
    background: #fff;
    height: 2px;
    width: 26px;
}

.footer {
    width: 100%;
}

@media (min-width: 992px) {
    .footer #services-carousel .owl-dots {
        display: none !important;
    }
}

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

.modal.fade.in {
    display: block;
    opacity: 1;
}

#retailers-carousel .owl-nav,
#retailers-carousel .owl-dots {
    display: none !important;
}

#retailers-carousel.owl-carousel .owl-item {
    width: 110px !important;
    margin-bottom: 10px;
}

#retailers-carousel.owl-carousel .owl-stage-outer {
    height: inherit !important;
}

#retailers-carousel.owl-carousel .owl-stage-outer .owl-stage {
    min-width: 100% !important;
}

.footer-mobile-products {
    padding-top: 65px;
}

.footer-mobile-products ul {
    padding-left: 0 !important;
}

#footer_tc_privacy {
    display: none !important;
}

.header-search .toggleSearch .icon-search {
    background: none;
}

html body .ui-front {
    z-index: 1001;
}
