/* Page Origines de nos viandes — styles hors widget HTML. */
.origines-wrapper {
	background: #fafafa;
	padding: 40px 20px;
	box-sizing: border-box;
}

.origines-wrapper *,
.origines-wrapper *::before,
.origines-wrapper *::after {
	font-family: Montserrat, sans-serif;
	box-sizing: border-box;
}

.origines-hero {
	background: linear-gradient(135deg, #7a0b00, #b32000);
	color: #fff;
	padding: 35px 20px;
	text-align: center;
	border-radius: 16px;
	margin-bottom: 35px;
}

.origines-hero h1,
.origines-hero p {
	color: #fff;
}

.origines-section {
	max-width: 1100px;
	margin: auto;
}

.origines-title {
	font-size: 28px;
	margin-top: 50px;
	border-left: 6px solid #b32000;
	padding-left: 12px;
	font-weight: 700;
}

.origines-card {
	background: #fff;
	padding: 25px;
	margin-top: 20px;
	border-radius: 14px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.origines-card h3 {
	color: #7a0b00;
	font-size: 20px;
	margin-top: 20px;
}

.origines-list {
	background: #fff;
	padding: 20px 25px;
	border-radius: 12px;
	border-left: 4px solid #b32000;
	margin: 20px 0;
}

.origines-list li {
	margin-bottom: 8px;
}

.origines-separator {
	height: 2px;
	background: #b32000;
	width: 120px;
	margin: 50px auto;
}

.origines-cta {
	background: #b32000;
	color: #fff;
	text-align: center;
	padding: 35px 20px;
	margin-top: 60px;
	border-radius: 20px;
}

.origines-cta h3,
.origines-cta p {
	margin: 0;
	color: #fff;
}

.origines-cta p {
	margin-top: 10px;
}
