.film-page {
	background: #fff;
	color: #1a1a1a;
}

.film-page * {
	box-sizing: border-box;
}

.film-page h1,
.film-page h2,
.film-page h3 {
	color: #000;
	font-family: "Outfit", "Open Sans", Arial, sans-serif;
}

/* HERO */

.film-hero {
	padding: 72px 20px;
	background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
	text-align: center;
}

.film-hero-inner {
	max-width: 980px;
	margin: 0 auto;
}

.film-hero h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 18px;
}

.film-hero p {
	font-size: 20px;
	line-height: 1.6;
	max-width: 760px;
	margin: 0 auto;
}

.film-hero-actions {
	margin-top: 32px;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

/* BOUTONS */

.film-btn {
	display: inline-block;
	padding: 12px 26px;
	border-radius: 8px;
	background: #ed615a;
	color: #fff !important;
	border: 1px solid #ed615a;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.2s ease;
}

.film-btn:hover {
	background: #d44d47;
	border-color: #d44d47;
	color: #fff !important;
}

.film-btn-outline {
	background: transparent;
	color: #ed615a !important;
}

.film-btn-outline:hover {
	background: #ed615a;
	color: #fff !important;
}

/* BLOC FLASHSCAN */

.film-main {
	max-width: 900px;
	margin: 0 auto;
	padding: 64px 20px;
}

.film-content {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 16px;
	padding: 32px;
}

.film-machine{
    display:block;
    width:100%;
    max-width:500px;
    margin:35px auto 40px;
    height:auto;
}

.film-highlight-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 24px 0;
}

.film-highlight-grid div {
	background: #fff4f2;
	border: 1px solid #f1c4bd;
	border-radius: 12px;
	padding: 14px;
	font-weight: 700;
	text-align: center;
	color: #2c3e50;
}

.film-content p,
.film-content li,
.film-choice li,
.film-note {
	font-size: 16px;
	line-height: 1.7;
}

.film-manufacturer-link {
	margin: 24px 0;
	text-align: center;
}

.film-manufacturer-link a {
	display: inline-block;
	color: #ed615a;
	font-weight: 700;
	text-decoration: none !important;
}

.film-manufacturer-link a:hover {
	color: #d44d47;
}

/* RESOLUTIONS */

.film-resolution {
	background: #f8f9fa;
	padding: 64px 20px;
	text-align: center;
}

.film-resolution h2 {
	margin-top: 0;
}

.film-resolution > p {
	max-width: 760px;
	margin: 0 auto 28px;
	font-size: 17px;
	line-height: 1.7;
}

.film-resolution-grid {
	max-width: 1140px;
	margin: 28px auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.film-resolution-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 14px;
	padding: 26px;
}

.film-resolution-card h3 {
	font-size: 30px;
	margin: 0 0 8px;
	color: #ed615a;
}

.film-resolution-card p {
	font-weight: 700;
	margin-bottom: 20px;
}

.film-resolution-actions {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.film-resolution-actions .film-btn {
	padding: 10px 18px;
}

.film-resolution-advice {
	max-width: 850px;
	margin: 30px auto 0;
	text-align: left;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 14px;
	padding: 24px;
}

.film-resolution-advice p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 12px;
}

/* PRESTATIONS */

.film-included,
.film-choice {
	padding: 64px 20px;
}

.film-included {
	background: #fff;
	text-align: center;
}

.film-grid-3,
.film-choice-grid {
	max-width: 1140px;
	margin: 28px auto 0;
	display: grid;
	gap: 18px;
}

.film-grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.film-choice-grid {
	grid-template-columns: repeat(2, 1fr);
}

.film-small-card,
.film-choice-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 14px;
	padding: 24px;
}

.film-small-card {
	font-weight: 700;
}

.film-choice {
	max-width: 1140px;
	margin: 0 auto;
}

.film-choice h2 {
	text-align: center;
}

.film-choice-card h3 {
	margin-top: 0;
}

.film-note {
	margin: 28px auto 0;
	max-width: 900px;
	text-align: center;
}

/* LISTES */

.film-content ul,
.film-choice-card ul,
.film-resolution-advice ul {
	padding-left: 32px;
	margin-left: 0;
}

/* CTA FINALE */

.film-cta {
	padding: 80px 20px;
	text-align: center;
	background: #f8f9fa;
}

.film-cta h2 {
	margin: 0 0 15px;
	font-size: 38px;
	font-weight: 700;
}

.film-cta p {
	max-width: 700px;
	margin: 0 auto 30px;
	font-size: 18px;
	line-height: 1.7;
	color: #555;
}

.film-cta .film-guarantee {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 30px;
	font-size: 18px;
	line-height: 1.8;
	color: #555;
}

/* RESPONSIVE */

@media (max-width: 991px) {

	.film-hero h1 {
		font-size: 36px;
	}

	.film-highlight-grid,
	.film-resolution-grid,
	.film-grid-3,
	.film-choice-grid {
		grid-template-columns: 1fr;
	}

	.film-cta .film-guarantee {
		font-size: 16px;
		line-height: 1.7;
	}
}

.film-content h2 {
	text-align:center !important;
	margin:0 0 35px !important;
}

.film-machine + h2 {
	margin-top:20px !important;
}