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