.card {
    background: var(--card-bg);
    border-radius: 1rem;
    box-shadow: var(--shadow);
    padding: 1.5rem;
    border: 1px solid var(--border);
}

/* SUMMARY */
.summary-table {
    width: 100%;
    text-align: center;
}

.summary-table th {
    font-size: 1.2rem;
    color: var(--text-muted);
    font-weight: normal;
    padding-bottom: 0.5rem;
}

.summary-table td {
    font-size: 2.2rem;
    font-weight: 700;
}

/* TABLE */
.table th,
.table td {
    padding: 1rem;
}

.table th {
    text-align: left;
    background: var(--primary-light);
}

.table td:nth-child(3),
.table td:nth-child(4),
.table th:nth-child(3),
.table th:nth-child(4) {
    text-align: right;
}

.table tbody tr {
    border-top: 1px solid var(--border);
}

/* LISTS */
.list a {
    display: block;
    padding: 1rem;
    border-radius: 0.6rem;
}

.list a:hover {
    background: var(--primary-light);
}

.list .active {
    background: var(--primary);
    color: white;
}

/* BADGE */
.badge {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    background: var(--tertiary-light);
    color: var(--tertiary-dark);
    font-size: 1.2rem;
}

/*-----------------------------------------------*\
		Xdebug  -  var_dump()
\*-----------------------------------------------*/
.xe-warning{
	font-size: 2rem;
}
.xdebug-var-dump font{
	color: #0f0;
}
.xdebug-var-dump{
	background-color: #27333d;
	max-width: 1200px;
	margin: 20px auto;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
}
/*-----------------------------------------------*\
		Erreur 404
\*-----------------------------------------------*/
#E-404{
	max-width: 700px;
	margin: 50px auto;
	text-align: center;
}
.E-404-title{
	font-size: 4rem;
	color: #f00;
}
.E-404-text{
	padding: 20px;
	font-size: 2rem;
}