.page-honoraires .hero-intro p {
	font-size: 18px;
	line-height: 28px;
	color: #252526;
	margin: 0;
}
.honoraires {
	margin: 60px auto 60px;
}
.honoraires-content .honoraires-section {
	background-color: #F5F2EA;
	padding: 40px 45px;
	margin-bottom: 30px;
}
.honoraires-content .honoraires-section:last-child {
	margin-bottom: 0;
}
.honoraires-content .honoraires-section:nth-child(even) {
	background-color: #AEC1AD;
}
.honoraires-content .honoraires-section:nth-child(even) table {
	border-color: #fff;
}
.honoraires-content .honoraires-section:nth-child(even) thead th, .honoraires-content .honoraires-section:nth-child(even) td {
	border-bottom-color: #fff;
}
.honoraires-content .honoraires-section:nth-child(even) thead th + th {
	border-left-color: #C5BA9B;
}
.honoraires-content .honoraires-section:nth-child(even) td + td {
	border-left-color: #fff;
}
.honoraires-content h2 {
	font-size: 26px;
	margin: 0 0 26px;
}
.honoraires-content h2 .hono-sub {
	font-size: 15px;
	font-weight: 400;
	color: #252526;
}
.honoraires-content .honoraires-intro {
	color: #252526;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 22px;
}
/* Note de bas de tableau (« * Fixe de 15 € TTC en sus… ») : marge en haut pour la
   décoller du tableau, pas en bas (l'intro au-dessus du tableau garde sa marge basse). */
.honoraires-content table + .honoraires-intro {
	margin: 22px 0 0;
}
.honoraires-content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #E3DDCB;
	background: transparent;
}
.honoraires-content thead th {
	padding: 18px 24px;
	font-size: 14px;
	font-weight: 700;
	color: #252526;
	border-bottom: 1px solid #E3DDCB;
	text-align: center;
}
.honoraires-content thead th:first-child {
	text-align: left;
}
.honoraires-content td {
	padding: 18px 24px;
	border-bottom: 1px solid #E3DDCB;
	font-size: 15px;
	color: #252526;
	text-align: center;
}
.honoraires-content td:first-child {
	text-align: left;
}
.honoraires-content tbody tr:last-child td {
	border-bottom: none;
}
.honoraires-content thead th{
	background-color: white;
}
.honoraires-content thead th + th, .honoraires-content td + td {
	border-left: 1px solid #C5BA9B;
}
.honoraires-content .hono-mini-title {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #252526;
	margin: 34px 0 16px;
}
.honoraires-content .hono-forfaits {
	display: flex;
	background-color: #fff;
}
.honoraires-content .hono-forfait {
	flex: 1;
	text-align: center;
	padding: 24px 18px;
	border-left: 1px solid #E3DDCB;
}
.honoraires-content .hono-forfait:first-child {
	border-left: none;
}
.honoraires-content .hono-forfait-price {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #252526;
}
.honoraires-content .hono-ttc {
	font-size: 11px;
	font-weight: 400;
	color: #252526;
	text-transform: uppercase;
	margin-left: 4px;
	letter-spacing: 0.3px;
}
.honoraires-content .hono-forfait-label {
	display: block;
	font-size: 13px;
	color: #252526;
	margin-top: 6px;
}
.honoraires-content .hono-mini-line {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #252526;
	margin: 16px 0 0;
}
.honoraires-content .honoraires-note {
	text-align: center;
	font-size: 13px;
	font-style: italic;
	color: #252526;
	line-height: 1.55;
	margin: 26px auto 0;
	max-width: 660px;
}

@media screen and (max-width: 1080px) {
	.honoraires-content .honoraires-section {
		padding: 20px;
	}
	.honoraires {
	    margin: 20px auto 20px;
	}
	.honoraires-content h2 {
		font-size: 22px;
	}
	.honoraires-content thead th, .honoraires-content td {
		padding: 15px;
		font-size: 13px;
	}
	.honoraires-content .hono-forfaits {
		flex-direction: column;
	}
	.honoraires-content .hono-forfait {
		border-left: none;
		border-top: 1px solid #E3DDCB;
	}
	.honoraires-content .hono-forfait:first-child {
		border-top: none;
	}
}