@charset "utf-8";
/* CSS Document */

.description-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #00A693;
  text-align: center;
  margin-top: 70px;
  border-bottom: 3px solid #00A693; /* Couleur et épaisseur du trait de soulignement */
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.colorable-border {
  transition: border-color 3s ease;
  border-bottom-color: color;
}

