.abz_home_rdv_explain {
    margin-top: 40px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    position: relative;
}
 

.abz_home_rdv_explain_txt {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px;
    width: 100%;
    max-width: 80%;
    /* max-width: 500px; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 20vh;
}

.home_explain_rdv_row_1 {
    max-width: 700px;
    margin: auto;
}

p.text-right.cta_rdv {
    cursor: pointer;
    margin-top: 40px;
}

.cta_rdv{
    text-decoration: underline;
    text-underline-offset: 8px;
}

.home_explain_rdv_row_1 h2, .home_explain_rdv_row_1 p {
     margin-bottom: 80px
}

img.abz_home_rdv_explain_cover {
    object-fit: cover;
    width: 100%;
    
    object-position: bottom;
}