/*theme switch*/
.img_theme
{
  mix-blend-mode: color;
}
.slider
{
  color: rgba(50,50,50,1);
  background-color: rgba(100,100,100,1);
}
input:checked + .slider:before
{
  background-color: rgba(66,66,66,1)
}
input:checked + .slider
{
    background-color: rgba(100,100,100,1);
}
/**Index styles**/
body
{
  background-color: rgba(0,0,0,1);
}
/*___Structure___*/
/*Rangées*/
.hrow
{
  background-color: rgba(50,50,50,1);
}
/*cellules*/
#titre
{
  filter: invert(0.1);
  color: rgb(255, 255, 255);
  text-shadow: 3px 2px 3px rgb(0, 0, 0);
}
/*articles*/
.containart
{
  background-color: rgb(30, 30, 30);
  color: rgb(250, 250, 250);
}
.containart > div
{
  background-color: rgb(50, 50, 50);
}
