.candidatures {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    padding: 1em .1em;
    margin-bottom: 2em;
}

.candidatures>h1 {
    text-align: left;
    font-size: 1.7em;
    width: 100%;
    flex-shrink: 0;
    margin-left: 7px;
}

.candidatures .candidature {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: .5em;
    text-align: left;
    width: 49%;
    max-width: 600px;
    flex: 1;
    min-width: 300px;
    min-height: 130px;
    margin: .5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.candidatures .candidature h2 {
    font-size: 1.2em;
    font-weight: normal;
}

.candidatures .candidature .actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.candidatures .candidature .actions a {
    margin: 5px 2px 5px 5px;
}

.candidatures .candidature h2 {
    text-align: center;
    margin-top: 15px;
}

.printing-dropdown .dropdown-toggle {
    padding: 5px;
    margin: 5px 2px 5px;
}

.printing-dropdown {
    margin-left: 3px;
}