.ydu_actu {
    box-shadow: 0px 0px 20px rgb(70 79 83 / 20%);
    border-radius: 20px;
    margin-left: 42px;
    position: relative;
    padding: 40px 50px 30px 70px;
    margin-bottom: 40px;
}

.ydu_actu_top {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ydu_actu_img {
    position: absolute;
    top: 30px;
    left: -42px;
    width: 85px;
    height: 85px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
}

.ydu_actu_img::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    -webkit-box-shadow: inset -9px 0px 11px 0px rgb(70 79 83 / 15%);
    box-shadow: inset -9px 0px 11px 0px rgb(70 79 83 / 15%);
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    background-color: white;
}

.ydu_actu_img .icon_blue_square {
    width: 67px;
    height: 67px;
    border: none;
    border-radius: 17px;
    position: relative;
}

.ydu_actu_titre {
    margin-bottom: 3px;
}

.ydu_actu_date {
    font-size: 0.9rem;
    opacity: 0.7;
}

.ydu_actu_bottom a {
    color: var(--color_dark_grey);
    text-decoration: underline;
}

.ydu_pagi .wpgb-pagination-facet {
    text-align: center;
}

.ydu_pagi .wpgb-page {
    margin: 0 !important;
}

.ydu_pagi .wpgb-page a {
    color: #30457b !important;
}

@media screen and (max-width: 767px) {

    .ydu_actu {
        padding: 40px 40px 30px 70px;
    }

}

@media screen and (max-width: 480px) {

    .ydu_actu_img {
        top: -42px;
        left: 30px;
    }

    .ydu_actu {
        padding: 60px 40px 30px 40px;
        margin-bottom: 70px;
        margin-left: 0;
    }

    .ydu_actu_img::before {
        width: 100%;
        height: 50%;
        bottom: 0;
        -webkit-box-shadow: inset 0px -9px 11px 0px rgb(70 79 83 / 15%);
        box-shadow: inset 0px -9px 11px 0px rgb(70 79 83 / 15%);
        border-bottom-left-radius: 22px;
        border-top-right-radius: 0px;
    }

}