/* Style du titre */
h1 {
    color: darkblue;
    font-size: 60px;
}

/* Bordures personnalisées */
td.table-success, td.table-danger {
    border-top: 1px solid #b0b3b6 !important;
    border-bottom: 1px solid #b0b3b6 !important;
}

.logo { width: 550px; height: auto; }

/* Désactive le tri Bootstrap */
#table-inscriptions {
    --bs-table-sort: none;
}

/* Style des en-têtes triables */
#table-inscriptions th {
    cursor: pointer;
    position: relative;
    padding-right: 20px !important;
    background-image: none !important;
}

/* Flèche invisible par défaut */
#table-inscriptions th:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
}

/* Flèche vers le haut */
#table-inscriptions th.tablesort-asc:after {
    border-bottom-color: #000 !important;
}

/* Flèche vers le bas */
#table-inscriptions th.tablesort-desc:after {
    border-top-color: #000 !important;
}
