@charset "UTF-8";
/* GLOBAL */
.q-checkbox__label {
  padding-top: 4px;
}

body {
  font-family: "Inter", sans-serif;
}

body.desktop .q-hoverable:hover .q-focus-helper {
  background: inherit;
  opacity: 0;
}

a {
  text-decoration: none !important;
  color: inherit;
}
a * {
  text-decoration: none !important;
}

.bold {
  font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.q-field [tabindex] {
  outline: 0;
}

.background-entreprise {
  background-color: #e8c6a4;
  color: #fefefe;
}

.background-antenne {
  background-color: #7EB8A3;
  color: #fefefe;
}

.background-profil {
  background-color: #2b303a;
  color: #fefefe;
}

.background-candidature {
  background-color: #7eb5b5;
  color: #fefefe;
}

.background-stagiaire {
  background-color: #d396be;
  color: #fefefe;
}

.background-accompagnement {
  background-color: #e3a89d;
  color: #fefefe;
}

.background-pedagogie {
  background-color: #d97a7a;
  color: #fefefe;
}

.background-postformation {
  background-color: #9b9fd9;
  color: #fefefe;
}

.background-profile {
  background-color: #fefefe;
  color: #111111;
}

.bg-profil {
  background-color: #2b303a;
}

.bg-stagiaire {
  background-color: #d396be;
}

.bg-antenne {
  background-color: #7EB8A3;
}

.bg-pedagogie {
  background-color: #d97a7a;
}

.background-taxes {
  background-color: #6896d4;
  color: #fefefe;
}

.background-facturation {
  background-color: #b898d6;
  color: #fefefe;
}
.background-facturation.q-toolbar {
  border-bottom: 1px solid #CCC;
}

/* some grid stuff */
.col-padding-15 {
  padding: 15px;
}

.col-padding-20-15 {
  padding: 20px 15px;
}

.col-padding-0-10 {
  padding: 0 10px !important;
}

.col-padding-0-20 {
  padding: 0 20px;
}

.col-padding-0-30 {
  padding: 0 30px;
}

.col-padding-10-0 {
  padding: 10px 0;
}

.col-padding-15-0 {
  padding: 15px 0px !important;
}

.col-padding-5-0 {
  padding: 5px 0;
}

.col-padding-0-20-20 {
  padding: 0 0 20px;
}

.col-padding-20-0-10 {
  padding: 20px 0 10px;
}

.col-padding-20 {
  padding: 20px;
}

.col-padding-10 {
  padding: 10px;
}

.col-padding-20-40 {
  padding: 20px 40px;
}

.col-padding-10-20 {
  padding: 10px 20px;
}

.col-padding-10-30 {
  padding: 10px 30px;
}

.col-padding-10-0-10-50 {
  padding: 10px 0 10px 50px;
}

.col-padding-0-0-0-30 {
  padding: 0 0 0 30px;
}

.col-padding-10-30-20 {
  padding: 10px 30px 20px;
}

.col-padding-15-30-15 {
  padding: 15px 30px 15px;
}

.col-padding-0-40-20 {
  padding: 0 40px 20px;
}

.col-padding-0-40-20 {
  padding: 0 40px 20px;
}

.col-padding-0-30-20 {
  padding: 0 30px 20px;
}

.col-padding-40-20-0 {
  padding: 40px 20px 0;
}

.col-padding-40-10-0 {
  padding: 40px 10px 0;
}

.col-padding-30-10-0 {
  padding: 30px 10px 0;
}

.col-padding-0-0-0-15 {
  padding: 0 0 0 15px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.max-width-180 {
  width: 180px;
  min-width: 180px;
}

.q-panel .q-tab-panel {
  padding: 25px;
}

.q-tab {
  color: #91A4AC;
}

.q-tab--active {
  color: #35505b !important;
}

.q-tab__indicator {
  background: #35505b !important;
}

.q-tab:not(.q-tab--active):hover {
  background: rgba(53, 80, 91, 0.06);
}

.col-nopadding {
  padding: 0 !important;
}

.col-nopadding-top {
  padding-top: 0 !important;
}

.col-nopadding-bottom {
  padding-bottom: 0 !important;
}

.col-nopadding-right {
  padding-right: 0 !important;
}

.col-nopadding-left {
  padding-left: 0 !important;
}

.q-dialog.fullscreen .q-card {
  width: 100% !important;
  max-width: 1150px !important;
  margin: auto 10%;
}
.q-dialog.fullscreen .q-card .q-tab-panels {
  padding: 0;
}
.q-dialog.fullscreen .q-card .q-card__section {
  padding: 20px;
}
.q-dialog.fullscreen .q-card .q-card__section .text-h5 {
  padding: 0 20px;
  margin-left: 0;
}
.q-dialog.fullscreen .q-card .q-tab-panel {
  padding: 0;
}
.q-dialog.fullscreen .q-card .q-dialog__inner--minimized > div {
  max-width: auto;
}
.q-dialog.fullscreen .q-card .q-field--with-bottom {
  padding-bottom: 0;
}
.q-dialog.fullscreen .q-card .q-field--outlined.q-field--readonly .q-field__control:before {
  border-style: solid;
}
.q-dialog .q-tab-panel {
  padding: 20px;
}
.q-dialog .modal-button-container button:last-child {
  margin-left: 30px;
}
.q-dialog .q-uploader {
  height: 100%;
  width: 100%;
}

.specific-dropdown {
  padding: 0;
  margin: 0;
}
.specific-dropdown.padding-inset-0-12 {
  padding: 0 12px;
}
.specific-dropdown .q-btn__wrapper {
  padding: 0;
  margin: 0;
}
.specific-dropdown .q-btn__wrapper i {
  padding: 0;
  margin: 0;
  width: 10px;
}

.q-toolbar.toolbar-with-border-bottom {
  border-bottom: 1px solid #CCC;
}
.q-toolbar .button-container-main-toolbar button {
  height: 50px;
  border-radius: 0;
  float: right;
  margin-right: -15px;
}
.q-toolbar .q-toolbar__title {
  min-width: 0;
}

.toolbar-reduced-height {
  height: calc(100% - 50px) !important;
}

.toolbar-text {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  min-width: 0;
}
@media (max-width: 1023px) {
  .toolbar-text {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .toolbar-text {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .toolbar-text {
    font-size: 11px;
  }
}

.toolbar-content {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .toolbar-content {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}

.banner-stagiaire {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .banner-stagiaire {
    font-size: 12px;
    padding: 4px 10px;
  }
}
@media (max-width: 800px) {
  .banner-stagiaire {
    font-size: 11.5px;
    padding: 4px 9px;
  }
}
@media (max-width: 360px) {
  .banner-stagiaire span {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.q-card {
  width: 100%;
}
.q-card .q-uploader {
  height: 100%;
  width: 100%;
}
.q-card .q-toolbar {
  height: 20px;
}
.q-card .doc-card-title {
  margin: 15px 0 15px -24px;
  padding: 2px 10px 2px 24px;
  position: relative;
  border-radius: 3px 5px 5px 0;
}
.q-card .doc-card-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #646464;
  border-width: 9px 0 0 11px;
}

.q-btn-group--rounded {
  box-shadow: none;
}
.q-btn-group--rounded > div:first-child button.q-btn--rounded {
  border-radius: 14px 0 0 14px;
}
.q-btn-group--rounded > div:last-child button.q-btn--rounded {
  border-radius: 0 14px 14px 0;
}

/* TABLE */
.q-table {
  border-top: 1px solid #DDD;
}
.q-table th {
  font-size: 15px;
  font-weight: bold;
}
.q-table tbody td {
  font-size: 14px;
}
.q-table thead tr.no-whitespace th,
.q-table tbody tr.no-whitespace td {
  white-space: normal;
}
.q-table thead th img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -5px;
}
.q-table tbody td button,
.q-table tfoot td button {
  margin-top: -3px;
}
.q-table td.border-right-none,
.q-table th.border-right-none {
  border-right: none !important;
  width: 5px;
  padding: 0;
}
.q-table td.border-left-none,
.q-table th.border-left-none {
  border-left: none !important;
  padding-left: 0;
}
.q-table tfoot td {
  font-weight: bold;
}

.no-bordertop table {
  border-top: 0;
}

/* LIST */
.q-list.q-list--separator.border-top {
  border-top: 1px solid #DDD;
}
.q-list.q-list--separator .q-item.noborderseparator {
  border-top: none;
}

/* BUTTON */
button i.q-icon {
  margin: -4px 4px 0 2px;
}

/*Bouton des couleurs des modules*/
.btn-color-antenne {
  background-color: #7CD2B3;
  border-radius: 8px !important;
  color: #fefefe;
  height: 40px !important;
  margin: 0 !important;
}
.btn-color-antenne:hover {
  color: #7EB8A3;
  background-color: #fefefe;
}

.btn-color-stagiaire {
  background: #E59FCDFF;
  color: #fefefe;
  border-radius: 8px !important;
  font-size: 13px;
  font-weight: 600;
  height: 40px !important;
  padding: 6px 12px;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}
.btn-color-stagiaire:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #d396be;
}
.btn-color-stagiaire.disabled, .btn-color-stagiaire:disabled {
  background: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.btn-color-accompagement {
  border-radius: 8px !important;
  height: 40px !important;
  margin: 0;
  background: #ffb3a5;
  color: #fefefe;
}
.btn-color-accompagement:hover {
  background: #fefefe;
  color: #e3a89d;
}

.btn-color-entreprise {
  border-radius: 8px !important;
  height: 40px !important;
  margin: 0;
  background: #f6d8ba;
  color: #fefefe;
}
.btn-color-entreprise:hover {
  background: #fefefe;
  color: #e8c6a4;
}

.btn-couleur-blue {
  color: #1A5FA8;
  background-color: #EBF3FC;
}
.btn-couleur-blue:hover {
  background-color: #ddeaf8;
}

/* HOMEPAGE */
.change-background {
  transition: background-image 1s;
}
.change-background:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.change-background.change-background-unlog a {
  color: #111111;
  position: absolute;
  bottom: -50px;
  left: -20px;
}
.change-background.change-background-unlog a:visited {
  color: #111111;
}

/* HEADER */
header .logo img {
  max-width: 40px;
  width: 50vh;
}
header button img {
  max-width: 20px;
  margin-right: 10px;
  margin-top: -5px;
}
header a img {
  max-width: 20px;
  margin-right: 10px;
  margin-top: -7px;
}

/* CHART */
.pie-chart-container {
  padding: 15px 0;
}

/* LEFT MENU */
.q-splitter__before {
  padding-bottom: 10px;
}
.q-splitter__before .q-toolbar__title {
  text-align: center;
  text-transform: uppercase;
}
.q-splitter__before .search-input {
  margin: 5px 15px 25px;
}
.q-splitter__before .q-tabs .q-tab {
  padding: 15px;
  text-align: left;
}
.q-splitter__before .q-tabs .q-tab .q-tab__content,
.q-splitter__before .q-tabs .q-tab .q-tab__label {
  width: 100%;
  transition: all 0.2s;
}
.q-splitter__before .q-tabs .q-tab .q-tab__content img,
.q-splitter__before .q-tabs .q-tab .q-tab__content .q-badge,
.q-splitter__before .q-tabs .q-tab .q-tab__label img,
.q-splitter__before .q-tabs .q-tab .q-tab__label .q-badge {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
}
.q-splitter__before .q-tabs .q-tab .q-tab__content .q-badge,
.q-splitter__before .q-tabs .q-tab .q-tab__label .q-badge {
  border-radius: 50%;
}
.q-splitter__before .q-tabs .q-tab[aria-selected=true], .q-splitter__before .q-tabs .q-tab:hover {
  background: #fefefe;
}
.q-splitter__before .q-tabs .q-tab[aria-selected=true] .q-tab__label, .q-splitter__before .q-tabs .q-tab:hover .q-tab__label {
  padding-left: 30px;
  transition: all 0.2s;
}
.q-splitter__before ul.left-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.q-splitter__before ul.left-menu-list a {
  width: 100%;
}
.q-splitter__before ul.left-menu-list li {
  padding: 19px 13px;
  text-align: left;
  cursor: pointer;
}
.q-splitter__before ul.left-menu-list li .q-tab__label {
  width: 100%;
  transition: all 0.2s;
}
.q-splitter__before ul.left-menu-list li .q-tab__label img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
}
.q-splitter__before ul.left-menu-list li.selected, .q-splitter__before ul.left-menu-list li:hover {
  background: #fefefe;
}
.q-splitter__before ul.left-menu-list li.selected .q-tab__label, .q-splitter__before ul.left-menu-list li:hover .q-tab__label {
  padding-left: 30px;
  transition: all 0.2s;
}
.q-splitter__before.template-antenne li.selected {
  border-left: 2px solid #7EB8A3;
}
.q-splitter__before.template-antenne .q-tab__indicator {
  color: #7EB8A3;
}
.q-splitter__before.template-entreprise li.selected {
  border-left: 2px solid #e8c6a4;
}
.q-splitter__before.template-entreprise .q-tab__indicator {
  color: #e8c6a4;
}
.q-splitter__before.template-candidature li.selected {
  border-left: 2px solid #7eb5b5;
}
.q-splitter__before.template-candidature .q-tab__indicator {
  color: #7eb5b5;
}
.q-splitter__before.template-stagiaire li.selected {
  border-left: 2px solid #d396be;
}
.q-splitter__before.template-stagiaire .q-tab__indicator {
  color: #d396be;
}
.q-splitter__before.template-pedagogie li.selected {
  border-left: 2px solid #d97a7a;
}
.q-splitter__before.template-pedagogie .q-tab__indicator {
  color: #d97a7a;
}
.q-splitter__before.template-postformation li.selected {
  border-left: 2px solid #9b9fd9;
}
.q-splitter__before.template-postformation .q-tab__indicator {
  color: #9b9fd9;
}
.q-splitter__before.template-taxes li.selected {
  border-left: 2px solid #6896d4;
}
.q-splitter__before.template-taxes .q-tab__indicator {
  color: #6896d4;
}
.q-splitter__before.template-facturation li.selected {
  border-left: 2px solid #6896d4;
}
.q-splitter__before.template-facturation .q-tab__indicator {
  color: #b898d6;
}
.q-splitter__before.template-profil li.selected {
  border-left: 2px solid #2b303a;
}
.q-splitter__before.template-profil .q-tab__indicator {
  color: #2b303a;
}

.menu-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #333;
  height: calc(100vh - 50px);
  justify-content: flex-start;
}
.menu-container .menu-container-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.menu-container .menu-container-close i {
  font-size: 20px;
}
.menu-container .menu-container-icon {
  margin-top: 80px;
}
.menu-container .menu-container-icon i {
  font-size: 80px;
}
.menu-container .menu-container-name {
  font-size: 25px;
}
.menu-container .menu-container-logout {
  margin-top: auto;
  margin-bottom: 10px;
}
.menu-container .menu-container-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #111111;
}
.menu-container .menu-container-menu ul li {
  padding: 25px 10px;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #111111;
  text-decoration: none;
  cursor: pointer;
}
.menu-container .menu-container-menu ul li.active {
  color: #111111 !important;
}
.menu-container .menu-container-menu ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  border-bottom: 1px solid #CCC;
}
.menu-container .menu-container-menu ul li:last-child:before {
  border: none;
}
.menu-container .menu-container-menu ul li i {
  margin-right: 10px;
  font-size: 20px;
}
.menu-container .menu-container-menu ul li a {
  color: #111111;
}

.q-splitter__after {
  overflow-x: hidden;
}

/* DRAWER left filter */
.drawer-filter .filters-list-drawer {
  padding: 70px 15px 10px;
  height: 100vh;
  overflow: auto;
}
.drawer-filter .filters-list-drawer .q-toolbar__title {
  margin-bottom: 20px;
}
.drawer-filter .filters-list-drawer .close {
  position: absolute;
  right: 10px;
  top: 60px;
  cursor: pointer;
  margin-right: 10px;
}
.drawer-filter .filters-list-drawer .close i {
  font-size: 20px;
}
.drawer-filter .filters-list-drawer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.drawer-filter .filters-list-drawer ul label.q-field__label {
  top: -5px;
  position: relative;
}
.drawer-filter .filters-list-drawer .q-btn-group {
  margin: auto;
}
.drawer-filter .filters-list-drawer .q-field--outlined.q-field--readonly .q-field__control:before {
  border-style: solid;
}
.drawer-filter .filters-list-drawer .q-field--outlined.q-field--readonly {
  margin-bottom: 10px;
}

.table-calendar .q-badge {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  border-radius: 50%;
}

/* TEMPLATE */
#empty-template {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto;
}

/* LIST RESSOURCES INDENTED */
.item.level-0 {
  padding: 20px 0 20px 20px;
}

/* ASTERISK RED */
.required .q-field__label:after {
  content: " *";
  color: #f00;
}

.capitalize-first {
  text-transform: capitalize;
}

/* ════════════════════════════════════════════════════════════════
 * BADGE PALIER (niveau de compétence : Non évalué → Palier 1 à 4)
 * ════════════════════════════════════════════════════════════════
 * Déplacé ici depuis CompetenceGroup.vue (module ACA) : c'est un
 * langage visuel générique ("où en est-on sur une échelle de
 * maîtrise"), pas quelque chose de spécifique à l'ACA — le
 * réutiliser ailleurs (Bilan Parcours, Évaluations CPS, etc.) est
 * possible sans dupliquer les couleurs/tailles à chaque fois.
 *
 * Usage : <span class="badge-palier badge-palier--p3"><i></i>Palier 3</span>
 * Niveaux : p0 (non évalué, gris) → p1 (rouge) → p2 (orange)
 *           → p3 (bleu) → p4 (vert) */
.badge-palier {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 7px;
  white-space: nowrap;
}
.badge-palier i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.badge-palier--p1 {
  background: #fdeceb;
  color: #E53935;
}
.badge-palier--p1 i {
  background: #E53935;
}
.badge-palier--p2 {
  background: #fdf4e7;
  color: #b9772a;
}
.badge-palier--p2 i {
  background: #e09c40;
}
.badge-palier--p3 {
  background: #eaf4fc;
  color: #1f6fa8;
}
.badge-palier--p3 i {
  background: #2f8fd2;
}
.badge-palier--p4 {
  background: #e8f7f0;
  color: #2c8a3a;
}
.badge-palier--p4 i {
  background: #43A047;
}
.badge-palier--p0 {
  background: #eef1f4;
  color: #93a3ad;
}
.badge-palier--p0 i {
  background: #cfd8dc;
}
@media (max-width: 800px) {
  .badge-palier {
    font-size: 10.5px;
    padding: 2px 8px;
  }
}

/* ════════════════════════════════════════════════════════════════
 * GRILLE "INFOS BÉNÉFICIAIRE" (nom, dates, formation, contact...)
 * ════════════════════════════════════════════════════════════════
 * Déplacé ici depuis Shared/Stagiare/Infos.vue : ce composant est
 * déjà partagé entre ACA, Bilan Parcours, PIF et Évaluations CPS,
 * donc autant que son style vive au même endroit que les autres
 * patterns transverses (badge-palier, toolbar-text...) plutôt que
 * d'être le seul bloc "responsive" isolé dans le composant.
 *
 * Usage :
 *   <div class="info-strip">
 *     <div class="info-card">
 *       <div class="info-label"><q-icon .../> Libellé</div>
 *       <div class="info-value">Valeur</div>
 *     </div>
 *     ...
 *   </div> */
.info-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 14px 0;
}
@media (max-width: 1023px) {
  .info-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .info-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 10px 0;
  }
}
@media (max-width: 360px) {
  .info-strip {
    grid-template-columns: 1fr;
  }
}

.info-card {
  border-radius: 8px;
  padding: 10px 12px;
  min-width: 0;
}
@media (max-width: 800px) {
  .info-card {
    padding: 8px 10px;
  }
}

.info-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #9e9e9e;
  margin-bottom: 3px;
}
@media (max-width: 800px) {
  .info-label {
    font-size: 10.5px;
  }
}
@media (max-width: 360px) {
  .info-label {
    font-size: 10px;
  }
}

.info-value {
  font-size: 13px;
  font-weight: 500;
  color: #2c3e50;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 800px) {
  .info-value {
    white-space: normal;
    word-break: break-word;
    font-size: 12.5px;
  }
}
@media (max-width: 360px) {
  .info-value {
    font-size: 12px;
  }
}

/* ════════════════════════════════════════════════════════════════
 * PATTERNS "FORMULAIRE PÉDAGOGIQUE" (préfixe .pf-)
 * ════════════════════════════════════════════════════════════════
 * Déplacé ici depuis EvaluationCentreForm.vue, CompanyAndContractForm.vue,
 * EvaluationAndInternshipPeriodForm.vue et InterviewsAndFollowUpForm.vue
 * (module Bilan Parcours) : ces quatre fichiers avaient chacun leur
 * propre copie quasi identique de "en-tête de dialog", "pied de
 * dialog + boutons annuler/enregistrer", "en-tête de section + bouton
 * ajouter", "cellules de tableau", "chargement / aucune donnée",
 * "alerte info/warning" — seul le préfixe de classe changeait
 * (ecf-/ccf-/eip-/iaf-). Centralisé pour que toute future section de
 * formulaire dans ce module (ou un autre à la même charte) réutilise
 * ces classes plutôt que de les recopier une cinquième fois. */
.pf-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.pf-section-header__label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a63d3d;
}

.pf-add-btn {
  border-radius: 8px;
  font-weight: 700;
  color: #1A5FA8;
  background: #EBF3FC;
}
.pf-add-btn:hover {
  background: #ddeaf8;
}
@media (max-width: 800px) {
  .pf-add-btn {
    width: 100%;
    justify-content: center;
  }
}

.pf-loading {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.pf-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  font-size: 13px;
  color: #6b7a85;
}

.pf-cell-title {
  font-size: 13px;
  font-weight: 600;
  color: #111111;
}
@media (max-width: 800px) {
  .pf-cell-title {
    font-size: 12.5px;
  }
}

.pf-cell-sub {
  font-size: 12px;
  color: #6b7a85;
}

.pf-cell-empty {
  font-size: 12px;
  color: #6b7a85;
  font-style: italic;
}

.pf-qlist {
  border-radius: 9px;
  overflow: hidden;
}

.pf-field .q-field__control {
  border-radius: 9px;
}

.pf-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 9px;
  font-size: 13px;
}
.pf-alert--warning {
  background: #fdf4e7;
  border: 1px solid #f0d4a0;
  color: #a0671a;
}
.pf-alert--warning .q-icon {
  color: #e09c40;
  flex-shrink: 0;
  margin-top: 1px;
}
.pf-alert--info {
  background: #EBF3FC;
  border: 1px solid #b0cef0;
  color: #0a4a85;
}
.pf-alert--info .q-icon {
  color: #1A5FA8;
  flex-shrink: 0;
  margin-top: 1px;
}
@media (max-width: 800px) {
  .pf-alert {
    padding: 10px 12px;
    font-size: 12px;
  }
}

.pf-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #fae9e9;
  border-bottom: 1px solid #e7aaaa;
}
@media (max-width: 800px) {
  .pf-dialog-header {
    padding: 12px 14px;
  }
}

.pf-dialog-header__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #a63d3d;
}

.pf-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #6b7a85;
  padding: 4px;
  border-radius: 6px;
  display: grid;
  place-items: center;
}
.pf-close-btn:hover {
  background: rgba(0, 0, 0, 0.07);
  color: #111111;
}

.pf-dialog-body {
  padding: 18px 20px !important;
}
@media (max-width: 800px) {
  .pf-dialog-body {
    padding: 14px !important;
  }
}

.pf-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 20px;
  background: #fefefe;
}
@media (max-width: 800px) {
  .pf-dialog-footer {
    padding: 10px 14px;
    flex-wrap: wrap;
  }
}

.pf-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  border-radius: 9px;
  padding: 9px 16px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: filter 0.15s, background 0.15s, opacity 0.15s;
}
.pf-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.pf-btn--cancel {
  background: transparent;
  color: #C10015;
  border-color: rgba(193, 0, 21, 0.3);
}
.pf-btn--cancel:hover:not(:disabled) {
  background: #FCEBEB;
}
.pf-btn--save {
  background: #027BE3;
  color: #fefefe;
}
.pf-btn--save:hover:not(:disabled) {
  filter: brightness(1.08);
}
@media (max-width: 800px) {
  .pf-btn {
    flex: 1 1 auto;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .pf-btn {
    white-space: normal;
    word-break: break-word;
  }
}
@media (max-width: 360px) {
  .pf-btn {
    font-size: 12px;
  }
}

  /* @font-face{
    font-family:"Wigrum";
    src:url(assets/fonts/Wigrum-Regular.otf)
  } */
:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
:root { font-family: InterVariable, sans-serif;
}
}
#fullpage-loader{
		position: fixed;
		top: 50px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background: rgba(255,255,255,0.5);
		z-index: 9990;
		display: flex;
		align-items: center;
		justify-content: center;
}
.vue-notification-group {
    z-index: 9999;
}
.q-field__native[required] ~ .q-field__label:after {
    content: '*';
    color: red;
}



.centered[data-v-693a13ad] {
  width: 50%;
  padding-top: 2em;
  margin: auto;
}
label[data-v-693a13ad] {
  margin-top: 10px;
  display: inline-block;
  width: 50%;
}
select[data-v-693a13ad] {
  width: 50%;
  height: 30px;
  border: 1px solid #999;
  font-size: 18px;
  border-radius: 5px;
}
input[type=text][data-v-693a13ad] {
  width: 50%;
  height: 30px;
  border: 1px solid #999;
  font-size: 18px;
  border-radius: 5px;
}
select option[data-v-693a13ad] {
  padding-top: 3px;
}
textarea[data-v-693a13ad] {
  display: block;
  width: 100%;
  height: 180px;
}


/*# sourceMappingURL=app.2bedfd9b.css.map*/