/* /Components/Account/Pages/Login.razor.rz.scp.css */
.separator[b-33gocvpmbi] {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator[b-33gocvpmbi]::before,
.separator[b-33gocvpmbi]::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)[b-33gocvpmbi]::before {
  margin-right: 0.5em;
}

.separator:not(:empty)[b-33gocvpmbi]::after {
  margin-left: 0.5em;
}
/* /Components/Audit/InformationsAdditionnellesPanel.razor.rz.scp.css */
hr[b-gsos03euvn] {
	margin: 0.5rem 0;
}
/* /Components/Cards/CollapsibleCard.razor.rz.scp.css */
.collapsible-card[b-30si7hpfsg] {
	position: relative;
	margin-bottom: 1rem;
}

[b-30si7hpfsg] .rz-card{
	padding: 0;
}

[b-30si7hpfsg] .collapse-button,
[b-30si7hpfsg] .collapse-button-xs,
[b-30si7hpfsg] .collapse-button-sm,
[b-30si7hpfsg] .collapse-button-md,
[b-30si7hpfsg] .collapse-button-lg,
[b-30si7hpfsg] .collapse-button-xl,
[b-30si7hpfsg] .collapse-button-xx {
	margin-right: 1rem;
}

[b-30si7hpfsg] .round-button {
	border-radius: 50%;
}

[b-30si7hpfsg] .small-chevron {
	font-size: 0.7em;
}

.always-visibile-section[b-30si7hpfsg] {
	background-color: var(--principale-pale);
	display: flex;
	align-items: center;
	padding: var(--rz-card-padding);
}

.collapse-section:not(:empty):not(:has(div[style*="display: none"]))[b-30si7hpfsg] {
	padding: var(--rz-card-padding);
}

@media (min-width: 576px) {
	[b-30si7hpfsg] .collapse-button-xs {
		display: none;
	}
	[b-30si7hpfsg] .collapse-content-xs	{
		display: initial !important;
	}
	.collapse-section:has(div.collapse-content-xs)[b-30si7hpfsg] {
		padding: var(--rz-card-padding);
	}
}
@media (min-width: 768px) {
	[b-30si7hpfsg] .collapse-button-sm {
		display: none;
	}
	[b-30si7hpfsg] .collapse-content-sm	{
		display: initial !important;
	}
	.collapse-section:has(div.collapse-content-sm)[b-30si7hpfsg] {
		padding: var(--rz-card-padding);
	}
}
@media (min-width: 1024px) {
	[b-30si7hpfsg] .collapse-button-md {
		display: none;
	}
	[b-30si7hpfsg] .collapse-content-md	{
		display: initial !important;
	}
	.collapse-section:has(div.collapse-content-md)[b-30si7hpfsg] {
		padding: var(--rz-card-padding);
	}
}
@media (min-width: 1280px) {
	[b-30si7hpfsg] .collapse-button-lg {
		display: none;
	}
	[b-30si7hpfsg] .collapse-content-lg	{
		display: initial !important;
	}
	.collapse-section:has(div.collapse-content-lg)[b-30si7hpfsg] {
		padding: var(--rz-card-padding);
	}
}
@media (min-width: 1920px) {
	[b-30si7hpfsg] .collapse-button-xl {
		display: none;
	}
	[b-30si7hpfsg] .collapse-content-xl	{
		display: initial !important;
	}
	.collapse-section:has(div.collapse-content-xl)[b-30si7hpfsg] {
		padding: var(--rz-card-padding);
	}
}
@media (min-width: 2560px) {
	[b-30si7hpfsg] .collapse-button-xx {
		display: none;
	}
	[b-30si7hpfsg] .collapse-content-xx	{
		display: initial !important;
	}
	.collapse-section:has(div.collapse-content-xx)[b-30si7hpfsg] {
		padding: var(--rz-card-padding);
	}
}
/* /Components/Cards/PlanActionCard.razor.rz.scp.css */
[b-ozb5c9ok8p] .detail-loadingbar {
	margin: 0 -0.25rem 0.25rem -0.5rem;
}

#card-header[b-ozb5c9ok8p] {
	position: sticky;
	top: 0;
	background: var(--grid-header-color);
	margin-inline: -0.75rem;
	margin-bottom: 0.5rem;
	padding-inline: 0.5rem;
	padding-bottom: 0.25rem;
	border-bottom: var(--rz-grid-cell-border);
	z-index: 1;
}

[b-ozb5c9ok8p] textarea {
	/* VS show un warning, mais la property existe. */
	field-sizing: content;
	min-height: 4rem;
	resize: vertical
}
/* /Components/Grids/Filters/ClearFiltersButton.razor.rz.scp.css */
.clear-filter-container[b-l9l3klkbem] {
	position: relative;
	display: inline-block;
}

[b-l9l3klkbem] .filter-indicator {
	position: absolute;
	top: -0.4rem;
	right: -0.7rem;
	background-color: var(--principale);
}
/* /Components/Grids/History/HistoryGrid.razor.rz.scp.css */
.grid-history-container[b-71tk66njuv]  .even-row {
	background-color: var(--rz-grid-stripe-background-color);
}

.grid-history-container[b-71tk66njuv]  .odd-row {
	background-color: var(--rz-grid-stripe-odd-background-color);
}

.grid-history-container[b-71tk66njuv]  .old-value-cell {
	background: var(--rose-pale);
}

.grid-history-container[b-71tk66njuv]  .even-row:has(.new-value-cell) .old-value-cell {
	background: #f9c7c0;
}

.grid-history-container[b-71tk66njuv]  .new-value-cell {
	background: var(--vert-pale);
}

.grid-history-container[b-71tk66njuv]  .even-row:has(.new-value-cell) .new-value-cell {
	background: #bbdd96;
}
/* /Components/Grids/Legends/GanttLegend.razor.rz.scp.css */
[b-qdueuf7jji] .icon-milestone {
	border-color: var(--kendo-color-border, rgba(0, 0, 0, 0.08));
	background-color: var(--kendo-color-on-app-surface, #3d3d3d);
	width: 1em;
	height: 1em;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	transform: rotate(45deg);
}

[b-qdueuf7jji] .icon-task-summary {
	background-color: darkgray;
	width: 2rem;
	height: 10px;
}

[b-qdueuf7jji] .icon-task-summary-50 {
	background-color: var(--kendo-color-on-app-surface, #3d3d3d);
	width: 1rem;
	height: 10px;
}

[b-qdueuf7jji] .icon-task-summary-100 {
	background-color: var(--kendo-color-on-app-surface, #3d3d3d);
	width: 2rem;
	height: 10px;
}

[b-qdueuf7jji] .sous-livrable-wrapper {
	width: 6rem !important;
	background: var(--gantt-row-color-2);
	border: 1px solid var(--gantt-row-accent-color-2);
	padding-top: 0 !important;
	padding-bottom: 3px !important;
}

[b-qdueuf7jji] .sous-livrable-title {
	font-size: 80% !important;
}

[b-qdueuf7jji] .sous-livrable-progress {
	height: 3px;
	background: var(--rose) !important;
	margin-left: -8px;
	position: absolute;
}

	[b-qdueuf7jji] .sous-livrable-progress.progress-50 {
		width: calc(2.5rem + 7px);
	}

	[b-qdueuf7jji] .sous-livrable-progress.progress-100 {
		width: calc(5rem + 14px);
	}
/* /Components/Inputs/InfoButton.razor.rz.scp.css */
[b-5y4w7te2m7] .info-button {
	background: transparent;
	border: none;
	cursor: pointer;
}

	[b-5y4w7te2m7] .info-button.top-right {
		position: absolute;
		top: .5rem;
		right: .5rem;
	}
/* /Components/Inputs/SearchBar.razor.rz.scp.css */
.search-bar[b-9mzprj9bta] {
	display: flex;
	gap: 0;
}

.search-bar[b-9mzprj9bta]  input {
	flex-grow: 1;
	line-height: 1.25rem;
	padding: 13px;
	height: var(--button-md-height);
	
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.search-bar[b-9mzprj9bta]  .rz-button {
	height: var(--button-md-height);
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
/* /Components/Layout/ErrorLayout.razor.rz.scp.css */
.page[b-vpj8bmyr6u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vpj8bmyr6u] {
    flex: 1;
}

.sidebar[b-vpj8bmyr6u] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vpj8bmyr6u] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vpj8bmyr6u]  a, .top-row[b-vpj8bmyr6u]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vpj8bmyr6u]  a:hover, .top-row[b-vpj8bmyr6u]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vpj8bmyr6u]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vpj8bmyr6u] {
        justify-content: space-between;
    }

    .top-row[b-vpj8bmyr6u]  a, .top-row[b-vpj8bmyr6u]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vpj8bmyr6u] {
        flex-direction: row;
    }

    .sidebar[b-vpj8bmyr6u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vpj8bmyr6u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vpj8bmyr6u]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vpj8bmyr6u], article[b-vpj8bmyr6u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vpj8bmyr6u] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-vpj8bmyr6u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-sza94say3j] {
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	margin: auto;
}

.footer a[b-sza94say3j] {
	color: white;
	text-decoration: none;
}

@media (max-width: 768px) {
	.footer[b-sza94say3j] {
		font-size: 0.75em;
	}
}
/* /Components/Layout/GanttLayout.razor.rz.scp.css */
.page[b-of409xvpaj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-of409xvpaj] {
    flex: 1;
}

.sidebar[b-of409xvpaj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-of409xvpaj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-of409xvpaj]  a, .top-row[b-of409xvpaj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-of409xvpaj]  a:hover, .top-row[b-of409xvpaj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-of409xvpaj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-of409xvpaj] {
        justify-content: space-between;
    }

    .top-row[b-of409xvpaj]  a, .top-row[b-of409xvpaj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-of409xvpaj] {
        flex-direction: row;
    }

    .sidebar[b-of409xvpaj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-of409xvpaj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-of409xvpaj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-of409xvpaj], article[b-of409xvpaj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-of409xvpaj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-of409xvpaj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Header.razor.rz.scp.css */
.title-bar[b-9ddne8shwd] {
	width: 100%;
	height: 50px;
	padding: 13px 20px;
	background-color: var(--titlebar-footer-color);
	color: white;
	font-family: var(--police-titre);
	transition: var(--rz-transition-all);
}

.separator[b-9ddne8shwd] {
	margin: 0.5rem 1rem;
	border-color: var(--secondaire-pale);
	opacity: 1;
}

.environnement[b-9ddne8shwd] {
	background-color: red;
}
/* /Components/Layout/HeaderSideMenu.razor.rz.scp.css */
.title-bar[b-rv760xor4f] {
	width: 100%;
	height: 60px;
	background: var(--gris) !important;
	color: white;
	font-family: var(--police-titre);
	transition: var(--rz-transition);
}

[b-rv760xor4f] .title-bar > .rz-stack {
	height: 60px !important;
	white-space: nowrap;
	color: red !important;
}

.title-bar-section[b-rv760xor4f] {
	display: flex;
	height: 60px;
	align-items: center;
	padding: 0.5rem 1rem;
	background: var(--titlebar-footer-color);
}

.separator[b-rv760xor4f] {
	margin: 0.5rem 1rem;
	border-color: var(--secondaire-pale);
	opacity: 1;
}

.environnement[b-rv760xor4f] {
	background-color: red;
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-32u6lod5ak] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-32u6lod5ak] {
    flex: 1;
}

.sidebar[b-32u6lod5ak] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-32u6lod5ak] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-32u6lod5ak]  a, .top-row[b-32u6lod5ak]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-32u6lod5ak]  a:hover, .top-row[b-32u6lod5ak]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-32u6lod5ak]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-32u6lod5ak] {
        justify-content: space-between;
    }

    .top-row[b-32u6lod5ak]  a, .top-row[b-32u6lod5ak]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-32u6lod5ak] {
        flex-direction: row;
    }

    .sidebar[b-32u6lod5ak] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-32u6lod5ak] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-32u6lod5ak]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-32u6lod5ak], article[b-32u6lod5ak] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-32u6lod5ak] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-32u6lod5ak] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4zhi2mudi3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4zhi2mudi3] {
    flex: 1;
}

.sidebar[b-4zhi2mudi3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4zhi2mudi3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4zhi2mudi3]  a, .top-row[b-4zhi2mudi3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4zhi2mudi3]  a:hover, .top-row[b-4zhi2mudi3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4zhi2mudi3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4zhi2mudi3] {
        justify-content: space-between;
    }

    .top-row[b-4zhi2mudi3]  a, .top-row[b-4zhi2mudi3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4zhi2mudi3] {
        flex-direction: row;
    }

    .sidebar[b-4zhi2mudi3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4zhi2mudi3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4zhi2mudi3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4zhi2mudi3], article[b-4zhi2mudi3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4zhi2mudi3] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4zhi2mudi3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Piv.razor.rz.scp.css */
.piv[b-jampm5wimz] {
	display: flex;
	flex-grow: 1;
	gap: 50px;
	align-items: center;
	height: 72px;
	padding-left: 20px;
	color: white;
}

@media (max-width: 1460px) {
	.piv[b-jampm5wimz] {
		margin-right: 20px;
	}
}

.logo[b-jampm5wimz] {
	display: block;
	width: 171px;
	height: 50px;
	background: url(/img/sprite-ui2020.svg) -17px -4px no-repeat;
	background-size: 600px 700px;
}

@media (max-width: 480px) {
	.piv[b-jampm5wimz] {
		gap: 10px;
	}

	.logo[b-jampm5wimz] {
		height: calc(50px * 0.75);
		background: url(/img/sprite-ui2020.svg) calc(-17px * 0.75) calc(-4px * 0.75) no-repeat;
		background-size: calc(600px * 0.75) calc(700px * 0.75);
	}
}

.texte-gauche[b-jampm5wimz], .texte-gauche-petit[b-jampm5wimz] {
	margin: 0;
	font-size: small;
}

.texte-gauche-petit[b-jampm5wimz] {
	display: none;
}

@media (max-width: 768px) {
	.texte-gauche[b-jampm5wimz] {
		display: none;
	}

	.texte-gauche-petit[b-jampm5wimz] {
		display: initial;
	}
}

.section-centre[b-jampm5wimz] {
	display: flex;
	height: 60px;
	align-items: center;
	padding: 0.5rem 1rem;
	justify-content: center;
}

.lien-droite[b-jampm5wimz] {
	color: white;
	text-decoration: none;
}
/* /Components/Loading/LoadingBar.razor.rz.scp.css */
.panel-loadingbar[b-d9pncj1pey] {
	position: relative;
	top: calc(-1 * var(--rz-dialog-content-padding));
	margin-left: calc(-1 * var(--rz-dialog-content-padding));
	margin-right: calc(-1 * var(--rz-dialog-content-padding));
}
/* /Components/Login/LoginDisplay.razor.rz.scp.css */

/* /Components/Modals/NotesModal.razor.rz.scp.css */
p[b-b9p8v82oxj] {
	white-space: pre-wrap;
}
/* /Components/Pages/Erreur.razor.rz.scp.css */
[b-r5f6t0nod6] .icon-erreur {
	position: absolute;
	left: 50%;
	font-size: 300px;
	opacity: 5%;
}

.message-erreur[b-r5f6t0nod6] {
	max-width: 650px;
}

.message-erreur h1[b-r5f6t0nod6] {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-size: 96px;
}

.message-erreur span[b-r5f6t0nod6] {
	font-size: 48px;
}

.message-erreur[b-r5f6t0nod6]  button {
	display: block;
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.message-erreur h1[b-r5f6t0nod6] {
		font-size: 72px;
	}

	.message-erreur span[b-r5f6t0nod6] {
		font-size: 32px;
	}

	.message-erreur[b-r5f6t0nod6]  button {
		margin-top: 2rem;
	}

	[b-r5f6t0nod6] .icon-erreur {
		font-size: 230px;
	}
}
/* /Components/Pages/Gantt.razor.rz.scp.css */
[b-v67urvt81h] .k-gantt {
	overflow: auto;
}

[b-v67urvt81h] .k-table-tbody,
[b-v67urvt81h] .k-table-thead {
	font-size: 85%;
}

[b-v67urvt81h] .k-grid-norecords {
	display: none;
}

/* Treelist (section de gauche) */
[b-v67urvt81h] .k-treelist .k-master-row .k-table-td:has(.k-treelist-toggle) {
	padding-inline-start: 0;
}
[b-v67urvt81h] .k-treelist .k-table-td:has(.gantt-row-color-index-1) {
	background: var(--gantt-row-color-1);
}
[b-v67urvt81h] .k-treelist .k-table-td:has(.gantt-row-color-index-2) {
	background: var(--gantt-row-color-2);
}
[b-v67urvt81h] .k-treelist .k-table-td:has(.gantt-row-color-index-3) {
	background: var(--gantt-row-color-3);
}
[b-v67urvt81h] .k-treelist .k-table-td:has(.gantt-row-color-index-4) {
	background: var(--gantt-row-color-4);
}
[b-v67urvt81h] .k-treelist .k-table-td:has(.gantt-row-color-index-5) {
	background: var(--gantt-row-color-5);
}
[b-v67urvt81h] .k-treelist .k-table-td:has(.gantt-row-color-index-6) {
	background: var(--gantt-row-color-6);
}
[b-v67urvt81h] .k-treelist .k-table-td:has(.gantt-row-color-index-7) {
	background: var(--gantt-row-color-7);
}

/* Timeline (section de droite) */
[b-v67urvt81h] .k-gantt-timeline .k-task-summary {
	background: darkgray;
}

[b-v67urvt81h] .k-task-single {
	color: var(--rz-text-color);
}
[b-v67urvt81h] .k-task-single.k-selected {
	color: var(--rz-text-color);
}

[b-v67urvt81h] .k-task-wrap {
	padding-block: 0;
}

[b-v67urvt81h] .k-task-template {
	padding: 0;
	background: transparent !important;
}

[b-v67urvt81h] .task-title {
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}

[b-v67urvt81h] .wrapper {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 3px 3px 0 0;
}

[b-v67urvt81h] .progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background: var(--rose) !important;

	max-width: -webkit-fill-available;
	margin: 1px;
}

/* Toolbar */
[b-v67urvt81h] .k-toolbar::before {
	content: none;
}

[b-v67urvt81h] .k-gantt-toolbar {
	justify-content: space-between;
}

	[b-v67urvt81h] .k-gantt-toolbar .k-spacer {
		display: none;
	}

/* Legend */
[b-v67urvt81h] .collapsible-card {
	margin-bottom: 0;
}

	[b-v67urvt81h] .collapsible-card .always-visibile-section {
		padding: 0.5rem;
		align-self: end;
	}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-title[b-9ggg5xgu5b] {
    font-size: calc(var(--rz-body-font-size) + 2px);
}
/* /Components/Pages/PlanActions/PlanAction.razor.rz.scp.css */
#plan-action-master-detail[b-lvj3b6n7kq] {
	display: grid;
	grid-template-rows: 100%;
	grid-template-columns: 2fr var(--rz-gap) 1fr;
	overflow: hidden;
	grid-template-areas: "grid . form";

	/* Pour empêcher que l'indicateur de filtre soit clipped */
	margin-top: -0.4rem;
	padding-top: 0.4rem;
}

#plan-action-master[b-lvj3b6n7kq] {
	grid-area: grid;
	display: flex;
	flex-direction: column;
}

#plan-action-detail[b-lvj3b6n7kq] {
	grid-area: form
}

	#plan-action-detail-card[b-lvj3b6n7kq] {
		overflow-x: hidden;
		height: 100%;
		padding: 0 0.5rem 0.75rem 0.75rem;
		border: var(--rz-grid-cell-border);
		border-radius: 5px
	}

[b-lvj3b6n7kq] .rz-numeric input[type=text] {
	padding-inline: 0.5rem;
}
/* /Components/Panels/Assignations/AssignationAddEditPanel.razor.rz.scp.css */
[b-755h2r9lu8] .even-row {
	background-color: var(--rz-grid-stripe-background-color);
}

[b-755h2r9lu8] .odd-row {
	background-color: var(--rz-grid-stripe-odd-background-color);
}

[b-755h2r9lu8] .old-value-cell {
	background: var(--rose-pale);
}
[b-755h2r9lu8] .even-row:has(.new-value-cell) .old-value-cell {
	background: #f9c7c0;
}

[b-755h2r9lu8] .new-value-cell {
	background: var(--vert-pale);
}
[b-755h2r9lu8] .even-row:has(.new-value-cell) .new-value-cell {
	background: #bbdd96;
}
/* /Components/Panels/ModelePlanActions/InformationModelePlanActionPanel.razor.rz.scp.css */
.plan-action-information-label[b-29i57ebu11] {
	font-size:small;
	font-weight:800;
}

.separator[b-29i57ebu11] {
	display: inline-block;
	width: 1px;
	height: inherit;
	background-color: black;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem
}
