#page_dossier {
    max-width: 100%;
}
#Container_TF1_JOUETS-EVEIL {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
}
#Container_TF1_JOUETS-EVEIL picture.bg,#Container_TF1_JOUETS-EVEIL img.bg ,#Container_TF1_JOUETS-EVEIL video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#Container_TF1_JOUETS-EVEIL .blocText{
    position: absolute;
    bottom: 8vh;
    width: 100%;
}
#Container_TF1_JOUETS-EVEIL .blocText h3{
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #FFFFFF;
}
#Container_TF1_JOUETS-EVEIL .appel-prix {
    font-size: 40px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 30px;
}
#Container_TF1_JOUETS-EVEIL .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background-color:#ffffff;
    color: #82C7D3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
    margin: 0 auto 30px;
}
#Container_TF1_JOUETS-EVEIL .logo{
    margin: 0 auto;
}
#Container_TF1_JOUETS-EVEIL .ctas a:hover {
    background-color: #82C7D3;
    color: #ffffff;
}
#Container_TF1_JOUETS-EVEIL .ast{
    position: absolute;
    right: 12px;
    bottom: 11px;
    color: #333333;
    font-size: 14px;
}
.no-desk{display: none;}
@media screen and (max-width: 767px) {
    .no-desk{display: block !important;}
    .no-mob{display: none !important;}
    #Container_TF1_JOUETS-EVEIL {
        width: 100%;
        height: auto !important;
        min-height: unset !important;
        max-height: unset !important;
        overflow: hidden;
        display: block;
    }
    #Container_TF1_JOUETS-EVEIL .blocText{
        bottom: 60px;
    }
    
    #Container_TF1_JOUETS-EVEIL .blocText h3 {
        font-size: 35px;
        letter-spacing: 5px;
        color: #82C7D3;
    }   
    #Container_TF1_JOUETS-EVEIL .appel-prix {
        font-size: 20px;
        color: #82C7D3;
        margin-bottom: 15px;
    }
    #Container_TF1_JOUETS-EVEIL .ast{
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
     #Container_TF1_JOUETS-EVEIL .blocText{
        bottom: 30px;
    }
    #Container_TF1_JOUETS-EVEIL .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
        margin: 0 auto 25px;
    }
    #Container_TF1_JOUETS-EVEIL .logo{
        width: 80px;
    }
}