.legend-content {
    word-break: break-word;
}

.width-auto {
    width: auto;
}

.min-height-1-5rem {
    min-height: 1.5rem !important;
}

.centered-element {
    margin: auto;
}

.centered-h-element {
    margin-left: auto;
    margin-right: auto;
}

.centered-v-element {
    margin-top: auto;
    margin-bottom: auto;
}

.justify-space-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.size-1-25 {
    font-size: 1.25rem !important;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

.margin-bottom-demi {
    margin-bottom: 0.5rem;
}

.margin-left-1 {
    margin-left: 1rem;
}

.cjr-table td {
    padding: 0.25rem 1rem 0.25rem 1rem;
}

.cjr-table td {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-collapse: collapse;
}

.cjr-table tr:last-child td {
    border-bottom: none;
}

.cjr-table td:last-child {
    border-right: none;
}

.cjr-table table {
    border: #d3d3d3 1px solid;
    border-radius: 0.25rem;
    border-collapse: separate !important;
    width: auto;
}

ul > li > ul > li:before {
    content: "○" !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.margin-auto {
    margin: auto !important;
}

.margin-bottom-2rem {
    margin-bottom: 2rem !important;
}

.display-block {
    display: block;
}

.mr-2 {
    margin-right: 2rem;
}

.details-content-description {
    word-break: break-all;
}

.green-indicator {
    color: green;
    font-size: 1.5rem !important;
    height: auto !important;
}

.orange-indicator {
    color: #ffa500;
    font-size: 1.5rem !important;
    height: auto !important;
}

.red-indicator {
    color: #C90205;
    font-size: 1.5rem !important;
    height: auto !important;
}

.indicator {
    display: flex;
}

.card-number {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.text-align-right {
    text-align: right;
}

.vertical-align-top {
    vertical-align: top;
}

/*
    CONTROLE DE MOT DE PASSE
 */
.password-criteria-item {
    display: flex;
}

.password-criteria-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

cjr-password-checker {
    width: 100%;
}

.green-small-indicator {
    color: green;
    height: auto !important;
    vertical-align: middle;
}

.orange-small-indicator {
    color: #ffa500;
    height: auto !important;
    vertical-align: middle;
}

.red-small-indicator {
    color: #C90205;
    height: auto !important;
    vertical-align: middle;
}

.cjr-checkbox {
    border: 1px solid #8B99A1;
    border-radius: 2px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0;
    text-align: center;
}

.cjr-checkbox:disabled{
    opacity: 0.5 !important;
}

.cjr-checkbox:focus {
    outline: 1.5px #C10230 dashed !important;
    outline-offset: 3px;
    transition: outline-color 1s ease-out;
    box-shadow: none;
}

.cjr-checkbox:before {
    content: '\2713';
    color: transparent;
    font-weight: bolder;
}

.cjr-checkbox:checked:before {
    content: '\2713';
    color: #C10230;
    font-weight: bolder;
}

.cjr-column-min-width {
    width: 1%;
}

.boutons-actions-faq-document {
    margin-right: 0 !important;
}

.bouton-aligne {
    float: right;
}

.display-none {
    display: none;
}

.vertical-container {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 25px;
}

.hidden-buttons {
    padding-left: 25px; 
    visibility: hidden;
}

.horizontal-container {
    text-align: right; 
    display: flex; 
    justify-content: end;
}

.mt1 {
    margin-top: 1rem;
}

.cjr-input-file {
    border: none;
}

.cjr-input-file::-webkit-file-upload-button {
    display: none;
}

.icon-croix {
    font-size: 1.75rem !important;
    color: #309b97;
}

.bouton-supprimer:disabled {
    background-color: transparent !important;
}

.cjr-d-none {
    display: none;
}

.old-button-icon {
    padding: 0.5rem;
    width: auto;
}

/*gestion des dropdowns sur l'admin*/

.cjr-mock-dropdown {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20rem;  
}