﻿.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #337ab7 !important;
}

.pair {
    background-color: rgba(0, 0, 0, 0.05) !important;
    
    /* background-color: #e1e1e1;*/
}

.impair {
    /*background-color: none;*/
    background-color: transparent !important;
}

.gristableau {
    background: #c8c8c8 !important;
}

.no-border-bottom >td  {
    border-bottom: none !important;
}
.no-border > td{
    border-top:none!important;
    border-bottom:none !important;
}

table.border-bottom > tr > td{
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
}

.alpahabet_titre {
    color: #495057;
    border-bottom: 1px solid #495057;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.table tr.border-top:first-child {
    border:0 !important;
}

.table-no-top tr:first-child th, .table-no-top tr:first-child td {
    border: 0;
}

@media only screen and (max-width: 1023px) {
    #scrolltotop_parent {
        bottom: 25px !important;
        right: 25px !important;
    }
}

/*Un scrolltotop compatible*/
#scrolltotop_parent {
    background: #2A2E33;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1002 !important;
    opacity: 0.7;
}

    #scrolltotop_parent:hover {
        opacity: 1;
        transition: 0.1s;
    }

.scrolltotop_circle {
    border-radius: 4px;
}

.scrolltotop_round_corners {
    border-radius: 5px;
}

#scrolltotop_arrow {
    width: 0px;
    height: 0px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    margin: 0 auto;
    margin-top: 9px;
}

#scrolltotop_arrow:focus {
        opacity: 1;
        transition: 0.1s;
    }

.scrolltotop_hide_onload {
    display: none;
}
