#page_dossier {
    max-width: 100%;
}

#TF3_DOUDOUNES_LIGHT_OK {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100dvh - var(--banner-height, 0px));
    min-height: 550px;
    color: #FFFFFF;
    text-align: center;
}
.prob-a  a:not([href]){
    display: contents !important; 
}
#TF3_DOUDOUNES_LIGHT_OK picture.bg,
#TF3_DOUDOUNES_LIGHT_OK img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
#TF3_DOUDOUNES_LIGHT_OK .blocRight {
    background-color: #0D3880;
    display: flex;
    justify-content:flex-end;
    position: relative;
    width: 35%;
    height: 100%;
    align-items: center;
    padding-bottom: 9vh;
    flex-direction: column;
}

#TF3_DOUDOUNES_LIGHT_OK .imgLeft {
    width: 65%;
    height: 100%;
}

#TF3_DOUDOUNES_LIGHT_OK .imgLeft img {
    object-fit: cover;
    object-position: top;
    height: 100%;
}
#TF3_DOUDOUNES_LIGHT_OK .title {
    font-weight: 400;
    font-size: 50px;
    line-height: .8;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-top: 4vh;
    margin-bottom: 2vh;
}
#TF3_DOUDOUNES_LIGHT_OK .txtDate {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #FFFFFF;
}

#TF3_DOUDOUNES_LIGHT_OK .price-main {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#TF3_DOUDOUNES_LIGHT_OK .price-euro {
  font-size: 200px;
  font-weight: 300;
  color: #FF7700;
  letter-spacing: -5px;
}

#TF3_DOUDOUNES_LIGHT_OK .price-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8px;
}

/* CURRENT PRICE: €99 */
#TF3_DOUDOUNES_LIGHT_OK .current-small {
    display: flex;
    align-items: flex-start;
    color: #FF7700;
    line-height: 1;
    position: relative;
}

#TF3_DOUDOUNES_LIGHT_OK .currency {
    font-size: 40px;
    transform: translateY(-20px);
    font-weight: 300;
}
#TF3_DOUDOUNES_LIGHT_OK .currency sup {
    font-size: 22px;
    padding-left: 4px;
}

#TF3_DOUDOUNES_LIGHT_OK .price-cents {
  font-size: 45px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 14px;
}

/* OLD PRICE: 29€99 */
#TF3_DOUDOUNES_LIGHT_OK .old-price {
    position: relative;
    margin-top: 40px;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    width: max-content;
}

#TF3_DOUDOUNES_LIGHT_OK .old-currency {
  font-size: 18px;
    vertical-align: top;
    margin-left: -18px;
    line-height: 1.4;
}

#TF3_DOUDOUNES_LIGHT_OK .old-price sup {
    font-size: 16px;
    vertical-align: top;
    position: absolute;
    right: -5px;
    top: 30px;
}

/* DIAGONAL STRIKE */
#TF3_DOUDOUNES_LIGHT_OK .old-price::after {
  content: "";
  position: absolute;
  width: 115%;
  height: 4px;
  background: #FF7700;
  left: -5%;
  top: 50%;
  transform: rotate(-35deg);
  transform-origin: center;
}

#TF3_DOUDOUNES_LIGHT_OK .ctas-group a {
    color: #FF7700;
    background-color: #ffffff;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 28px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5vh;
}
#TF3_DOUDOUNES_LIGHT_OK .ctas-group a:hover {
    color: #ffffff;
    background-color: #FF7700;
}
#TF3_DOUDOUNES_LIGHT_OK .txtCode{
    font-size: 32px;
    line-height: 1;
    margin-top: 1vh;
    margin-bottom: 7vh;
}
#TF3_DOUDOUNES_LIGHT_OK .txtCode span{
    font-weight: 700;
    text-transform: uppercase;
}

#TF3_DOUDOUNES_LIGHT_OK .cdt {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    bottom: 20px;
}
#TF3_DOUDOUNES_LIGHT_OK .txtMob{display: none;}
@media screen and (max-width: 1500px) {
   #TF3_DOUDOUNES_LIGHT_OK .title {
        font-size: 38px;
        margin-bottom: 3vh;
    }
    #TF3_DOUDOUNES_LIGHT_OK .txtDate {
        font-size: 28px;
    }
    #TF3_DOUDOUNES_LIGHT_OK .price-euro {
        font-size: 170px;
        letter-spacing: -5px;
    }

    #TF3_DOUDOUNES_LIGHT_OK .price-right {
        margin-left: 6px;
    }

    /* CURRENT PRICE: €99 */

    #TF3_DOUDOUNES_LIGHT_OK .currency {
        font-size: 30px;
        transform: none;
    }
    #TF3_DOUDOUNES_LIGHT_OK .currency sup {
        font-size: 16px;
        padding-left: 4px;
    }

    #TF3_DOUDOUNES_LIGHT_OK .price-cents {
        font-size: 32px;
        top: 26px;
    }

    /* OLD PRICE: 29€99 */
    #TF3_DOUDOUNES_LIGHT_OK .old-price {
        margin-top: 45px;
        font-size: 44px;
    }

    #TF3_DOUDOUNES_LIGHT_OK .old-currency {
        font-size: 16px;
        margin-left: -10px;
        line-height: 1.2;
    }

    #TF3_DOUDOUNES_LIGHT_OK .old-price sup {
        font-size: 14px;
        right: -4px;
        top: 24px;
    }

    /* DIAGONAL STRIKE */
    #TF3_DOUDOUNES_LIGHT_OK .old-price::after {
        width: 120%;
        height: 3px;
        left: -5%;
        top: 50%;
        transform: rotate(-28deg);
        transform-origin: center;
    }

    #TF3_DOUDOUNES_LIGHT_OK .ctas-group a {
        font-size: 24px;
        line-height: 1;
        padding: 10px 22px;
        margin-bottom: 5vh;
    }
    #TF3_DOUDOUNES_LIGHT_OK .txtCode{
        font-size: 24px;
        margin-top: 0vh;
        margin-bottom: 7vh;
    }
    #TF3_DOUDOUNES_LIGHT_OK .cdt {
        font-size: 10px;
        bottom: 20px;
    }
    #TF3_DOUDOUNES_LIGHT_OK .logo {
        width: 90px;
    }
    
}
@media screen and (max-width: 1200px) {
    #TF3_DOUDOUNES_LIGHT_OK .blocRight {
        min-width: 380px;
    }
}

@media screen and (max-width: 767px) {
    #TF3_DOUDOUNES_LIGHT_OK {
    flex-direction: column;
}
    #TF3_DOUDOUNES_LIGHT_OK .blocRight {
       width: 100%;
       min-width: auto;
       height: 35%;
       padding: 0;
        justify-content: center;
    }
    #TF3_DOUDOUNES_LIGHT_OK .imgLeft {
       width: 100%;
       height: 65%;
    }
    #TF3_DOUDOUNES_LIGHT_OK .imgLeft img {
        object-position: center;
    }
    #TF3_DOUDOUNES_LIGHT_OK .price-box, #TF3_DOUDOUNES_LIGHT_OK .txtDate, #TF3_DOUDOUNES_LIGHT_OK .txtCode, #TF3_DOUDOUNES_LIGHT_OK .logo{
        display: none;
    }
    #TF3_DOUDOUNES_LIGHT_OK .title{
        font-size: 34px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    #TF3_DOUDOUNES_LIGHT_OK .txtMob{
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 30px;
        display: inline-block;
    }
    #TF3_DOUDOUNES_LIGHT_OK .txtMob span{
        position: relative;
    }
    #TF3_DOUDOUNES_LIGHT_OK .txtMob span::before {
        content: "";
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        transform: rotate(-15deg);
        transform-origin: center;
        background-color: #FF7700;
        position: absolute;
    }
    #TF3_DOUDOUNES_LIGHT_OK .ctas-group a {
        font-size: 14px;
        line-height: 1;
        padding: 10px 30px;
        margin-bottom: 0;
    }
    #TF3_DOUDOUNES_LIGHT_OK .cdt {
        font-size: 9px;
        bottom: 10px;
    }
}


@media screen and (max-width: 480px) {
    #TF3_DOUDOUNES_LIGHT_OK {
        height: calc(100svh - var(--banner-height, 0px));
        min-height: calc(100svh - var(--banner-height, 0px));
    }
}
