body .edc-objectif {

    .edc-card .thecontent {
        border: 2px solid #fff;
        border-radius: 15px;
        padding: 15px;
        height: 100%;
        background-color: transparent;
        backdrop-filter: blur(10px) brightness(105%);
    }
}

.edc-content {
    position: relative;

    &:after {
        content: "";
        background-image: url(https://www.webecom.fr/wp-content/uploads/2025/10/bg_doodle_hd.webp);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 50%;
        top: 50%;
        opacity: .2;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
        background-position: center;
        background-size: cover;
    }

    > .e-con-inner {
        z-index: 2;
    }

    .edc-card {

        li {
            padding-left: .250rem;
            &::marker {
                font-family: "Font Awesome 5 Pro" !important;
                content: "\f061";
            }
        }
    }
}