body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f7f9fc;
  line-height: 1.6;
}

.rouge {
  color: #9e788f !important;
}

.bg-rouge {
  background-color: #9e788f !important;
}

.violet {
  color: #a9b3ce !important;
}

.bg-violet {
  background-color: #a9b3ce !important;
}

.bleu-ciel {
  color: #12eaea !important;
}

.bg-bleu-ciel {
  background-color: #12eaea !important;
}

.bleu {
  color: #027586 !important;
}

.bg-bleu {
  background-color: #027586 !important;
}

.marron {
  color: #474954 !important;
}

.bg-marron {
  background-color: #474954 !important;
}

.blanc {
  color: #f8f6f4 !important;
}

.bg-blanc {
  background-color: #f8f6f4 !important;
}

.cursive {
  font-family: cursive;
}




/* Footer */
.footer {
  background: #333;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  display: inline;
  margin: 0 10px;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
}