

@media (prefers-color-scheme: dark) {
	:root {
		--primary-color: #e91e63;
		--light-pink: hsl(340, 100%, 96%);
		--dark-color: #949494;
		--dark-color-text: #C6C1C4;
		--gray: hsl(340, 2%, 42%);
		--nearly-white: #2B2B2B;
		--medium-gray: #5E5A5C;
		--light-gray: #212121;
		--box-shadow: hsla(256, 94%, 79%, 0.3);
		--white:#2B2B2B;
		--mauve: #5484ed;
		--aqua: #19db9a;
		--pink: #e91e63;

		--lightgreen-light: #f2fcf9;
		--lightgreen: #7ae7bf;
		--lightgreen_85: rgba(122,231,191,.85);

		--green-light: #f2faed;
		--green: #7bd148;
		--green_85: rgba(123,209,72,.85);

		--boldgreen-light: #eef7ed;
		--boldgreen: #51b749;
		--boldgreen_85: rgba(81,183,73,.85);

		--boldblue-light: #eef3fd;
		--boldblue:#5484ed;
		--boldblue_85:rgba(84,132,237,.85);

		--blue-light: #f6f8fe;
		--blue:#a4bdfc;
		--blue_85:rgba(164,189,252,.85);

		--turquoise-light: #edfbfb;
		--turquoise:#46d6db;
		--turquoise_85:rgba(70,214,219,.85);

		--yellow-light: #fefbef;
		--yellow:#fbd75b;
		--yellow_85:rgba(251,215,91,.85);

		--orange-light: #fff4e5;
		--orange: #ffb347; /* une teinte orange plus distincte */
		--orange_85: rgba(255, 179, 71, .85);

		--red-light: #fff3f2;
		--red:#ff887c;
		--red_85:rgba(255,136,124,.85);

		--boldred-light: #fbe9ea;
		--boldred:#dc2127;
		--boldred_85:rgba(220,33,39,.85);

		--purple-light: #fbf7ff;
		--purple:#dbadff;
		--purple_85:rgba(219,173,255,.85);

		--deeppurple_85:rgba(59, 19, 147,.85);

		--grey-light: #fcfcfc;
		--grey:#828080;
		--grey_85:rgba(225,225,225,.85);

		--error-color: hsl(7, 100%, 46%);
		--valid-color: #51b749;

		--input-color: hsl(216, 86%, 44%);
		--input-color-inactive: hsl(216, 6%, 85%);


		--text-font-size: 14px;
		--text-font-size-button: 15px;
		--text-line-height: 1.17;
		--text-letter-spacing: -.1px;
		--text-font-weight-normal: 400;
		--text-font-weight-medium: 600;
		--text-font-weight-bold: 700;

		--border-radius: 3px;


		--tip-border-color: #ffefad;
		--tip-background-color: #2b2300d6;
	}
}
