:root {
--bg-body: rgba(119,126,141,.1);
--bg-nav: #007132;
--bg-page: #f8f9fa;
--bg-header: #f8f9fa;
--bg-card: #5ec33a;
--primary-color: #007132;
--secondary-color: #5ec33a;
--link-color-1: rgba(255,255,255,0.55);
--link-color-2: rgba(255,255,255,0.75);
--primary-text: #007132;
--primary-text-hover: #01441f;
--secondary-text: white;
--third-text: gray;
--border-color:#e5e5e5;
--border-color-secondary: #5ec33a;
--icone-color: #e70101;
--text-color: #003f1d;

}


