
#tarteaucitronRoot {
	--tac-size: 650px;
	--tac-gap: 30px;
	--tac-radius: 5px;
	--tac-shadow: 0 0 10px black;
	--tac-c-text: #111;
	--tac-c-links: grey;
	--tac-c-bg: white;
	--tac-c-overlay: #000000b3;
	--tac-font: Arial, sans-serif;
	--tac-font-lh: 1.4;
	--tac-font-headings: var(--tac-font);
	--tac-btn-space: 10px 20px;
	--tac-btn-font: var(--tac-font);
	--tac-btn-radius: var(--tac-radius);
	--tac-btn-c-text: black;
	--tac-btn-c-bg: transparent;
	--tac-btn-c-border: grey;
	--tac-btn-c-allow-text: white;
	--tac-btn-c-allow: green;
	--tac-btn-c-deny-text: white;
	--tac-btn-c-save: #333;
	--tac-btn-c-save-text: white;
	--tac-btn-c-deny: red;
	--tac-close-size: 30px;
	--tac-close-c-ico: white;
	--tac-close-c-bg: #ccc;
}

#tarteaucitronAlertBig {
	--tac-alert-size: 650px;
	--tac-alert-gap: 30px;
	--tac-alert-radius: 5px;
	--tac-alert-position: 0;
	--tac-alert-c-bg: white;
}

#tarteaucitron {
	--tac-panel-size: 650px;
	--tac-panel-gap: 30px;
	--tac-panel-radius: 5px;
	--tac-panel-c-bg: white;
	--tac-panel-name-c-text: #111;
	--tac-panel-name-c-bg: #ddd;
}