body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin-top: 50px;
  transition: background 1s ease, color 1s ease;
  background-color: #ccfefd;
  color : #06090A; 
  height: 100%;
  overflow-y: auto;
}

h1{
  font-family:Georgia, 'Times New Roman', Times, serif;
}

h2{
  font-weight: normal;
  font-size: small;
  font-style: italic;
}

input {
  padding: 10px;
  font-size: 16px;
  width: 300px;
}

button {
  padding: 10px 15px;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
}


.helpButton {

    padding: 10px 15px;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
      color: rgb(139, 34, 34);

}

.date{

  font-weight: bold;
  opacity: 1;
  transition: opacity 0.5s ease;

}





.textbox {
  text-align: left;
  margin: 20px auto;
  padding: 20px;
  max-width: 600px;
  min-height: 60px;
  border-radius: 10px;
  background-color: #f0f0f0;
  font-size: 18px;
  transition: opacity 0.5s ease;
  line-height: 180%;
}

#texte {
  white-space: pre-line;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

.aide-box {
  white-space: pre-line;
  margin: 20px auto;
  padding: 15px;
  max-width: 600px;
  border-radius: 10px;
  background-color: #eef6ff;
  border: 1px solid #aacfff;
  font-size: 16px;
  transition: opacity 0.3s ease;
  line-height: 180%;
  text-align: left;

}

.hidden {
  display: none;
}

.aide {
  margin-top: 15px;
  padding: 10px;
  background-color: #dfefff;
  border-left: 4px solid #4a90e2;
  font-style: italic;
  font-size: 16px;
}

.compteur{

  font-weight: bold;
}

.compteurText{
  font-style: italic;
}

color-palette{
  color  : #ccfefd;
  color : #ABCAC9;
  color : #304A49;
  color: #457480;
  color: #FFF36E;
  color: #FFC2D7;
  color : #06090A;

}