#page_dossier {
    max-width: 100%;
}
.prob-a  a:not([href]){
    display: contents !important; 
}
#TF1_OB_PERENNE {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #59BCCE;
    contain: paint;
}

#TF1_OB_PERENNE:focus-visible {
    outline: 2px solid #59BCCE;
    outline-offset: 3px;
}

#TF1_OB_PERENNE picture.bg img,
#TF1_OB_PERENNE picture.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-height: 540px;
    min-height: 450px;
}

#TF1_OB_PERENNE .blocText {
    position: absolute;
    left: 7%;
    text-align: center;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}

#TF1_OB_PERENNE .blocText .title {
    font-size: 2.4vw;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 25%;
    color: #82C7D3;
    margin-top: 3.5vh;
    margin-bottom: 1.5vh;
}

#TF1_OB_PERENNE .blocText .txtdouble{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
#TF1_OB_PERENNE .blocText .txt1{
    font-size: 9.5vw;
    line-height: .9;
    font-weight: 600;
    margin-right: 14px;
}
#TF1_OB_PERENNE .blocText .txt2{
    font-size: 2.4vw;
    line-height: 1.1;
    font-weight: 700;
}
#TF1_OB_PERENNE .blocText .txt2 span{
    font-size: 1.5vw;
    line-height: 1.1;
    font-weight: 400;
    display: inline-block;
}


#TF1_OB_PERENNE .ctas {
    margin: 2vw auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}

#TF1_OB_PERENNE .ctas a {
    padding: 15px 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #59BCCE;
    color: #59BCCE;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s, color .2s;
    text-transform: uppercase;
    text-decoration: none;
}

#TF1_OB_PERENNE .ctas a:hover {
    background-color: #59BCCE;
    color: #ffffff;
}


.no-desk {
    display: none;
}

@media screen and (max-width: 1200px) {
    #TF1_OB_PERENNE .ctas a {
        padding: 12px 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    #TF1_OB_PERENNE .bg {
        display: none !important;
        pointer-events: none;

    }
    .no-desk {
        display: inline-block;
    }

    #TF1_OB_PERENNE .blocText {
        width: 100%;
        position: relative;
        inset: 0;
        height: auto;
        background-color: #F6F6F6;
        border: 1px solid #82C7D3;
        padding: 30px 10px;
    }
    #TF1_OB_PERENNE .logo{
        width: 65px;
    }
    #TF1_OB_PERENNE .blocText .title {
        font-size: 23px;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    #TF1_OB_PERENNE .blocText .txt1{
        font-size: 96px;
        line-height: .9;
        font-weight: 600;
        margin-right: 12px;
    }
    #TF1_OB_PERENNE .blocText .txt2{
        font-size: 23px;
        line-height: 1.1;
    }
    #TF1_OB_PERENNE .blocText .txt2 span{
        font-size: 17px;
        line-height: 1.1;
        font-weight: 400;
        display: inline-block;
    }

    #TF1_OB_PERENNE .ctas {
        margin: 20px auto 0px;
    }

    #TF1_OB_PERENNE .ctas a {
        width: 160px;
        height: 44px;
        font-size: 14px;
        padding: 0;
    }
}

@media screen and (max-width: 390px) {
    #TF1_OB_PERENNE .logo{
        width: 58px;
    }
    #TF1_OB_PERENNE .blocText .title {
        font-size: 20px;
        margin-top: 16px;
        margin-bottom:8px;
    }
    #TF1_OB_PERENNE .blocText .txt1{
        font-size: 88px;
        margin-right: 10px;
    }
    #TF1_OB_PERENNE .blocText .txt2{
        font-size: 19px;
    }
    #TF1_OB_PERENNE .blocText .txt2 span{
        font-size: 14px;
    }

    #TF1_OB_PERENNE .ctas a {
        width: 140px;
        height: 38px;
        font-size: 13px;
        padding: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    #TF1_OB_PERENNE .hero-fx {
        display: none !important;
    }
}