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