body {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 800;
}

.home-wow {
    width: 100%;
    font-family: Lucas,"Trebuchet MS",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.075em;
    font-weight: 400;
}

.home-wow .black {
    color: #000;
}

.home-wow .white {
    color: #fff;
}

.home-wow .brand {
    font-weight: 600;
}

.home-wow h1.narrow {
    font-weight: 800;
    font-size: 2.56em;
    line-height: 1.33em;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.home-wow h1.wide {
    font-weight: 800;
    font-size: 2.4714em;
    line-height: 1.33em;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.home-wow #hero h2.wide .narrow {
    font-weight: 300;
    font-size: 0.75em;
    line-height: 1.33em;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.home-wow h1.wide .narrow {
    display: inline-block;
}
.home-wow h2.narrow {
    font-weight: 300;
    font-size: 2.15em;
    line-height: 1.33em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.home-wow h2.wide {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 5px;
    padding-bottom: 2.6em;
    text-transform: uppercase;
    margin: 0;
}

.home-wow h3 {
    font-weight: 800;
    font-size: 1.28em;
    line-height: 1.5em;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.home-wow h4 {
    font-weight: 800;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.home-wow .p1 {
    font-weight: 300;
    font-size: 1.72em;
    line-height: 1.33em;
    letter-spacing: 0.084em;
    padding: 0;
    margin: 0;
}

.home-wow .p2 {
    font-weight: 300;
    font-size: 1.285em;
    line-height: 1.33em;
    letter-spacing: 0.055em;
    padding: 0;
    margin: 0;
}

.home-wow .p3 {
    font-weight: 400;
    font-size: 1.15em;
    line-height: 1.33em;
    letter-spacing: 0.075em;
    padding: 0;
    margin: 0;
}

.home-wow .p4 {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.075em;
    padding: 0;
    margin: 0;
}

.home-wow .p5 {
    font-weight: 400;
    font-size: 0.99em;
    line-height: 1.33em;
    letter-spacing: 0.083em;
    padding: 0;
    margin: 0;
}

.home-wow a.link,
.home-wow span.link {
    color: #8F7247;
    text-decoration: none;
    position:relative;
    font-weight: 400;
}

.home-wow a.link:after,
.home-wow span.link:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.4em;
    height: 0.4em;
    right: -0.875em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #8F7247;
    border-right: 1px solid #8F7247;
}

.home-wow a.button {
    font-family: Lucas,"Trebuchet MS",Helvetica,Arial,sans-serif;
    margin: 0;
    height: auto;
    font-weight: 600;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid;
    text-decoration: none;
    padding: 1em 2.8em 0.75em 2.8em;
    position: relative;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-transition: .1s all ease-out;
    -moz-transition: .1s all ease-out;
    transition: .1s all ease-out;
    cursor: pointer;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0.075em;
    background: none;
    outline: none;
    min-width: 200px;
    box-sizing: border-box;
}

.home-wow a.button.black-outline {
    border-color: #000;
    background: transparent;
    color: #000;
}

.home-wow a.button.black-outline:hover,
.home-wow a.button.black-outline:active {
    border-color: #000;
    background: #000;
    color: #fff;
}

.home-wow a.button.white-outline {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.home-wow a.button.white-outline:hover,
.home-wow a.button.white-outline:active {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.home-wow a.button.green {
    border-color: #3d8705;
    background: #3d8705;
    color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.home-wow a.button.green:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.3);
}

.home-wow a.button.green:active {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    background: #337104;
    border-color: #337104;
}

.home-wow a.button.gold {
    border-color: #8F7247;
    background: #8F7247;
    color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.home-wow #segments a.button.gold,
.home-wow #services a.button.gold{
    display: inline-block;
}
.home-wow a.button.gold:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.3);
}

.home-wow a.button.gold:active {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    background: #79613c;
    border-color: #79613c;
}

.home-wow a.button.black-chevron:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.65em;
    height: 0.65em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 1.45em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.home-wow a.button.black-chevron.black-outline:hover:after,
.home-wow a.button.black-chevron.black-outline:active:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.home-wow a.button.white-chevron:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.65em;
    height: 0.65em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 1.45em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.home-wow a.button.white-chevron.white-outline:hover:after,
.home-wow a.button.white-chevron.white-outline:active:after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.home-wow #hero{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.home-wow #hero .track-impression-promotion{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.home-wow #hero .n-small-height__inner {
    padding: 36px 0 36px 82px;
}
.home-wow #hero .nouv .n-small-height__inner {
    padding: 13px 0 36px 82px;
}
.home-wow #hero .n-cta{
    letter-spacing: normal;
}
.home-wow #hero .n-heading--h2{
    font-weight: 500;
}
.home-wow #hero .n-small-height__lead{
    font-weight: 400;
}

.home-wow #hero .slick-slide {
    position: relative;
}

.home-wow #hero .slick-slide.slick-active {
    z-index: 1;
}



.home-wow #hero .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.home-wow #hero .slick-dots li {
    display: inline-block;
    padding: 0 12px 0 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.home-wow #hero .slick-dots li:last-of-type {
    padding: 0;
}

.home-wow #hero .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    box-shadow: 0px 0px 2px #000;
}

.home-wow #hero .slick-dots li.slick-active button {
    background: #fff;
}

/* ENTRIES & SEGMENTS */

.home-wow #entries-segments {
    width: 100%;
    position: relative;
    text-align: center;
    background: url('https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/desktop/segment_BG_XL.jpg');
    background-size: cover;
}


.home-wow #segments h2 {

    margin: 0 auto;
    text-align: center;
}

.home-wow #segments .segments {
    margin: 0 auto;
    max-width: 996px;
    box-sizing: border-box;
    display: inline-flex;
    width: 75vw;
}

.home-wow #segments .segments > * {
    width: calc(100% / 3);
    margin: 0 2.25em 0 0;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
}

.home-wow #segments .segments .C {
    margin: 0;
}

.home-wow #segments .segments img,
.home-wow #segments .segments .text {
    display: block;
    width: 100%;
    text-align: left;
}

.home-wow #segments .segments img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.home-wow #segments .segments .text {
    padding: 2.25em 1.75em 4em;
    box-sizing: border-box;
}

.home-wow #segments .segments .text h3 {
    padding: 0 0 0.5em 0;
}

.home-wow #segments .segments .text p.p2 {
    padding: 0 0 0.5em 0;
}

.home-wow #segments > div:last-of-type {
    margin: 5.25em auto 0;
    display: block;
}
.home-wow #segments .segments .link{
    display: inline-block;
    position: absolute;
    left: 1.7em;
    bottom: 1.5em;
}

/* SERVICES */
.home-wow #entries-segments,
.home-wow #services,
.home-wow #testimonials-customers{
    padding: 3.75em 0 3.75em;
}
.home-wow #nespresso-universe{
    padding-top: 3.75em;
}
.home-wow #services {
    text-align: center;
    background-color: #ffffff;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.home-wow #services h2 {
    text-align: center;
    max-width: 55vw;
    margin: 0 auto;
}

.home-wow #services ul {
    padding: 0 0 6.25em;
    margin: 0 auto;
    list-style: none;
    max-width: 996px;
    box-sizing: border-box;
    width: 75vw;
}
.home-wow #services ul.icon-holder{
    padding: 0 0 .3em;
}
.home-wow #services ul:after{
    content: '';
    display: table;
    width: 100%;
    clear: both;
}
.home-wow #services ul li {
    display: inline-block;
    box-sizing: border-box;
    width: calc(25% - 1em);
    padding: 0 1em;
    vertical-align: top;
}
.home-wow #services ul li img,
.home-wow #services ul li svg {
    padding: 0;
    width: auto;
    height: 100%;
    min-height: 60px;
    max-height: 60px;
}

.home-wow #services ul li h3 {
    padding: 0.5em 0 0.5em 0;
}

.home-wow #services a.button {
    margin: 0 auto;
}

.home-wow #services > img:last-of-type {
    width: 445px;
    position: absolute;
    bottom: calc(-445px / 2);
    left: 70vw;
}

/* TESTIMONIALS & CUSTOMERS */

.home-wow #testimonials-customers {
    text-align: center;
    background: #fff;

    background: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/desktop/testimonials-bgr.jpg) repeat top left;
    background-color: #ffffff;
    background-attachment: fixed;
}

/*NEW*/
.home-wow #testimonials-customers #testimonials h2{
    text-align: center;
    max-width: 55vw;
    margin: 0 auto;
}
/*END NEW*/
.home-wow #testimonials-customers #testimonials .carousel {
    width: 600px;
    padding: 0 0 9em;
    margin: 0 auto;
    list-style: none;
}

.home-wow #testimonials-customers #testimonials .carousel img {
    width: 60px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.home-wow #testimonials-customers #testimonials .carousel .text {
    text-align: left;
    padding: 0.75em 0 2em 2em;
    display: inline-block;
    width: calc(100% - 5.6em);
    box-sizing: border-box;
}
.home-wow .yt-vid{
    width: 96.6666%;
    margin: 0 auto;

}
.home-wow .yt-vid iframe{
    width: 100%;
    height: 54.33333vw;
    max-height: 327px;
}

.home-wow #testimonials-customers #testimonials .carousel blockquote:before {
    content: '\201C';
    font-weight: 800;
    font-size: 3.275em;
    margin: 0 0 0 -0.9em;
    padding: 0 0.225em 0 0;
    top: 0.1em;
    position: relative;
}

.home-wow #testimonials-customers #testimonials .carousel .text h3 {
    padding: 0;
}

.home-wow #testimonials-customers #testimonials .carousel .text .p5 {
    padding: 0 0 3em 0;
}
.home-wow #testimonials-customers #testimonials .slick-slide {
    position: relative;
    vertical-align: top;
}

.home-wow #testimonials-customers #testimonials .slick-slide.slick-active {
    z-index: 1;
}

.home-wow #testimonials-customers #testimonials .carousel > button {
    background: #8F7247;
    color: transparent;
    font-size: 1em;
    line-height: 0em;
    width: 2em;
    height: 2em;
    padding: 0;
    border: 1px solid #8F7247;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: .1s all ease-out;
    -moz-transition: .1s all ease-out;
    transition: .1s all ease-out;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.home-wow #testimonials-customers #testimonials .carousel > button:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.3);
}

.home-wow #testimonials-customers #testimonials .carousel > button:active {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    background: #79613c;
    border: 1px solid #79613c;
}

.home-wow #testimonials-customers #testimonials .carousel > button.slick-prev {
    position: absolute;
    bottom: 4.25em;
    right: 3.5em;
    cursor: pointer;
}

.home-wow #testimonials-customers #testimonials .carousel > button.slick-prev:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.65em;
    height: 0.65em;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    right: 0.4em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.home-wow #testimonials-customers #testimonials .carousel > button.slick-next {
    position: absolute;
    bottom: 4.25em;
    right: 0px;
    cursor: pointer;
}

.home-wow #testimonials-customers #testimonials .carousel > button.slick-next:after {
    content: "";
    position: absolute;
    display: block;
    width: 0.65em;
    height: 0.65em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: .6em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.home-wow #testimonials-customers #testimonials .carousel .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 4.25em;
    right: 8em;
}

.home-wow #testimonials-customers #testimonials .carousel .slick-dots li {
    display: none;
    color: #000;
}

.home-wow #testimonials-customers #testimonials .carousel .slick-dots li.slick-active:before {
    content:'0';
    display: inline-block;
    color: #000;
    font-family: Lucas,"Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    line-height: 1.33em;
    letter-spacing: 0.15em;
}

.home-wow #testimonials-customers #testimonials .carousel .slick-dots li.slick-active,
.home-wow #testimonials-customers #testimonials .carousel .slick-dots li:last-of-type {
    display: inline-block;
}

.home-wow #testimonials-customers #testimonials .carousel .slick-dots li.slick-active,
.home-wow #testimonials-customers #testimonials .carousel .slick-dots li.slick-active button {
    font-family: Lucas,"Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    line-height: 1.33em;
    letter-spacing: 0.21em;
    font-weight: 800;
}

.home-wow #testimonials-customers #testimonials .carousel .slick-dots li:last-of-type,
.home-wow #testimonials-customers #testimonials .carousel .slick-dots li:last-of-type button {
    font-family: Lucas,"Trebuchet MS",Helvetica,Arial,sans-serif;
    font-size: 1.075em;
    line-height: 1.33em;
    letter-spacing: 0.075em;
    font-weight: 300;
}

.home-wow #testimonials-customers #testimonials .carousel .slick-dots li:last-of-type:before {
    content:'/ 0';
    display: inline-block;
    color: #8F7247;
    padding: 0 0 0 5px;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0.075em;
    font-weight: 300;
}

.home-wow #testimonials-customers #testimonials .carousel .slick-dots li button {
    padding: 0;
    border: none;
    cursor: default;
    display: inline-block;
    background: none;
}

.home-wow #testimonials-customers #testimonials .carousel .slick-dots li:last-of-type button {
    color: #8F7247;
}


.home-wow #testimonials-customers #customers ul {
    width: 41vw;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    max-width: 780px;
    box-sizing: border-box;
}

.home-wow #testimonials-customers #customers ul li {
    margin: 0;
    padding: 0 1.6em 0;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
}

.home-wow #testimonials-customers #customers ul li img {
    width: 100%;
    height: auto;
}

/* NESPRESSO UNIVERSE */

.home-wow #nespresso-universe {
    background: #000;
}
.home-wow #nespresso-universe:after{
    content: '';
    display: table;
    width: 100%;
    clear: both;
}
.home-wow #nespresso-universe h2 {
    text-align: center;
    max-width: 55vw;
    margin: 0 auto;
}

.home-wow #nespresso-universe > div {
    width: 50%;
    height: 25vw;
    max-height: 600px;
    min-height: 390px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    float: left;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.home-wow #nespresso-universe div.second > div {
    width: 100%;
    height: 50%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
}

.home-wow #nespresso-universe div.main img {
    position: absolute;
    top: 50%;
    right: -8%;

    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    width: auto;
    height: 100%;
}

.home-wow #nespresso-universe div.second img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.home-wow #nespresso-universe div.second .capsules{
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.home-wow #nespresso-universe div.second .capsules img{
    height: 100%;
    width: auto;
    transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);

}
.home-wow #nespresso-universe .text {
    position: absolute;
    left: 4em;
    bottom: 1.78em;
}
.home-wow #nespresso-universe .main .text{
    bottom: calc(50% + 1.78em);
}
.home-wow #nespresso-universe a:not([class]) {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    text-transform: none;
    z-index: 1;
    display: block;
    position: relative;
    -webkit-transition: .1s all ease-out;
    -moz-transition: .1s all ease-out;
    transition: .1s all ease-out;
}

.home-wow #nespresso-universe a:not([class]):hover {
    background: hsla(0,0%,100%,.15);
}

.home-wow .small{
    font-size: .9em;
    line-height: 1em;
    margin: 0;
}
.home-wow .XL {
    display: block;
}

.home-wow .L,
.home-wow .S {
    display: none;
}
.home-wow .un-descript {
    width: 50%;
    font-size: 1.14285em;
    line-height: 1.125em;
    margin: .5em 0;
}
.home-wow .foot-expander{
    display: inline-block;
    width: 100%;
    font-family: Lucas,"Trebuchet MS",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1em;
    background-color: #000000;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
}
.home-wow .foot-expander span{
    display: inline-block;
    position: relative;
}
.home-wow .foot-expander span:before{
    content: '';
    display: inline-block;
    background: url('https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/icons/expand-arrow.svg') center top no-repeat;
    background-size: auto 100%;
    width: 1.7em;
    height: .8em;
    position: absolute;
    top: 0;
    right: 100%;
    transform-origin: -50%;
    transition: transform .8s .5s;
}
#nespresso-universe h2.white a.white{
    text-decoration: none;
}
.home-wow .nes-b-text{
    font-family: Lucas,"Trebuchet MS",Helvetica,Arial,sans-serif;
    font-weight: 500;
}
.home-wow .nes-bb-text{
    font-family: Lucas,"Trebuchet MS",Helvetica,Arial,sans-serif;
    font-weight: 800;
}
.home-wow .slide-logo-name{
    display: table;
    margin: 0 0 3em 0;
}
.home-wow .slide-logo,
.home-wow .slide-name{
    display: table-cell;
}
.home-wow .slide-logo{
    padding-right: 2em;
}
.home-wow .slide-name{
    text-align: left;
    vertical-align: middle;
}

@media screen and (min-width: 1920px) {

    .home-wow {
        font-size: calc(14px + (100vw - 1920px)/200);
    }

}

@media screen and (min-width: 1800px) {

    .home-wow #hero .slide .image img {
        width: 100vw !important;
    }

}
@media screen and (max-width: 1280px) {

    .home-wow {
        font-size: calc(14px + (100vw - 1280px)/200);
    }

}
@media screen and (max-width: 1080px){
    .home-wow #nespresso-universe div.main img{
        right: -17%;
    }
}
@media screen and (max-width: 970px){
    .home-wow #nespresso-universe .text{
        left: 2.5em;
    }
    .home-wow #nespresso-universe div.main img{
        right: -25%;
    }
    .home-wow #nespresso-universe div.second div:first-of-type img{
        width: auto;
        height: 141%;
        top: 50%;
        left: 0;
        transform: translate(-10%, -44%);
        -ms-transform: translate(-10%, -50%);
    }
    .home-wow #nespresso-universe div.second .capsules img {
        transform: translate(-26%, -50%);
        -ms-transform: translate(-26%, -50%);
    }
    .home-wow #hero .track-impression-promotion{
        background-position: 92% center;
    }
    .home-wow #hero .n-small-height__inner {
        padding: 30px;
    }
    .home-wow #hero .nouv .n-small-height__inner,
    .home-wow #hero .momento .n-small-height__inner,
    .home-wow #hero .n-small-height__inner{
        height: 310px;
        max-height: 310px;
        box-sizing: border-box;
    }
    .home-wow #hero .nouv .n-small-height__inner {
        padding: 13px 30px 30px 30px;
    }
}
@media screen and (max-width: 876px){
    .home-wow #nespresso-universe div.main img{
        right: -30%;
    }
}


@media screen and (max-width: 767px) and (orientation: portrait) {

    .home-wow {
        font-size: 3.73333vw;
    }

}

@media screen and (max-width: 767px) and (orientation: landscape) {

    .home-wow {
        font-size: 2.09895vw;
    }

}

@media screen and (min-width: 767px) and (max-width: 900px) {

    .home-wow .become-customer,
    .home-wow .already-customer {
        padding: 4.25em 1.75em 5.5em;
    }

}

@media screen and (max-width: 767px) {

    .home-wow .XL,
    .home-wow .L	{
        display: none;
    }

    .home-wow .S {
        display: block;
    }

    .home-wow a.button {
        display: block;
    }

    /* FONT */

    .home-wow h1.narrow {
        font-weight: 800;
        font-size: 2em;
        line-height: 1.4em;
        letter-spacing: 0.5em;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }
    /*END NEW*/
    .home-wow h1.wide .narrow,
    .home-wow #hero h2.wide .narrow	{
        font-weight: 300;
        font-size: 0.84em;
        line-height: 1.35em;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

    .home-wow h2.narrow {
        font-weight: 300;
        font-size: 2em;
        line-height: 1.25em;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

    .home-wow h2.wide,
    .home-wow #segments h2,
    .home-wow #services h2 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

    .home-wow h3 {
        font-weight: 800;
        font-size: 1.15em;
        line-height: 1.5em;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

    .home-wow h4 {
        font-weight: 800;
        font-size: 1em;
        line-height: 1.5em;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

    .home-wow .p1 {
        font-weight: 300;
        font-size: 1.7em;
        line-height: 1.35em;
        letter-spacing: 0.085em;
        padding: 0;
        margin: 0;
    }

    .home-wow .p2 {
        font-weight: 300;
        font-size: 1.2em;
        line-height: 1.32em;
        letter-spacing: 0.055em;
        padding: 0;
        margin: 0;
    }

    .home-wow .p4 {
        font-weight: 400;
        font-weight: 400;
        font-size: 1.15em;
        line-height: 1.5em;
        padding: 0;
        margin: 0;
    }

    .home-wow .p5 {
        font-weight: 400;
        font-size: 0.85em;
        line-height: 1.2em;
        letter-spacing: 0.08em;
        padding: 0;
        margin: 0;
    }

    .home-wow a.button {
        margin: 0;
        height: auto;
        font-weight: 600;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid;
        text-decoration: none;
        padding: 0.75em 2.55em;
        position: relative;
        text-transform: uppercase;
        box-sizing: border-box;
        -webkit-transition: .1s all ease-out;
        -moz-transition: .1s all ease-out;
        transition: .1s all ease-out;
        cursor: pointer;
        font-size: 1em;
        letter-spacing: 0.08em;
        line-height: 1.25em;
        background: none;
        outline: none;
    }

    /* HERO */

    .home-wow #hero .slide .text h1 .narrow {
        padding: 0.6em 0 0 0;
    }

    .home-wow #hero .slide .text h1.wide {
        padding: 0 0 .2em 0;
    }

    .home-wow #hero .slide .image img {
        width: 100%;
        height: auto;
        top: 0;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }

    .home-wow #hero .slide .image.black:before {
        display: block;
        content: '';
        width: 100vw;
        height: 100%;
        background-color: rgba(255,255,255,0.16);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .home-wow #hero .slide .image.white:before {
        display: block;
        content: '';
        width: 100vw;
        height: 100%;
        background-color: rgba(0,0,0,0.16);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .home-wow #hero .slide .text {

        width: 100%;
        max-width: 100vw;
        z-index: 2;
        padding: .5em 2.15em 10.5em;
    }

    .home-wow #hero .slide .text > * {
        max-width: 100%;
        text-align: center;
    }

    .home-wow #hero .slide .text a.button {
        display: block;
    }

    .home-wow #hero .slick-dots {
        bottom: .5em;
    }

    .home-wow #hero .slick-dots li {
        padding: 0 15px 0 0;
    }

    .home-wow #hero .slick-dots li button {
        width: 10px;
        height: 10px;
    }

    /* ENTRIES & SEGMENTS */

    .home-wow #entries-segments {
        padding: 1.5em 0 2.5em;
        background: url('https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/mobile/segment_BG_S.jpg');
        box-sizing: border-box;
    }

    .home-wow #segments {
        top: -4.5em;
    }

    .home-wow #segments h2 {
        max-width: 100vw;
        padding: 0 0 1.75em;
    }

    .home-wow #segments .segments {
        display: block;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }
    .home-wow #segments .segments,
    .home-wow #segments .segments-cta{
        padding: 0 1.5em;
    }
    .home-wow #segments .segments > * {
        margin: 0 0 1.5em 0;
        width: auto;
    }

    .home-wow #segments .segments .text {
        padding: 1.5em 2.1em 3em;
    }

    .home-wow #segments .segments .text h3 {
        padding: 0 0 0.5em 0;
    }

    .home-wow #segments .segments .text p.p2 {
        padding: 0 0 0.5em;
    }

    .home-wow #segments > div:last-of-type {
        margin: 2em 0 auto;
    }


    /* SERVICES */

    .home-wow #services {
        padding: 1.5em 1.5em;
        background-color: #ffffff;
    }

    .home-wow #services h2 {
        padding: 0 0 1em;
        max-width: 100vw;
    }

    .home-wow #services > img:last-of-type {
        display: none;
    }

    .home-wow #services ul {
        width: 100%;
        padding: 0 0 2.5em;
        display: inline-flex;
        flex-wrap: wrap;
    }

    .home-wow #services ul li,
    .home-wow #services ul li:last-of-type	{
        padding: 1.45em 0.45em;
        min-width: 50%;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .home-wow #services ul li:nth-child(n+3) {
        border-top: 1px solid #000;
    }

    .home-wow #services ul li:nth-child(2n+2) {
        border-left: 1px solid #000;
    }

    .home-wow #services ul li h3 {
        hyphens: auto;
    }

    .home-wow #services ul.icon-holder{
        padding: 0 0 2.5em;
    }
    .home-wow #services ul.se-desc {
        display: none;
    }

    /* TESTIMONIALS & CUSTOMERS */

    .home-wow #testimonials-customers {
        padding: 1.5em 1.5em 3em;
    }

    .home-wow #testimonials-customers #testimonials h2 {
        padding: 0 0 .5em;
        max-width: 100%;

    }
    .home-wow #testimonials-customers #testimonials .carousel {
        width: 100%;
        max-width: 100vw;
        padding: 0 0 5.5em;
    }

    .home-wow #testimonials-customers #testimonials .carousel img {
        width: 80px;
        display: block;
        margin: 0 0 0 1em;
    }

    .home-wow #testimonials-customers #testimonials .carousel .text {
        width: 100%;
        padding: 0 0 1em 2.25em;
        height: auto;
        box-sizing: border-box;
    }
    .home-wow #testimonials-customers #testimonials .slick-track{
        display: block;
    }
    .home-wow #testimonials-customers #testimonials .slick-slide {
        position: relative;
        float: left;
        display: block !important;
        vertical-align: top;
    }

    .home-wow #testimonials-customers #testimonials .carousel blockquote::before {
        font-size: 2.5em;
        margin: 0 0 0 -0.75em;
        padding: 0 0px 0 0;
        top: 0px;
    }
    .home-wow #testimonials-customers #testimonials .carousel > button.slick-prev,
    .home-wow #testimonials-customers #testimonials .carousel > button.slick-next,
    .home-wow #testimonials-customers #testimonials .carousel .slick-dots {
        bottom: 2em;
    }

    /* UNIVERSE */

    .home-wow #nespresso-universe h2 {
        max-width: 100vw;
        padding: 1.5em 0.75em;
    }

    .home-wow #nespresso-universe > div {
        width: 100%;
        height: 100vw;
        min-height: auto;
        max-height: initial;
    }

    .home-wow #nespresso-universe div.second {
        height: 200vw;
        min-height: auto;
        max-height: initial;
    }

    .home-wow #nespresso-universe div.second > div {
        width: 100%;
        height: 100vw;
    }

    .home-wow #nespresso-universe .text {
        left: 1.75em;
        bottom: 1.5em;
    }
    .home-wow #nespresso-universe div.main img {
        width: auto;
        height: 100%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        left: -3%;
        right: auto;
    }
    .home-wow .un-descript {
        width: 90%;
    }
    .home-wow #nespresso-universe .main .text{
        background-color: rgba(255, 255, 255, 0.7);
        left: 0;
        bottom: 0;
        padding-left: 1.75em;
        padding-top: 1em;
        padding-bottom: 1.78em;
    }
    .home-wow #nespresso-universe div.second .capsules img{
        height: 70%;
        width: auto;
        transform: translate(-50%, -75%);
        -ms-transform: translate(-50%, -75%);
    }
    .home-wow #segments .segments .link {
        left: 1.9em;
        bottom: 1em;
    }
    .home-wow #hero .track-impression-promotion{
        background-image: none!important;
    }
}


/*header banner style*/

.home-wow .img-fluid {
    max-width: 100%;
    width: auto
}

@media (min-width:920px) {
    .home-wow .u-mt-md-0 {
        margin-top: 0
    }
}
.home-wow .u-mt-0 {
    margin-top: 0
}
.home-wow .u-mt-1-8 {
    margin-top: 18px
}
.home-wow .u-mt-2 {
    margin-top: 20px
}
.home-wow .u-mb-1 {
    margin-bottom: 10px
}
.home-wow .n-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}
.home-wow .n-column {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.home-wow .n-column--full {
    flex-basis: 100%;
    max-width: 100%
}
@media (min-width:920px) {
    .home-wow .n-column--md-full {
        flex-basis: 100%;
        max-width: 100%
    }
}
.home-wow .n-cta {
    border-radius: 4px;
    line-height: 1;
    background: 0 0;
    text-align: center;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 12px;
    cursor: pointer;
    color: inherit;
    border: 2px solid currentColor;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    position: relative
}
.home-wow .n-cta.n-cta-dark{
    border: 2px solid #000;
}
.home-wow .n-cta.n-cta-dark,
.home-wow .n-cta.black{
    color: #000;
}
.home-wow .n-cta * {
    pointer-events: none
}

.home-wow .n-cta--link {
    border: none;
    text-decoration: underline;
    padding: 0 2px
}
.home-wow .n-cta--button {
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .4s, background-color .4s, border-color .4s
}

.home-wow .n-cta--button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0;
    transition: opacity .4s ease-out
}

.home-wow .n-cta--button:focus,
.home-wow .n-cta--button:hover {
    background-color: rgba(255, 255, 255, .1);
    -webkit-filter: invert(10%);
    filter: invert(10%)
}

.home-wow .n-cta--button:focus:before,
.home-wow .n-cta--button:hover:before {
    opacity: .05
}

.home-wow .n-cta--button.n-cta--reverse:focus,
.home-wow .n-cta--button.n-cta--reverse:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
}
.home-wow .n-cta--button.n-cta--reverse.n-cta-dark:focus,
.home-wow .n-cta--button.n-cta--reverse.n-cta-dark:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}
.home-wow .n-cta--login {
    padding-right: 2.5em;
    padding-top: 10px;
    padding-bottom: 9px
}
.home-wow a.n-cta--login{
    padding: 1em 3em;
}
.home-wow .n-cta__icon {
    display: inline-block;
    margin-right: 2.5em;
    fill: currentColor;
    pointer-events: none
}

.home-wow .n-heading--h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -.47px;
    margin: 0 0 10px 0
}
.home-wow .n-small-height {
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;

    font-size: 14px;
    line-height: 22px;
}
@media (min-width: 920px) {
    .home-wow .n-small-height {
        background-position: right bottom;
        min-height: 290px
    }
}

.home-wow .n-small-height__inner {
    padding: 30px;
}
@media (min-width: 920px) {
    .home-wow .n-small-height__inner {
        padding: 38px 0 38px 82px
    }
}
.home-wow .n-small-height__lead {
    padding-top: 13px;
    margin-top: 0;
}
.home-wow .n-small-height__actions {
    padding-top: 20px;
}
.home-wow .n-slid--box,
.home-wow .track-impression-promotion{
    background-repeat: no-repeat!important;
    background-position: center center;
    background-size: auto 100%;
}
.home-wow .connection{
    background-image: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/desktop/heder-slide-connection-bgr.jpg);
    background-color: #000000;
}
.home-wow .momento{
    background-image: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/desktop/heder-slide-momento-bgr.jpg);
    background-color: #ffffff;
}
.home-wow .nouv{
    background-image: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/desktop/heder-slide-nouv-bgr.jpg);
    background-color: #000000;
}
/*.home-wow .connection .track-impression-promotion{
	background: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/desktop/header-box-connection.png);
	background-size: auto 80%;
	background-position: 83% center;
}*/
/*header-box-connection.png*/
@media (max-width: 768px){
    .home-wow .connection{
        background-image: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/desktop/heder-slide-connection-bgr_m.jpg);
    }
    .home-wow .momento{
        background-image: url(https://www.nespresso.com/shared_res/mos/free_html/fr/b2b/homepage-b2b/images/desktop/heder-slide-momento-bgr_m.jpg);
    }
    .home-wow .nouv{
        background-position: left center;
    }
}
@media (max-width: 520px) {
    .home-wow .n-small-height {
        text-align: center !important
    }
    .home-wow .n-small-height .n-small-height__actions {
        justify-content: center;
        flex-basis: 60%;
    }
    .home-wow .connection .n-small-height__actions .n-column{
        width: 100%;
    }
    .home-wow #hero .n-small-height__inner,
    .home-wow #hero .nouv .n-small-height__inner{
        padding: 0;
    }
}
@media (max-width: 386px){
    .home-wow .m-remove{
        display: none;
    }
    .home-wow #hero .n-heading--h2{
        /*margin: 800px;*/
        margin: 0 0 2.5906vw 0;
        font-size: 8.2901vw;
        line-height: 9.3264vw;
    }
    .home-wow .n-small-height__lead{
        padding-top: 3.3678vw;
    }
    .home-wow .n-small-height__actions{
        padding-top: 5.1813vw;
    }
    .home-wow .u-mt-1-8 {
        margin-top: 4.6632vw;
    }
}