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