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