@media (prefers-color-scheme: dark) {
	
	#header-top{
		border-bottom-color: #495058;
	}
	
	#sort-opt > li{border-right-color: #495058 !important;}
	
	#navbarNav, .jgknk-secondary-menu,#information{
		background-color: #2b3035;
	}
	 
	 
	#sort-opt-mobile{
		background-color: #2b3035 !important;
		color: #dee2e6 !important;
	}
	
	#sort-opt-mobile select{
		background-color: #2b3035 !important;
		color: #dee2e6 !important;
	}
	
	a.nav-link {
		color: #fff !important;
	}
	
	.grid-view, .container-pictures, .view, .opt, #user-menu, #repartition, #lastupdate, .grid-view, #navigate, body, #entities, .parodies, #item ,.pictures {
		background-color: #1c1c1c !important;
	}
	
	.container-pictures {
		border-color: #333;
	}
	
	.header-bar a{
		color: #fff !important;
	}
	
	.left-option-menu {
		background-color: #414141 !important;
	}
	
	a:visited, a:link{
		color: #dee2e6 !important;
		//bootstrap base color --bs-gray-300
	}

	#photo{
			//background-color: #151b1c !important;
		}
	.grid-view{
			//background-color: #151b1c !important;
		}
	.header-bar#option{
			//background-color: #090909 !important;
		}
			
	.container-pictures{
			//background-color: #000;
		}
		
	
}