.progress_wrapper {
	overflow-x: auto;
	width: 100%;
	position: relative;
}

.progress_table {
	width: max-content;
	table-layout: fixed;
	border-collapse: collapse;
	min-width: 100%;
}

.progress_table td {
	text-align: center;
	vertical-align: top;
	padding: 5px;
	min-width: 125px;
}

.progress_wrapper .ligne_bare {
	background: #ddd;
	width: 100%;
	height: 6px;
	position: absolute;
	top: 16%;
	z-index: 1;
	margin-top: -3px;
}

.progress_wrapper .progress_table tr {
	position: relative;
	z-index: 99;
}

.progress_wrapper table tr:nth-child(even),
table tr:nth-child(even) {
	background-color: #f2f2f28f;
}

tr.progress_points_row .icone {
	height: 3.5rem;
	width: 3.5rem;
	font-size: 1.35rem;
	cursor: pointer;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: none;
}

tr.progress_points_row .icone:hover {
	text-decoration: none;
}

tr.progress_points_row .icone.check-planning {
	background-color: #1cc88a;
}

tr.progress_points_row .icone.check-planning:hover {
	background-color: #17a673;
}

tr.progress_points_row .icone.none-planning {
	background-color: #91929b;
}

tr.progress_points_row .icone.none-planning:hover {
	background-color: #858796;
}

tr.progress_points_row .icone.waiting-planning {
	background-color: #4c4c4c;
}

tr.progress_points_row .icone.waiting-planning:hover {
	background-color: #363636;
}

tr.progress_points_row .icone.progress-planning {
	background-color: #d45507;
}

tr.progress_points_row .icone.progress-planning:hover {
	background-color: #c65606;
}

.card-body-planning {
	padding: 1rem 1.2rem;
	margin: 20px 0 0 0;
	width: 100%;
}

.card-body-planning strong {
	color: #02628a;
	font-weight: bold;
	margin-top: 10px;
}

.date-planning p {
	margin: 10px 2px 5px 2px;
	color: #646464;
}

.date-planning b {
	color: #02628a;
}

.progress_table tr:not(:last-child) td {
	padding-bottom: 10px;
}

.progress_table td:not(:last-child) {
	border-right: 1px solid #ddd;
}

.mission_vide .date-planning {
	opacity: 0.1;
}

.mission_vide .icone.waiting-planning {
	background-color: #d1d1d1;
}

.mission_vide tr td:nth-child(2) {
	display: none;
}