SOULIGNER TITRE CSS

.chimique {
  text-decoration: underline;
  /*text-underline-position: under;*/
}

.defaut {
  text-decoration: underline;
  text-underline-position: auto;
}
Angry Alpaca