.ImagePourRegarder{
   max-height: 668px; /* 20201207 17H34M21S87F (768) */
   max-width: 1316px; /* 20201207 17H34M21S87F (1366) */
  /*width: 100%;
  height: 100%;*/
  /*display: block;*/
 /* margin-left: auto;
  margin-right: auto; */
 /* display : inline;*/
}
.ImagePourChoisir{
  width: 100px;
  height: 50px;
 /*display : inline;*/
}
.ImageDansLaPageRegarder{  
  max-width: 1316px; /* 20201207 17H34M21S87F (1366) */ 
  height: auto;
  /*width: 100%;
  height: 100%;*/
  /*display: block;*/
 /* margin-left: auto;
  margin-right: auto; */
 /* display : inline;*/
}
.IchMiseEnEvidence{
  font-weight: bold;
 /* color: greenyellow; */
 /* font-size: large; */
  font-size: 70px;
}
.EchMiseEnEvidence{
  font-weight: lighter;
/*  color: yellowgreen; */
  font-size: 14px;
}

/* unvisited link */
.IchMiseEnEvidence:link {
  color: red;
}

/* visited link */
.IchMiseEnEvidence:visited {
  color: greenyellow;
}

/* mouse over link */
.IchMiseEnEvidence:hover {
  color: red;
}

/* selected link */
.IchMiseEnEvidence:active {
  color: yellow;
}


/* unvisited link */
.EchMiseEnEvidence:link {
  color: red;
}

/* visited link */
.EchMiseEnEvidence:visited {
  color : yellowgreen;
}

/* mouse over link */
.EchMiseEnEvidence:hover {
  color: orange;
}

/* selected link */
.EchMiseEnEvidence:active {
  color: white;
}

.LienQuelconque{
  font-weight: bold;
  /* color: greenyellow; */
  /* font-size: large; */
  font-size: 42px; /* moyenne de -IchMiseEnEvidence- et de -EchMiseEnEvidence- */
  }
  
  /* unvisited link */
  .LienQuelconque:link {
  color: red;
  }
  
  /* visited link */
  .LienQuelconque:visited {
  color: greenyellow;
  }
  
  /* mouse over link */
  .LienQuelconque:hover {
  color: red;
  }
  
  /* selected link */
  .LienQuelconque:active {
  color: yellow;
  }

  #LISTEplus{
    background-color: greenyellow;
  }
  #LISTEmoins{
    background-color: greenyellow;
  }

.QRcodeSIZE{
    width: 150px;
    height: 150px;
}


.PHRASEalgorigramurienDANSliste{
  font-size: 50px;
}

.INFOsurLApageENalgorigramurienDANSliste{
  font-size: 30px;
}

input[type=submit] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
}

.PASmisENevidence{
  font-weight: bold;
  /* color: greenyellow; */
  /* font-size: large; */
  font-size: 15px; /* moyenne de -IchMiseEnEvidence- et de -EchMiseEnEvidence- */
  }
  
  /* unvisited link */
  .PASmisENevidence:link {
  color: red;
  }
  
  /* visited link */
  .PASmisENevidence:visited {
  color: greenyellow;
  }
  
  /* mouse over link */
  .PASmisENevidence:hover {
  color: red;
  }
  
  /* selected link */
  .PASmisENevidence:active {
  color: yellow;
  }
.table_outset{
    border-style: outset;
  }
  .table_outset{
    border-style: outset;
  }
.coinD {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.coinM {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.coinD_coinM {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.buttonV {
  background: #00ff2a;
  color: #00ff2a63;
  /*width: 70px;*/
  /*border-radius: 20px;*/
  line-height: 1.5em;
  border: 5px solid #365E79;
  font-weight: bold;
  font-size: 30px;
}
.buttonR {
  background: #b41414;
  color: #b4141463;
  /*width: 70px;*/
  /*border-radius: 20px;*/
  line-height: 1.5em;
  border: 5px solid #365E79;
  font-weight: bold;
  font-size: 30px;
}

.BUTTONheight100 {
    height: 100px;
}
.BUTTONheight200 {
    height: 200px;
}
.BUTTONwidth300 {
    width: 300px;
}
.BUTTONwidth400 {
    width: 400px;
}
#taxHur{
  font-size: 45px;
}
div{
  vertical-align: middle;
}
.SCREENsize{
  height: 100vh; /* For 100% screen height */
  width:  100vw; /* For 100% screen width */
  /* https://askcodez.com/css-obtenir-la-hauteur-de-la-resolution-de-lecran.html*/
}
.imgROUGE {
  border: 1px solid red;
}
.imgVERTE {
  border: 1px solid green;
}
.CONTENEUR_BOUTTONactivé{
  background-color: #008000;
  color: #008000;
  cursor: not-allowed;
}
.CONTENEUR_BOUTTONactivé{
  background-color: #FF0008;
  color: #FF0008;
  cursor: pointer;
}
.BOUTTONdésactivé{
  cursor: not-allowed;
}
.BOUTTONactivé{
  cursor: pointer;
}