body,
html {
    padding: 0;
    margin: 0;
}

body {
    overflow: hidden;
}

svg {
    height: auto;
}

.menu {
    background: #2b231f;
    margin: 0;
    /* padding: 15px 0; */
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.menu .menu-inner {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1062px;
    margin: 0 auto;
}

.menu .menu-inner::after {
    clear: both;
    content: "";
    display: block;
}

.menu .logo {
    display: block;
    margin: 6px 0 6px 24px;
    width: 120px;
    float: left;
    position: relative;
    z-index: 100;
}

.menu .logo img {
    width: 100%;
}

.menu .main-nav {
    display: block;
    margin: 3px auto;
    text-align: right;
    float: right;
    padding-right: 24px;
}

@media screen and (max-width: 980px) {
    .menu .main-nav {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        transform: translate3d(0, -100%, 0);
        transition: transform 0.5s ease-out;
        z-index: 98;
        background: #2b231f;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 50px;
        text-align: left;
        margin: 0;
        padding: 0 10px 0px;
    }

    .has-nav .menu .main-nav {
        transform: translate3d(0, 0, 0);
    }
}

.menu .main-nav a {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding: 8px 0;
    /*margin: 0 16px;
    */
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.menu .main-nav a:hover,
.menu .main-nav a.active {
    color: #cabbae;
    border-top: 1px solid #705a46;
    border-bottom: 1px solid #705a46;
}

@media screen and (max-width: 1048px) {
    .menu .main-nav a {
        font-size: 10px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 980px) {
    .menu .main-nav a {
        font-size: 20px;
        margin: 0 16px;
    }
}

@media screen and (max-width: 767px) {
    .menu .main-nav a {
        font-size: 15px;
    }
}

.hide {
    display: none;
}

.wrapper.evidence .visuel-section {
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.wrapper.evidence .ytb-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper.evidence .loader {
    visibility: visible;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    z-index: 9999;
}

.wrapper.evidence.fullpage-on .loader {
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.wrapper.evidence .uil-ring-css {
    background: 0 0;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

.wrapper.evidence .uil-ring-css > div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #f38230;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}

.wrapper.evidence #section0 .visuel-section,
.wrapper.evidence #section2 .visuel-section,
.wrapper.evidence #section6 .visuel-section {
    z-index: inherit;
}

.wrapper.evidence .caption-section {
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
    z-index: 500;
}

.wrapper.evidence p {
    line-height: inherit;
}

.wrapper.evidence .caption-section .cont-section {
    height: inherit;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 100;
}

.wrapper.evidence {
    background-color: #ffffff;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 16px;
    max-width: 2570px;
    width: 100%;
    margin: auto;
    padding: 0;
}

.wrapper.evidence .fullsize {
    width: 100%;
    height: 100%;
}

.wrapper.evidence .lazy {
    display: block;
}

.wrapper.evidence .posabsolute {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.wrapper.evidence .desktop {
    display: block;
}

.wrapper.evidence .mobile {
    display: none;
}

.wrapper.evidence .w100 {
    width: 100%;
}

.wrapper.evidence .txtcenter {
    text-align: center;
}

.wrapper.evidence .play-video {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1000;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
}

.wrapper.evidence .play-video:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.wrapper.evidence #section0 .play-video {
    top: auto;
    bottom: 110px;
}
.wrapper.evidence #section0 .play-video[data-status="stop"] {
    top: 65px;
    bottom: auto;
    left: auto;
    right: 15px;
    transform: none;
}
/* .wrapper.evidence #section0 .fadeOutUp .play-video{
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
} */

.wrapper.evidence .play-video:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    outline: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 1px solid transparent;
}

.wrapper.evidence .play-video:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 20px;
    width: 12px;
    height: 14px;
    background-image: url("/evidence-resources/img/fleche.png");
    background-size: 100% 100%;
}

.wrapper.evidence .play-video[data-status="stop"]:after {
    background-image: url("/evidence-resources/img/icon-pause-orange.png");
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.wrapper.evidence .play-video:hover:before {
    background-color: #ffffff;
    -webkit-animation-name: video-button;
    animation-name: video-button;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.wrapper.evidence #section0 .thecontent {
    width: 100%;
    text-align: center;
}

.wrapper.evidence #section0 .thetxt {
    color: #ffffff;
    margin: auto;
    max-width: 1500px;
}

.wrapper.evidence .theh2 {
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 1.2;
}

.wrapper.evidence .theh2:after {
    content: "";
    display: block;
    position: relative;
    top: 20px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 5px;
    background-color: #f38230;
}

.wrapper.evidence #section0 .thetxt p {
    margin: 0;
    padding: 40px 0 0 0;
    font-size: 17px;
    line-height: 24px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
}

.wrapper.evidence .linkbottom {
    position: absolute;
    z-index: 1001;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.wrapper.evidence .linkbottom .thepicto {
    width: 44px;
    height: 44px;
    border: 3px solid #5f504b;
    border-radius: 100%;
    background-color: #000000;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-filter: "alpha(opacity=40)";
    opacity: 0.4;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 0;
}

.wrapper.evidence .linkbottom .thepicto:before,
.wrapper.evidence .linkbottom .thepicto img {
    display: inline-block;
    vertical-align: middle;
}

.wrapper.evidence .linkbottom .thepicto:before {
    content: "";
    height: 100%;
    width: 0;
}

.wrapper.evidence .linkbottom .thepicto img {
    width: 15px;
}

.wrapper.evidence .linkbottom .thetxt {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.wrapper.evidence #section0 .linkbottom {
    bottom: 17px;
}

.wrapper.evidence #section0 .linkbottom .thepicto {
    margin-bottom: 15px;
}

.wrapper.evidence #section0 .linkbottom .thetxt {
    font-size: 17px;
}

.wrapper.evidence .thevisu {
    background-size: cover;
    background-position: 80% center;
    height: 100%;
    width: 100%;
    display: block;
}

.wrapper.evidence #section0 .thevisu {
    background-image: url(/evidence-resources/img/lameone-visu.jpg);
}

.wrapper.evidence #section6 .thevisu {
    background-image: url(/evidence-resources/img/demovideo-visu.jpg);
}

.wrapper.evidence .ovhiddenh100 {
    overflow: hidden;
    height: 100%;
}

.wrapper.evidence .w50h100fl {
    width: 50%;
    height: 100%;
    float: left;
    display: block;
    overflow: hidden;
}

.wrapper.evidence .dtcvm {
    display: table-cell;
    vertical-align: middle;
}

.wrapper.evidence .pl45 {
    padding-left: 45px;
}

.wrapper.evidence .pl70 {
    padding-left: 70px;
}

.wrapper.evidence .pr20 {
    padding-right: 20px;
}

.wrapper.evidence .pb30 {
    padding-bottom: 30px;
}

.wrapper.evidence .dtable {
    display: table;
}

.wrapper.evidence .prelative {
    position: relative;
}

.wrapper.evidence .h100 {
    height: 100%;
}

.wrapper.evidence .evbltxt .evbltxtsst {
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #232120;
    padding-bottom: 30px;
    display: block;
}

.wrapper.evidence .evbltxt .evbltxth2 {
    font-size: 30px;
    line-height: 30px;
    color: #232120;
    margin-bottom: 50px;
}

.wrapper.evidence .evbltxt .evbltxth2:after {
    left: 0;
    margin-left: 0;
}

.wrapper.evidence .evbltxt .evbltxtp {
    font-size: 14px;
    line-height: 21px;
    color: #2a2622;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    max-width: 484px;
}

.wrapper.evidence .evbltxt .evbltxtp span {
    display: block;
}

.wrapper.evidence .evbltxt .evbltxtpfirst {
    font-family: "Libre Baskerville", serif;
    font-size: 20px;
    display: block;
    padding-bottom: 30px;
    line-height: normal;
    font-style: italic;
}

.wrapper.evidence #section1 .thevisu.thevisufirst {
    background-image: url(/evidence-resources/img/seetheelegance-visu1.jpg);
}

.wrapper.evidence #section1 .thevisu.thevisusecond {
    background-image: url(/evidence-resources/img/seetheelegance-visu2.jpg);
}

.wrapper.evidence #section1 .thevisu.thevisuthird {
    background-image: url(/evidence-resources/img/seetheelegance-visu3.jpg);
}

.wrapper.evidence #section1 .thevisu.thevisufourth {
    background-image: url(/evidence-resources/img/seetheelegance-visu4.jpg);
}

.wrapper.evidence #section2 .thevisu {
    background-image: url(/evidence-resources/img/feelthemodernity-visu.jpg);
}

.wrapper.evidence #section3 .thevisu {
    background-image: url(/evidence-resources/img/hearthequality-visu.jpg);
}

.wrapper.evidence #section4 .thevisu {
    background-image: url(/evidence-resources/img/smellthedelight-visu.jpg);
}

.wrapper.evidence #section5 .thevisu.thevisufirst {
    background-image: url(/evidence-resources/img/tastetheexcellence-visu1.jpg);
}

.wrapper.evidence #section5 .thevisu.thevisusecond {
    background-image: url(/evidence-resources/img/tastetheexcellence-visu2.jpg);
}

.wrapper.evidence #section5 .thevisu.thevisuthird {
    background-image: url(/evidence-resources/img/tastetheexcellence-visu3.jpg);
}

.wrapper.evidence #section7 .thevisu .desktop {
    background-image: url(/evidence-resources/img/quattroforce-visu.jpg);
    background-position: center center;
}

.wrapper.evidence #section8 .thevisu {
    background-image: url(/evidence-resources/img/app-visu.jpg);
    background-position: 25% center;
}

.wrapper.evidence #section9 .thevisu {
    background-image: url(/evidence-resources/img/machine-visu.jpg);
}

.wrapper.evidence .owl-stage-outer,
.wrapper.evidence .owl-stage,
.wrapper.evidence .owl-item {
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.wrapper.evidence .owl-dots {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 20px;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-align: center;
}

.wrapper.evidence .owl-dot {
    width: 14px;
    height: 14px;
    border: 3px solid #cecdcd;
    background: #cecdcd;
    margin: 5px;
    border-radius: 100%;
    display: inline-block;
}

.wrapper.evidence .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.wrapper.evidence .owl-dot-picto {
    width: 47px;
    height: 47px;
    border: 3px solid #948e88;
    border-radius: 100%;
    display: block;
    margin: auto;
    position: relative;
}

.wrapper.evidence .owl-dot-picto:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
}

.wrapper.evidence .on .owl-dot-picto {
    border: 3px solid #ffffff;
}

.wrapper.evidence .owl-dot.active {
    background: none;
}

.sectionpicto {
    position: absolute;
    z-index: 400;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.sectionpicto:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
}

.wrapper.evidence #section1 .sectionpicto:after {
    width: 32px;
    height: 20px;
    background-image: url("/evidence-resources/img/picto-see.png");
}

.wrapper.evidence #section2 .sectionpicto:after {
    width: 24px;
    height: 36px;
    background-image: url("/evidence-resources/img/picto-feel.png");
}

.wrapper.evidence #section3 .sectionpicto:after {
    width: 20px;
    height: 32px;
    background-image: url("/evidence-resources/img/picto-hear.png");
}

.wrapper.evidence #section4 .sectionpicto:after {
    width: 24px;
    height: 32px;
    background-image: url("/evidence-resources/img/picto-smell.png");
}

.wrapper.evidence #section5 .sectionpicto:after {
    width: 32px;
    height: 16px;
    background-image: url("/evidence-resources/img/picto-bouche.png");
}

.wrapper.evidence #section6 .sectionpicto:after,
.wrapper.evidence #section7 .sectionpicto:after,
.wrapper.evidence #section8 .sectionpicto:after {
    width: 28px;
    height: 24px;
    background-image: url("/evidence-resources/img/picto-demovideo.png");
}

.wrapper.evidence #section9 .sectionpicto:after {
    width: 24px;
    height: 32px;
    background-image: url("/evidence-resources/img/picto-machine.png");
}

.wrapper.evidence #section10 .sectionpicto:after {
    width: 24px;
    height: 24px;
    background-image: url("/evidence-resources/img/picto-chartech.png");
}

.wrapper.evidence #section11 .sectionpicto:after {
    width: 34px;
    height: 22px;
    background-image: url("/evidence-resources/img/picto-tuto.png");
}

.wrapper.evidence #section12 .sectionpicto:after {
    width: 24px;
    height: 24px;
    background-image: url("/evidence-resources/img/picto-shop.png");
}

.evidence-nav,
.evidence-nav li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.evidence-nav {
    position: fixed;
    display: block;
    z-index: -1;
    top: 55%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.evidence-nav li {
    text-align: right;
    margin-bottom: 5px;
    display: block;
}

.evidence-nav li:last-child {
    margin-bottom: 0;
}

.evidence-nav li a {
    display: block;
    text-decoration: none;
    position: relative;
}

.evidence-nav li a .sectionpicto {
    right: 0;
    top: 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}

.evidence-nav li a.pictohome .sectionpicto:after {
    width: 32px;
    height: 32px;
    background-image: url("/evidence-resources/img/picto-home.png");
}

.evidence-nav li a.pictohome.on .sectionpicto:after {
    background-position: 0 -32px;
}

.evidence-nav li a.pictosee .sectionpicto:after {
    width: 32px;
    height: 20px;
    background-image: url("/evidence-resources/img/picto-see.png");
}

.evidence-nav li a.pictosee.on .sectionpicto:after {
    background-position: 0 -20px;
}

.evidence-nav li a.pictofeel .sectionpicto:after {
    width: 24px;
    height: 36px;
    background-image: url("/evidence-resources/img/picto-feel.png");
}

.evidence-nav li a.pictofeel.on .sectionpicto:after {
    background-position: 0 -36px;
}

.evidence-nav li a.pictohear .sectionpicto:after {
    width: 20px;
    height: 32px;
    background-image: url("/evidence-resources/img/picto-hear.png");
}

.evidence-nav li a.pictohear.on .sectionpicto:after {
    background-position: 0 -32px;
}

.evidence-nav li a.pictosmell .sectionpicto:after {
    width: 24px;
    height: 32px;
    background-image: url("/evidence-resources/img/picto-smell.png");
}

.evidence-nav li a.pictosmell.on .sectionpicto:after {
    background-position: 0 -32px;
}

.evidence-nav li a.pictomouthe .sectionpicto:after {
    width: 32px;
    height: 16px;
    background-image: url("/evidence-resources/img/picto-bouche.png");
}

.evidence-nav li a.pictomouthe.on .sectionpicto:after {
    background-position: 0 -16px;
}

.evidence-nav li a.pictofivesens .sectionpicto:after {
    width: 24px;
    height: 32px;
    background-image: url("/evidence-resources/img/picto-fivesens.png");
}

.evidence-nav li a.pictofivesens.on .sectionpicto:after {
    background-position: 0 -32px;
}

.evidence-nav li a.pictodemo .sectionpicto:after {
    width: 28px;
    height: 24px;
    background-image: url("/evidence-resources/img/picto-demovideo.png");
}

.evidence-nav li a.pictodemo.on .sectionpicto:after {
    background-position: 0 -24px;
}

.evidence-nav li a.pictochar .sectionpicto:after {
    width: 24px;
    height: 24px;
    background-image: url("/evidence-resources/img/picto-chartech.png");
}

.evidence-nav li a.pictochar.on .sectionpicto:after {
    background-position: 0 -24px;
}

.evidence-nav li a.pictorange .sectionpicto:after {
    width: 24px;
    height: 32px;
    background-image: url("/evidence-resources/img/picto-machine.png");
}

.evidence-nav li a.pictorange.on .sectionpicto:after {
    background-position: 0 -32px;
}

.evidence-nav li a.pictotuto .sectionpicto:after {
    width: 34px;
    height: 22px;
    background-image: url("/evidence-resources/img/picto-tuto.png");
}

.evidence-nav li a.pictotuto.on .sectionpicto:after {
    background-position: 0 -22px;
}

.evidence-nav li a.pictobuy .sectionpicto:after {
    width: 24px;
    height: 24px;
    background-image: url("/evidence-resources/img/picto-shop.png");
}

.evidence-nav li a span.text {
    opacity: 0;
    display: block;
    padding-top: 60px;
    padding-right: 7px;
    text-transform: uppercase;
    font-size: 11px;
    color: #cecdcd;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
}

.evidence-nav li a:hover span.text {
    opacity: 1;
}

.evidence-nav.fadeinnav {
    z-index: 98;
    opacity: 1;
}

.evidence-nav.fadeoutnav {
    opacity: 0;
    z-index: 1;
    -webkit-animation-name: fadeOutzindex;
    animation-name: fadeOutzindex;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOutzindex {
    100% {
        z-index: -1;
    }
}

@keyframes fadeOutzindex {
    100% {
        z-index: -1;
    }
}

.wrapper.evidence .thecontentdiv {
    width: 100%;
}

/* Taste the excellence */
.wrapper.evidence #section5 .fp-scroller {
    height: 100%;
}

.wrapper.evidence #section5 .thetop {
    height: 100%;
    /* height: 85%; */
    display: block;
    position: relative;
}

.wrapper.evidence #section5 .thebottom {
    /* height: 15%; */
    height: 0;
}

.wrapper.evidence .thebuybar {
    display: table;
    background-color: #eaeeef;
    width: 100%;
}

.wrapper.evidence #section11 .thebuybar {
    padding-top: 80px;
    display: none;
}

.wrapper.evidence .thebuybar .thebts {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wrapper.evidence .thebuybar .thebts .text,
.wrapper.evidence .thebts a.bts,
.wrapper.evidence .thebuybar .btsapplis,
.wrapper.evidence .thebuybar .theapplis,
.wrapper.evidence .thebuybar .thebuy {
    display: inline-block;
    vertical-align: middle;
}

.wrapper.evidence .thebuybar .thebts .text {
    font-size: 25px;
    color: #232120;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.wrapper.evidence a.bts {
    color: #ffffff;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    padding: 20px 0;
    width: 166px;
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
    background-color: #f38230;
    border: 3px solid #f38230;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.wrapper.evidence .thebts a.bts {
    margin-left: 30px;
    margin-right: 30px;
}

/*.wrapper.evidence .thebts a.bts.btsblack {
     margin-left: 0;
     margin-right: 0;
     background-color: #232120;
     border: 3px solid #232120;
}
*/
.wrapper.evidence #section5 .thetitle {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 115px;
    left: 0;
    width: 100%;
}

.wrapper.evidence #section5 .thesstitle {
    font-size: 14px;
    display: block;
    padding-bottom: 15px;
}

.wrapper.evidence #section5 .theh2 {
    font-size: 30px;
}

.wrapper.evidence #section5 .thecontenttxt {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
}

.wrapper.evidence #section5 .thecontenttxt p {
    padding: 0 73px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 27.5px;
    line-height: 37.5px;
}

.wrapper.evidence #section5 .thecontenttxt span {
    display: block;
    color: #f38230;
}

/*.wrapper.evidence .thebuybar .thebts a.bts.btsblack {
     margin-right: 76px;
}
*/
.wrapper.evidence .thebuybar .btsapplis {
    margin-left: 30px;
}

.wrapper.evidence .thebuybar .btsapplis a {
    display: table;
    margin-bottom: 10px;
}

.wrapper.evidence .thebuybar .btsapplis a:last-child {
    margin-bottom: 0;
}

.wrapper.evidence .thebuybar .btsapplis a img {
    width: 109px;
}

.wrapper.evidence .carousel-custom-dots {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0;
    padding: 0;
}

.wrapper.evidence .carousel-custom-dots .item {
    cursor: pointer;
}

.wrapper.evidence .carousel-custom-dots .item span.text {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    text-align: center;
    padding-top: 20px;
}

.wrapper.evidence .carousel-custom-dots .item.on span.text {
    color: #00ead7;
}

.wrapper.evidence #section5 .owl-dot-picto-one:after {
    width: 30px;
    height: 21px;
    background-image: url("/evidence-resources/img/coffeeplus.png");
}

.wrapper.evidence #section5 .on .owl-dot-picto-one:after {
    background-position: 0 -21px;
}

.wrapper.evidence #section5 .owl-dot-picto-two:after {
    width: 30px;
    height: 22px;
    background-image: url("/evidence-resources/img/coffeed.png");
}

.wrapper.evidence #section5 .on .owl-dot-picto-two:after {
    background-position: 0 -22px;
}

.wrapper.evidence #section5 .owl-dot-picto-three:after {
    width: 30px;
    height: 24px;
    background-image: url("/evidence-resources/img/coffeedouble.png");
}

.wrapper.evidence #section5 .on .owl-dot-picto-three:after {
    background-position: 0 -24px;
}

/* Demo video */
.wrapper.evidence #section6 .thetop {
    height: 50%;
    display: table;
}

.wrapper.evidence #section6 .thetitle {
    display: table-cell;
    vertical-align: middle;
}

.wrapper.evidence #section6 .thebottom {
    height: 50%;
}

.wrapper.evidence #section6 .evbltxtp {
    max-width: inherit;
}

.wrapper.evidence #section6 .evbltxt .evbltxth2:after {
    left: 50%;
    margin-left: -25px;
}

/* Quattro force */
.wrapper.evidence #section7 a.bts {
    margin-top: 30px;
}

.wrapper.evidence #section7 .theitem {
    width: 50%;
    height: 50%;
    float: left;
}

.wrapper.evidence #section7 .thetitleqfd {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    margin: auto;
    padding: 0;
}

.wrapper.evidence #section7 .thetitleqfd span {
    display: block;
    color: #f38230;
}

.wrapper.evidence #section7 .therollqfd {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #171413;
    top: 0;
    left: 0;
}

.wrapper.evidence #section7 .therollqfdcontent {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}

.wrapper.evidence #section7 .therolltitle {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    padding: 15px 0 0 0;
    margin: 0;
}

.wrapper.evidence #section7 .therolltitle span {
    display: block;
    color: #f38230;
}

.wrapper.evidence #section7 .therolltext {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 17px;
    padding: 15px 35px 0 35px;
    margin: 0;
}

.wrapper.evidence #section7 svg {
    width: 75px;
    height: auto;
}

/* App */
.wrapper.evidence #section8 .theh2,
.wrapper.evidence #section8 .evbltxtpfirst,
.wrapper.evidence #section8 .thepictotext,
.wrapper.evidence #section8 .thelinktext {
    color: #ffffff;
}

.wrapper.evidence #section8 .w50h100fl {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.wrapper.evidence #section8 .thepictotext {
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    line-height: 17px;
    padding: 0;
    margin: 0;
}

.wrapper.evidence #section8 .thepictotext:before,
.wrapper.evidence #section8 .thepictotext span {
    display: inline-block;
    vertical-align: middle;
}

.wrapper.evidence #section8 .thepictotext span {
    padding-left: 20px;
}

.wrapper.evidence #section8 .thepictotext:before {
    width: 98px;
    height: 98px;
    background: url("/evidence-resources/img/app-picto-krups.png") 0 0 no-repeat;
    background-size: cover;
    content: "";
}

.wrapper.evidence #section8 .thelinktext {
    font-size: 12px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 30px;
    display: table;
}

.wrapper.evidence #section8 .screenphone {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper.evidence #section8 .item {
    background-position: 25% center;
    background-size: cover;
}

.wrapper.evidence #section8 .screencustomize {
    background-image: url(/evidence-resources/img/screenphone-customize.png);
}

.wrapper.evidence #section8 .screenfavoris {
    background-image: url(/evidence-resources/img/screenphone-savefave.png);
}

.wrapper.evidence #section8 .screenreceivenews {
    background-image: url(/evidence-resources/img/screenphone-exclusivenews.png);
}

.wrapper.evidence #section8 .screencontact {
    background-image: url(/evidence-resources/img/screenphone-accueil.png);
}

.wrapper.evidence #section8 .screenrate {
    background-image: url(/evidence-resources/img/screenphone-mymachine.png);
}

.wrapper.evidence #section8 .owl-dot-picto-one:after {
    width: 28px;
    height: 21px;
    background-image: url("/evidence-resources/img/picto-customize.png");
}

.wrapper.evidence #section8 .on .owl-dot-picto-one:after {
    background-position: 0 -21px;
}

.wrapper.evidence #section8 .owl-dot-picto-two:after {
    width: 28px;
    height: 25px;
    background-image: url("/evidence-resources/img/picto-favoris.png");
}

.wrapper.evidence #section8 .on .owl-dot-picto-two:after {
    background-position: 0 -25px;
}

.wrapper.evidence #section8 .owl-dot-picto-three:after {
    width: 28px;
    height: 22px;
    background-image: url("/evidence-resources/img/picto-receivenews.png");
}

.wrapper.evidence #section8 .on .owl-dot-picto-three:after {
    background-position: 0 -22px;
}

.wrapper.evidence #section8 .owl-dot-picto-four:after {
    width: 29px;
    height: 19px;
    background-image: url("/evidence-resources/img/picto-contact.png");
}

.wrapper.evidence #section8 .on .owl-dot-picto-four:after {
    background-position: 0 -19px;
}

.wrapper.evidence #section8 .owl-dot-picto-five:after {
    width: 28px;
    height: 26px;
    background-image: url("/evidence-resources/img/picto-rate.png");
}

.wrapper.evidence #section8 .on .owl-dot-picto-five:after {
    background-position: 0 -26px;
}

/* Machine */
.wrapper.evidence #section9 .theh2,
.wrapper.evidence #section9 .evbltxtpfirst {
    color: #ffffff;
}

.wrapper.evidence #section9 .machinetop {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    text-align: center;
}

.wrapper.evidence #section9 .evbltxt .evbltxth2:after {
    left: 50%;
    margin-left: -25px;
}

.wrapper.evidence #section9 .evbltxtpfirst {
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    line-height: 21px;
}

.wrapper.evidence #section9 .machinebottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
}

.wrapper.evidence #section9 .thecontent {
    list-style: none;
    list-style-type: none;
    overflow: hidden;
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    width: 302px;
    overflow: hidden;
}

.wrapper.evidence #section9 .thecontent .item {
    list-style: none;
    list-style-type: none;
    display: table;
    text-align: center;
    width: 119px;
    cursor: pointer;
    margin: 0 auto 20px auto;
}

.wrapper.evidence #section9 .thecontent .owl-item:nth-child(3) {
    clear: left;
}

.wrapper.evidence #section9 .thecontent .thepicto,
.wrapper.evidence #section9 .thecontent .thetext {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.wrapper.evidence #section9 .thecontent .thepicto {
    height: 91px;
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper.evidence #section9 .thecontent .item.on .thepicto {
    background-position: 0 -91px;
}

.wrapper.evidence #section9 .thecontent .thetext {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    padding-top: 10px;
    margin: 0;
}

.wrapper.evidence #section9 .thecontent .item.on .thetext {
    color: #00ead7;
}

.wrapper.evidence #section9 .thecontent .owl-item .EA894910 .thepicto {
    background-image: url("/evidence-resources/img/machine-thumb-visu-EA894910.png");
}

.wrapper.evidence #section9 .thecontent .owl-item .EA893C10 .thepicto {
    background-image: url("/evidence-resources/img/machine-thumb-visu-EA893C10.png");
}

.wrapper.evidence #section9 .thecontent .owl-item .EA891C10 .thepicto {
    background-image: url("/evidence-resources/img/machine-thumb-visu-EA891C10.png");
}

.wrapper.evidence #section9 .thecontent .owl-item .EA890810 .thepicto {
    background-image: url("/evidence-resources/img/machine-thumb-visu-EA890810.png");
}

.wrapper.evidence #section9 .listlinks {
    float: right;
    display: table;
    margin: 0;
    padding: 0;
    clear: both;
}

.wrapper.evidence #section9 .listlinks a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.wrapper.evidence #section9 .listlinks a strong {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-weight: normal;
}

.wrapper.evidence #section9 .listlinks a:before,
.wrapper.evidence #section9 .listlinks a span {
    display: inline-block;
    vertical-align: middle;
}

.wrapper.evidence #section9 .listlinks a:before {
    content: "";
    margin-right: 15px;
    border-radius: 50px;
    border: 3px solid #aaaeb0;
    width: 50px;
    height: 50px;
}

.wrapper.evidence #section9 .listlinks a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    left: 17px;
    width: 22px;
}

.wrapper.evidence #section9 .thestyle:after {
    background-image: url("/evidence-resources/img/machine-link-1.png");
    height: 32px;
}

.wrapper.evidence #section9 .thetechnophile:after {
    background-image: url("/evidence-resources/img/machine-link-2.png");
    height: 34px;
}

.wrapper.evidence #section9 .listlinks a.on {
    color: #00ead7;
}

.wrapper.evidence #section9 .thestyle.on:after {
    background-position: 0 -32px;
}

.wrapper.evidence #section9 .thetechnophile.on:after {
    background-position: 0 -34px;
}

.wrapper.evidence #section9 .carousel-machine-block {
    width: 100%;
    max-width: 375px;
    margin-left: 30px;
}

.wrapper.evidence #section9 #owl-carousel-machine {
    overflow: hidden;
}

.wrapper.evidence #section9 #owl-carousel-machine figure img:nth-child(1) {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    opacity: 1;
}

.wrapper.evidence #section9 #owl-carousel-machine figure img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 270px;
    margin: auto;
    opacity: 0;
}

.wrapper.evidence #section9 #owl-carousel-machine figure {
    margin: 0;
    padding: 0;
    position: relative;
}

.wrapper.evidence #section9 #owl-carousel-machine figcaption {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    position: relative;
    height: 39px;
}

.wrapper.evidence #section9 #owl-carousel-machine figcaption span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
}

.wrapper.evidence #section9 #owl-carousel-machine figcaption span:nth-child(1) {
    position: inherit;
    z-index: inherit;
    top: inherit;
    left: inherit;
    opacity: 1;
}

.wrapper.evidence #section9 .thebts {
    padding-top: 17px;
}

.wrapper.evidence #section9 .thebts a.bts {
    margin: auto;
    display: block;
}

/*.wrapper.evidence #section9 .thebts a.bts.btsblack {
     background-color: rgba(0, 0, 0, 0.2);
     border: 3px solid #aaaeb0;
}
*/
/* Product characteristics */
.wrapper.evidence #section10 .thecontent {
    display: table;
}

.wrapper.evidence #section10 .thecontentdiv {
    padding: 100px 0 0 0;
    display: table-cell;
    vertical-align: middle;
}

.wrapper.evidence #section10 .evbltxt .evbltxth2:after {
    left: 50%;
    margin-left: -25px;
}

.wrapper.evidence #section10 .thetable {
    width: 100%;
    max-width: 910px;
    margin: auto;
    padding: 0;
    border-collapse: collapse;
    border: 0;
}

.wrapper.evidence #section10 .thetrtitle {
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
}

.wrapper.evidence #section10 .thetable tr,
.wrapper.evidence #section10 .thetable td {
    margin: 0;
    padding: 0;
    border: 0;
}

.wrapper.evidence #section10 .thetable tr:nth-child(even) {
    background: #ffffff;
}

.wrapper.evidence #section10 .thetable tr:nth-child(odd) {
    background: #f5f7f7;
}

.wrapper.evidence #section10 .thetable td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wrapper.evidence #section10 .thesepar {
    width: 2%;
}

.wrapper.evidence #section10 .thedoublesepar {
    width: 4%;
}

.wrapper.evidence #section10 .thetxt1 {
    width: 52%;
    text-align: left;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    color: #2a2622;
    font-size: 14px;
}

.wrapper.evidence #section10 .thetxt2 {
    width: 40%;
    text-align: center;
    font-family: "Open Sans", "Arial", sans-serif;
    color: #948e88;
    font-size: 12px;
}

@media (min-width: 578px) {
    .wrapper.evidence #section10 .thetxt2 {
        font-size: 14px;
    }
}

.wrapper.evidence #section10 .checkmark {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.wrapper.evidence #section10 .checkmark:before {
    content: "\2713 ";
    position: absolute;
    z-index: 1;
    display: block;
    color: #00cbac;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    top: 50%;
    left: 50%;
    font-size: 21px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wrapper.evidence #section10 #thetable2 {
    display: none;
}

.wrapper.evidence #section10 .thetable2show {
    display: table;
    width: 100%;
    max-width: 910px;
    margin: 0 auto 30px auto;
    padding: 23px 0;
    background-color: #948e88;
    color: #ffffff;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.wrapper.evidence #section10 .thetable2show .thetable2arrow {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 1;
    top: 6px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wrapper.evidence #section10 .thetable2show.on .thetable2arrow {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -15px;
}

.wrapper.evidence #section10 .thetable2show .thetable2arrow:after,
.wrapper.evidence #section10 .thetable2show .thetable2arrow:before {
    border-right: 2px solid #ffffff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    width: 0;
}

.wrapper.evidence #section10 .thetable2show .thetable2arrow:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrapper.evidence #section10 .thetable2show .thetable2txtoff {
    display: inline-block;
}

.wrapper.evidence #section10 .thetable2show .thetable2txton {
    display: none;
}

.wrapper.evidence #section10 .thetable2show.on .thetable2txtoff {
    display: none;
}

.wrapper.evidence #section10 .thetable2show.on .thetable2txton {
    display: inline-block;
}

/* Tutorials */
.wrapper.evidence #section11 {
    background-color: #eaeeef;
}

.wrapper.evidence #section11 .evbltxt {
    padding-top: 100px;
    padding-bottom: 30px;
}

.wrapper.evidence #section11 .thebottom {
    padding-bottom: 50px;
}

.wrapper.evidence #section11 .evbltxt .evbltxth2:after {
    left: 50%;
    margin-left: -25px;
}

.wrapper.evidence #section11 .owl-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    overflow: visible;
    height: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wrapper.evidence #section11 .owl-prev,
.wrapper.evidence #section11 .owl-next {
    width: 28px;
    height: 71px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper.evidence #section11 .owl-prev {
    float: left;
    background-image: url("/evidence-resources/img/carousel-arrow-l.png");
    margin-left: 10%;
}

.wrapper.evidence #section11 .owl-next {
    float: right;
    background-image: url("/evidence-resources/img/carousel-arrow-r.png");
    margin-right: 10%;
}

.wrapper.evidence #section11 .owl-dots {
    bottom: -40px;
}

.wrapper.evidence #section11 .itemcontent {
    display: table;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.wrapper.evidence #section11 .itemcontent .play-video {
    position: relative;
    top: 25px;
    left: 25px;
    z-index: inherit;
    display: block;
    transform: inherit;
    margin: 0 auto 15px auto;
}

/* Find a store */
#section12 {
    background: #2b231f;
}

#section12 .fp-tableCell {
    vertical-align: bottom !important;
}

.wrapper.evidence #section12 .evbltxt {
    padding: 100px 0;
}

.wrapper.evidence #section12 .evbltxt .evbltxth2:after {
    left: 50%;
    margin-left: -25px;
}

.wrapper.evidence #section12 .thetop {
    height: 85%;
    display: block;
    position: relative;
}

.wrapper.evidence #section12 .thebottom {
    height: 15%;
}

.wrapper.evidence #video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1023px) {
    .wrapper.evidence .evbltxt .evbltxtp {
        max-width: inherit;
    }

    .wrapper.evidence .pl45 {
        padding-left: 20px;
    }

    .wrapper.evidence .pl70 {
        padding-left: 20px;
    }

    .wrapper.evidence .thebottomcontent .text {
        font-size: 18.25px;
    }

    .wrapper.evidence .thebts a.bts {
        margin-left: 15px;
        margin-right: 15px;
    }

    .wrapper.evidence a.bts {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .wrapper.evidence .linkbottom {
        bottom: 5px;
    }

    .wrapper.evidence #section0 .linkbottom {
        bottom: 35px;
    }

    .wrapper.evidence #section8 .evbltxt .evbltxth2 {
        font-size: 14px;
        line-height: 1.3;
    }

    .wrapper.evidence #section8 .evbltxtpfirst {
        font-size: 14px;
    }

    .wrapper.evidence #section8 .thepictotext {
        font-size: 14px;
    }

    .wrapper.evidence #section8 .thepictotext:before {
        width: 49px;
        height: 49px;
    }

    .wrapper.evidence #section8 .thepictotext span {
        padding-left: 10px;
    }

    .wrapper.evidence #section10 .thecontentdiv {
        padding-top: 60px;
    }
    .wrapper.evidence #section10 .thetrtitle {
        font-size: 13px;
    }
    .wrapper.evidence #section10 .thesepar {
        width: 1%;
    }
    .wrapper.evidence #section10 .thetxt1 {
        width: 39%;
    }
    .wrapper.evidence #section10 .thetxt2 {
        width: 58%;
    }
}

@media screen and (min-width: 769px) {
    .wrapper.evidence #section9 .thecontent .owl-item,
    .wrapper.evidence .carousel-custom-dots .owl-item {
        width: auto !important;
    }

    .wrapper.evidence #section8 .carousel-custom-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .wrapper.evidence #section8 .carousel-custom-dots {
        max-width: 710px;
    }
}

@media screen and (min-width: 480px) {
    .wrapper.evidence #section5 .carousel-custom-dots {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .wrapper.evidence #section5 .carousel-custom-dots {
        max-width: 405px;
    }
}

@media screen and (max-width: 899px) {
    .wrapper.evidence #section11 .itemcontent {
        font-size: 17px;
    }

    .wrapper.evidence .thebuybar .thebts .text {
        font-size: 20px;
    }

    .wrapper.evidence .thebts a.bts {
        width: 136px;
    }
}

@media screen and (max-width: 899px) {
    /*.wrapper.evidence .thebuybar .thebts a.bts.btsblack {
         margin-right: 0;
    }
     .wrapper.evidence .thebuybar .thebts .text {
         display: block;
         font-size: 20px;
         padding-bottom: 10px;
    }
     .wrapper.evidence .thebuybar .theapplis, .wrapper.evidence .thebuybar .thebuy {
         vertical-align: top;
    }
     .wrapper.evidence .thebuybar .theapplis {
         margin-left: 15px;
    }
     .wrapper.evidence .thebuybar .btsapplis {
         margin-left: 0;
         margin-top: 0;
    }
     .wrapper.evidence .thebuybar .btsapplis a {
         display: inline-block;
    }
     .wrapper.evidence .thebuybar .fp-scroller {
         height: 100%;
    }
    */
}

@media screen and (max-width: 768px) {
    .wrapper.evidence {
    }

    /*#section0*/
    .play-video {
        /* display: none !important; */
    }
    .evidence-nav {
        display: none !important;
    }

    .wrapper.evidence .desktop {
        display: none !important;
    }

    .wrapper.evidence .mobile {
        display: block !important;
    }

    .wrapper.evidence #section0 .thetxt h1 {
        font-size: 40px;
    }

    .wrapper.evidence #section0 .thetxt p {
        font-size: 14px;
        line-height: 21px;
    }

    .wrapper.evidence .linkbottom .thepicto {
        display: none;
    }

    .wrapper.evidence #section0 .thetxt p {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .wrapper.evidence #section0 .thetxt h1:after {
        top: 15px;
    }

    .wrapper.evidence .linkbottom .thetxt {
        height: 15px;
        display: block;
    }

    .wrapper.evidence #section0 .linkbottom .thetxt {
        font-size: 14px;
    }

    .wrapper.evidence .linkbottom .thetxt:after {
        content: "";
        display: block;
        position: relative;
        top: 7px;
        left: 50%;
        width: 15px;
        margin-left: -7px;
        height: 7px;
        background-image: url("/evidence-resources/img/arrow-grey-m.png");
        background-size: 100% 100%;
    }

    .wrapper.evidence #section0 .thevisu {
        background-image: url(/evidence-resources/img/lameone-m-visu.jpg);
    }

    .wrapper.evidence #section1 .thevisu.thevisufirst {
        background-image: url(/evidence-resources/img/seetheelegance-m-visu1.jpg);
    }

    .wrapper.evidence #section1 .thevisu.thevisusecond {
        background-image: url(/evidence-resources/img/seetheelegance-m-visu2.jpg);
    }

    .wrapper.evidence #section1 .thevisu.thevisuthird {
        background-image: url(/evidence-resources/img/seetheelegance-m-visu3.jpg);
    }

    .wrapper.evidence #section1 .thevisu.thevisufourth {
        background-image: url(/evidence-resources/img/seetheelegance-m-visu4.jpg);
    }

    .wrapper.evidence #section2 .thevisu {
        background-image: url(/evidence-resources/img/feelthemodernity-m-visu.jpg);
    }

    .wrapper.evidence #section3 .thevisu {
        background-image: url(/evidence-resources/img/hearthequality-m-visu.jpg);
    }

    .wrapper.evidence #section4 .thevisu {
        background-image: url(/evidence-resources/img/smellthedelight-m-visu.jpg);
    }

    .wrapper.evidence #section5 .thevisu.thevisufirst {
        background-image: url(/evidence-resources/img/tastetheexcellence-m-visu1.jpg);
    }

    .wrapper.evidence #section5 .thevisu.thevisusecond {
        background-image: url(/evidence-resources/img/tastetheexcellence-m-visu2.jpg);
    }

    .wrapper.evidence #section5 .thevisu.thevisuthird {
        background-image: url(/evidence-resources/img/tastetheexcellence-m-visu3.jpg);
    }

    .wrapper.evidence #section5 .thevisu.thevisufirst {
        background-image: url(/evidence-resources/img/tastetheexcellence-m-visu1.jpg);
    }

    .wrapper.evidence #section5 .thevisu.thevisusecond {
        background-image: url(/evidence-resources/img/tastetheexcellence-m-visu2.jpg);
    }

    .wrapper.evidence #section5 .thevisu.thevisuthird {
        background-image: url(/evidence-resources/img/tastetheexcellence-m-visu3.jpg);
    }

    .wrapper.evidence #section6 .thevisu {
        background-image: url(/evidence-resources/img/demovideo-m-visu.jpg);
    }

    .wrapper.evidence .w50h100fl {
        width: 100%;
        float: none;
        height: 50%;
    }

    .wrapper.evidence #section4 .w50h100fl {
        height: 55%;
    }
    .wrapper.evidence #section4 .w50h100fl,
    .wrapper.evidence #section7 .w50h100fl {
        padding-top: 60px;
    }
    .wrapper.evidence #section4 .sectionpicto {
        top: 55%;
    }

    .wrapper.evidence .evbltxt .evbltxtsst {
        font-size: 14px;
    }

    .wrapper.evidence .evbltxt .evbltxth2 {
        font-size: 20px;
        line-height: inherit;
    }

    .wrapper.evidence .evbltxt .evbltxtp {
        line-height: inherit;
    }

    .wrapper.evidence .evbltxt .evbltxtpfirst {
        font-size: 17px;
        line-height: inherit;
    }

    .wrapper.evidence .owl-carousel {
        max-width: 768px;
    }

    .wrapper.evidence .owl-dots {
        bottom: 10px;
    }

    .wrapper.evidence .owl-dot {
        height: 14px;
        width: 14px;
    }

    .wrapper.evidence .sectionpicto {
        right: 5px;
        display: block !important;
    }

    .wrapper.evidence #section6 .evbltxt .evbltxth2,
    .wrapper.evidence #section7 .evbltxt .evbltxth2 {
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }

    .wrapper.evidence #section7 .evbltxt .evbltxth2:after {
        left: 50%;
        margin-left: -25px;
    }

    .wrapper.evidence #section6 .evbltxt .evbltxtpfirst,
    .wrapper.evidence #section7 .evbltxt .evbltxtp {
        font-size: 17px;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
    }

    .wrapper.evidence #section7 a.bts {
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper.evidence #section7 .mobile .thevisu {
        background-position: 100% 0;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        display: block;
        background-size: contain;
        background-color: #171413;
    }

    .wrapper.evidence #section7 .mobile .thevisufirst {
        background-image: url(/evidence-resources/img/quattroforce-m-visu1.jpg);
    }

    .wrapper.evidence #section7 .mobile .thevisusecond {
        background-image: url(/evidence-resources/img/quattroforce-m-visu2.jpg);
    }

    .wrapper.evidence #section7 .mobile .thevisuthird {
        background-image: url(/evidence-resources/img/quattroforce-m-visu3.jpg);
    }

    .wrapper.evidence #section7 .mobile .thevisufourth {
        background-image: url(/evidence-resources/img/quattroforce-m-visu4.jpg);
    }

    .wrapper.evidence #section7 .owl-stage-outer {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .wrapper.evidence #section7 .owl-item {
        -webkit-transition: transform 0.2s;
        -moz-transition: transform 0.2s;
        -ms-transition: transform 0.2s;
        transition: transform 0.2s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .wrapper.evidence #section7 .owl-item.active {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        z-index: 1;
    }

    .wrapper.evidence #section7 .item-content {
        display: table;
        width: 100%;
    }

    .wrapper.evidence #section7 .item-inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        margin: auto;
    }

    .wrapper.evidence #section7 .item-top {
        height: 30%;
    }

    .wrapper.evidence #section7 .item-top p {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 14px;
        font-family: "Open Sans", "Arial", sans-serif;
        font-weight: bold;
    }

    .wrapper.evidence #section7 .item-bottom {
        height: 70%;
        background-color: #171413;
    }

    .wrapper.evidence #section7 .item-bottom .therollqfdcontent {
        display: table;
        margin: auto;
    }

    .wrapper.evidence #section7 .owl-dots {
        bottom: 5px;
    }

    .wrapper.evidence #section7 .linkbottom {
        display: none;
    }

    .wrapper.evidence #section8 .w50h100fl {
        position: relative;
        z-index: inherit;
        top: inherit;
        right: inherit;
        height: inherit;
        width: 100%;
        padding: 60px 10px 10px;
    }

    .wrapper.evidence #section8 .theh2,
    .wrapper.evidence #section8 .evbltxtpfirst,
    .wrapper.evidence #section8 .thepictotext,
    .wrapper.evidence #section8 .thelinktext {
        color: #000000;
    }

    .wrapper.evidence #section8 .thevisu {
        height: inherit;
        background-image: url(/evidence-resources/img/app-m-visu.jpg);
        background-position: 0 0;
    }

    .wrapper.evidence #section8 .dtcvm {
        text-align: center;
    }

    .wrapper.evidence #section8 .thepictotext {
        margin: auto;
    }

    .wrapper.evidence #section8 .thepictotext span {
        text-align: center;
    }

    .wrapper.evidence #section8 .thepictotext span br {
        display: none;
    }

    .wrapper.evidence #section8 .evbltxt .evbltxth2:after {
        left: 50%;
        margin-left: -25px;
    }

    .wrapper.evidence #section8 .thelinktext {
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper.evidence #section8 .item {
        background-image: none;
    }

    .wrapper.evidence #section8 .owl-carousel {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .wrapper.evidence #section8 .carousel-custom-dots {
        top: inherit;
    }

    .wrapper.evidence #section9 .w50h100fl {
        position: relative;
        z-index: inherit;
        top: inherit;
        left: inherit;
        height: inherit;
        width: 100%;
        padding: 50px 0 10px;
    }

    .wrapper.evidence #section9 .thevisu {
        background-image: url(/evidence-resources/img/machine-m-visu.jpg);
    }

    .wrapper.evidence #section9 .theh2,
    .wrapper.evidence #section9 .evbltxtpfirst {
        color: #000000;
    }

    .wrapper.evidence #section9 .machinetop,
    .wrapper.evidence #section9 .machinebottom {
        position: relative;
        z-index: inherit;
        top: inherit;
        left: inherit;
        height: inherit;
        width: 100%;
        padding: 50px 0;
    }

    .wrapper.evidence #section9 .machinetop {
        width: 100%;
        padding: 60px 10px 10px;
    }

    .wrapper.evidence #section9 .thecontent,
    .wrapper.evidence #section9 .listlinks {
        float: none;
        margin: auto;
    }

    .wrapper.evidence #section9 .w50h100fl {
        height: auto;
    }

    .wrapper.evidence #section9 .thecontent {
        width: auto;
    }

    .wrapper.evidence #section9 .thecontent .owl-item:nth-child(3) {
        clear: inherit;
    }

    .wrapper.evidence #section9 .machinebottom .w50h100fl {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .wrapper.evidence #section9 .carousel-machine-block {
        margin: auto;
    }

    .wrapper.evidence #section9 .thebts {
        display: table;
        margin: auto;
    }

    .wrapper.evidence #section9 .thebts a.bts {
        margin-left: 7px;
        margin-right: 7px;
    }

    .wrapper.evidence #section11 .evbltxt {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .wrapper.evidence #section11 .thebottom {
        padding-bottom: 80px;
    }

    .wrapper.evidence #section11 .owl-dots {
        width: 90%;
        bottom: auto;
        top: 100%;
        margin-top: 20px;
    }

    .wrapper.evidence #section11 .itemcontent {
        font-size: 14px;
        padding: 0 30px;
    }

    .wrapper.evidence #section11 .owl-prev,
    .wrapper.evidence #section11 .owl-next {
        width: 14px;
        height: 35.5px;
    }

    .wrapper.evidence #section11 .owl-prev {
        margin-left: 5%;
    }

    .wrapper.evidence #section11 .owl-next {
        margin-right: 5%;
    }

    .wrapper.evidence #section11 .owl-nav {
        display: none;
    }

    /*.wrapper.evidence .thebuybar .thebts a.bts.btsblack {
         margin-right: 0;
    }
    */
    .wrapper.evidence .thebuybar .thebts .text {
        display: block;
        padding-bottom: 7px;
        font-size: 17px;
    }

    .wrapper.evidence .thebuybar .theapplis,
    .wrapper.evidence .thebuybar .thebuy {
        vertical-align: top;
    }

    .wrapper.evidence .thebuybar .theapplis {
        margin-left: 15px;
    }

    .wrapper.evidence .thebuybar .btsapplis {
        margin-left: 0;
        margin-top: 0;
    }

    .wrapper.evidence .thebuybar .btsapplis a {
        display: inline-block;
        margin-bottom: 0;
    }

    .wrapper.evidence .thebuybar .fp-scroller {
        height: 100%;
    }

    .wrapper.evidence .thebuybar a.bts {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

/*@media screen and (max-width: 640px) {
     .wrapper.evidence .thebuybar .thebts .text {
         padding-bottom: 7px;
         font-size: 17px;
    }
     .wrapper.evidence .thebuybar a.bts {
         padding-top: 7px;
         padding-bottom: 7px;
    }
     .wrapper.evidence .thebuybar a.bts {
         width: 124px;
    }
}
*/
@media screen and (max-width: 599px) {
    .wrapper.evidence .evbltxt .evbltxtsst {
        font-size: 11px;
        padding-bottom: 15px;
        display: block;
    }

    .wrapper.evidence #section4 .evbltxt .evbltxtsst {
        padding-top: 7px;
    }

    .wrapper.evidence .evbltxt .evbltxth2 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .wrapper.evidence .evbltxt .evbltxth2:after {
        top: 10px;
    }

    .wrapper.evidence .evbltxt .evbltxtp {
        font-size: 12px;
    }

    .wrapper.evidence .evbltxt .evbltxtpfirst {
        font-size: 12px;
        padding-bottom: 15px;
    }

    .wrapper.evidence .pb30 {
        padding-bottom: 15px;
    }

    .wrapper.evidence #section6 .evbltxt .evbltxtpfirst,
    .wrapper.evidence #section7 .evbltxt .evbltxtp {
        font-size: 12px;
    }

    .wrapper.evidence .sectionpicto {
        width: 32px;
        height: 32px;
    }

    .wrapper.evidence #section1 .sectionpicto:after {
        width: 24px;
        height: 15px;
    }

    .wrapper.evidence #section2 .sectionpicto:after {
        width: 18px;
        height: 27px;
    }

    .wrapper.evidence #section3 .sectionpicto:after {
        width: 15px;
        height: 24px;
    }

    .wrapper.evidence #section4 .sectionpicto:after {
        width: 18px;
        height: 24px;
    }

    .wrapper.evidence #section5 .sectionpicto:after {
        width: 24px;
        height: 12px;
    }

    .wrapper.evidence #section6 .sectionpicto:after,
    .wrapper.evidence #section7 .sectionpicto:after,
    .wrapper.evidence #section8 .sectionpicto:after {
        width: 21px;
        height: 18px;
    }

    .wrapper.evidence #section9 .sectionpicto:after {
        width: 18px;
        height: 24px;
    }

    .wrapper.evidence #section10 .sectionpicto:after {
        width: 18px;
        height: 18px;
    }

    .wrapper.evidence #section11 .sectionpicto:after {
        width: 19px;
        height: 12px;
    }

    .wrapper.evidence #section12 .sectionpicto:after {
        width: 18px;
        height: 18px;
    }

    .wrapper.evidence #section7 a.bts {
        width: inherit;
        display: table;
        padding-left: 30px;
        padding-right: 30px;
    }

    .wrapper.evidence .thebts a.bts {
        margin-left: 0;
    }

    /*.wrapper.evidence .thebts a.bts.btsblack {
         margin-top: 0;
         margin-left: 20px;
    }
     .wrapper.evidence .thebuybar .thebts a.bts.btsblack {
         margin-left: 0;
    }
    */
    .wrapper.evidence .thebuybar .thetitle {
        top: 30px;
    }

    .wrapper.evidence #section5 .theh2 {
        font-size: 20px;
    }

    .wrapper.evidence #section5 .thecontenttxt {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .wrapper.evidence #section5 .thecontenttxt p {
        padding: 0 20px;
        font-size: 20px;
        line-height: 22.5px;
    }

    .wrapper.evidence #section9 .evbltxtpfirst {
        font-size: 12px;
        line-height: 17px;
    }

    .wrapper.evidence #section11 .itemcontent {
        padding: 0 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 499px) {
    .wrapper.evidence .thebuybar .thebts .text {
        font-size: 14px;
    }
}

@media screen and (max-width: 459px) {
    .wrapper.evidence .carousel-custom-dots .item span.text {
        padding-top: 10px;
        font-size: 12px;
    }

    .wrapper.evidence .thebuybar .thebts .text {
        font-size: 14px;
    }
}

@media screen and (max-width: 444px) {
    .wrapper.evidence #section5 .thetop

    /*, .wrapper.evidence #section12 .thetop*/ {
        height: 75%;
    }

    .wrapper.evidence #section5 .thebottom

    /*, .wrapper.evidence #section12 .thebottom*/ {
        height: 25%;
    }

    .wrapper.evidence .thebuybar .thebuy,
    .wrapper.evidence .thebuybar .theapplis {
        padding-top: 10px;
    }

    .wrapper.evidence .thebuybar .theapplis {
        margin-left: 0;
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes video-button {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        opacity: 1;
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1.6);
        -moz-transform: translate(-50%, -50%) scale(1.6);
        -ms-transform: translate(-50%, -50%) scale(1.6);
        transform: translate(-50%, -50%) scale(1.6);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        opacity: 0;
    }
}

@keyframes video-button {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        opacity: 1;
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1.6);
        -moz-transform: translate(-50%, -50%) scale(1.6);
        -ms-transform: translate(-50%, -50%) scale(1.6);
        transform: translate(-50%, -50%) scale(1.6);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        opacity: 0;
    }
}

.no-touch .evidence-nav li a.pictosee:hover .sectionpicto:after {
    background-position: 0 -20px;
}

.no-touch .evidence-nav li a.pictofeel:hover .sectionpicto:after {
    background-position: 0 -36px;
}

.no-touch .evidence-nav li a.pictohear:hover .sectionpicto:after {
    background-position: 0 -32px;
}

.no-touch .evidence-nav li a.pictosmell:hover .sectionpicto:after {
    background-position: 0 -32px;
}

.no-touch .evidence-nav li a.pictomouse:hover .sectionpicto:after {
    background-position: 0 -16px;
}

.no-touch .evidence-nav li a.pictofivesens:hover .sectionpicto:after {
    background-position: 0 -32px;
}

.no-touch .evidence-nav li a.pictodemo:hover .sectionpicto:after {
    background-position: 0 -24px;
}

.no-touch .evidence-nav li a.pictochar:hover .sectionpicto:after {
    background-position: 0 -24px;
}

.no-touch .evidence-nav li a.pictorange:hover .sectionpicto:after {
    background-position: 0 -32px;
}

.no-touch .evidence-nav li a.pictotuto:hover .sectionpicto:after {
    background-position: 0 -22px;
}

.no-touch .evidence-nav li a.pictobuy:hover .sectionpicto:after {
    background-position: 0 -24px;
}

.no-touch .wrapper.evidence #section5 .carousel-custom-dots .item:hover .owl-dot-picto-one:after {
    background-position: 0 -21px;
}

.no-touch .wrapper.evidence #section5 .carousel-custom-dots .item:hover .owl-dot-picto-two:after {
    background-position: 0 -22px;
}

.no-touch .wrapper.evidence #section5 .carousel-custom-dots .item:hover .owl-dot-picto-three:after {
    background-position: 0 -24px;
}

.no-touch .wrapper.evidence #section8 .carousel-custom-dots .item:hover .owl-dot-picto-one:after {
    background-position: 0 -21px;
}

.no-touch .wrapper.evidence #section8 .carousel-custom-dots .item:hover .owl-dot-picto-two:after {
    background-position: 0 -25px;
}

.no-touch .wrapper.evidence #section8 .carousel-custom-dots .item:hover .owl-dot-picto-three:after {
    background-position: 0 -22px;
}

.no-touch .wrapper.evidence #section8 .carousel-custom-dots .item:hover .owl-dot-picto-four:after {
    background-position: 0 -19px;
}

.no-touch .wrapper.evidence #section8 .carousel-custom-dots .item:hover .owl-dot-picto-five:after {
    background-position: 0 -26px;
}

.no-touch .wrapper.evidence #section9 .thecontent .owl-item:hover .thepicto {
    background-position: 0 -91px;
}

.no-touch .wrapper.evidence #section9 .thestyle:hover:after {
    background-position: 0 -32px;
}

.no-touch .wrapper.evidence #section9 .thetechnophile:hover:after {
    background-position: 0 -34px;
}

.no-touch .wrapper.evidence #section9 .listlinks a:hover {
    color: #00ead7;
}

.no-touch .wrapper.evidence .carousel-custom-dots .item:hover .owl-dot-picto {
    border: 3px solid #ffffff;
}

.no-touch .wrapper.evidence a.bts:hover {
    background-color: #ff720d;
}

/*.no-touch .wrapper.evidence .thebts a.bts.btsblack:hover {
     background-color: #232120;
}
*/
.no-touch .wrapper.evidence .carousel-custom-dots .item:hover span.text {
    color: #00ead7;
}

.no-touch .wrapper.evidence #section9 .thecontent .item:hover .thetext {
    color: #00ead7;
}

span.bluetooth {
    opacity: 0;
    position: absolute;
    right: 10%;
    width: 50px;
    height: 55px;
    background-size: cover;
    background-image: url("/evidence-resources/img/bluetooth.svg");
    z-index: 2;
}

.modal {
    border: 0;
    padding: 0;
    overflow: visible;
    z-index: 9000;
    border-radius: 0;
}

.modal .modal-header {
    position: relative;
}

.modal .modal-body {
}

.modal .modal-body .product-viewer {
    height: auto;
}

.modal .modal-body .product-viewer #CarouselDetailProductBig .carousel-inner {
    height: auto;
}

.modal .modal-body .carousel {
    margin: 0;
}

.modal .content-modal-title,
.modal .modal-header {
    background-color: #f38230;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 45px 10px 15px;
    min-height: 45px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
}

.rtl .modal .content-modal-title,
.rtl .modal .modal-header {
    padding: 12px 15px 10px 45px;
    text-align: right;
}

.modal .content-modal-title .modal-password-title,
.modal .content-modal-title h3,
.modal .modal-header .modal-password-title,
.modal .modal-header h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-weight: normal;
}

.modal .content-modal-title .modal-password-title,
.modal .modal-header .modal-password-title {
    margin: 0;
    line-height: 30px;
    letter-spacing: 1.5px;
}

.modal.buy-in-store-popin .modal-body {
    max-height: none !important;
    height: auto;
}

.modal .content-modal-body {
    padding: 30px 98px 40px;
}

.modal .modal-body {
}

.modal .content-modal-body h3,
.modal .modal-body h3 {
    color: #50535d;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    font-style: normal;
}

.modal .content-modal-body .prod-actions,
.modal .modal-body .prod-actions {
    padding-top: 15px;
}

@media screen and (max-width: 900px) {
    .modal .content-modal-body .prod-actions,
    .modal .modal-body .prod-actions {
        padding-top: 0px;
    }
}

.modal .content-modal-body .prod-actions .btn,
.modal .modal-body .prod-actions .btn {
    width: auto;
    display: inline-block;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 17px 25px;
    border-radius: 50px;
    transition: all 0.4s;
}

.page-MultiStepCheckoutSummaryPage .modal p,
.page-MultiStepCheckoutSummaryPage .modal .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper .page-MultiStepCheckoutSummaryPage .modal div,
.page-MultiStepCheckoutSummaryPage .modal span {
    margin: 0 0 5px;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    background: transparent !important;
    color: #232120 !important;
}

.page-MultiStepCheckoutSummaryPage .modal ul li {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
}

.modal-header {
    border: 0;
    padding: 0;
}

.modal-body {
    padding: 0;
    font-size: 14.5px;
    font-size: 1.45rem;
    line-height: 1.4;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: lighter;
}

.modal-backdrop {
    background: #000;
    transition: all 0.15s;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    transition: all 0.15s;
}

.modal-footer {
    text-align: center;
    padding: 10px 98px 20px;
    background: transparent;
    border: 0;
}

.modal-footer p,
.modal-footer .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper .modal-footer div {
    margin: 0;
}

.modal-simple .modal-body {
    padding: 0;
    overflow-y: auto;
}

.modal-head .close {
    color: #bebdbd;
}

.modal-header .close:after {
    color: #fff;
}

#ModalPassword,
.ConfModal,
.ConfDelModal {
    width: 742px;
    margin-left: -370px;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    #ModalPassword,
    .ConfModal,
    .ConfDelModal {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    .rtl #ModalPassword,
    .rtl .ConfModal,
    .rtl .ConfDelModal {
        margin-right: auto;
        margin-left: auto;
    }
}

.ConfModal,
.ConfDelModal {
    width: 560px;
    margin-left: -280px;
}

@media screen and (max-width: 1024px) {
    .ConfModal,
    .ConfDelModal {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}

.ConfModal .modal-body,
.ConfDelModal .modal-body {
    padding: 30px 50px 35px;
}

.ConfModal .modal-body > p,
.ConfModal .krups-block-univers .krups-block-wrapper .modal-body > div,
.krups-block-univers .krups-block-wrapper .ConfModal .modal-body > div,
.ConfDelModal .modal-body > p,
.ConfDelModal .krups-block-univers .krups-block-wrapper .modal-body > div,
.krups-block-univers .krups-block-wrapper .ConfDelModal .modal-body > div {
    margin-bottom: 25px;
}

.ConfModal .modal-body .btn,
.ConfDelModal .modal-body .btn {
    background: #f38230;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 15px 25px;
    transition: all 0.5s;
    cursor: pointer;
}

.ConfModal .modal-body .btn:hover,
.ConfModal .modal-body .btn:focus,
.ConfDelModal .modal-body .btn:hover,
.ConfDelModal .modal-body .btn:focus {
    color: #fff;
    text-decoration: none;
    background: #ff720d;
}

#ModalMessage .modal-body,
#ModalCommerce .modal-body {
    padding: 40px 80px 30px 40px;
}

.rtl #ModalMessage .modal-body,
.rtl #ModalCommerce .modal-body {
    padding: 40px 40px 30px 80px;
}

#ModalMessage .span4,
#ModalCommerce .span4 {
    width: 36.914893617021278%;
}

@media screen and (max-width: 768px) {
    #ModalMessage .span4,
    #ModalCommerce .span4 {
        width: 100%;
        text-align: center;
    }
}

#ModalMessage h1,
#ModalCommerce h1 {
    font-weight: 100;
    margin: 0;
    font-size: 28px;
    font-size: 2.8rem;
    color: #2a2622;
}

#ModalMessage h2,
#ModalCommerce h2 {
    font-weight: normal;
    margin: 0;
    color: #232120;
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: uppercase;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
}

#ModalMessage h3,
#ModalCommerce h3 {
    color: #232120;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 40px;
}

#ModalMessage p,
#ModalMessage .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalMessage div,
#ModalCommerce p,
#ModalCommerce .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalCommerce div {
    font-size: 14.5px;
    font-size: 1.45rem;
    margin: 0 0 5px;
}

#ModalMessage ul li,
#ModalCommerce ul li {
    font-size: 14.5px;
    font-size: 1.45rem;
}

#ModalMessage .product,
#ModalCommerce .product {
    width: 260px;
    margin: 0 0 40px;
}

#ModalMessage .span8,
#ModalCommerce .span8 {
    width: 60.95744680851064%;
    padding-left: 35px;
}

.rtl #ModalMessage .span8,
.rtl #ModalCommerce .span8 {
    padding-right: 35px;
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    #ModalMessage .span8,
    #ModalCommerce .span8 {
        width: 100%;
        margin: 0;
    }
}

#ModalMessage .span8 p,
#ModalMessage .span8 .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalMessage .span8 div,
#ModalCommerce .span8 p,
#ModalCommerce .span8 .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalCommerce .span8 div {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
    #ModalMessage .span8 p,
    #ModalMessage .span8 .krups-block-univers .krups-block-wrapper div,
    .krups-block-univers .krups-block-wrapper #ModalMessage .span8 div,
    #ModalCommerce .span8 p,
    #ModalCommerce .span8 .krups-block-univers .krups-block-wrapper div,
    .krups-block-univers .krups-block-wrapper #ModalCommerce .span8 div {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 0 10px;
    }
}

#ModalMessage .span8 .revendeur-title,
#ModalCommerce .span8 .revendeur-title {
    font-family: "Libre-Baskerville", "Arial", sans-serif;
    color: #232120;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
}

#ModalMessage .span8 .seller,
#ModalCommerce .span8 .seller {
    width: 33.33%;
    text-align: center;
    height: 100px;
    border: 0;
    padding: 5px;
}

#ModalMessage .span8 .seller > a,
#ModalCommerce .span8 .seller > a {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: 1px solid #f5f7f7;
}

#ModalMessage .span8 .seller > a .border,
#ModalCommerce .span8 .seller > a .border {
    display: table-cell;
    vertical-align: middle;
}

#ModalMessage .span8 .seller > a .border img,
#ModalCommerce .span8 .seller > a .border img {
    max-width: 70%;
}

#ModalMessage .span8 .bx-controls .bx-pager a,
#ModalCommerce .span8 .bx-controls .bx-pager a {
    background-color: #cecdcd;
    border-color: #cecdcd;
    transition: all 0.4s;
    width: 15px;
    height: 15px;
    margin: 0 7x;
}

#ModalMessage .span8 .bx-controls .bx-pager a:hover,
#ModalMessage .span8 .bx-controls .bx-pager a.active,
#ModalCommerce .span8 .bx-controls .bx-pager a:hover,
#ModalCommerce .span8 .bx-controls .bx-pager a.active {
    background-color: #fff;
    border-color: #cecdcd;
}

#ModalMessage .span8 .accessorie-link p,
#ModalMessage .span8 .accessorie-link .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalMessage .span8 .accessorie-link div,
#ModalMessage .span8 .distributor-not-found-msg p,
#ModalMessage .span8 .distributor-not-found-msg .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalMessage .span8 .distributor-not-found-msg div,
#ModalCommerce .span8 .accessorie-link p,
#ModalCommerce .span8 .accessorie-link .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalCommerce .span8 .accessorie-link div,
#ModalCommerce .span8 .distributor-not-found-msg p,
#ModalCommerce .span8 .distributor-not-found-msg .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalCommerce .span8 .distributor-not-found-msg div {
    color: #232120;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 26px;
}

#ModalMessage .span8 .accessorie-link .bc-disclaimer a,
#ModalMessage .span8 .distributor-not-found-msg .bc-disclaimer a,
#ModalCommerce .span8 .accessorie-link .bc-disclaimer a,
#ModalCommerce .span8 .distributor-not-found-msg .bc-disclaimer a {
    width: auto;
}

#ModalMessage .span8 .buy-onLine-reditrect-msg a,
#ModalCommerce .span8 .buy-onLine-reditrect-msg a {
    color: #9599a4;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 0 25px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #ModalMessage .span8 .buy-onLine-reditrect-msg a,
    #ModalCommerce .span8 .buy-onLine-reditrect-msg a {
        margin: 10px auto 0;
        display: table;
    }
}

#ModalMessage .span8 form,
#ModalCommerce .span8 form {
    padding: 0 40px 0 0;
}

.rtl #ModalMessage .span8 form,
.rtl #ModalCommerce .span8 form {
    padding: 0 0 0 40px;
}

#ModalMedia .modal-body {
    padding-bottom: 12px;
}

#ModalMedia .product-viewer .item iframe {
    width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 768px) {
    #ModalMedia .product-viewer .item iframe {
        max-height: 200px;
    }
}

#ModalPassword,
.modal-message {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: lighter;
}

#ModalPassword .close,
.modal-message .close {
    color: #a39a93;
    font-weight: normal;
    -webkit-transform: none;
    transform: none;
    top: 10px;
}

#ModalPassword .close::after,
.modal-message .close::after {
    color: #fff;
}

#ModalPassword .close:hover,
.modal-message .close:hover {
    -webkit-transform: none;
    transform: none;
}

#ModalPassword .close:hover::after,
.modal-message .close:hover::after {
    color: #fff;
}

#ModalPassword .modal-body,
.modal-message .modal-body {
    padding: 25px 67px 40px;
    min-height: 22px;
}

@media screen and (max-width: 768px) {
    #ModalPassword .modal-body,
    .modal-message .modal-body {
        padding: 18px 25px 0;
    }
}

#ModalPassword .modal-body h1,
.modal-message .modal-body h1 {
    font-weight: 100;
    margin: 0;
    font-size: 28px;
    font-size: 2.8rem;
    color: #2a2622;
}

#ModalPassword .modal-body .password-title,
#ModalPassword .modal-body h2,
.modal-message .modal-body .password-title,
.modal-message .modal-body h2 {
    font-weight: normal;
    margin: 0;
    color: #232120;
    font-size: 19px;
    font-size: 1.9rem;
    text-transform: uppercase;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
}

#ModalPassword .modal-body .password-title,
.modal-message .modal-body .password-title {
    letter-spacing: 1.5px;
    line-height: 40px;
}

#ModalPassword .modal-body h3,
.modal-message .modal-body h3 {
    color: #232120;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 40px;
}

#ModalPassword .modal-body p,
#ModalPassword .modal-body .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalPassword .modal-body div,
.modal-message .modal-body p,
.modal-message .modal-body .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper .modal-message .modal-body div {
    font-size: 14.5px;
    font-size: 1.45rem;
    margin: 0 0 5px;
}

#ModalPassword .modal-body ul li,
.modal-message .modal-body ul li {
    font-size: 14.5px;
    font-size: 1.45rem;
}

#ModalPassword p,
#ModalPassword .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #ModalPassword div {
    margin: 0 0 10px;
}

#ModalPassword #inputEmail {
    margin-top: 15px;
    box-shadow: none;
    height: 50px;
    width: 100%;
    padding: 0 14px;
}

@media screen and (max-width: 768px) {
    #ModalPassword #inputEmail {
        height: 45px;
    }
}

#ModalPassword input {
    border-radius: 0;
    height: 32px;
    width: 240px;
    margin: 0 0 0;
    float: left;
}

.rtl #ModalPassword input {
    float: right;
}

#ModalPassword .skip {
    clear: both;
    float: left;
    overflow: hidden;
    color: #e2001a;
    margin: 0 0 20px 0;
    font-size: 10px;
    font-size: 1rem;
}

.rtl #ModalPassword .skip {
    float: right;
}

#ModalPassword p.text-right,
#ModalPassword .krups-block-univers .krups-block-wrapper div.text-right,
.krups-block-univers .krups-block-wrapper #ModalPassword div.text-right {
    overflow: hidden;
    float: left;
    clear: both;
    width: 100%;
}

.rtl #ModalPassword p.text-right,
.rtl #ModalPassword .krups-block-univers .krups-block-wrapper div.text-right,
.krups-block-univers .krups-block-wrapper .rtl #ModalPassword div.text-right {
    float: right;
}

#ModalPassword p.text-right .btn,
#ModalPassword .krups-block-univers .krups-block-wrapper div.text-right .btn,
.krups-block-univers .krups-block-wrapper #ModalPassword div.text-right .btn {
    background: #f38230;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    transition: all 0.5s;
    cursor: pointer;
    margin: 10px;
}

@media screen and (max-width: 768px) {
    #ModalPassword p.text-right .btn,
    #ModalPassword .krups-block-univers .krups-block-wrapper div.text-right .btn,
    .krups-block-univers .krups-block-wrapper #ModalPassword div.text-right .btn {
        width: 60%;
    }
}

#ModalPassword p.text-right .btn:hover,
#ModalPassword .krups-block-univers .krups-block-wrapper div.text-right .btn:hover,
.krups-block-univers .krups-block-wrapper #ModalPassword div.text-right .btn:hover,
#ModalPassword p.text-right .btn:focus,
#ModalPassword .krups-block-univers .krups-block-wrapper div.text-right .btn:focus,
.krups-block-univers .krups-block-wrapper #ModalPassword div.text-right .btn:focus {
    color: #fff;
    text-decoration: none;
    background: #ff720d;
}

#ModalPassword p.text-right .btn.btn-action,
#ModalPassword .krups-block-univers .krups-block-wrapper div.text-right .btn.btn-action,
.krups-block-univers .krups-block-wrapper #ModalPassword div.text-right .btn.btn-action {
    background: #958e88;
    color: #fff;
}

#ModalPassword p.text-right .btn.btn-action:hover,
#ModalPassword .krups-block-univers .krups-block-wrapper div.text-right .btn.btn-action:hover,
.krups-block-univers .krups-block-wrapper #ModalPassword div.text-right .btn.btn-action:hover {
    background: #a39a93;
}

@media screen and (max-width: 768px) {
    #ModalPassword p.text-right,
    #ModalPassword .krups-block-univers .krups-block-wrapper div.text-right,
    .krups-block-univers .krups-block-wrapper #ModalPassword div.text-right {
        margin: 0 0 10px;
        width: 100%;
        float: none;
        text-align: center;
    }
}

#ModalBusinnessConnector h4.modal-buy,
#ModalCommerce h4.modal-buy,
#ModalProductBuy h4.modal-buy,
#ModalMessage h4.modal-buy {
    margin: 0 0 10px;
    font-weight: 100;
    color: #f38230;
    font-size: 24px;
    font-size: 2.4rem;
}

#ModalBusinnessConnector .product,
#ModalBusinnessConnector .product-viewer,
#ModalCommerce .product,
#ModalCommerce .product-viewer,
#ModalProductBuy .product,
#ModalProductBuy .product-viewer,
#ModalMessage .product,
#ModalMessage .product-viewer {
    width: 100%;
    float: left;
    text-align: center;
}

.rtl #ModalBusinnessConnector .product,
.rtl #ModalBusinnessConnector .product-viewer,
.rtl #ModalCommerce .product,
.rtl #ModalCommerce .product-viewer,
.rtl #ModalProductBuy .product,
.rtl #ModalProductBuy .product-viewer,
.rtl #ModalMessage .product,
.rtl #ModalMessage .product-viewer {
    float: right;
}

@media screen and (max-width: 768px) {
    #ModalBusinnessConnector .product,
    #ModalBusinnessConnector .product-viewer,
    #ModalCommerce .product,
    #ModalCommerce .product-viewer,
    #ModalProductBuy .product,
    #ModalProductBuy .product-viewer,
    #ModalMessage .product,
    #ModalMessage .product-viewer {
        max-height: 110px;
        overflow: hidden;
        padding: 0 0 0px;
        height: auto;
        margin: 0;
    }

    #ModalBusinnessConnector .product .item,
    #ModalBusinnessConnector .product-viewer .item,
    #ModalCommerce .product .item,
    #ModalCommerce .product-viewer .item,
    #ModalProductBuy .product .item,
    #ModalProductBuy .product-viewer .item,
    #ModalMessage .product .item,
    #ModalMessage .product-viewer .item {
        padding: 10px;
        margin: 0;
    }

    #ModalBusinnessConnector .product img,
    #ModalBusinnessConnector .product-viewer img,
    #ModalCommerce .product img,
    #ModalCommerce .product-viewer img,
    #ModalProductBuy .product img,
    #ModalProductBuy .product-viewer img,
    #ModalMessage .product img,
    #ModalMessage .product-viewer img {
        max-height: 90px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    #ModalBusinnessConnector .product .carousel,
    #ModalBusinnessConnector .product-viewer .carousel,
    #ModalCommerce .product .carousel,
    #ModalCommerce .product-viewer .carousel,
    #ModalProductBuy .product .carousel,
    #ModalProductBuy .product-viewer .carousel,
    #ModalMessage .product .carousel,
    #ModalMessage .product-viewer .carousel {
        margin-bottom: 0;
    }
}

#ModalBusinnessConnector .product-detail,
#ModalCommerce .product-detail,
#ModalProductBuy .product-detail,
#ModalMessage .product-detail {
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
    border: 0;
}

@media screen and (max-width: 768px) {
    .rtl #ModalBusinnessConnector .product-detail,
    .rtl #ModalCommerce .product-detail,
    .rtl #ModalProductBuy .product-detail,
    .rtl #ModalMessage .product-detail {
        text-align: right;
    }
}

#ModalBusinnessConnector .product-detail h2,
#ModalCommerce .product-detail h2,
#ModalProductBuy .product-detail h2,
#ModalMessage .product-detail h2 {
    font-weight: 100;
    color: #f38230;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
    margin: 0 0 10px;
    text-align: left;
}

.rtl #ModalBusinnessConnector .product-detail h2,
.rtl #ModalCommerce .product-detail h2,
.rtl #ModalProductBuy .product-detail h2,
.rtl #ModalMessage .product-detail h2 {
    text-align: right;
}

@media screen and (max-width: 768px) {
    #ModalBusinnessConnector .product-detail h2,
    #ModalCommerce .product-detail h2,
    #ModalProductBuy .product-detail h2,
    #ModalMessage .product-detail h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .rtl #ModalBusinnessConnector .product-detail h2,
    .rtl #ModalCommerce .product-detail h2,
    .rtl #ModalProductBuy .product-detail h2,
    .rtl #ModalMessage .product-detail h2 {
        text-align: right;
    }
}

#ModalBusinnessConnector .product-detail .value,
#ModalCommerce .product-detail .value,
#ModalProductBuy .product-detail .value,
#ModalMessage .product-detail .value {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2em;
    text-align: center;
}

#ModalBusinnessConnector .product-detail .value .oldprice,
#ModalCommerce .product-detail .value .oldprice,
#ModalProductBuy .product-detail .value .oldprice,
#ModalMessage .product-detail .value .oldprice {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
    text-align: center;
    color: #f38230;
}

#ModalBusinnessConnector .product-detail .bc-disclaimer a,
#ModalCommerce .product-detail .bc-disclaimer a,
#ModalProductBuy .product-detail .bc-disclaimer a,
#ModalMessage .product-detail .bc-disclaimer a {
    width: auto;
}

#ModalBusinnessConnector .prod-actions .span12,
#ModalCommerce .prod-actions .span12,
#ModalProductBuy .prod-actions .span12,
#ModalMessage .prod-actions .span12 {
    text-align: right;
    padding-top: 15px;
}

.rtl #ModalBusinnessConnector .prod-actions .span12,
.rtl #ModalCommerce .prod-actions .span12,
.rtl #ModalProductBuy .prod-actions .span12,
.rtl #ModalMessage .prod-actions .span12 {
    text-align: left;
}

@media screen and (max-width: 768px) {
    #ModalBusinnessConnector .prod-actions .span12,
    #ModalCommerce .prod-actions .span12,
    #ModalProductBuy .prod-actions .span12,
    #ModalMessage .prod-actions .span12 {
        text-align: center;
    }

    .rtl #ModalBusinnessConnector .prod-actions .span12,
    .rtl #ModalCommerce .prod-actions .span12,
    .rtl #ModalProductBuy .prod-actions .span12,
    .rtl #ModalMessage .prod-actions .span12 {
        text-align: center;
    }
}

#ModalBusinnessConnector .prod-actions .btn,
#ModalCommerce .prod-actions .btn,
#ModalProductBuy .prod-actions .btn,
#ModalMessage .prod-actions .btn {
    background: #948e88;
    color: #fff;
    width: auto;
    margin: 0 0 0 16px;
    padding: 17px 25px;
    border-radius: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1.5px;
}

.rtl #ModalBusinnessConnector .prod-actions .btn,
.rtl #ModalCommerce .prod-actions .btn,
.rtl #ModalProductBuy .prod-actions .btn,
.rtl #ModalMessage .prod-actions .btn {
    margin: 0 16px 0 0;
}

#ModalBusinnessConnector .prod-actions .btn:hover,
#ModalCommerce .prod-actions .btn:hover,
#ModalProductBuy .prod-actions .btn:hover,
#ModalMessage .prod-actions .btn:hover {
    background: #a19a94;
    color: #fff;
}

#ModalBusinnessConnector .prod-actions .btn.btn-action,
#ModalCommerce .prod-actions .btn.btn-action,
#ModalProductBuy .prod-actions .btn.btn-action,
#ModalMessage .prod-actions .btn.btn-action {
    background: #f38230;
    color: #fff;
}

#ModalBusinnessConnector .prod-actions .btn.btn-action:hover,
#ModalCommerce .prod-actions .btn.btn-action:hover,
#ModalProductBuy .prod-actions .btn.btn-action:hover,
#ModalMessage .prod-actions .btn.btn-action:hover {
    background: #ff720d;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #ModalBusinnessConnector .prod-actions .btn,
    #ModalCommerce .prod-actions .btn,
    #ModalProductBuy .prod-actions .btn,
    #ModalMessage .prod-actions .btn {
        margin: 0 0 5px;
    }

    .rtl #ModalBusinnessConnector .prod-actions .btn,
    .rtl #ModalCommerce .prod-actions .btn,
    .rtl #ModalProductBuy .prod-actions .btn,
    .rtl #ModalMessage .prod-actions .btn {
        margin: 0 0 5px;
    }
}

#ModalBusinnessConnector .span7,
#ModalCommerce .span7,
#ModalProductBuy .span7,
#ModalMessage .span7 {
    width: 400px;
}

@media screen and (max-width: 768px) {
    #ModalBusinnessConnector .span7,
    #ModalCommerce .span7,
    #ModalProductBuy .span7,
    #ModalMessage .span7 {
        width: 100%;
    }
}

#ModalBusinnessConnector .span5,
#ModalCommerce .span5,
#ModalProductBuy .span5,
#ModalMessage .span5 {
    width: 135px;
    margin-left: 5px;
}

.rtl #ModalBusinnessConnector .span5,
.rtl #ModalCommerce .span5,
.rtl #ModalProductBuy .span5,
.rtl #ModalMessage .span5 {
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    #ModalBusinnessConnector .span5,
    #ModalCommerce .span5,
    #ModalProductBuy .span5,
    #ModalMessage .span5 {
        width: 100%;
        margin: 0;
    }
}

#ModalBusinnessConnector .span5 .product-detail,
#ModalCommerce .span5 .product-detail,
#ModalProductBuy .span5 .product-detail,
#ModalMessage .span5 .product-detail {
    width: 100%;
    text-align: right;
}

.rtl #ModalBusinnessConnector .span5 .product-detail,
.rtl #ModalCommerce .span5 .product-detail,
.rtl #ModalProductBuy .span5 .product-detail,
.rtl #ModalMessage .span5 .product-detail {
    text-align: left;
}

@media screen and (max-width: 768px) {
    #ModalBusinnessConnector .prod-actions,
    #ModalCommerce .prod-actions,
    #ModalProductBuy .prod-actions,
    #ModalMessage .prod-actions {
        clear: both;
        text-align: center;
    }
}

#ModalBusinnessConnector #CarouselDetailProductBig .carousel-inner img,
#ModalCommerce #CarouselDetailProductBig .carousel-inner img,
#ModalProductBuy #CarouselDetailProductBig .carousel-inner img,
#ModalMessage #CarouselDetailProductBig .carousel-inner img {
    height: auto;
    max-height: 345px;
    -webkit-transform: none;
    transform: none;
    top: 0;
}

#ModalProductBuy .modal-body {
    padding: 30px 40px 40px;
}

@media screen and (max-width: 900px) {
    #ModalProductBuy .modal-body {
        padding: 10px 35px 10px;
    }
}

#ModalProductBuy .modal-body .product-detail p.ref,
#ModalProductBuy .modal-body .product-detail .krups-block-univers .krups-block-wrapper div.ref,
.krups-block-univers .krups-block-wrapper #ModalProductBuy .modal-body .product-detail div.ref {
    float: none;
    margin-top: 7px;
}

#ModalProductBuy #CarouselDetailProductBig .carousel-inner img {
    height: auto;
    max-height: 345px;
    -webkit-transform: none;
    transform: none;
    top: 0;
}

@media screen and (max-width: 900px) {
    #ModalProductBuy #CarouselDetailProductBig .carousel-inner img {
        max-height: 100px;
        margin: 0 auto;
    }
}

#ModalMessage .span7 {
    width: 55%;
}

#ModalMessage #StoreStockLocator .span7 {
    margin: 0px;
}

#ModalMessage .span8 form {
    padding: 0;
}

#ModalMessage .search-style1 {
    margin: 0px;
}

#ModalBusinnessConnector .modal-body,
#ModalMessage .modal-body {
    max-height: 500px;
}

#ModalBusinnessConnector .product-detail form,
#ModalBusinnessConnector .product-detail h3,
#ModalBusinnessConnector .product-detail h1,
#ModalMessage .product-detail form,
#ModalMessage .product-detail h3,
#ModalMessage .product-detail h1 {
    margin: 0 0 15px;
}

#ModalBusinnessConnector .row-fluid + h3,
#ModalMessage .row-fluid + h3 {
    margin-top: 15px;
}

#ModalMessage.FormStockAlert {
    width: 562px;
    margin-left: -281px;
    min-height: 200px;
    overflow: hidden;
    transition: all 0.3s;
}

.rtl #ModalMessage.FormStockAlert {
    margin-right: -281px;
}

#ModalMessage.FormStockAlert .close:after {
    color: #fff;
    font-size: 16px;
}

#ModalMessage.FormStockAlert .modal-header {
    background-color: #f38230;
    color: #fff;
    padding: 12px 45px 10px 15px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
}

.rtl #ModalMessage.FormStockAlert .modal-header {
    padding: 12px 15px 10px 45px;
}

#ModalMessage.FormStockAlert .modal-body {
    padding: 33px 40px 20px 40px;
}

@media screen and (max-width: 1024px) {
    #ModalMessage.FormStockAlert {
        width: auto;
        margin: 0;
    }
}

#FormStockAlert {
    margin: 0;
}

#FormStockAlert #globalMessages .information_message {
    background: none;
    color: #f38230;
    margin: 3px 0 0 0;
    padding: 0;
}

#FormStockAlert #globalMessages .information_message p,
#FormStockAlert #globalMessages .information_message .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #FormStockAlert #globalMessages .information_message div {
    margin: 0;
    color: #f38230;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

.rtl #FormStockAlert #globalMessages .information_message p,
.rtl #FormStockAlert #globalMessages .information_message .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper .rtl #FormStockAlert #globalMessages .information_message div {
    text-align: right;
}

#FormStockAlert label {
    font-size: 14.5px;
    font-size: 1.45rem;
    margin: 0 5px 5px 0;
}

.rtl #FormStockAlert label {
    margin: 0 0 5px 5px;
}

#FormStockAlert h3 {
    display: none;
}

#FormStockAlert input[type="TEXT"] {
    border-radius: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #dbdbdd;
    box-shadow: none;
    padding: 5px 30px 6px 10px;
}

.rtl #FormStockAlert input[type="TEXT"] {
    padding: 5px 10px 6px 30px;
}

#FormStockAlert p,
#FormStockAlert .krups-block-univers .krups-block-wrapper div,
.krups-block-univers .krups-block-wrapper #FormStockAlert div {
    color: #000;
    font-weight: 100;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 6px;
}

#FormStockAlert .form-actions {
    padding: 0;
    margin: 0;
    background: transparent;
    text-align: right;
    border: 0;
    position: relative;
}

.rtl #FormStockAlert .form-actions {
    text-align: left;
}

#FormStockAlert .form-actions .btn-action {
    background: url(/evidence-resources/img/arrows/arrow-right-gris2.png) no-repeat center center;
    font-size: 0px;
    font-size: 0rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 48px;
}

.rtl #FormStockAlert .form-actions .btn-action {
    left: 0;
    right: auto;
}

#ModalDeleteAccount .btn {
    width: auto;
    background: #bab9b9;
    color: #ffffff;
    box-shadow: 0 0 transparent;
    margin-left: 16px;
}

.rtl #ModalDeleteAccount .btn {
    margin-right: 16px;
}

#ModalDeleteAccount .btn:hover {
    background: #939393;
    color: #fff;
}

#ModalDeleteAccount .btn.btn-action {
    background: #f38230;
    color: #fff;
}

#ModalDeleteAccount .btn.btn-action:hover {
    background: #ff720d;
}

.navigation {
    opacity: 0;
}

.fp-viewing-firstPage .navigation {
    opacity: 1;
}

#modale {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: table;
    left: 0;
    top: 0;
    z-index: 120;
    display: none;
}

#modale.is-visible {
    display: table;
}

#modale .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#modale .modal,
#modale .modale {
    display: inline-block;
    width: 280px;
    background: #fff;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    #modale .modal,
    #modale .modale {
        transform: scale(0.7);
    }
}

#modale .modal img,
#modale .modale img {
    display: block;
}

#modale .modal a,
#modale .modale a {
    border: 1px solid #dadada;
    margin-bottom: 20px;
    display: inline-block;
}

@media (max-height: 700px) and (min-width: 1024px) {
    .wrapper.evidence .theh2 {
        font-size: 36px;
    }

    .wrapper.evidence .evbltxt .evbltxth2 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .wrapper.evidence .evbltxt .evbltxth2 br.desktop {
        display: none;
    }

    .wrapper.evidence .evbltxt .evbltxth2::after {
        top: auto;
        bottom: 0;
    }

    .wrapper.evidence .carousel-custom-dots .item span.text {
        font-size: 12px;
        padding-top: 7px;
    }

    .wrapper.evidence #section8 .carousel-custom-dots {
        max-width: 610px;
    }

    .wrapper.evidence .evbltxt .evbltxtpfirst {
        padding-bottom: 5px;
    }

    .wrapper.evidence #section9 .thecontent .item {
        margin-bottom: 5px;
    }

    .wrapper.evidence #section9 #owl-carousel-machine figure img {
        max-width: 220px;
    }
}

.wrapper.evidence .footer .owl-dots {
    display: none;
}

.carousel-machine-block .btn-primary {
    margin-top: 10px;
}
