/* ----------------------------- */
/* ==colors */
/* ----------------------------- */
/* title, error... */
/* navigation *//* against motion*/
/* icon... */
/* text and some title */
/* */
/* for banner yellow */
/* success */
.error,
.txt-red,
.rejete {
  color: #c81f4a;
}
.success,
.amdt-success,
.adopte {
  color: #248441;
}
.wait,
.tombe,
.nonsoutenu,
.retire {
  color: #8c8e90;
}
a {
  color: #606060;
}
/* decoration */
.banner-yellow {
  color: #2a3435;
  background: #f8ab3f;
}
.banner-yellow a {
  color: #2a3435;
}
.banner-yellow.alternate {
  border-color: #e69e39;
}
.highlight {
  color: #c81f4a;
}
hr {
  border: 0;
  height: 1px;
  background: #606060;
  margin: 20px 0;
}
