.soon-link {
    cursor: default;
    pointer-events: none;
}

.niaouli-green {
    color: #009973 !important;
}

.niaouli-red {
    color: #DC3737 !important;
}

.niaouli-blue {
    color: #009FAD !important;
}

.niaouli-yellow {
    color: #E5AC03 !important;
}

.niaouli-orange {
    color: #E6693C !important;
}

.pagination {
    justify-content: center;
}

.pagination span {
    padding-left: .5rem;
    padding-right: .5rem;
}

/* Form flow */
.craue_formflow_buttons {
    align-items: center;
    display: inline-block;
}

.craue_formflow_buttons button {
    outline: none !important;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 5px;
    margin-right: 5px;
}

.craue_formflow_button_last {

    color: #fff !important;
    background-color: #1dc9b7 !important;
    border: 1px solid #1dc9b7 !important;
}

.craue_formflow_button_last:hover {
    background-color: #009973 !important;
    border-color: #009973 !important;
}

.img-dashboard {
    width: 100%;
}

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

/* Recommendations */

.card-img-title {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.recommendation-link .kt-portlet {
    transition: 0.35s all !important;
}

.recommendation-link .kt-portlet:hover {
    background-color: #f6fff6;
}

.recommendation-header {
    min-height: 350px;
    margin-bottom: 1.5rem !important;
    border-radius: 5px;
}

.bg-picture-3 {
    background: url(../media/pictures/home-office-4996834_1920.jpg);
    background-size: cover;
    background-position: center 20%;
}

.recommendation-title {
    margin-bottom: 1.5rem;
}

.recommendation-table {
    color: #74788d !important;
    border-top: 2px solid white;
}

.recommendation-table tr {
    border-top: 2px solid white;
}

.recommendation-table-title {
    font-size: 1.6rem;
    font-weight: 600;
}

/* Résultats enquête */
.resultat-table thead tr th {
    background-color: #111;
    color: #fff;
    text-align: justify;
}

.resultat-table thead tr td {
    text-align: justify;
}