#page_dossier {
    max-width: 100%;
}
#ContainerLastDaysPLBooster {
    width: 100%;
    min-height: 800px;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}
#ContainerLastDaysPLBooster .BlocTxt{
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}
#ContainerLastDaysPLBooster picture.bg,#ContainerLastDaysPLBooster img.bg ,#ContainerLastDaysPLBooster video{
    width: 100%;
    min-height: 800px;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
#ContainerLastDaysPLBooster .title{
    position: absolute;
    top: 20%;
    left: 0;
    width: 43%;
    text-transform: uppercase;
}
#ContainerLastDaysPLBooster .BlocTxt a{
    height: 100%;
    display: flex;
    flex-direction: column;
}
#ContainerLastDaysPLBooster .title::before{
    content: "";
    background: url(//media.idkids.fr/media/content/cms/Commun/NEW-Homepage/Z1-ContainerLastDaysPL/bulls.avif) right no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    min-height: 360px;
    margin: auto;
}

#ContainerLastDaysPLBooster .title h2{
    font-size: 6vw;
    line-height: 6vw;
    font-weight: 900;
    color: #ffffff;
    z-index: 1;
    position: relative;
}
#ContainerLastDaysPLBooster .title .txtdd{
    font-size: 2.4vw;
    line-height: 2.6vw;
    font-weight: 900;
    color: #ffffff;
    position: relative;
    z-index: 1;
}
#ContainerLastDaysPLBooster .txtmidlle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42%;
    margin: auto;
    height: max-content;
    transform: translateY(50%);
    color: #DC0F14;
}
#ContainerLastDaysPLBooster .txt1{
    font-size: 2vw;
    line-height:2vw;
    font-weight: 700;
    color: #DC0F14;
    text-transform: uppercase;
}
#ContainerLastDaysPLBooster .txt2{
    font-size: 1.2vw;
    line-height:1.2vw;
    font-weight: 400;
    color: #DC0F14;
    text-transform: uppercase;
    margin-top: 6px;
}
#ContainerLastDaysPLBooster .txtSupp{
    font-size: 2.2vw;
    line-height:2.2vw;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #DC0F14;
    display: inline-block;
    padding: 6px 16px;
}
#ContainerLastDaysPLBooster .txtSupp sup{
    font-size: 1vw;
    line-height:2.2vw;
    vertical-align: top;
}
#ContainerLastDaysPLBooster .txtOffre {
    font-weight: 700;
    font-size: 9vw;
    line-height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ContainerLastDaysPLBooster .txtPercent .supp {
    font-size: 4.5vw;
    line-height: 4.8vw;
    vertical-align: top;
}
#ContainerLastDaysPLBooster .txtOffre span.minus-text{
    font-size: 1vw;
    line-height: 1vw;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    padding-bottom: 2vw;
}
#ContainerLastDaysPLBooster .txtOffre .txtjsk{
    padding-bottom:.6vw;
    padding-right:.3vw;
}
#ContainerLastDaysPLBooster .txtOffre span.minus-text .minus{
    font-size: 9vw;
    font-weight: 700;
}
#ContainerLastDaysPLBooster .txtOffre sup {
    font-size: 1.4vw;
    line-height: 2.5vw;
    vertical-align: top;
    top: 0vw;
}




#ContainerLastDaysPLBooster .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
    position: absolute;
    bottom: 8vh;
    left: 0;
    right: 0;
    margin: auto;
}
#ContainerLastDaysPLBooster .ctas a {
    width: 248px;
    height: 57px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    background-color:#DC0F14;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#ContainerLastDaysPLBooster .ctas a:hover {
    background-color: #ffffff;
    color: #DC0F14;
    font-weight: 600;
}
.no-desk{display: none;}


#ContainerLastDaysPLBooster p.ast {
    position: absolute;
    bottom: 3px;
    right: 8px;
    font-size: 10px;
    color: #ffffff;
    text-align: right;
}
@media screen and (max-width: 1500px) {
   #ContainerLastDaysPLBooster .title::before {
        min-height: 300px;
   }
   #ContainerLastDaysPLBooster .ctas a{
        width: 200px;
        height: 48px;
    }
    #ContainerLastDaysPLBooster .txtOffre {
        font-size: 8vw;
        line-height: 8vw;
    }
    #ContainerLastDaysPLBooster .txtOffre span.minus-text .minus {
        font-size: 11vw;
    }
    #ContainerLastDaysPLBooster .txtOffre .txtjsk {
        padding-bottom: 1vw;
        padding-right: 0.4vw;
    }
    #ContainerLastDaysPLBooster .txtOffre span.minus-text {
        font-size: 1.5vw;
    }
    #ContainerLastDaysPLBooster .txtOffre sup {
        font-size: 1.3vw;
        line-height: 4vw;
    }
    #ContainerLastDaysPLBooster .ctas {
        bottom: 7vh;
    }
    #ContainerLastDaysPLBooster {
        min-height: 700px;
    }
    #ContainerLastDaysPLBooster picture.bg,#ContainerLastDaysPLBooster img.bg ,#ContainerLastDaysPLBooster video{
        min-height: 700px;
    }
    #ContainerLastDaysPLBooster .txtPercent .supp {
        font-size: 4.5vw;
        line-height: 5.8vw;
    }
    #ContainerLastDaysPLBooster .txt1 {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
    #ContainerLastDaysPLBooster .txtSupp {
        font-size: 2.4vw;
        line-height: 2.8vw;
        padding: 8px 16px;
    }
    #ContainerLastDaysPLBooster .txt2 {
        font-size: 1.6vw;
        line-height: 1.8vw;
    }
    #ContainerLastDaysPLBooster .txtmidlle {
        transform: translateY(44%);
        width: 42%;
    }
    #ContainerLastDaysPLBooster .title {
        width: 46%;
    }
}
@media screen and (max-width: 1024px) {
    #ContainerLastDaysPLBooster .title::before {
        min-height: 250px;
    }
}
.just-mob{
    display: none;
}
@media screen and (max-width: 767px) {
    .just-mob{
        display: inline-block;
    }
    .no-desk{display: inline-block;}
    #ContainerLastDaysPLBooster {
        min-height: auto;
        height: auto;
        min-height: 700px;
    }
    #ContainerLastDaysPLBooster picture.bg,#ContainerLastDaysPLBooster img.bg ,#ContainerLastDaysPLBooster video{
        min-height: 700px;
        height: auto;
        max-height: auto;
    }
    #ContainerLastDaysPLBooster .BlocTxt{
        position: absolute;
        height: 100%;
        top: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #ContainerLastDaysPLBooster .title::before {
        content: none;
   }
   #ContainerLastDaysPLBooster .title {
        position: relative;
        left: initial;
        top: inherit;
        width: 100%;
    }
    #ContainerLastDaysPLBooster .title h2 {
        font-size: 72px;
        line-height: 72px;
        padding-top: 90px;
    }
    #ContainerLastDaysPLBooster .title .txtdd {
        font-size: 28px;
        line-height: 28px;
    }
    #ContainerLastDaysPLBooster .txtOffre {
        font-size: 145px;
        line-height: 145px;
    }
    #ContainerLastDaysPLBooster .txtmidlle {
        transform: none;
        position: relative;
        color: #fff;
        width: 100%;
        margin: 25px 0;
    }
    #ContainerLastDaysPLBooster .txtOffre span.minus-text {
        font-size: 17px;
        line-height: 19px;
    }
    #ContainerLastDaysPLBooster .txtOffre span.minus-text .minus {
        font-size: 145px;
    }
    #ContainerLastDaysPLBooster .ctas {
        position: relative;
        margin-bottom: 30px;
        margin-top: 0;
        max-width: 360px;
    }
    #ContainerLastDaysPLBooster .ctas a {
        width: 175px;
        height: 50px;
        background-color: #ffffff;
        color: #DC0F14;
        border: 1px solid #ffffff;
    }
    #ContainerLastDaysPLBooster .ctas a:hover {
        background-color: #DC0F14;
        color: #ffffff;
    }
    #ContainerLastDaysPLBooster .txtOffre .txtjsk {
        padding-bottom: 5px;
        padding-right: 3px;
    }
    #ContainerLastDaysPLBooster .txtOffre sup {
        font-size: 20px;
        line-height: 60px;
    }
    #ContainerLastDaysPLBooster .txt1 {
        font-size: 22px;
        line-height: 24px;
        color: #ffffff;
    }
    #ContainerLastDaysPLBooster .txtPercent .supp {
        font-size: 80px;
        line-height: 100px;
    }
    #ContainerLastDaysPLBooster .txtSupp {
        font-size: 30px;
        line-height: 30px;
        padding: 8px 16px;
        color: #DC0F14;
        background-color: #ffffff;
    }
    #ContainerLastDaysPLBooster .txtSupp sup {
        font-size: 14px;
        line-height: 30px;
    }
    #ContainerLastDaysPLBooster .txt2 {
        font-size: 17px;
        line-height: 20px;
        color: #ffffff;
    }
}
@media screen and (max-width: 460px) {
    #ContainerLastDaysPLBooster {
        min-height: auto;
        height: auto;
        min-height: 650px;
    }
    #ContainerLastDaysPLBooster picture.bg,#ContainerLastDaysPLBooster img.bg ,#ContainerLastDaysPLBooster video{
        min-height: 650px;
        height: auto;
        max-height: auto;
    }
    #ContainerLastDaysPLBooster .title h2 {
        font-size: 59px;
        line-height: 59px;
        padding-top: 85px;
    }
    #ContainerLastDaysPLBooster .title .txtdd {
        font-size: 23px;
        line-height: 23px;
    }
    #ContainerLastDaysPLBooster .txtOffre {
        font-size: 116px;
        line-height: 116px;
    }
    #ContainerLastDaysPLBooster .txtPercent .supp{
        font-size: 60px;
        line-height: 90px;
        vertical-align: top;
    }
    #ContainerLastDaysPLBooster .txtOffre span.minus-text {
        font-size: 13px;
        line-height: 16px;
    }
    #ContainerLastDaysPLBooster .txtOffre span.minus-text .minus {
        font-size: 120px;
    }
    #ContainerLastDaysPLBooster .txtOffre .txtjsk {
        padding-bottom: 5px;
        padding-right: 3px;
    }
    #ContainerLastDaysPLBooster .txtOffre sup {
        font-size: 16px;
        line-height: 60px;
    }
    #ContainerLastDaysPLBooster .txt1 {
        font-size: 18px;
        line-height: 20px;
    }
    #ContainerLastDaysPLBooster .txtSupp {
        font-size: 26px;
        line-height: 26px;
        padding: 8px 16px;
    }
    #ContainerLastDaysPLBooster .txtSupp sup {
        font-size: 12px;
        line-height: 26px;
    }
    #ContainerLastDaysPLBooster .txt2 {
        font-size: 15px;
        line-height: 18px;
    }
}
@media screen and (max-width: 390px) {
    #ContainerLastDaysPLBooster {
        min-height: auto;
        height: auto;
        min-height: 600px;
    }
    #ContainerLastDaysPLBooster picture.bg,#ContainerLastDaysPLBooster img.bg ,#ContainerLastDaysPLBooster video{
        min-height: 600px;
        height: auto;
        max-height: auto;
    }
    #ContainerLastDaysPLBooster .title h2 {
        font-size: 54px;
        line-height: 54px;
        padding-top: 80px;
    }
    #ContainerLastDaysPLBooster .title .txtdd {
        font-size: 21px;
        line-height: 23px;
    }
    #ContainerLastDaysPLBooster .ctas a {
        width: 150px;
        height: 44px;
        font-size: 14px;
    }
    #ContainerLastDaysPLBooster .txtOffre {
        font-size: 115px;
        line-height: 115px;
    }
    #ContainerLastDaysPLBooster .txtOffre span.supp{
        font-size: 55px;
        line-height: 80px;
    }
    #ContainerLastDaysPLBooster .txtOffre span.minus-text {
        font-size: 14px;
        line-height: 17px;
    }
    #ContainerLastDaysPLBooster .txtOffre span.minus-text .minus {
        font-size: 115px;
    }
    #ContainerLastDaysPLBooster .txtOffre sup {
        font-size: 16px;
        line-height: 52px;
    }
}