


    .bgcol-pri-0 { background-color: #db2a1b; }
    .bgcol-sec1-0 { background-color: #071d59; }
    .bgcol-sec2-0 { background-color: #444d78; }
    .bgcol-compl-0 { background-color: #04043c; }

    .col-pri-0 { color: #db2a1b; }
    .col-sec1-0 { color: #071d59; }
    .col-sec2-0 { color: #444d78; }
    .col-compl-0 { color: #04043c; }

    /* blocks */
    .block-primary-0 {
    background-color: #db2a1b;
    color: #222;
    }
    .block-primary-0 * {
    color: #222;
    }
    .block-primary-0 .badge {
    background-color: #071d59;
    color: #EEE;
    }
    .block-secondary1-0 {
    background-color: #071d59;
    color: #EEE;
    }
    .block-secondary1-0 * {
    color: #EEE;
    }
    .block-secondary1-0 .badge {
    background-color: #444d78;
    color: #EEE;
    }
    .block-secondary2-0 {
    background-color: #444d78;
    color: #EEE;
    }
    .block-secondary2-0 * {
    color: #EEE;
    }
    .block-secondary2-0 .badge {
    background-color: #04043c;
    color: #EEE;
    }
    .block-complement-0 {
    background-color: #04043c;
    color: #EEE;
    }
    .block-complement-0 * {
    color: #EEE;
    }
    .block-complement-0 .badge {
    background-color: #db2a1b;
    color: #222;
    }

    /* theme zapp v3 */
    .theme--zapp.box-n:nth-child(4n-3) .box-n {
    background-color: #db2a1b !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-2) .box-n {
    background-color: #071d59 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-1) .box-n {
    background-color: #444d78 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-0) .box-n {
    background-color: #04043c !important;
    color: #EEE !important;
    }
    /* badges */
    .theme--zapp.box-n:nth-child(4n-0) .badge {
    background-color: #db2a1b !important;
    color: #222 !important;
    }
    .theme--zapp.box-n:nth-child(4n-1) .badge {
    background-color: #071d59 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-2) .badge {
    background-color: #444d78 !important;
    color: #EEE !important;
    }
    .theme--zapp.box-n:nth-child(4n-3) .badge {
    background-color: #04043c !important;
    color: #EEE !important;
    }
