
:root {

	/* COLOR */
	--red-color:rgb(184, 0, 0);
	--red-intense-color:rgb(152, 4, 4);
	--green-leaf-color: rgba(177,202,100);
	--green-color: rgb(100, 202, 120);
	--red-light-color: rgba(239,118,127);
	--yellow-color: rgba(229,203,82);
	--blue-color: rgb(19, 19, 248);
	--White-color: rgba(255,255,255);
	--White-attenuate: rgb(247, 247, 247);
	--White-stronger: rgb(168, 168, 168);
	--purple-color: rgba(128,140,209);
	--grey-attenuate: rgb(80,80,95);
	--grey-color: rgb(77, 77, 77);
	--grey-stronger:rgb(38,38,38);
	--black-color:rgb(0,0,0);



	/*THEME */
	--Travel-color:var(--red-light-color);
    --Gastronomie-color:var(--green-leaf-color);
    --Food-color:var(--green-leaf-color);
    --Voyage-color:var(--red-light-color);
    --Inspiration-color:var(--yellow-color);
    --default-color:var(--grey-color);

	/* Travel */
	--afrique-color:var(--grey-stronger);
	--NorthAmerica-color:var(--blue-color);
	--SouthAmerica-color:var(--red-color);
	--asia-color:var(--yellow-color);
	--europe-color:var(--green-color);

	/*Section */
	--food-color:var(--green-leaf-color);

	/* PAYS */
	--MAR-color:var(--red-color);
	--CAN-color:var(--red-color);
	--PER-color:var(--red-color);
	--FRA-color:var(--blue-color);
	--THA-color:var(--blue-color);
	--USA-color:var(--blue-color);
	--GTM-color:rgb(19, 210, 248);
	--BAR-color:rgb(255, 199, 38);
	--GRN-color:rgb(156, 67, 54);
	--TTO-color:rgb(200, 16, 46);
	--JPN-color:rgb(255, 0, 0);

	--text-color:var(--black-color);
	--selection-color:var(--red-color);
	--selection-intense-color:var(--red-intense-color);
	--selection-color-text:var(--White-color);
	--text-color-attenuate:var(--grey-attenuate);
	--background-nav-stronger:var(--White-stronger);
	--background-nav-contrasted:var(--White-stronger);
	--background-nav-color:var(--White-attenuate);
	--background-color:var(--White-color);
	--title-color:var(--red-color);

	--website-url:url("assets/images/icons/earth.svg");
	--reservation-url:url("assets/images/icons/calendar-circle-plus.svg");
	--menu-url:url("assets/images/icons/food-restaurant.svg");
}

.dark-mode-color {

	--text-color:var(--White-color);
	--text-color-attenuate:var(--White-stronger);
	--background-nav-stronger:var(--grey-stronger);
	--background-nav-contrasted:var(--grey-color);
	--background-nav-color:var(--grey-attenuate);
	--background-color:var(--grey-stronger);
	--title-color:var(--red-color);

	--website-url:url("assets/images/icons/earth-white.svg");
	--reservation-url:url("assets/images/icons/calendar-circle-plus-white.svg");
	--menu-url:url("assets/images/icons/food-restaurant-white.svg");
}