#page_dossier {
    max-width: 100%;
}
#Module1-TF3-HALLOWEEN-PYJAMA {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
}
#Module1-TF3-HALLOWEEN-PYJAMA picture.bg,#Module1-TF3-HALLOWEEN-PYJAMA img.bg ,#Module1-TF3-HALLOWEEN-PYJAMA video{
    width: 100%;
    min-height: 600px;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
#Module1-TF3-HALLOWEEN-PYJAMA .blocText{
    position: absolute;
    bottom: 12vh;
    width: 100%;
}
#Module1-TF3-HALLOWEEN-PYJAMA .blocText h3{
    font-size: 30px;
    line-height:35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:10px;
    margin-top:10px;
    letter-spacing: 10px;
    color: #ffffff;
}
#Module1-TF3-HALLOWEEN-PYJAMA .blocText h3 span{
    letter-spacing: 1px;
}
#Module1-TF3-HALLOWEEN-PYJAMA .blocText h4{
    font-size:50px;
    line-height:58px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom:35px;
    letter-spacing: 20px;
    color: #ffffff;
}
#Module1-TF3-HALLOWEEN-PYJAMA .blocText h4 span{
    letter-spacing: 1px;
}
#Module1-TF3-HALLOWEEN-PYJAMA .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#Module1-TF3-HALLOWEEN-PYJAMA .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background-color:#FF8763;
    color: #3F4249;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#Module1-TF3-HALLOWEEN-PYJAMA .ctas a:hover {
    background-color: #3F4249;
    color: #FF8763;
}
@media screen and (max-width: 1400px) {
    #Module1-TF3-HALLOWEEN-PYJAMA .blocText h3 {
        font-size: 25px;
        line-height: 30px;
    }  
    #Module1-TF3-HALLOWEEN-PYJAMA .blocText h4{
        font-size: 40px;
        line-height:48px;
    } 
}
.no-desk{display: none;}
@media screen and (max-width: 767px) {
    #Module1-TF3-HALLOWEEN-PYJAMA .icon1{display: none;}
    .no-desk{display: inline-block;}
    #Module1-TF3-HALLOWEEN-PYJAMA .ctas {
        max-width: 366px;
    }
    #Module1-TF3-HALLOWEEN-PYJAMA{
       min-height: auto;
    }
    #Module1-TF3-HALLOWEEN-PYJAMA picture.bg,#Module1-TF3-HALLOWEEN-PYJAMA img.bg ,#Module1-TF3-HALLOWEEN-PYJAMA video{
        width: 100%;
        min-height: 600px;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    #Module1-TF3-HALLOWEEN-PYJAMA .blocText img
    #Module1-TF3-HALLOWEEN-PYJAMA .blocText h3 {
        font-size: 23px;
        line-height: 25px;
    }  
    #Module1-TF3-HALLOWEEN-PYJAMA .blocText h4{
        font-size: 38px;
        line-height:43px;
        letter-spacing: 15px;
    }
    #Module1-TF3-HALLOWEEN-PYJAMA .ctas {
        max-width: 286px;
    }
    #Module1-TF3-HALLOWEEN-PYJAMA .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
    #Module1-TF3-HALLOWEEN-PYJAMA .blocText {
        bottom: 50px;
    }
}
@media screen and (max-width: 390px) {
    #Module1-TF3-HALLOWEEN-PYJAMA .blocText h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    } 
    #Module1-TF3-HALLOWEEN-PYJAMA .blocText h4{
        font-size: 32px;
        line-height:40px;
        letter-spacing: 10px;
    }
}