.img-max {
    width: 50% !important;
    margin-top: 7px;
}

#ccr-arretes-table_filter {
    display: none;
}

td {
    border-bottom: none !important;
}

.form_search.event-filtre {
    display: flex;
    justify-content: center;
}

.form_search.event-filtre .row.p-3 {
    max-width: 850px;
}

.form_search.event-filtre hr {
    margin: 5px 0 5px 0;
    border-top: 1px solid;
    width: calc(100% - 10px);
}

.form_search.event-filtre label.form-check-label {
    font-size: 14px !important;
}

.col-md-plug-2 {
    width: 16.6667%;
    margin-bottom: 20px;
}

.col-md-plug-3 {
    width: 25%;
    margin-bottom: 20px;
}

.col-md-plug-4 {
    width: 33.33%;
    margin-bottom: 20px;
}

.col-md-plug-6 {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px !important;
    padding-left: 0 !important;
}

.col-md-plug-6-nopad {
    width: 50%;
}

.col-md-plug-8 {
    width: 66.67%;
    margin-bottom: 20px;
}

.col-md-plug-9 {
    width: 75%;
    margin-bottom: 20px;
}

.hide-pc {
    display: none;
}
@media (min-width: 768px) {
    .multiselect-native-select:has(#gravite_mob), .multiselect-native-select:has(#select_type_mob) {
        display: none;
    }
}

.code-nor-div {
    width: 85%;
}

.div-img-type {
    background: var(--ccr-dark-blue);
    position: relative;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    #search_code_nor {
        display: block;
        position: relative;
        top: 0 !important;
    }
    #search_code_nor + i.fa  {
        display: none !important;
    }

    .col-md-plug-2, .col-md-plug-3, .col-md-plug-4, .col-md-plug-5, .col-md-plug-6, .col-md-plug-6-nopad, .col-md-plug-8, .col-md-plug-9 {
        width: 100%;
        margin-bottom: 20px;
    }

    .hide-mobile {
        display: none;
    }

    .hide-pc {
        display: block;
        position: relative;
        top: 10px;
        left: 20px;
    }

    .custom-select {
        text-align: left !important;
    }

    .code-nor-div {
        width: 100%;
    }

    .col-sx-6 {
        width: 50% !important;
        margin-top: 13px;
    }

    .search_icon {
        position: absolute;
        right: 39px;
        top: 32px !important;
        transform: translateY(-50%);
        pointer-events: none;
        color: #999;
        font-size: 23px;
        display: block !important;
    }

    .btn-all-reste {
        top: 0px !important;
    }

    /* table responsive block */
    table {
        width: 100% !important;
    }

    table, tbody, tr, th, td {
        display: block;
    }

    table thead {
        display: none;
    }

    table td {
        border: 0;

        &:last-child {
            border-bottom: 1px solid red;
            padding-bottom: 36px !important;
        }

        text-align: center;
    }

    table tr {
        &:not(:last-child) {
            margin-bottom: 24px;
        }
    }

    table.dataTable tbody tr {
        background-color: #ffffff !important;
        border: 1px solid #C6D3D7;
    }

    table.dataTable.display > tbody > tr, table.dataTable.order-column.stripe > tbody > tr {
        background-color: #ffffff !important;
    }

    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-top: none !important;
    }

    table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
        box-shadow: inset 0 0 0 9999px rgb(255 255 255) !important;
    }
    table.dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1{
        box-shadow: inset 0 0 0 9999px rgb(255 255 255) !important;
    }
    .div-img-type{
        margin: 0 auto !important;
        width: 30%;
        height: auto;
    }
	.liste-arrete-telechargement {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 130px;
	}
    a.data_table_btn {
        border: 1px solid #002B3B !important;
        padding: 16px 30px 17px 30px !important;
        font-size: 15px !important;
        display: block;
        width: 80%;
    }
    a.show-arrete {
        border: 1px solid #002B3B !important;
        padding: 16px 30px 17px 30px !important;
        font-size: 15px !important;
        width: 80%;
        position: relative;
        display: flex;
		justify-content: center;
        border-radius: 4px !important;
        top: 20px;
    }
	a.show-arrete img {
		padding-left: 0 !important;
    }

    #arretes_table .data_table_btn::before, .data_table_btn::before{
        padding-right: 7px !important;
        top: 6px !important;
    }

    td {
        font-size: 1em !important;
    }
    .show-arrete-txt {
        display: block!important;
    }
}
div#ccr-arretes-table_length {
    margin-top: 25px;
}
a.data_table_btn {
    border: none ;
    padding: 16px 0 ;
}
.show-arrete-txt {
    display: none;
}
.search_icon {
    display: none;
}

span.btn_remove {
    background-color: var(--ccr-dark-blue);
    color: var(--custom-3);
    padding: 3px 13px;
    border: 1px solid var(--ccr-dark-blue);
    border-radius: 5px;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-right: 10px;
}

.filter_label {
    font-size: 18px;
    font-weight: bold;
    color: var(--ccr-dark-blue);
    margin-bottom: 0 !important;
}

label.filter_label.arrete {
    font-size: 18px;
    font-weight: bold;
    color: var(--ccr-dark-blue);
}

.choice-border {
    border: 1px solid var(--ccr-dark-blue);
    padding: 7px 12px;
    border-radius: 4px;
}

/*span.form-check.choice-border:hover, span.form-check.choice-border:active {
    background: var(--ccr-dark-blue);
    color: var(--custom-3);
}*/

.form-check-label {
    padding: 0;
    width: 100%;
}

input[type='checkbox'] + label:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 20px 20px !important;
    bottom: -4px !important;
}

span.form-check.choice-border, span.form-check.choice-border label {
    cursor: pointer;
    user-select: none;
}

span.form-check.choice-border.checked {
    background: var(--ccr-dark-blue);
    color: var(--custom-3);
}

.custom-select, .custom-select:focus {
    height: 60px !important;
}

button#reset_filter {
    line-height: 6px !important;
    height: 56px;
    background: var(--ccr-dark-blue);
    color: var(--custom-3);
}

.btn-all-reste {
    position: relative;
    top: 74px;
}

span.btn_remove:hover {
    background: white;
    color: black;
    border: 1px solid black;
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: 1.375rem 2.25rem 2.4rem 2.75rem !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: 1.375rem 2.25rem 2.4rem 0.75rem !important;
}

@media (min-width: 768px) {
    .col-md-plug-4.event-date-publication {
        width: 28% !important;
    }
    .col-md-plug-5.event-departement {
        width: 47% !important;
    }
    .col-md-plug-3.event-button {
        display: flex;
        align-items: end;
        bottom: 2px;
        position: relative;
    }
}
.col-md-plug-4.event-date-publication hr, .col-md-plug-5.event-departement hr{
    width: 100% !important;
}

#form_search_arrete hr {
    margin: 10px 0 5px 0 !important;
    border: none !important;
    height: 1px !important;
    background-color: #002b3b !important;
}
input#search_code_nor {
    width: 100%;
    border: 1px solid;
    padding: 17px 20px;
}

@media (max-width: 960px) {
    .ccr-liste-arretes .dataTables_wrapper div {
        box-shadow: none !important;
    }
}

.multiselect-container .multiselect-option .form-check, .multiselect-container .multiselect-group .form-check, .multiselect-container .multiselect-all .form-check {
    padding: 0 5px 0 0px !important;
}

@media (max-width: 600px) {
    .form_search div {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--ccr-dark-blue) !important;
    padding: 14px;
    color: #ffffff !important;
}

.flex-1.float-right.code-nor-div {
    margin-top: 40px;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgb(255 255 255);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    opacity: 0.9;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #C6D3D7 !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 16px !important;
    margin-left: 10px;
    height: 49px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600 !important;
    font-family: "Albert Sans", sans-serif;
    background: #F0F3F5 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #D9F551 !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 16px !important;
    margin-left: 10px;
    height: 49px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600 !important;
    font-family: "Albert Sans", sans-serif;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--ccr-dark-blue) !important;
}

table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>*{
    box-shadow: inset 0 0 0 9999px rgb(255 255 255) !important;
}
button#ccr-reset-filter {
    background: var(--primarybtncolor);
    color: var(--custom-3);
}
a#ccr-arretes-table_previous {
    display: none;
}
a#ccr-arretes-table_next {
    display: none;
}
span:hover a, p:hover a {
    opacity: inherit !important;
}
table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgb(255 255 255);
}
div#ccr-arretes-table_info {
    margin-bottom: 25px;
}
div#pagination-event-container
{
    justify-content: center;
}
a.active.ml-2.paginate {
    background: #2d515e !important;
}
.paginate {
    opacity: 1 !important;
}
.btn-outline-info.focus, .btn-outline-info:focus
{
    box-shadow: 0 0 0 .1rem rgb(229 229 229); !important;
    color: #d9f551;
}
.btn-outline-info
{
    box-shadow: 0 0 0 .1rem rgb(229 229 229); !important;
    color: #d9f551;
}
.ajax-pagination a{
    background: #ffffff !important;
}
