#page_dossier {
    max-width: 100%;
}
#ContainerSoldesDDSuppArtc {
    width: 100%;
    min-height: 800px;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}
#ContainerSoldesDDSuppArtc picture.bg,#ContainerSoldesDDSuppArtc img.bg ,#ContainerSoldesDDSuppArtc video{
    width: 100%;
    min-height: 800px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
#ContainerSoldesDDSuppArtc .blocText{
    position: absolute;
    bottom: 10vh;
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap:2%;
}
#ContainerSoldesDDSuppArtc .blocText h2{
    font-size: 230px;
    line-height:210px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
}
#ContainerSoldesDDSuppArtc .blocText .txtdd{
    font-size: 48px;
    line-height:48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
}
#ContainerSoldesDDSuppArtc .blocText .txt1{
    font-size: 56px;
    line-height:56px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
}
#ContainerSoldesDDSuppArtc .blocText .txtOffre{
    font-size: 230px;
    line-height:210px;
    font-weight:700;
    color: #ffffff;
}
#ContainerSoldesDDSuppArtc .blocText .txtOffre sup:first-of-type{
    font-size: 110px;
    line-height:110px;
    vertical-align: top;
    top: 0;
}
#ContainerSoldesDDSuppArtc .blocText .txtOffre sup:last-of-type{
    font-size: 36px;
    line-height:64px;
    vertical-align: top;
    top: 0;
}
#ContainerSoldesDDSuppArtc .blocText .txtSupp{
    font-size: 47px;
    line-height: 47px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #272A45;
    padding: 14px 10px;
    display: inline-block;
    margin-bottom: 10px;
}
#ContainerSoldesDDSuppArtc .blocText .txtSupp sup{
    font-size: 25px;
    line-height: 36px;
    top: 0px;
    vertical-align: top;
}
#ContainerSoldesDDSuppArtc .blocText .txt2{
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}
#ContainerSoldesDDSuppArtc .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#ContainerSoldesDDSuppArtc .ctas a {
    width: 246px;
    height: 57px;
    font-weight: 400;
    font-size: 16px;
    background-color:#ffffff;
    color: #DC0F14;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
    border: 1px solid #ffffff;
}
#ContainerSoldesDDSuppArtc .ctas a:hover {
    background-color: #DC0F14;
    color: #ffffff;
}
@media screen and (max-width: 1600px) {
    #ContainerSoldesDDSuppArtc .blocText h2 {
        font-size: 190px;
        line-height: 180px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtdd{
        font-size: 40px;
        line-height:40px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txt1 {
        font-size: 45px;
        line-height: 45px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre {
        font-size: 220px;
        line-height: 220px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:first-of-type {
        font-size: 110px;
        line-height: 140px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:last-of-type {
        font-size: 30px;
        line-height: 82px;
    }
    #ContainerSoldesDDSuppArtc .ctas a {
        width: 178px;
        height: 48px;
        font-size: 14px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtSupp{
        font-size: 37px;
        line-height:37px;
        padding: 12px 10px;
        display: inline-block;
    }
    #ContainerSoldesDDSuppArtc .blocText .txt2{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 1200px) {
    #ContainerSoldesDDSuppArtc {
        min-height: 750px;
    }
    #ContainerSoldesDDSuppArtc picture.bg,#ContainerSoldesDDSuppArtc img.bg ,#ContainerSoldesDDSuppArtc video{
        min-height: 750px;
    }
    #ContainerSoldesDDSuppArtc .blocText h2 {
        font-size: 150px;
        line-height: 150px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtdd{
        font-size: 35px;
        line-height:35px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txt1 {
        font-size: 40px;
        line-height: 40px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre {
        font-size: 190px;
        line-height: 190px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:first-of-type {
        font-size: 90px;
        line-height: 120px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:last-of-type {
        font-size: 25px;
        line-height: 70px;
    }
    #ContainerSoldesDDSuppArtc .ctas a {
        width: 158px;
        height: 42px;
        font-size: 14px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtSupp{
        font-size: 30px;
        line-height:30px;
        padding: 10px 10px;
        margin-bottom: 8px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtSupp sup{
        font-size:16px;
        line-height:20px;
    }
   
}
@media screen and (max-width: 767px) {
    #ContainerSoldesDDSuppArtc .blocText h2 {
        font-size: 100px;
        line-height: 100px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtdd{
        font-size: 28px;
        line-height:28px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txt1 {
        font-size: 40px;
        line-height: 40px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre {
        font-size: 160px;
        line-height: 160px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:first-of-type {
        font-size: 80px;
        line-height: 100px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:last-of-type{
        font-size: 20px;
        line-height: 60px;
    }
    #ContainerSoldesDDSuppArtc .ctas {
        max-width: 366px;
    }
    #ContainerSoldesDDSuppArtc {
        min-height: 600px;
        height: auto;
        max-height: 800px;
    }
    #ContainerSoldesDDSuppArtc picture.bg,#ContainerSoldesDDSuppArtc img.bg ,#ContainerSoldesDDSuppArtc video{
        min-height: 600px;
        height: 100%;
        max-height: 800px;
    }
}
@media screen and (max-width: 480px) {
    #ContainerSoldesDDSuppArtc {
        min-height: 600px;
        height: 100vh;
        max-height: max-content;
    }
    #ContainerSoldesDDSuppArtc picture.bg,#ContainerSoldesDDSuppArtc img.bg ,#ContainerSoldesDDSuppArtc video{
        min-height: 600px;
        height: 100vh;
        max-height: max-content;
    }
    #ContainerSoldesDDSuppArtc .blocText h2 {
        font-size: 80px;
        line-height: 80px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtdd{
        font-size: 22px;
        line-height:22px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txt1 {
        font-size: 33px;
        line-height: 33px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre {
        font-size: 132px;
        line-height: 132px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:first-of-type {
        font-size:62px;
        line-height: 80px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:last-of-type{
        font-size: 20px;
        line-height: 50px;
    }   
    #ContainerSoldesDDSuppArtc .ctas {
        max-width: 360px;
        margin-top: 15px;
    }
    #ContainerSoldesDDSuppArtc .ctas a{
        width: 175px;
        height: 50px;
        font-size: 13px;
    }
    #ContainerSoldesDDSuppArtc .blocText {
        position: absolute;
        bottom: 6vh;
    }
        #ContainerSoldesDDSuppArtc .blocText.inter {
        position: absolute;
        bottom: 15vh;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtSupp{
        font-size: 23px;
        line-height:23px;
        padding: 8px 14px;
        margin-bottom: 10px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtSupp sup{
        font-size:12px;
        line-height:16px;
    }
    #ContainerSoldesDDSuppArtc .blocOffre {
        margin-top: 42px;
    }
    #ContainerSoldesDDSuppArtc.inter .blocOffre {
        margin-top: 70px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txt2{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 390px) {
    #ContainerSoldesDDSuppArtc .blocText h2 {
        font-size: 70px;
        line-height: 70px;
    }
    #ContainerSoldesDDSuppArtc .blocOffre {
        margin-top: 20px;
    }
    #ContainerSoldesDDSuppArtc.inter .blocOffre {
        margin-top: 60px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtdd{
        font-size: 20px;
        line-height:20px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txt1 {
        font-size: 28px;
        line-height: 28px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre {
        font-size: 110px;
        line-height: 110px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:first-of-type {
        font-size:50px;
        line-height: 70px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtOffre sup:last-of-type{
        font-size: 16px;
        line-height: 45px;
    }  
    #ContainerSoldesDDSuppArtc .ctas {
        max-width: 286px;
        margin-top: 0px;
    }
    #ContainerSoldesDDSuppArtc .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
    #ContainerSoldesDDSuppArtc .blocText .txtSupp {
        font-size: 20px;
        line-height: 20px;
        padding: 8px 14px;
        margin-bottom: 20px;
    }
}