.ligne-grid-row,
.eval-response {
  break-inside: avoid;
}

.etape-break-inside-auto .ligne-grid-row,
.etape-break-inside-auto .eval-response {
  break-inside: auto;
}

.evalue_copiable_detail {
  display: none;
}

.ev_presse_papier .toolbar {
  background: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.ev_presse_papier .row_lib {
  width: 100%;
  margin: 1em 0;
}

.ev_presse_papier .row_lib .label {
  padding: 5px 0;
}

.ev_presse_papier .row_lib input {
  width: 100%;
  padding: 5px 8px;
}

#presse_papier_copier section.ev_sub_show {
  color: #666;
}

#presse_papier_copier .pp_reponse {
  min-height: 1.8em;
}

#presse_papier_copier .pp_item:hover {
  color: #eee;
  cursor: pointer;
}

.ev_presse_papier .toolbar span {
  padding: 1px 8px;
}

.ev_presse_papier .pp_possible .eval-response, #presse_papier_copier .pp_possible .eval-response {
  color: #fff;
  background: #666;
}

.ev_presse_papier .pp_selected .eval-response, #presse_papier_copier .pp_selected .eval-response {
  color: #fff;
  background: #7a9811;
}

.ev_presse_papier .pp_possible_crud.pp_selected .eval-response, #presse_papier_copier .pp_possible_crud.pp_selected .eval-response {
  color: #fff;
  background: #354207;
}




.ev_sub_show.ev_sub_show_aff_reduit .ligne-grid-textarea .eval-response,
.ev_sub_show.ev_sub_show_aff_reduit .ligne-table-textarea .eval-response,
.ev_sub_show.ev_sub_show_aff_reduit .eval-resp-textarea {
  min-height: 2.4em;
}

.ev_sub_show.ev_sub_show_aff_reduit .norep-mode-cache.nrep-sans-reponse,
.ev_sub_show.ev_sub_show_aff_reduit .norep-mode-cache:has(.nrep-sans-reponse) {
  display: none;
}

.ev_sub_show.ev_sub_show_aff_reduit .norep-mode-mention.nrep-sans-reponse .eval-response,
.ev_sub_show.ev_sub_show_aff_reduit .norep-mode-mention.nrep-sans-reponse .eval-response,
.ev_sub_show.ev_sub_show_aff_reduit .norep-mode-mention .nrep-sans-reponse .pp_crud_fake_item {
  display: none;
}

.ev_sub_show.ev_sub_show_aff_reduit .norep-mode-mention.nrep-sans-reponse .eval-noresponse-mention,
.ev_sub_show.ev_sub_show_aff_reduit .norep-mode-mention.nrep-sans-reponse .eval-noresponse-mention,
.ev_sub_show.ev_sub_show_aff_reduit .norep-mode-mention .nrep-sans-reponse .eval-noresponse-mention {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: var(--FORM-BACK-RO);
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #212529;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 2.38rem;
  padding: .375rem .75rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 100%;
  display: block !important;
  font-style: italic;
}

.islyform .collapse-toggle {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.islyform .collapse-toggle .collapse-arrow {
  display: inline-block;
  transition: transform 0.18s ease;
}

.islyform .collapse-toggle[aria-expanded="true"] .collapse-arrow {
  transform: rotate(90deg);
}

.islyform-hover-shadow {
  transition: all 0.3s ease;
}

.islyform-hover-shadow:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px);
}

.islyform-hover-shadow-unique .islyform-hover-shadow {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px);
}

.islyform-transition {
  transition: all 0.3s ease;
}

.ilsyform-catalogue-card {
  overflow: hidden;
}

.ilsyform-stage-info .info-item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ilsyform-stage-info .info-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.hover-lift {
  transition: all 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}

.ilsyform-manager {
  border-left: 4px solid rgba(56, 103, 128, 0.8);
  position: relative;
}

.ilsyform-manager::before {
  content: "Formation de mon équipe";
  position: absolute;
  top: -15px;
  left: -4px;
  background-color: #386780;
  color: white;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 10;
  opacity: 0.9;
}

.ilsyform .formation-item {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 1;
  transform: scale(1);
}

.ilsyform .formation-item.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}

.ilsyform .formation-item.hidden .card {
  transform: translateY(-10px);
}

.ilsyform .card {
  transition: transform 0.3s ease-in-out;
}

/* Animation pour un effet plus fluide */
.ilsyform .formation-item:not(.hidden) {
  animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.ilsyform-step-title {
			display: flex;
			align-items: center;
			gap: 0.75rem;
			font-size: 1.45rem;
			font-weight: 700;
			line-height: 1.25;
			padding: 0.55rem 0.85rem;
			margin-bottom: 0.9rem;
			border-left: 4px solid #1f4f8a;
			background: #f4f8fc;
			border-radius: 0.45rem;
			color: #183a63;
		}

		.ilsyform-step-title .step-badge {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 2rem;
			height: 2rem;
			border-radius: 999px;
			font-size: 1rem;
			font-weight: 700;
			color: #ffffff;
			background: #1f4f8a;
			flex: 0 0 auto;
		}

		.ilsyform-step-title.ilsy-step-inactive {
			background: #f6f7f9;
			border-left-color: #9aa6b2;
			color: #4b5560;
		}

		.ilsyform-step-title.ilsy-step-inactive .step-badge {
			background: #9aa6b2;
		}

    #cnfpt-inter-assistant-container .head,
    #cnfpt-intra-assistant-container .head {
			background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
			border: 1px solid #e7edf3;
			border-radius: 0.75rem;
			padding: 1rem;
			margin-bottom: 1rem;
		}

    #cnfpt-inter-assistant-container .head .ariane,
    #cnfpt-intra-assistant-container .head .ariane {
			margin-bottom: 0.75rem;
			font-size: 0.95rem;
		}

    #cnfpt-inter-assistant-container .head .ariane a,
    #cnfpt-intra-assistant-container .head .ariane a {
			font-weight: 600;
			text-decoration: none;
		}

    #cnfpt-inter-assistant-container .eps-table > .table.table-sm,
    #cnfpt-intra-assistant-container .eps-table > .table.table-sm {
			border-collapse: separate;
			border-spacing: 0 0.55rem;
			margin-bottom: 0;
		}

    #cnfpt-inter-assistant-container .eps-table > .table.table-sm tbody tr td,
    #cnfpt-intra-assistant-container .eps-table > .table.table-sm tbody tr td {
			background: #ffffff;
			border-top: 1px solid #e7edf3;
			border-bottom: 1px solid #e7edf3;
			padding-top: 0.85rem;
			padding-bottom: 0.85rem;
		}

    #cnfpt-inter-assistant-container .eps-table > .table.table-sm tbody tr td:first-child,
    #cnfpt-intra-assistant-container .eps-table > .table.table-sm tbody tr td:first-child {
			border-left: 1px solid #e7edf3;
			border-top-left-radius: 0.65rem;
			border-bottom-left-radius: 0.65rem;
		}

    #cnfpt-inter-assistant-container .eps-table > .table.table-sm tbody tr td:last-child,
    #cnfpt-intra-assistant-container .eps-table > .table.table-sm tbody tr td:last-child {
			border-right: 1px solid #e7edf3;
			border-top-right-radius: 0.65rem;
			border-bottom-right-radius: 0.65rem;
		}

    #cnfpt-inter-assistant-container .eps-table > .table.table-sm tbody tr:hover td,
    #cnfpt-intra-assistant-container .eps-table > .table.table-sm tbody tr:hover td {
			background: #f8fbff;
			border-color: #d8e5f1;
		}

    #cnfpt-inter-assistant-container .eps-table > .table.table-sm tbody tr td a,
    #cnfpt-intra-assistant-container .eps-table > .table.table-sm tbody tr td a {
			display: block;
			font-weight: 600;
			text-decoration: none;
			color: #1f4f8a;
		}

    #cnfpt-inter-assistant-container .eps-table > .table.table-sm tbody tr td a:hover,
    #cnfpt-intra-assistant-container .eps-table > .table.table-sm tbody tr td a:hover {
			color: #133864;
		}