@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Nunito', sans-serif !important;
}

h1, h2, h3 {
    font-weight: bold !important;
}

.datepicker-here[readonly] {
    background-color: #ffffff !important;
}

.sidebar .nav .nav-item.active > .nav-link i, .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link .menu-arrow {
    color: #5ab7d3 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

textarea {
    min-height: 10vh;
    resize: vertical !important;
}

.datepickers-container {
    z-index: 1051;
}

.main-panel-reponse {
    width: calc(100%);
    min-height: calc(100vh - 56px);
    background: #f6f7fb;
}

div.copied {
    z-index: 1000;
    position: fixed;
    bottom: 50px;
    left: 50%;
    width: 300px;
    text-align: center;
    color: #5ab7d3;
    background-color: #dff0d8;
    border: 1px solid #c1e9f6;
    padding: 10px 15px;
    border-radius: 4px;
    margin-left: -23px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

div.dataTables_wrapper div.dataTables_filter label {
    color: #696969 !important;
}

table.dataTable > tbody > tr.child {
    padding: 0.5em 1em;
    text-align: center;
}

.he-style {
    background-color: rgba(150, 215, 226, 0.2) !important;
}

.inac-style {
    background-color: rgba(226, 150, 150, 0.2) !important;
}

.taille-i {
    width: 20px;
    text-align: center;
}

.table tbody tr:hover {
    background-color: rgba(198, 227, 236, 0.62);
    text-decoration: underline;
    cursor: pointer;
}

.petit-bouton-icon {
    padding: 0.3rem !important;
}

.onglet-parametrages {
    text-align: center;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.onglet, .onglet-legende, .onglet-archive {
    color: white !important;
    box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.03);
    cursor: pointer;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10;
    text-decoration: none;
    white-space: nowrap;
}

.onglet {
    background-color: #96d7e2;
}

.onglet-legende {
    background-color: #a3a4a5;
}

.onglet-archive {
    background-color: #f09488;
}

.onglet:hover, .onglet-legende:hover, .onglet-archive:hover {
    text-decoration: none;
}

.onglet:hover {
    background-color: #8ad0dc;
}

.onglet-legende:hover {
    background-color: #8d8e8f;
}

.onglet-archive:hover {
    background-color: #da857a;
}

.onglet-actif, .onglet.active {
    color: #96d7e2 !important;
    background-color: white !important;
}

.separateur-vertical {
    width: 1px;
    height: 20px;
    border-left: 1px solid #a3a4a5;
    margin-left: 20px;
    margin-right: 20px;
}

.onglets-container {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    scroll-behavior: smooth;
}

.onglets-container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.navbar-scroll-arrow::before {
    font-size: 26px;
}

.fond-flou {
    background-color: rgba(0, 0, 0, 0.2);
}

.vider-date {
    width: 15%;
    float: right;
    height: 30px;
    border: 1px solid #dcdee2;
    border-radius: 0 4px 4px 0;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s;
    background-color: white !important;
}

.div-filtres-table {
    display: inline-block;
    width: 100%;
}

.div-titre-table {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.div-boutons-table {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.div-recherche-table {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.div-filtres-affiche-table {
    display: inline-block;
    width: 100%;
}

.form-control-color {
    padding: 0.35rem !important;
    height: calc(2.25rem + 2px);
    width: 100%;
}

.input-slimselect {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s;
    background-color: white !important;
    float: left;
}

.input-slimselect-date {
    display: flex;
    cursor: pointer;
    width: 85%;
    height: 30px;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px 0 0 4px;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s;
    background-color: white !important;
    float: left;
}

.table-responsive div div label input {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 22px;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s;
}

.table-passages tbody tr:hover {
    background-color: rgba(68, 81, 158, 0.25);
    text-decoration: underline;
    cursor: pointer;
}

.date-maj {
    float: right;
    font-style: italic;
    margin: 0;
    padding: 0;
}

.btntrash {
    margin: 0;
    border: none;
    padding: 0;
    color: #5ab7d3;
    background-color: transparent;
}

.btntrash:hover {
    cursor: pointer;
    color: #5ab7d3;
}

.mouse-hover {
    cursor: pointer;
}

#header-row-logo, #navbar {
    padding-left: 8vw !important;
    padding-right: 8vw !important;
}

.drop-principal {
    z-index: 1002;
}

@media (max-width: 991px) {
    #header-row-logo, #navbar {
        padding-left: 2vw !important;
        padding-right: 2vw !important;
    }
}

.notification-style {
    color: white;
    font-weight: bold;
    float: right;
    width: 23px;
    background: #ff8c00;
    height: 23px;
    text-align: center;
    border-radius: 100px;
    margin-left: 5px;
    font-size: 14px;
}

.nb-reponse-style {
    color: white;
    font-weight: bold;
    margin-right: 5px;
    float: left;
    padding-top: 3px;
    font-size: 14px;
    width: 20px;
    background: #ff8c00;
    height: 20px;
    text-align: center;
    border-radius: 100px;
}

.vignette-a-consulter-style {
    color: white;
    font-weight: bold;
    margin-right: 5px;
    float: left;
    width: 7px;
    border: 2px solid #ff8c00;
    height: 7px;
    text-align: center;
    border-radius: 100px;
}

.vignette-a-consulter-style-droite {
    color: white;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    width: 8px;
    border: 2px solid #ff8c00;
    height: 8px;
    text-align: center;
    border-radius: 100px;
}

.date-ticket {
    color: grey;
}

.titre-ticket {
    font-size: 27px;
}

.btn-circle {
    width: 40px;
    height: 40px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.reponse-utile {
    float: left;
    padding-top: 12px;
    margin-right: 5px;
    font-style: italic;
}


.cursor-hover:hover {
    cursor: pointer;
    text-decoration: underline;
}

.card-ribbon {
    position: absolute;
    top: 0.5rem;
    right: -1.5rem;
    color: white;
    background: #5ab7d4;
    transform: rotate(45deg);
    overflow: hidden;
    padding: 0 20px;
}

.biblio-bubble {
    border-radius: 50px;
    background: white;
    color: #5AB7D5;
    padding: 0 5px;
}

.onglet-actif .biblio-bubble {
    background: #5AB7D5;
    color: white;
}