.redirection-project.teaser {
    height: 100%;
}

.redirection-project.teaser > a {
    background-color: var(--c-white);
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 100%;
}

.redirection-project.teaser > a img {
    display: block;
}

.redirection-project.teaser > a h2 {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: var(--f-strong);
    padding: 1.25rem 1.5rem;
    display: block;
    border-bottom: 1px solid var(--c-background);
}

.redirection-project.teaser > a .field--name-field-subtitle {
    text-align: left;
    font-size: 1rem;
    padding: 1.25rem 1.5rem 2rem;
    width: 100%;
    margin: 0;
    color: var(--c-black);
}

.redirection-project.teaser > a:hover {
    text-decoration: none;
}

.redirection-project.teaser > a:hover h2 {
    text-decoration: underline;
}

.redirection-project.teaser > a:hover .field--name-field-subtitle {
    text-decoration: none;
}
  