:root {

    --text-1: var(--grey-10);
    --text-2: var(--grey-7);
    --text-3: var(--grey-5);
    --text-on-dark: var(--grey-0);
    --link: var(--graph-blue-3);

    --page-background: var(--grey-3);

    --table-line-1: var(--grey-1);
    --table-line-2: var(--grey-0);

    --text-1-hover: var(--grey-9);
    --text-2-hover: var(--grey-6);
    --text-3-hover: var(--grey-4);
    --link-hover: var(--graph-blue-2);

    --shadow-10: #4B46461A;
    --shadow-20: #4B464633;
    --shadow-50: #4B464680;
    --shadow-80: #4B4646CC;

    --white-90: #FFFFFFE6;
    --white-80: #FFFFFFCC;
    --white-50: #FFFFFF80;

    --new-item-label: var(--main-4);
    --status-label: var(--graph-blue-3);
    --perimeter-label: var(--grey-10);

    --main-button: var(--grey-10);
    --main-button-min: var(--grey-10);
    --main-button-max: var(--grey-10);

    --OK-button: var(--OK-4);
    --OK-button-min: var(--OK-4);
    --OK-button-max: var(--OK-4);

    --KO-button: var(--KO-4);
    --KO-button-min: var(--KO-4);
    --KO-button-max: var(--KO-4);

    --grey-button: var(--grey-6);
    --grey-button-min: var(--grey-6);
    --grey-button-max: var(--grey-6);

    --button-shadow: 00000000;

    --notification-1: var(--KO-3);
    --notification-2: var(--KO-4);
    --notification-3: var(--KO-5);
    --notification-1-hover: var(--KO-2);
    --notification-2-hover: var(--KO-3);
    --notification-3-hover: var(--KO-4);

    --community: var(--graph-blue-3);

    --landing-band: #734132CC;

    --main-1: #FAEEEB;
    --main-2: #EBD2C8;
    --main-3: #DCBEB4;
    --main-4: #C39687;
    --main-5: #9B6E5F;
    --main-6: #734132;

    --risk: #E12814;
    --tp: #50BE3C;
    --corpo: #147DF0;
    --conso: #879BB4;
    --legal: #A05AFA;

    --risk-min: #FF5000;
    --tp-min: #00DC3C;
    --corpo-min: #2DA0FF;
    --conso-min: #B4BED2;
    --legal-min: #B982FF;

    --risk-max: #C80A0A;
    --tp-max: #00A014;
    --corpo-max: #0055E1;
    --conso-max: #78879B;
    --legal-max: #823CDC;

    --grey-0: #FFFFFF;
    --grey-1: #F8F4F4;
    --grey-2: #EDE8E8;
    --grey-3: #DCD7D7;
    --grey-4: #CAC5C5;
    --grey-5: #B4AFAF;
    --grey-6: #A5A0A0;
    --grey-7: #918C8C;
    --grey-8: #736E6E;
    --grey-9: #4B4646;
    --grey-10: #000000;

    --OK-0: #AFFABE;
    --OK-1: #7DF096;
    --OK-2: #46D26E;
    --OK-3: #28AA4B;
    --OK-4: #197D32;
    --OK-5: #00641E;

    --KO-0: #FFC8C8;
    --KO-1: #FA969B;
    --KO-2: #FA5A73;
    --KO-3: #E62D4B;
    --KO-4: #CD1937;
    --KO-5: #A5001E;

    --link-0: #D7F0FF;
    --link-1: #AFE1FF;
    --link-2: #73BEFF;
    --link-3: #4191F0;
    --link-4: #286EDC;
    --link-5: #0032A0;


    --graph-blue-1: #A0D7FA;
    --graph-blue-2: #64BEF0;
    --graph-blue-3: #2DA0E1;
    --graph-blue-4: #148CC8;
    --graph-blue-5: #005F8C;
    --graph-turquoise-1: #A0EBF0;
    --graph-turquoise-2: #4BE1EB;
    --graph-turquoise-3: #14D2D2;
    --graph-turquoise-4: #059BA0;
    --graph-turquoise-5: #007378;

    --graph-green-1: #9BFFB9;
    --graph-green-2: #50F087;
    --graph-green-3: #14D25A;
    --graph-green-4: #00AA3C;
    --graph-green-5: #00732D;

    --graph-yellow-1: #FAF5AF;
    --graph-yellow-2: #F0E673;
    --graph-yellow-3: #E1D241;
    --graph-yellow-4: #C8AF23;
    --graph-yellow-5: #918205;

    --graph-orange-1: #FAE1A5;
    --graph-orange-2: #E6C882;
    --graph-orange-3: #D2B464;
    --graph-orange-4: #B49137;
    --graph-orange-5: #826414;

    --graph-red-1: #F0D2B9;
    --graph-red-2: #E6AA7D;
    --graph-red-3: #DC823C;
    --graph-red-4: #BE5F23;
    --graph-red-5: #8C370F;

    --graph-purple-1: #FABEDC;
    --graph-purple-2: #F57DB4;
    --graph-purple-3: #EB3C91;
    --graph-purple-4: #C8146E;
    --graph-purple-5: #9B0550;


    --graph-special-1: #AAF5DC;
    --graph-special-2: #55EBBE;
    --graph-special-3: #23D7A0;
    --graph-special-4: #05A573;
    --graph-special-5: #006E55;

    --graph-grey-1: var(--grey-2);
    --graph-grey-2: var(--grey-4);
    --graph-grey-3: var(--grey-6);
    --graph-grey-4: var(--grey-8);
    --graph-grey-5: var(--grey-10);


    --heatmap-1: var(--graph-special-5);
    --heatmap-2: var(--graph-green-4);
    --heatmap-3: var(--graph-yellow-3);
    --heatmap-4: var(--graph-orange-4);
    --heatmap-5: var(--graph-red-5);
    --heatmap-neutral: var(--grey-5);

    --waterfall-total: var(--main-3);
    --waterfall-decrease: var(--OK-3);
    --waterfall-increase: var(--KO-3);
    --waterfall-neutral: var(--grey-5);


    --heatmap-increase-2: var(--KO-4);
    --heatmap-increase-1: var(--KO-2);
    --heatmap-neutral: var(--grey-5);
    --heatmap-decrease-1: var(--OK-2);
    --heatmap-decrease-2: var(--OK-4);


    --mapheatmap-min: var(--main-2);
    --mapheatmap-max: var(--main-6);
    --mapheatmap-hover: var(--main-1);
    --mapheatmap-background: var(--grey-5);


    --dumbbell-open: var(--main-3);
    --dumbbell-close: var(--main-5);


    --barchart-single: var(--main-3);

    --barchart-1: var(--main-2);
    --barchart-2: var(--main-3);
    --barchart-3: var(--main-4);
    --barchart-4: var(--main-5);
    --barchart-5: var(--main-6);


    --chart-1: var(--main-3);
    --chart-2: var(--graph-orange-4);
    --chart-3: var(--grey-2);
    --chart-4: var(--graph-red-3);
    --chart-5: var(--graph-blue-2);
    --chart-6: var(--graph-green-3);
    --chart-7: var(--graph-special-1);
    --chart-8: var(--graph-yellow-5);
    --chart-9: var(--graph-purple-1);
    --chart-10: var(--graph-turquoise-3);
    --chart-11: var(--main-2);
    --chart-12: var(--graph-orange-5);
    --chart-13: var(--grey-4);
    --chart-14: var(--graph-red-2);
    --chart-15: var(--graph-blue-1);
    --chart-16: var(--graph-green-4);
    --chart-17: var(--graph-special-3);
    --chart-18: var(--graph-yellow-1);
    --chart-19: var(--graph-purple-3);
    --chart-20: var(--graph-turquoise-1);
    --chart-21: var(--main-1);
    --chart-22: var(--graph-orange-2);
    --chart-23: var(--grey-10);
    --chart-24: var(--graph-red-4);
    --chart-25: var(--graph-blue-2);
    --chart-26: var(--graph-green-1);
    --chart-27: var(--graph-special-5);
    --chart-28: var(--graph-yellow-2);
    --chart-29: var(--graph-purple-5);
    --chart-30: var(--graph-turquoise-2);
    --chart-31: var(--main-5);
    --chart-32: var(--graph-orange-1);
    --chart-33: var(--grey-8);
    --chart-34: var(--graph-red-1);
    --chart-35: var(--graph-blue-3);
    --chart-36: var(--graph-green-5);
    --chart-37: var(--graph-special-2);
    --chart-38: var(--graph-yellow-4);
    --chart-39: var(--graph-purple-4);
    --chart-40: var(--graph-turquoise-4);
    --chart-41: var(--main-4);
    --chart-42: var(--graph-orange-3);
    --chart-43: var(--grey-6);
    --chart-44: var(--graph-red-5);
    --chart-45: var(--graph-blue-4);
    --chart-46: var(--graph-green-2);
    --chart-47: var(--graph-special-4);
    --chart-48: var(--graph-yellow-3);
    --chart-49: var(--graph-purple-2);
    --chart-50: var(--graph-turquoise-5);


    --process-1: var(--main-4);
    --process-2: var(--grey-10);
    --process-3: var(--KO-3);
    --process-4: var(--graph-red-3);
    --process-5: var(--graph-yellow-3);
    --process-6: var(--OK-3);
    --process-7: var(--graph-blue-3);
    --process-8: var(--graph-purple-3);

    --profil-1: #C3968780;
    --profil-2: #00000080;
    --profil-3: #E62D4B80;
    --profil-4: #DC823C80;
    --profil-5: #E1D24180;
    --profil-6: #28AA4B80;
    --profil-7: #2DA0E180;
    --profil-8: #EB3C9180;
    --main-main: var(--main-3);
    --success: var(--main-2);
    --font-color: var(--grey-10);
    --font-color-doc: var(--grey-10);
    --grey-background: var(--grey-3);
    --text-hover-main-main-1: var(--grey-0);
    --active: var(--graph-blue-3);
    --shadow: #00000016;
    --shadow-dark: #00000033;

    --cold-1-1: var(--graph-blue-1);
    --cold-1-2: var(--graph-blue-2);
    --cold-1-3: var(--graph-blue-3);
    --cold-1-4: var(--graph-blue-4);
    --cold-1-5: var(--graph-blue-5);

    --cold-2-1: var(--graph-turquoise-1);
    --cold-2-2: var(--graph-turquoise-2);
    --cold-2-3: var(--graph-turquoise-3);
    --cold-2-4: var(--graph-turquoise-4);
    --cold-2-5: var(--graph-turquoise-5);

    --cold-3-1: var(--OK-1);
    --cold-3-2: var(--OK-2);
    --cold-3-3: var(--OK-3);
    --cold-3-4: var(--OK-4);
    --cold-3-5: var(--OK-5);

    --cold-4-1: var(--graph-special-1);
    --cold-4-2: var(--graph-special-2);
    --cold-4-3: var(--graph-special-3);
    --cold-4-4: var(--graph-special-4);
    --cold-4-5: var(--graph-special-5);

    --cold-5-1: var(--graph-green-1);
    --cold-5-2: var(--graph-green-2);
    --cold-5-3: var(--graph-green-3);
    --cold-5-4: var(--graph-green-4);
    --cold-5-5: var(--graph-green-5);

    --cold-6-1: var(--grey-2);
    --cold-6-2: var(--grey-4);
    --cold-6-3: var(--grey-6);
    --cold-6-4: var(--grey-8);
    --cold-6-5: var(--grey-10);

    --warm-1-1: var(--main-2);
    --warm-1-2: var(--main-3);
    --warm-1-3: var(--main-4);
    --warm-1-4: var(--main-5);
    --warm-1-5: var(--main-6);

    --warm-2-1: var(--graph-yellow-1);
    --warm-2-2: var(--graph-yellow-2);
    --warm-2-3: var(--graph-yellow-3);
    --warm-2-4: var(--graph-yellow-4);
    --warm-2-5: var(--graph-yellow-5);

    --warm-3-1: var(--graph-red-1);
    --warm-3-2: var(--graph-red-2);
    --warm-3-3: var(--graph-red-3);
    --warm-3-4: var(--graph-red-4);
    --warm-3-5: var(--graph-red-5);

    --warm-4-1: var(--graph-orange-1);
    --warm-4-2: var(--graph-orange-2);
    --warm-4-3: var(--graph-orange-3);
    --warm-4-4: var(--graph-orange-4);
    --warm-4-5: var(--graph-orange-5);

    --warm-5-1: var(--KO-1);
    --warm-5-2: var(--KO-2);
    --warm-5-3: var(--KO-3);
    --warm-5-4: var(--KO-4);
    --warm-5-5: var(--KO-5);

    --warm-6-1: var(--graph-purple-1);
    --warm-6-2: var(--graph-purple-2);
    --warm-6-3: var(--graph-purple-3);
    --warm-6-4: var(--graph-purple-4);
    --warm-6-5: var(--graph-purple-5);

     --main-1-min: #fdfaf5;

     --main-2-08: #f1e4dbcc;

     --main-3-08: #e6beb4cc;

     --main-5-04: #aa786e66;
     --main-5-08: #aa786ecc;

     --main-6-06: #965a5a99;
     --main-6-08: #965a5acc;

     --second1-1: #faebc8;
     --second1-1-min: #fdf0dc;

     --second1-2: #f5d796;
     --second1-2-min: #faebc8;

     --second1-3: #e6be64;
     --second1-3-min: #f5d796;

     --second1-4: #d2aa50;
     --second1-4-min: #e6be64;

     --second1-5: #c8963c;
     --second1-5-min: #d2aa50;


     --second2-1: #00c8d2;
     --second2-1-min: #00dcf0;

     --second2-2: #00a5b4;
     --second2-2-min: #00c8d2;

     --second2-3: #007d87;
     --second2-3-min: #00a5b4;

     --second2-4: #005064;
     --second2-4-min: #007d87;
     --second2-4-08: #005064cc;


     --spot-1: #000000;
     --spot-1-min: #000000;

     --spot-2: #3c0000;
     --spot-2-min: #000000;

     --spot-3: #780000;
     --spot-3-min: #3c0000;


     --grey-1-09: #f7f5f7e6;

     --grey-7-08: #5f595fcc;

     --grey-8-02: #4a404a33;
     --grey-8-05: #4a404a80;
     --grey-8-08: #4a404acc;

     --grey-10-05: #00000080;
     --grey-10-08: #000000cc;


     --graph-1: #000000;
     --graph-1-min: #000000;
     --graph-1-max: #000000;

     --graph-2: #e6beb4;
     --graph-2-min: #e6beb4;
     --graph-2-max: #e6beb4;

     --graph-3: #f5d796;
     --graph-3-min: #f5d796;
     --graph-3-max: #f5d796;

     --graph-4: #007d87;
     --graph-4-min: #007d87;
     --graph-4-max: #007d87;

     --graph-5: #f1e4db;
     --graph-5-min: #f1e4db;
     --graph-5-max: #f1e4db;

     --graph-6: #c8963c;
     --graph-6-min: #c8963c;
     --graph-6-max: #c8963c;

     --graph-7: #00c8d2;
     --graph-7-min: #00c8d2;
     --graph-7-max: #00c8d2;

     --graph-8: #aa786e;
     --graph-8-min: #aa786e;
     --graph-8-max: #aa786e;

     --graph-9: #d2aa50;
     --graph-9-min: #d2aa50;
     --graph-9-max: #d2aa50;

     --graph-10: #00a5b4;
     --graph-10-min: #00a5b4;
     --graph-10-max: #00a5b4;

     --graph-11: #be9187;
     --graph-11-min: #be9187;
     --graph-11-max: #be9187;

     --graph-12: #e6be64;
     --graph-12-min: #e6be64;
     --graph-12-max: #e6be64;

     --graph-13: #005064;
     --graph-13-min: #005064;
     --graph-13-max: #005064;

     --graph-14: #965a5a;
     --graph-14-min: #965a5a;
     --graph-14-max: #965a5a;

     --graph-15: #faebc8;
     --graph-15-min: #faebc8;
     --graph-15-max: #faebc8;

     --graph-16: #faf5f0;
     --graph-16-min: #faf5f0;
     --graph-16-max: #faf5f0;

     --graph-spot: #780000;
     --graph-spot-min: #780000;
     --graph-spot-max: #780000;

     --graph-default: #a19da1;
     --graph-default-min: #a19da1;
     --graph-default-max: #a19da1;


}
