.projet-seo-section_text {
  margin-bottom: 40px;
}
.projet-seo-section_text p{
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
}
.projet-seo-section_text p a{
  /* text-decoration: underline; */
  border-bottom: 1px solid #E6E6E6;
  transition: all ease 0.3s;
}
.projet-seo-section_text p a:hover{
  border-color: transparent;
}