body {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f0f0;
}

html, body {
    height: 100%;
}

article, .container {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.bo-container {
    flex-grow: 1;
}

article > nav, .bo-container {
    flex-shrink: 0;
}

.alert.top {
    position: fixed;
    width: 90%;
    top: 5px;
    z-index: 2000;
    left: 5%;
}

.tagify {
    max-width: 380px;
}

.action {
    cursor: pointer;
}

.tuile_img {
    display: block;
    height: 100px;
    width: auto;
}

form.card {
    padding: 10px;
}

.xl-fixed-top-left {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1499;
}

.app_tuile_container {
    width: 170px;
    margin-left: 5px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .app_tuile_container {
        width: 240px;
        margin-left: 15px;
        margin-right: 15px;
    }
}
