/** Title **/
.anoris-page_title {
    font-size: 20px;
    text-align: center;
    line-height: 22px;
}
.anoris-page_col-title {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 1rem;
}
.anoris-page_table-title {
    text-align: center;
}

/** General **/
#cybex-anoris-page {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#cybex-anoris-page .mt-1 {
    margin-top: 1rem;
}
#cybex-anoris-page .mt-2 {
    margin-top: 2rem;
}
#cybex-anoris-page .mt-4 {
    margin-top: 4rem;
}
#cybex-anoris-page .mb-2 {
    margin-bottom: 2rem;
}
#cybex-anoris-page h2, p, h3 {
    margin: 0;
    padding: 0;
}

/** Bloc **/
.anoris-page_row {
    background-color: #e7e3e2;
    display: flex;
    align-items: center;
}
.anoris-page_col-img {
    margin: 0 -15px;
}

/** Table **/
.table thead {
    background-color: #d0cece;
}
.table thead th {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.table tbody td {
    text-align: center;
}
.anoris-page_table-link a {
    text-decoration: underline;
    color: #1c66c1;
}
.anoris-page_table-text, .anoris-page_table-text-title {
    text-align: center;
}
.anoris-page_table-text-title {
    text-transform: uppercase;
}

/** Media query **/
@media (max-width: 768px) {
    .anoris-page_row {
        display: block;
    }
    .anoris-page_col-title {
        padding-top: 20px;
    }
    .anoris-page_row p {
        padding-bottom: 20px;
    }
    .anoris-page_table-title {
        font-size: 18px;
    }
}