/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
#collection-attributes-accordion{
    max-height: 30vh;
    overflow-y: auto;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}

div.dataTables_wrapper div.dataTables_length {
    display: flex;
    justify-content: end !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.modal_informations .modal-body img {
    width: 100%; /* L'image prendra 100% de la largeur de la modal */
    height: auto; /* Maintient le ratio de l'image */
}

.modal_informations .modal-dialog {
    max-width: max-content; /* Ajustez la largeur maximale de la modal */
}

