/* **************************************** */
/* Variables issues de SFCC, ne pas changer */
/* **************************************** */
/* ******************************** */
/* Fin des variables issues de SFCC */
/* ******************************** */
.content-asset a.link {
  text-decoration: underline;
}
.content-asset p {
  font-size: 0.9375rem;
  color: #454545;
}
.content-asset .title-grey {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #929292;
}
.content-asset .title-black {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #000000;
}
.content-asset h2 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #000000;
  margin: 10px 0 10px 0;
}
.content-asset .mentions {
  font-size: 0.8125rem;
  font-style: italic;
}
.content-asset .anchor-link {
  text-decoration: none;
  border-bottom: 2px solid #ED037C;
  padding-bottom: 5px;
  white-space: nowrap;
}

@media (min-width: 960px) {
  .content-asset .anchor-link {
    font-size: 1.125rem;
  }
}
@media (max-width: 959.98px) {
  .content-asset .anchor-link {
    font-size: 0.75rem;
    padding-bottom: 5px;
  }
}