.ff-raleway, .ff-raleway *:not(.la) {
    font-family: "Raleway", sans-serif;
}

.modal-subtitle {
    font-weight: bold;
    color: #2b90cf;
    font-size: 125%;
}

.modal-title {
    font-weight: bold;
    font-size: 175%;
    text-transform: uppercase;
}

.modal {
    overflow-y: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.modal-open {
    height: 100%;
    overflow-y: hidden;
}

/* radios grid */
.form-group.radio.radios-grid {
    box-sizing: border-box;
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.form-group.radio.radios-grid .radio-option {
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 768px) {
    .form-group.radio.radios-grid .radio-option {
        display: flex;
        margin: 0.5rem 0px 0px 0px;
        padding: 0px;
        justify-content: space-between;
    }
}


.form-group.radio.radios-grid.bg-radios-grid-color:nth-child(2n + 1) {
    background-color: #a5aaff;
}
/*.form-group.radio.radios-grid:nth-child(2n) {
    background-color: #9ea3e446;
}*/
.form-group.radio.radios-grid.bg-radios-grid-color:last-child {
    margin-bottom: 2%;
}
/* end radios grid*/

.table-view-only > thead {
    display: none;
}

.table-view-only > div > table {
    width: 100% !important;
    box-sizing: border-box !important;
}

td.disabled.day,
span.month.disabled,
span.year.disabled {
    color: #e2e2e2 !important;
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-name: flash;
    animation-name: flash;
}

/* état désactivé des onglets bootstraps (tabs) */
.nav-tabs .nav-item a.nav-link.disabled {
    color: grey !important;
}

/* casse les mots des tables (évite l'overflow)*/
.table-breakwords.table.table-striped.table-bordered.dataTable.no-footer td {
    word-break: break-all;
}

.dataTables_wrapper table{
    display: table;
}

.popover.show {
    z-index: 10000;
}

.btn-group-block button:first-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.btn-group-block button:last-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.btn-group-block button:first-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.assure-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sweet-overlay {
    z-index: 1999;
}

.modal.custom-modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.min-h-100 {
    min-height: 100%;
}

/* LIENS */
.nav-bar a:not(.btn):not(.not-default-link), footer a:not(.btn):not(.not-default-link){
    border-bottom: 0.1rem solid transparent;
    color: #009fe3!important;
    transition: 0.2s;
}

.nav-bar a:not(.btn):not(.not-default-link):hover, footer a:not(.btn):not(.not-default-link):hover{
    color: #0c6085!important;
    border-bottom: 0.1rem solid #0c6085;
}