/* === Animations (unchanged) === */
@keyframes passing-through {
  0% { opacity: 0; transform: translateY(40px) }
  30%, 70% { opacity: 1; transform: translateY(0px) }
  100% { opacity: 0; transform: translateY(-40px) }
}
@keyframes slide-in {
  0% { opacity: 0; transform: translateY(40px) }
  30% { opacity: 1; transform: translateY(0px) }
}
@keyframes pulse {
  0% { transform: scale(1) }
  10% { transform: scale(1.1) }
  20% { transform: scale(1) }
}

/* ===== Base Dropzone ===== */
.dropzone, .dropzone * { box-sizing: border-box }
.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0,0,0,.8);
  border-radius: 5px;
  padding: 20px 20px;
}
.dropzone.dz-clickable { cursor: pointer }
.dropzone.dz-clickable * { cursor: default }
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * { cursor: pointer }
/* Hide dz-message when upload starts */
.dropzone.dz-started .dz-clickable-box .dz-message {
  display: none !important;
}
.dropzone.dz-drag-hover { border-style: solid }
.dropzone.dz-drag-hover .dz-message { opacity: .5 }
.dropzone .dz-message { text-align: center; margin: 3em 0 }

/* ===== Custom Overrides ===== */
.dropzone {
  border-radius: var(--rounded-xl);
  border: 2px dashed var(--color-border);
  padding: var(--size-2);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Previews wrapper as grid */
.dz-previews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.75rem;
  width: 100%;
}

/* Each preview card */
.dz-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  overflow: hidden;
  gap: 0.5rem;
  padding: 0.5rem;
  transition: transform 0.2s ease-in-out;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
.dz-preview:hover { transform: translateY(-3px) }

/* Error messages */
.dz-preview .dz-error-message {
  background: var(--color-negative);
  word-break: break-all;
}
.dz-preview .dz-error-message::after {
  border-bottom: 6px solid var(--color-negative);
}

/* Remove button */
.dz-remove {
  background: #000;
  color: #e7e3e3 !important;
  font-size: 0.8rem;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  margin-top: 0.25rem;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  text-decoration: none !important;
}
.dz-remove:hover { background: #3a18aa }

/* === Mobile adjustments === */
@media (max-width: 640px) {
  .dz-previews {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }

  .dz-preview {
    max-width: 100px;
    padding: 0.25rem;
  }

  .dz-preview .dz-image img {
    max-height: 50px;
  }

  .dz-preview [data-dz-name] {
    font-size: 0.7rem;
    white-space: nowrap;         /* prevent wrapping */
    overflow: hidden;            /* hide overflow */
    text-overflow: ellipsis;     /* add "..." */
    max-width: 90%;              /* keep inside card */
    text-align: center;
  }

  .dz-preview [data-dz-size] {
    font-size: 0.65rem;
  }

  /* Cross button */
  .dz-preview .dz-remove {
    all: unset; /* reset Dropzone defaults */
    position: absolute;
    top: 4px;
    right: 4px;
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(0,0,0,0.75);
    border-radius: 50%;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.25rem;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
  }
  .dz-preview .dz-remove:hover {
    background: #3a18aa;
  }
}

/* === Extra small screens (hide thumbnails) === */
@media (max-width: 480px) {
  .dz-preview {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    box-shadow: none;
    padding: 0.25rem 0;
    max-width: 100%;
    position: relative;
  }

  .dz-preview .dz-image { display: none; }

  .dz-preview [data-dz-name],
  .dz-preview [data-dz-size] {
    font-size: 0.75rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
  }

  /* Cross stays aligned to the right */
  .dz-preview .dz-remove {
    position: static;
    margin-left: auto;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.25rem;
  }
}
/* Pro Dashboard Pagination */
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  src: url(/fonts/Material-Symbols-Rounded.woff2) format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
.tableau{
  width: 100%;
  border-collapse: collapse;
  margin-top: 80px;
}

.ligne{
  color: #64748b;
  border-bottom: 1px solid #cbd5e1;
  background-color: #f8fafc; 
}

.colonne{
  padding: 1rem;
  text-align: center;
}

.ligne_entete{
  padding: 1rem;
}
.qualification{
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
