.bg-symbol{
    position: relative !important;
}
.bg-symbol * {
    z-index: 2 ;
}
.bg-symbol::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 1;
    background-repeat: no-repeat;
    pointer-events: none;
}

.horse-blue-right::before{
    background-image:var(--wpr-bg-d97ccf2f-0a3b-4096-b0db-c5a6656ba26d);
    opacity:0.25;
}
.horse-blue-left::before{
    background-image:var(--wpr-bg-c4e3f8f8-d4ea-4038-b965-e32eef9afd14);
    opacity:0.25;
}
.horse-terracotta-left::before{
    background-image:var(--wpr-bg-5efea732-6be6-4444-8a11-732b49e40a47);
    opacity:0.22;
}
.horse-terracotta-right::before{
    background-image:var(--wpr-bg-71a9edd0-cd1b-4de7-8a01-d190a15b5d1e);
    opacity:0.22;
}

@media (min-width: 1201px) {
    .bg-symbol::before{
        background-size: 14em;
    }
    .symbol-top-left::before {
        background-position: 0 5% !important;
    }
    .symbol-bottom-right::before {
        background-position: 100% 75% !important;
    }
    .symbol-bottom-left::before {
        background-position: 0 75% !important;
    }
    .symbol-center-left::before {
        background-position: -2em 50% !important;
    }
    .bg-symbol.size-large::before {
        background-size: 17em !important;
    }
}

@media  (max-width: 1200px) {
    .bg-symbol .container-title-block{
        padding-top: 8rem !important;
    }
    .symbol-top-left::before {
        background-position: 50% 0 !important;
    }
    .symbol-bottom-right::before {
        background-position: 50% 0 !important;
    }
    .symbol-bottom-left::before {
        background-position: 50% 0 !important;
    }
    .symbol-center-left::before {
        background-position: 50% 0 !important;
    }
    .bg-symbol::before{
        background-size: 10em;
    }
}

ul.wp-block-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap : 0.5rem;
    margin-left: 0 !important;
}

ul.wp-block-list li::before {
    content: url(../../../../../../../../../themes/generate_npress/assets/img/puce-logo-cla-connexion.svg);
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: middle;
    width: 1.125em;
    height:  1.125em;
}