#content {
  min-height: 28em;
  /* otherwise, floating adresses float below the footer */
}

#addresses {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}

#addresses #liris {
        text-align: left;
        margin-right: 2em;
}

#addresses #iut {
        text-align: right;
        flex: max-content;
}

#addresses div h2 {
        vertical-align: top;
}

#addresses div p {
        vertical-align: top;
}

img[alt=photo] {
    float: right;
    max-height: 16em;
    padding: 1ex;
}

a[property=image] img {
    width: 100%;
    height: 100%;
}


