/* rte BE & FE */
.ul-no-bullet {
    list-style: none;
    padding-left: 0;
}

.p-big { font-size: 125%; }
.p-tiny { font-size: 87.5%; }

.c-bold { font-weight: 600 !important; }
.c-bold.fa::before {
    font-weight: 600;
}

.c-tiny { font-size: 87.5%; }

.c-important { color: rgb(204,0,0); }

.c-nowrap {
    white-space: nowrap;
}

.center,
.align-center,
.rte-align-center {
    text-align: center;
}

.align-left,
.rte-align-left {
    text-align: left;
}

.align-right,
.rte-align-right {
    text-align: right;
}

.align-justify,
.rte-align-justify {
    text-align: justify;
}

a.rte-link-button {
    display:inline-block;
    color: currentColor;
    background: rgb(255,255,255);
    text-decoration: none;
    padding: 0.25em 1em;
    border-radius: 0.125em;
}

a.rte-link-buttoninvers {
    display:inline-block;
    color: rgb(255,255,255);
    background: rgb(0,77,159);
    text-decoration: none;
    padding: 0.25em 1em;
    border-radius: 0.125em;
}

a.rte-link-buttoninvers:focus,
a.rte-link-buttoninvers:hover {
    color: rgb(255,255,255);
    background-color: rgb(0,49,102);
}

a.rte-link-buttoninvers::before,
a.rte-link-button::before {
    content: none !important;
}
