.dp_container_banner{
  height: 180px;
  background-color: #fff;
  z-index:3;
/*  position: relative;*/
}


/** BASE **/

  .DP_BANNER {
    height: 160px;
    max-width: 996px;
    background-color: #151819;
    color: #000;
    display: block;
    position: relative;
    font-family: "Lucas", "NespressoLucas";
    font-weight: 400;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 4;
    overflow: hidden;
  }

  .DP_BANNER * {
    line-height: 1em;
    box-sizing: border-box;
  }

  .DP_BANNER .bannerContainer {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .DP_BANNER .modalities {
    font-weight: 300;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
  }

  .DP_BANNER .modalities a {
    opacity: 0.8;
    color: #fff;
  }

  .DP_BANNER .bold {
    font-weight: 700;
  }

  .DP_BANNER .bannerBase {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .DP_BANNER .bannerContent {
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
  }

  /** DISPLAY / HIDE **/

  .DP_BANNER .bannerContainer.sticky .bannerSticky {
    display: block;
  }

  .DP_BANNER .bannerContainer.sticky .bannerBase {
    display: none;
  }

  .DP_BANNER .bannerContainer.sticky .modalities {
    display: none;
  }

  .DP_BANNER .bannerContainer .bannerSticky {
    display: none;
  }

  .DP_BANNER .bannerContainer .modalities {
    display: block;
  }

  .DP_BANNER .is-big-mobile {
    display: none;
  }

  /** SCALE BAR **/

  .DP_BANNER .containerScaleBar {
    width: 450px;
    position: relative;
    height: 30px;
  }

  .DP_BANNER .scaleStep {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    width: 50px;
  }

  .DP_BANNER .scaleDelimitation {
    border-left: solid 1px #000;
    position: absolute;
    height: 10px;
    top: 12px;
  }

  .DP_BANNER .scaleBar {
    width: 100%;
    height: 5px;
    background-color: #5e5e5e;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .DP_BANNER .barScaleStep {
    position: absolute;
  }

  .DP_BANNER .scaleStepFill {
    width: 50%;
    height: 5px;
    position: absolute;
    background-color: #c89b59;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }

  .DP_BANNER .scaleBarValue {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    left: 450px;
    width: 80px;
    padding-left: 5px;
  }

  /** ALL STAGES **/

  .DP_BANNER .orange {
    color: #c89b59;
  }

  .DP_BANNER .bannerSticky {
    font-weight: 500;
    font-size: 21px;
  }

  .DP_BANNER .bannerBase {
    height: 100%;
    width: 100%;
  }

  .DP_BANNER .bannerImg {
    flex-basis: 400px;
    height: 100%;
    position: relative;
    flex-shrink: 0;
  }

  .DP_BANNER .bannerImg img {
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .DP_BANNER .bannerTxt {
    flex-basis: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .DP_BANNER .bannerHeader {
    font-size: 20px;
    flex-basis: 30px;
    justify-self: flex-start;
    background: linear-gradient(
      to right,
      rgba(45, 48, 48, 0),
      rgba(45, 48, 48, 1)
    );
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .DP_BANNER .bannerBody {
    flex-grow: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .DP_BANNER .dp_number {
    font-size: 54px;
    padding-right: 10px;
  }

  .DP_BANNER .txts {
    height: 54px;
  }

  .DP_BANNER .txt1 {
    font-size: 24px;
  }

  .DP_BANNER .txt2 {
    font-size: 17px;
  }

  .DP_BANNER .bannerSticky > div {
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
  }

  .DP_BANNER .leftColSticky {
    bottom: 0;
    left: 150px;
    font-size: 20px;
  }

  .DP_BANNER .rightColSticky {
    bottom: 0;
    right: 150px;
    display: flex;
    flex-direction: column;
  }

  .DP_BANNER .rightColSticky > div {
    flex-basis: 50%;
    display: flex;
  }

  .DP_BANNER .rightColSticky > div:first-child {
    font-size: 20px;
    align-items: flex-end;
  }

  .DP_BANNER .rightColSticky > div:nth-child(2) {
    font-size: 15px;
    align-items: center;
  }

  /** CSS BY STAGE **/

  .DP_BANNER .bannerContent[data-stage="0"] .txt1 {
    padding-top: 2px;
  }

  .DP_BANNER .bannerContent[data-stage="0"] .txt2 {
    padding-top: 5px;
  }

  .DP_BANNER .bannerContent[data-stage="1"] .bannerBody {
    flex-direction: column;
  }

  .DP_BANNER .bannerContent[data-stage="1"] .txt1 {
    padding-top: 10px;
  }

  .DP_BANNER .bannerContent[data-stage="1"] .txt2 {
    padding-top: 5px;
  }

  .DP_BANNER .bannerContainer.sticky[data-stage="2"]::before {
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/neon.jpg");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
  }

  .DP_BANNER .bannerContent[data-stage="2"] .rightColSticky {
    right: 0;
    left: 0;
  }

  .DP_BANNER .bannerContent[data-stage="2"] .bannerBase {
    justify-content: center;
  }

  .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt {
    width: 600px;
    height: 100%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    padding: 10px 0;
    background-color: #151819;
    background: linear-gradient(
        to right,
        rgba(21, 24, 25, 1) 0%,
        rgba(21, 24, 25, 0) 20%,
        rgba(21, 24, 25, 0) 80%,
        rgba(21, 24, 25, 1) 100%
      ),
      url("https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/neon.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt::after {
    content: "";
    background-position: bottom;
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/coffee_VL.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 100%;
    display: block;
    position: absolute;
    right: -70px;
    bottom: 0;
  }

  .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt.vertuo::after {
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/coffee_VL.png");
  }

  .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt.original::after {
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/coffee_OL.png");
  }

  .DP_BANNER .bannerContent[data-stage="2"] .dp_number {
    font-size: 60px;
    padding-right: 0;
  }

  .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt button {
    background-color: #3d8705;
    text-decoration: none;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    margin: 0 auto;
    transition: 0.3s;
    width: 180px;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
  }

  .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt button:hover {
    cursor: pointer;
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.3);
    transition: 0.3s;
  }

  .DP_BANNER
    .bannerContent[data-stage="2"]
    .rightColSticky
    > div:nth-child(2) {
    font-size: 20px;
  }

  .DP_BANNER .bannerContainer.sticky .bannerContent[data-stage="2"] {
    background: #16191a;
  }

  .DP_BANNER.sticky .stickyContent > div {
    display: flex;
    flex-direction: column;
  }

  .DP_BANNER.sticky .stickyContent > div > div {
    flex-basis: 50%;
    display: flex;
  }

  .DP_BANNER.sticky .stickyContent > div > div:first-child {
    font-size: 16px;
    display: flex;
    padding-top: 8px;
  }

  .DP_BANNER.sticky
    .stickyMobileContainer[data-stage="0"]
    .stickyContent
    > div
    > div:first-child
    > :nth-child(2) {
    padding-left: 3px;
  }

  .DP_BANNER.sticky .stickyContent > div > div:nth-child(2) {
    font-size: 14px;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
    justify-content: flex-end;
  }

  .DP_BANNER.sticky .labelSticky > div {
    font-size: 18px;
  }

  .DP_BANNER.sticky
    .stickyMobileContainer[data-stage="2"]
    .labelSticky
    > div {
    font-size: 12px;
  }

  .DP_BANNER.sticky
    .stickyMobileContainer[data-stage="2"]
    .labelSticky
    > div
    > div:first-child,
  .DP_BANNER
    .stickyMobileContainer[data-stage="2"]
    .labelSticky
    > div
    > div:first-child {
    font-size: 24px;
  }

  /* .DP_BANNER.sticky .stickyContent.opened:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          right: -19px;
          border-left: solid 20px #fff;
          border-top: solid 20px rgba(255, 255, 255, 0);
          border-top-left-radius: calc(50% / 100px);
        } */

  .DP_BANNER.sticky .stickyContent svg {
    position: absolute;
    right: -29px;
    bottom: 0;
    height: 30px;
    width: 0px;
    transition: 0.1s;
    transition-delay: 0.3s;
  }
  .DP_BANNER .bannerTxt::after,
  .DP_BANNER.sticky .stickyContent.opened svg {
    width: 30px;
    transition: 0.1s;
    filter: drop-shadow(15px 3px 10px rgba(0, 0, 0, 0.5));

    /* 0 0 10px 3px rgba(0, 0, 0, 0.3);  */
  }

  .DP_BANNER.sticky .stickyMobileContainer[data-stage="0"] .stickyContent,
  .DP_BANNER.sticky
    .stickyMobileContainer[data-stage="0"]
    .stickyContent.opened,
  .DP_BANNER.sticky .stickyMobileContainer[data-stage="2"] .stickyContent,
  .DP_BANNER.sticky
    .stickyMobileContainer[data-stage="2"]
    .stickyContent.opened {
    height: 68px;
  }

  .DP_BANNER.sticky
    .stickyMobileContainer[data-stage="2"]
    .stickyContent
    > div
    > div:first-child {
    align-items: center;
  }

  /** STICKY **/

  .DP_BANNER .bannerContainer.sticky {
    position: fixed;
    top: 90px;
    max-width: 996px;
    height: 50px;
    font-weight: 400;
    color: #fff;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px #000;
  }

  .DP_BANNER.sticky .bannerContainer:before {
    content: "";
    display: block;
    background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/neonSticky.png");
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: left top;
  }

  .DP_BANNER .bannerContainer.sticky .bannerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #303334, #16191a);
  }

  .DP_BANNER .bannerSticky {
    display: none;
    font-size: 18px;
    font-weight: 500;
  }

  .DP_BANNER .is_mobile {
    display: none;
  }

  /*** STICKY MOBILE ***/

  .DP_BANNER .stickyMobileContainer {
    position: fixed;
    width: 100vw;
    height: 100px;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
    bottom: 0;
    left: 0;
    display: none;
    justify-content: flex-end;
  }

  .DP_BANNER .stickyMobile {
    width: 100%;
    position: absolute;
    bottom: 20px;
  }

  .DP_BANNER.sticky .stickyMobileElem {
    right: 10px;
  }

  .DP_BANNER .stickyMobileElem {
    position: absolute;
    right: -150px;
    bottom: 0;
    background-color: #0d1012;
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px #000;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    z-index: 4;
  }

  .DP_BANNER .stickyContent {
    display: none;
  }

  .DP_BANNER.sticky .stickyContent {
    width: 0px;
    height: 85px;
    position: absolute;
    right: 105px;
    bottom: 0;
    background-color: #fff;
    z-index: 3;
    transition-delay: 0.1s;
    transition: 0.3s;
    display: block;
    border-radius: 15px 15px 0 15px;
  }

  .DP_BANNER.sticky .stickyContent.opened {
    width: calc(100vw - 145px);
    transition: 0.5s;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  }

  .DP_BANNER.sticky .stickyContent > div {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    height: 100%;
    width: 260px;
    font-size: 13px;
    transition: 0.1s;
  }

  .DP_BANNER.sticky .stickyContent > div > div {
    line-height: 1.2em;
  }

  .DP_BANNER.sticky .stickyContent.opened > div {
    display: flex;
    opacity: 100;
    transition: 0.1s;
    transition-delay: 0.2s;
    width: calc(100vw - 140px);
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
  }

  .DP_BANNER .labelSticky {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }

  .DP_BANNER .labelSticky > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
  }

  .DP_BANNER .stickyMobileContainer[data-stage="0"] .labelSticky > div,
  .DP_BANNER .stickyMobileContainer[data-stage="1"] .labelSticky > div {
    font-size: 18px;
  }

  .DP_BANNER .stickyMobileContainer[data-stage="2"] .labelSticky > div {
    font-size: 12px;
  }

  .DP_BANNER .containerRadioBtn > div {
    text-align: right;
  }

  .DP_BANNER .containerRadioBtn label {
    position: relative;
  }

  /** TABLET **/

  @media screen and (max-width: 1024px) {
  }

  @media screen and (max-width: 996px) {
    .DP_BANNER .bannerContainer.sticky {
      top: 63px;
    }
  }

  @media screen and (max-width: 900px) {
    .DP_BANNER .containerScaleBar {
      width: 290px;
      margin-right: 60px;
    }

    .DP_BANNER .scaleBarValue {
      left: 290px;
    }

    .DP_BANNER .rightColSticky {
      right: 50px;
    }
  }

  @media screen and (max-width: 830px) {
    .DP_BANNER .bannerImg img {
      left: -50px;
    }

    .DP_BANNER .bannerImg {
      flex-basis: 325px;
    }
  }

  @media screen and (max-width: 751px) {
    .DP_BANNER .bannerContent[data-stage="0"] .bannerImg,
    .DP_BANNER .bannerContent[data-stage="1"] .bannerImg {
      display: none;
    }

    .DP_BANNER .bannerHeader {
      flex-basis: 30px;
      font-size: 18px;
      background: rgb(45, 48, 48);
    }

    .DP_BANNER .is_mobile.dp_blackFriday {
      display: block;
    }

    .DP_BANNER .dp_blackFriday {
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 31px;
      padding-top: 10px;
    }

    .DP_BANNER .bannerTxt {
      flex-basis: 100%;
      background: url(https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/bgMobile.jpg),
        linear-gradient(
          to right,
          rgba(21, 24, 25, 0.5),
          rgba(21, 24, 25, 0.5)
        );
      background-position: center;
      background-repeat: no-repeat;
    }
  }

  /** MOBILE **/

  @media screen and (max-width: 500px) {
    /** DESKTOP TO MOBILE STICKY **/

    .DP_BANNER .redirectBtn.is_desktop {
      display: block;
    }

    .DP_BANNER .stickyMobileContainer {
      display: block;
    }

    .DP_BANNER .bannerSticky {
      display: none;
    }

    .DP_BANNER .bannerContainer.sticky {
      display: none;
    }

    /** DESKTOP TO MOBILE STICKY END **/

    .DP_BANNER .is_desktop {
      display: none;
    }

    .DP_BANNER .is_mobile {
      display: block;
    }

    .DP_BANNER
      .bannerContent[data-stage="2"]
      .bannerTxt
      > div:first-child {
      /* padding-bottom: 5px; */
      display: flex;
      align-items: center;
    }

    .DP_BANNER {
      height: 190px;
      background-color: rgb(10, 11, 11);
    }
    .dp_container_banner {
      height: 200px;
    }
    .DP_BANNER .bannerImg {
      display: none;
    }

    .DP_BANNER .bannerHeader {
      flex-basis: 30px;
      font-size: 18px;
    }

    .DP_BANNER .bannerBody {
      flex-grow: 0;
      padding-top: 15px;
    }

    .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt {
      padding: 0;
    }
    /* 
          .DP_BANNER .bannerTxt::after,
          .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt::after,
          .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt.vertuo::after,
          .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt.original::after {
            background-image: url("https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/neonMobile.png"),
              linear-gradient(to right, rgba(21, 24, 25, 0.5), rgba(21, 24, 25, 0.5));
        
            opacity: 0.3;
            background-position: center;
            content: "";
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;
            width: 100%;
          } */

    .DP_BANNER .bannerTxt::after,
    .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt::after,
    .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt.vertuo::after,
    .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt.original::after {
      background-image: none;
    }

    .DP_BANNER .bannerTxt {
      background: url("https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/bgMobile.jpg"),
        linear-gradient(
          to right,
          rgba(21, 24, 25, 0.5),
          rgba(21, 24, 25, 0.5)
        );
      background-position: center;
      background-repeat: no-repeat;
    }

    .DP_BANNER .dp_blackFriday {
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 31px;
      padding-top: 10px;
    }

    .DP_BANNER .dp_number {
      font-size: 58px;
    }

    .DP_BANNER .txts {
      font-size: 25px;
    }

    .DP_BANNER .txt2 {
      color: #fff;
      text-align: center;
    }

    .DP_BANNER .bannerContent[data-stage="0"] .txt1 {
      font-size: 20px;
      padding-top: 0;
    }

    .DP_BANNER .bannerContent[data-stage="0"] .txt2 {
      font-size: 16px;
      padding-top: 3px;
    }

    .DP_BANNER .bannerContent[data-stage="1"] .txt1 {
      padding-top: 5px;
    }

    .DP_BANNER .bannerContent[data-stage="1"] .txt2 {
      font-size: 14px;
    }

    .DP_BANNER .bannerContent[data-stage="2"] .txts {
      height: auto;
      font-size: 18px;
    }

    .DP_BANNER .bannerHeader {
      background: rgb(45, 48, 48);
    }

    .DP_BANNER .containerScaleBar {
      width: 220px;
      margin-right: 60px;
      margin-top: 10px;
    }

    .DP_BANNER .scaleBarValue {
      left: 220px;
    }

  
    
    .DP_BANNER .bannerContent[data-stage="2"] .bannerImg {
      display: block;
    }

    .DP_BANNER
      .bannerContent[data-stage="2"]
      .bannerTxt
      > div:nth-child(2) {
      font-size: 25px;
      padding-top: 5px;
    }

    .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt button {
      margin-top: 5px;
      padding: 5px 5px;
      bottom: 10px;
    }

    .DP_BANNER .bannerContent[data-stage="2"] .bannerTxt {
      background: url("https://www.nespresso.com/shared_res/mos/free_html/fr/landing-black-friday-2020/BannerPLANA/images/bgMobile.jpg"),
        linear-gradient(
          to right,
          rgba(21, 24, 25, 0.5),
          rgba(21, 24, 25, 0.5)
        );
      background-position: center;
      background-repeat: no-repeat;
    }

    .DP_BANNER .bannerContent[data-stage="2"] .dp_number {
      font-size: 50px;
    }

    .DP_BANNER .modalities a {
      opacity: 1;
    }
  }

  @media screen and (max-width: 330px) {
    .DP_BANNER.sticky .stickyContent > div > div:nth-child(2) {
      font-size: 13px;
    }

    .DP_BANNER.sticky .stickyContent > div > div:first-child {
      font-size: 13px;
    }
  }