#page_dossier {
    max-width: 100%;
}
#Container_TF1_CONSIGNE {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #00A46F;
}
#Container_TF1_CONSIGNE picture.bg,#Container_TF1_CONSIGNE img.bg ,#Container_TF1_CONSIGNE video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#Container_TF1_CONSIGNE .blocText{
    position: absolute;
    bottom: 0;
    top: 0;
    height: max-content;
    max-width: 760px;
    left: 4%;
    margin: auto;
}
#Container_TF1_CONSIGNE .txt1 {
    font-size: 30px;
    line-height: 1.3;
    color: #00A46F;
    margin-top: 40px;
    margin-bottom: 80px;
}
#Container_TF1_CONSIGNE .txt1 span{
    font-weight: 600;
}
#Container_TF1_CONSIGNE .ctas a {
    width: 254px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    background-color:#00A46F;
    border: 1px solid #00A46F;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
    margin: 0 auto;
}
#Container_TF1_CONSIGNE .logo{
    margin: 0 auto;
}
#Container_TF1_CONSIGNE .ctas a:hover {
    background-color: #ffffff;
    color: #00A46F;
}
#Container_TF1_CONSIGNE .ast{
    position: absolute;
    right: 12px;
    bottom: 11px;
    color: #333333;
    font-size: 14px;
}
.no-desk{display: none;}
@media screen and (max-width: 1500px) {
    #Container_TF1_CONSIGNE .logo{
        width: 340px;
    }
    #Container_TF1_CONSIGNE .txt1 {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    #Container_TF1_CONSIGNE .ctas a {
        width: 200px;
        height: 42px;
        font-size: 14px;
    }
}
@media screen and (max-width: 992px) {
    #Container_TF1_CONSIGNE .logo{
        width: 300px;
    }
    #Container_TF1_CONSIGNE .txt1 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    #Container_TF1_CONSIGNE .ctas a {
        width: 200px;
        height: 42px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .no-desk{display: block;}
    .no-mob{display: none !important;}
    #Container_TF1_CONSIGNE {
        height: auto;
        min-height: auto;
        flex-direction: column-reverse;
        display: flex;
    }
    #Container_TF1_CONSIGNE .blocText{
        position: relative;
        width: 100%;
        max-width: 100%;
        background-color: #F1F1F1;
        padding: 50px 20px 0;
        left: 0;
    }
    #Container_TF1_CONSIGNE .logo{
        width: 250px;
    }
    #Container_TF1_CONSIGNE .txt1 {
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #Container_TF1_CONSIGNE .ctas a {
        width: 180px;
        height: 40px;
        font-size: 12px;
    }
    #Container_TF1_CONSIGNE .ast{
        font-size: 10px;
    }
}
@media screen and (max-width: 480px) {
    #Container_TF1_CONSIGNE .logo{
        width: 217px;
    }
    #Container_TF1_CONSIGNE .txt1 {
        font-size: 13px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #Container_TF1_CONSIGNE .ctas a {
        width: 113px;
        height: 22px;
        font-size: 8px;
    }
}