#page_dossier {
    max-width: 100%;
}
#Container_tf2_ODYSSEY {
    width: 100%;
    min-height: 140vh;
    height: 790px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}
#Container_tf2_ODYSSEY picture.bg,#Container_tf2_ODYSSEY img.bg ,#Container_tf2_ODYSSEY video{
    width: 100%;
    min-height: 140vh;
    height: 790px;
    object-fit: cover;
    object-position: bottom;
}
#Container_tf2_ODYSSEY .blocText{
    position: absolute;
    bottom: 12vh;
    width: 100%;
}
#Container_tf2_ODYSSEY .blocText h3{
    font-size: 44px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 10px;
    color: #ffffff;
}
#Container_tf2_ODYSSEY .appel-prix {
    font-size: 32px;
    color: #ffffff;
    padding-bottom: 20px;
}
#Container_tf2_ODYSSEY .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#Container_tf2_ODYSSEY .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background-color:#ffffff;
    color: #0D3880;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#Container_tf2_ODYSSEY .ctas a:hover {
    background-color: #0D3880;
    color: #ffffff;
    border: 1px solid #ffffff;
}
#Container_tf2_ODYSSEY .ast{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 11px;
    color: #ffffff;
    font-size: 11px;
}
@media screen and (max-width: 1500px) {
    #Container_tf2_ODYSSEY .blocText h3 {
        font-size: 40px;
        line-height: 40px;
   }
}
@media screen and (max-width: 1200px) {
    #Container_tf2_ODYSSEY .appel-prix {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    #Container_tf2_ODYSSEY {
        min-height: auto;
        height: auto;
    }
    #Container_tf2_ODYSSEY picture.bg,#Container_tf2_ODYSSEY img.bg ,#Container_tf2_ODYSSEY video{
        min-height: 700px;
        height: auto;
        object-fit: cover;
        object-position: bottom;
    }
    #Container_tf2_ODYSSEY .blocText h3 {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: 10px;
    }    
    #Container_tf2_ODYSSEY .appel-prix {
        font-size: 20px;
        padding-bottom: 20px;
    }
    #Container_tf2_ODYSSEY .ctas {
        max-width: 366px;
    }
    #Container_tf2_ODYSSEY .ast{
        font-size: 10px;
        bottom: 6px;
    }
    #Container_tf2_ODYSSEY .blocText{
        bottom: 33vh;
    }
}
@media screen and (max-width: 600px) {
    #Container_tf2_ODYSSEY .blocText{
        bottom: 16vh;
    }
} 
@media screen and (max-width: 480px) {
    #Container_tf2_ODYSSEY .blocText h3 {
        font-size: 33px;
        line-height: 33px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }   
    #Container_tf2_ODYSSEY .appel-prix {
        font-size: 18px;
    }
    #Container_tf2_ODYSSEY .ctas {
        max-width: 286px;
    }
    #Container_tf2_ODYSSEY .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
    #Container_tf2_ODYSSEY .blocText {
        bottom: 7vh;
    }
}
@media screen and (max-width: 320px) {
    #Container_tf2_ODYSSEY .blocText h3 {
        font-size: 28px;
        line-height: 30px;
    }   
}
