#page_dossier {
    max-width: 100%;
}
#Container-tf4-noel-jeux-jouets {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}
#Container-tf4-noel-jeux-jouets picture.bg,#Container-tf4-noel-jeux-jouets img.bg ,#Container-tf4-noel-jeux-jouets video{
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
#Container-tf4-noel-jeux-jouets .blocText{
    position: absolute;
    bottom: 6vh;
    width: 100%;
}
#Container-tf4-noel-jeux-jouets .logo{
    margin: 30px auto 0;
}
#Container-tf4-noel-jeux-jouets .blocText h3{
    font-size: 60px;
    line-height:60px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:40px;
    letter-spacing: 10px;
    color: #BD203D;
}
#Container-tf4-noel-jeux-jouets .blocText h3 span{
    letter-spacing: 1px;
}
#Container-tf4-noel-jeux-jouets .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#Container-tf4-noel-jeux-jouets .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background-color:#ffffff;
    color: #BD203D;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#Container-tf4-noel-jeux-jouets .ctas a:hover {
    background-color: #BD203D;
    color: #ffffff;
}
#Container-tf4-noel-jeux-jouets .ast{
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #000000;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    #Container-tf4-noel-jeux-jouets {
        min-height: auto;
    }
    #Container-tf4-noel-jeux-jouets picture.bg,#Container-tf4-noel-jeux-jouets img.bg ,#Container-tf4-noel-jeux-jouets video{
        min-height: 600px;
        height: auto;
        max-height: 900px;
    }
    #Container-tf4-noel-jeux-jouets .logo{
        width: 85px;
        margin-top: 20px;
    }
    #Container-tf4-noel-jeux-jouets .blocText h3 {
        font-size: 46px;
        line-height: 56px;
        letter-spacing: 10px;
    }   
    #Container-tf4-noel-jeux-jouets .ctas {
        max-width: 366px;
    }
}
@media screen and (max-width: 480px) {
    #Container-tf4-noel-jeux-jouets picture.bg,#Container-tf4-noel-jeux-jouets img.bg ,#Container-tf4-noel-jeux-jouets video{
        min-height: 500px;
        height: auto;
        max-height: 700px;
    }
    #Container-tf4-noel-jeux-jouets .blocText h3 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 20px;
    }   
    #Container-tf4-noel-jeux-jouets .ctas {
        max-width: 286px;
    }
    #Container-tf4-noel-jeux-jouets .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
}
@media screen and (max-width: 390px) {
    #Container-tf4-noel-jeux-jouets .blocText h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 25px;
    }   
}