

/* Texte RTE */
.gbl-rte a {
    text-decoration: underline;
    color:#E52D66;
}

.gbl-rte > * {
    margin: 10px 0;
}

.gbl-rte > :first-child {
    margin-top:0;
}


.gbl-rte > :last-child {
    margin-bottom:0;
}

.gbl-rte ul {
    list-style-type: disc;
}
.gbl-rte ol {
    list-style-type: decimal;
}

.gbl-rte li {
    margin: 5px 0 5px 40px;
    padding-left:5px;
}


.gbl-rte hr {
    border-top: 2px solid #E52D66;
}

/* paragraphes */
/* onglets */
.tab-link:hover {
    border-color:#E52D66;
}


/* Status message */
.gbl-status-message {
    border: 2px solid #6e7b22;
    background-color:#BCD0471A;
    padding: 10px 30px!important;
    border-radius: 10px;
}

.gbl-status-message * {
  color:#6e7b22;
  font-weight: 600;
  margin-top:5px;
}

.gbl-status-message:has([role="alert"]) {
  border-color:#E52D66;;
  background-color:#E52D661A;
}

.gbl-status-message:has([role="alert"]) * {
  color:#E52D66;;
}