.wiki-title-page {
    text-align: center;
}

.wiki-title-item {
    text-align: center;
    padding-top: 10px;
    border: #bbc8eb solid;
    border-bottom: 1px solid #bbc8eb;
    padding-bottom: 5px;
    overflow: visible;
    background-color: #bbc8eb;
}

.figure {
    width: 50%;
    display: table;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    margin: 0.5em;
    padding: 0.5em;
}

.figure-img-publi {
    border: 0;
    height: auto;
    max-width: 200px;
}

.small-fig {
    max-width: 100px;
}

.logo-cycle {
    max-width: 100px;
}

.figure-caption {
    display: table-caption;
    caption-side: right;
    width: 40%;
}

.figure-caption-publi {
    display: table-caption;
    caption-side: right;
    width: 70%;
}

.flex-mv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-mv {
    flex-direction: column;
  }
}