/* PAGE ACCUEIL */

.ief-home-intro,
.ief-home-reviews,
.ief-services-home,
.ief-home-seo,
.ief-home-trust,
.ief-home-supports,
.ief-home-preserve,
.ief-home-hours,
.ief-home-faq {
	box-sizing: border-box;
}

.ief-home-intro h1,
.ief-home-intro h2,
.ief-home-reviews h2,
.ief-service-card h3,
.ief-home-seo h2,
.ief-home-trust h2,
.ief-home-supports h2,
.ief-home-hours h2,
.ief-home-faq h2,
.ief-home-faq h3 {
	font-family: "Outfit", "Open Sans", Arial, sans-serif !important;
}

/* INTRO */

.ief-home-intro {
	text-align: center;
	max-width: 980px;
	margin: 0 auto 36px;
	padding: 0 20px;
}

.ief-home-intro h1 {
	color: #000 !important;
	font-size: 38px !important;
	line-height: 1.2 !important;
	margin: 0 0 18px !important;
	font-weight: 700 !important;
}

.ief-home-intro p {
	color: #333;
	font-size: 18px;
	line-height: 1.7;
	max-width: 820px;
	margin: 0 auto;
}

/* AVIS */

.ief-home-reviews {
	background: #ffffff;
	border: 1px solid #e9ecef;
	border-radius: 16px;
	padding: 32px;
	margin: 0 0 56px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.04);
	text-align: center;
}

.ief-home-reviews h2 {
	color: #000 !important;
	font-size: 24px !important;
	line-height: 1.3 !important;
	margin: 0 0 10px !important;
	font-weight: 700 !important;
	border-bottom: 1px solid #ed615a;
	padding-bottom: 14px;
}

.ief-home-reviews p {
	color: #555;
	font-size: 16px;
	margin: 0 0 22px;
	line-height: 1.6;
}

/* CARTES SERVICES */

.ief-services-home {
	background:#f8f9fa;
	border:1px solid #e9ecef;
	border-radius:20px;
	padding:55px 35px 25px 35px;
	margin:70px 0 60px 0;
}

.ief-service-card {
	position:relative;
	display:block;
	height:100%;
	text-align:center;
	background:#ffffff;
	border:1px solid #e9ecef;
	border-radius:14px;
	padding:62px 20px 24px 20px;
	min-height:270px;
	text-decoration:none !important;
	color:#1a1a1a;
	box-shadow:0 4px 12px rgba(0,0,0,0.04);
	transition:all 0.25s ease;
	margin-bottom:25px;
}

.ief-service-card:hover {
	transform:translateY(-6px);
	box-shadow:0 10px 24px rgba(0,0,0,0.08);
	border-color:#ed615a;
	color:#1a1a1a;
}

.ief-service-card:before {
	display:none;
}

.ief-service-icon {
	position:absolute;
	top:-45px;
	left:50%;
	transform:translateX(-50%);
	width:90px;
	height:90px;
	background:#ed615a;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 8px 18px rgba(237,97,90,0.28);
}

.ief-service-icon img {
	max-width:90px;
	max-height:90px;
	display:block;
}

.ief-service-card h3 {
	font-family:"Outfit","Open Sans",Arial,sans-serif;
	color:#000;
	font-size:24px;
	line-height:1.2;
	margin:0 0 14px 0;
	font-weight:700;
}

.ief-service-card p {
	color:#555;
	font-size:15px;
	line-height:1.6;
	margin:0 0 18px 0;
}

.ief-service-link {
	color:#ed615a;
	font-size:15px;
	font-weight:700;
	display:inline-block;
	margin-top:auto;
}

.ief-service-link:hover {
	color:#d44d47;
}

/* BLOCS GENERAUX */

.ief-home-seo,
.ief-home-trust,
.ief-home-supports,
.ief-home-hours,
.ief-home-faq {
	background: #ffffff;
	border: 1px solid #e9ecef;
	border-radius: 16px;
	padding: 30px;
	margin: 0 0 40px;
	color: #444;
	line-height: 1.7;
	box-shadow: 0 4px 14px rgba(0,0,0,0.025);
}

.ief-home-seo {
	margin-top: 40px;
}

.ief-home-seo h2,
.ief-home-trust h2,
.ief-home-supports h2,
.ief-home-hours h2,
.ief-home-faq h2 {
	color: #000 !important;
	font-size: 22px !important;
	line-height: 1.3 !important;
	margin: 0 0 18px !important;
	border-bottom: 1px solid #ed615a;
	padding-bottom: 14px;
	font-weight: 700 !important;
}

.ief-home-seo p,
.ief-home-trust p,
.ief-home-supports p,
.ief-home-faq p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.7;
	color: #444;
}

/* BOUTONS */

.seo-btn {
	display: inline-block;
	background: #ed615a;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 12px 22px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 15px;
	box-shadow: 0 6px 14px rgba(237,97,90,0.22);
	transition: all 0.2s ease;
}

.seo-btn:hover {
	background: #d44d47;
	color: #ffffff !important;
}

/* POURQUOI NOUS CHOISIR */

.ief-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 18px;
}

.ief-trust-item {
	background: #fff4f2;
	border: 1px solid #f1c4bd;
	border-radius: 12px;
	padding: 14px;
	font-size: 15px;
	color: #2c3e50;
	font-weight: 700;
	text-align: center;
}

/* SUPPORTS */

.ief-supports-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 20px;
}

.ief-support-group-title {
	width: 100%;
	margin: 12px 0 0;
	color: #ed615a;
	font-size: 15px;
	font-weight: 700;
}

.ief-supports-list span {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	padding: 10px 14px;
	font-size: 14px;
	color: #2c3e50;
	font-weight: 700;
}

/* ATTENTE */

.ief-home-preserve {
	background: #f8f9fa;
	border-left: 4px solid #ed615a;
	border-radius: 0 14px 14px 0;
	padding: 22px 26px;
	margin: 0 0 40px;
	color: #444;
	font-size: 16px;
	line-height: 1.7;
}

.ief-home-preserve strong {
	color: #ed615a;
}

/* HORAIRES */

.ief-home-hours ul {
	margin: 0;
	padding-left: 32px;
	font-size: 16px;
	line-height: 1.7;
}

/* FAQ */

.ief-home-faq {
	margin: 40px 0;
}

.ief-home-faq h3 {
	color: #ed615a !important;
	font-size: 18px !important;
	line-height: 1.35 !important;
	margin: 24px 0 8px !important;
	font-weight: 700 !important;
}

/* RESPONSIVE */

@media screen and (max-width: 768px) {
	.ief-home-intro h1 {
		font-size: 28px !important;
	}

	.ief-home-intro p {
		font-size: 16px;
	}

	.ief-service-card {
		min-height: auto;
		margin-bottom: 55px;
	}

	.ief-home-seo,
	.ief-home-trust,
	.ief-home-supports,
	.ief-home-hours,
	.ief-home-faq,
	.ief-home-reviews {
		padding: 22px;
	}

	.ief-home-seo h2,
	.ief-home-trust h2,
	.ief-home-supports h2,
	.ief-home-hours h2,
	.ief-home-faq h2,
	.ief-home-reviews h2 {
		font-size: 21px !important;
	}

	.ief-trust-grid {
		grid-template-columns: 1fr;
	}
}

.ief-services-title {
	text-align:center;
	margin-bottom:55px;
}

.ief-services-title h2 {
	font-family:"Outfit","Open Sans",Arial,sans-serif !important;
	color:#000;
	font-size:34px;
	font-weight:700;
	line-height:1.2;
	margin:0 0 12px;
}

.ief-services-title p {
	font-size:16px;
	color:#666;
	margin:0;
}