/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 nov. 2020, 20:42:22
    Author     : Rachel
*/




/*tableaux stripped*/
.tr0 {
    background-color:   #A4F4CF;
}
.tr1 {
     background-color: #5FFCAD;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.vert-pale {
    background-color: #DBF7BC;
    border: 2px solid #518650;
    font-weight: bolder;
    color: #193c14;
}
.commande {
    background-color: #325905cc;
    border: 2px solid #518650;
    font-weight: bolder;
    color: #ffffff;
}
.produit td {
    margin: 1rem;
    border: 3px solid #85f683;        
}

/* .img-show {
  margin: auto;
  border: solid white 1px;
    width: 40px;
  height: 40px;
  background-image: url('https://agedei.al-volo.fr/assets/img/eye_10.png');
  background-repeat: no-repeat;
  background-position-x: center; background-position-y: center; 
  background-color: lightgreen;
}

.img-hide {
  margin: auto;
  border: solid white 1px;
  width: 40px;
  height: 40px;

  background-image: url('https://agedei.al-volo.fr/assets/img/eye-slash_2.png');
  background-repeat: no-repeat;
  background-position-x: center; background-position-y: center; 
  background-color: lightgreen;
} */

.img-show {
  margin: auto;
    width: 36px;
  height: 36px;
  background-image: url('https://agedei.al-volo.fr/assets/img/icons8-inverser.png');
  background-repeat: no-repeat;
  background-position-x: center; background-position-y: center; 
}

.img-hide {
  margin: auto;
    width: 36px;
  height: 36px;
  background-image: url('https://agedei.al-volo.fr/assets/img/icons8-inverser.png');
  background-repeat: no-repeat;
  background-position-x: center; background-position-y: center; 
}

.li-show {
  background-color:   #A4F4CF;
}

.li-hide {
  background-color:lightgrey; 
}

.grisey {
    background-color:lightgrey;
    color: black;
}

.bascule {
  /* https://icons8.com */
  margin: auto;
  background-image: url('https://agedei.al-volo.fr/assets/img/icons8-inverser.png');
  background-repeat: no-repeat;
  background-position-x: center; background-position-y: center; 
}
