html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.main-height {
    height: 90vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
    font-weight: bold;
    color: #6574cd;
}

.subtitle {
    font-size: 38px;
    color: #6574cd;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.text-repartition {
    color: #6574cd;
}

.bg-repartition {
    background: #6574cd;
}

.tablegrid {
    font-size: 0.65rem;
    display: table;
}

.tablegrid tr th,
.tablegrid tr td {
    padding:0;
    marging:0;
    line-height: 0;
}

.tablegrid td:nth-child(2) {
    cursor: pointer;
}

.tablegrid td:nth-child(2) {
    font-weight: bold;
    text-overflow: ellipsis;
}

.tablegrid tr th:nth-child(n+2),
.tablegrid tr td:nth-child(n+3) {
    text-align: center;
    color: #000;
}


/*
#div-classes_d {
    height: 80vh;
    background: url(../img/app_icon_medium.png) no-repeat;
}
*/
/*------------------------------------
    Messages d'information
------------------------------------*/
.alert {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index:5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: 0px 0px 10px #00000075;
}
