/*!* style.css *!*/

/*!* Zone de filtres collante *!*/
/*.sticky-filters {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background: white;*/
/*    z-index: 10;*/
/*    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);*/
/*}*/

/*!* Masquer un élément *!*/
/*.hidden {*/
/*    display: none;*/
/*}*/

/*!* Colonnes du tableau *!*/
/*.col-pokemon {*/
/*    width: 150px;*/
/*}*/

/*.col-bucket {*/
/*    width: 100px;*/
/*}*/

/*.col-multipliers,*/
/*.col-biomes,*/
/*.col-conditions,*/
/*.col-anticonditions {*/
/*    min-width: 150px;*/
/*    white-space: normal; !* Permet le retour à la ligne *!*/
/*}*/

/*.col-presets {*/
/*    width: 100px;*/
/*}*/
/*.sticky-filters {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background: white;*/
/*    z-index: 10;*/
/*    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);*/
/*}*/
/*.hidden { display: none; }*/
/*.col-weight {*/
/*    max-width: 50px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/

/*.col-egg-group {*/
/*    width: 100px;*/
/*}*/

/*.col-catch-rate {*/
/*    width: 100px;*/
/*}*/

/*.col-abilities {*/
/*    min-width: 100px;*/
/*    white-space: normal;*/
/*}*/

/*.col-stats {*/
/*    min-width: 100px;*/
/*    white-space: normal;*/
/*}*/

/*.col-context {*/
/*    width: 100px;*/
/*}*/

/*!* Styles pour la cellule Pokémon *!*/
/*.pokemon-image {*/
/*    width: 128px;*/
/*    height: 128px;*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/

/*.type-icon {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*}*/

/*!* Texte et marges dans la cellule Pokémon *!*/
/*.pokemon-name {*/
/*    margin-top: 0.5rem;*/
/*    text-align: center;*/
/*}*/

/*.pokemon-types {*/
/*    margin-top: 0.25rem;*/
/*    text-align: center;*/
/*}*/

/*!* Styles pour l'en-tête du tableau *!*/
/*thead.sticky-header th {*/
/*    background-color: #4A5568; !* Tailwind gray-600 *!*/
/*    color: #F6E05E; !* Tailwind yellow-300 *!*/
/*    padding: 0.75rem;*/
/*    border: 1px solid #CBD5E0; !* Tailwind gray-300 *!*/
/*}*/

/*!* Style pour les lignes du tableau *!*/
/*.pokemon-row {*/
/*    !* Vous pouvez ajouter des styles spécifiques pour les lignes ici *!*/
/*}*/

/*.pokemon-row:hover {*/
/*    background-color: #2D3748; !* Couleur d'arrière-plan lors du survol *!*/
/*}*/
