.wp-block-group.is-style-lien-light p {
  position: relative;
  left: 0px;
  color: var(--wp--custom--color--keylimepie-500) !important;
  transition: all 0.3s ease;
}
.wp-block-group.is-style-lien-light p a {
  color: var(--wp--custom--color--keylimepie-500) !important;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.wp-block-group.is-style-lien-light p a:hover {
  color: var(--wp--custom--color--keylimepie-200) !important;
}
.wp-block-group.is-style-lien-light p:after {
  content: url(./assets/img/fleche-lien.svg);
  padding-left: 0.5rem;
  transition: all 0.3s ease;
  text-decoration: none !important;
  color: var(--wp--custom--color--keylimepie-500) !important;
}
.wp-block-group.is-style-lien-light p:hover {
  left: 5px;
}
.wp-block-group.is-style-lien-light p:hover:after {
  color: var(--wp--custom--color--keylimepie-200) !important;
}