@charset "utf-8";
/* CSS Document */

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-black-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}

.text-black-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}

.text-bleu {
  color: rgba(30, 45, 145, 1.0) !important;
}

.text-vert1 {
  color: rgba(30, 45, 145, 1.0) !important;
}


.border-green1 {
  color: rgba(30, 45, 145, 1.0) !important;
}

