


    .bgcol-pri-0 { background-color: #b30808; }
    .bgcol-sec1-0 { background-color: #d9baba; }
    .bgcol-sec2-0 { background-color: #0a0a0a; }
    .bgcol-compl-0 { background-color: #ac7c7c; }

    .col-pri-0 { color: #b30808; }
    .col-sec1-0 { color: #d9baba; }
    .col-sec2-0 { color: #0a0a0a; }
    .col-compl-0 { color: #ac7c7c; }

    /* blocks */
    .block-primary-0 {
    background-color: #b30808;
    color: #EEE;
    }
    .block-primary-0 * {
    color: #EEE;
    }
    .block-primary-0 .badge {
    background-color: #d9baba;
    color: #222;
    }
    .block-secondary1-0 {
    background-color: #d9baba;
    color: #222;
    }
    .block-secondary1-0 * {
    color: #222;
    }
    .block-secondary1-0 .badge {
    background-color: #0a0a0a;
    color: #EEE;
    }
    .block-secondary2-0 {
    background-color: #0a0a0a;
    color: #EEE;
    }
    .block-secondary2-0 * {
    color: #EEE;
    }
    .block-secondary2-0 .badge {
    background-color: #ac7c7c;
    color: #222;
    }
    .block-complement-0 {
    background-color: #ac7c7c;
    color: #222;
    }
    .block-complement-0 * {
    color: #222;
    }
    .block-complement-0 .badge {
    background-color: #b30808;
    color: #EEE;
    }

    /* theme zapp v3 */
    .theme--zapp.box-n:nth-child(4n-3) .box-n {
    background-color: #b30808 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-2) .box-n {
    background-color: #d9baba !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-1) .box-n {
    background-color: #0a0a0a !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-0) .box-n {
    background-color: #ac7c7c !important;
    color: #222 !important;
    }
    /* badges */
    .theme--zapp.box-n:nth-child(4n-0) .badge {
    background-color: #b30808 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-1) .badge {
    background-color: #d9baba !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-2) .badge {
    background-color: #0a0a0a !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-3) .badge {
    background-color: #ac7c7c !important;
    color: #222 !important;
    }
