/* Pages Services - Terrassement, Manutention, Compactage - G. ROUSSET */

body {
	font-family: "Open Sans", sans-serif;
	color: #FFFFFF;
	background-color: #00564e;
}
body a:link {
	color: #02A38C;
}
body a:hover {
	color: #02A38C;
}

.terrassement-hero {
	background: linear-gradient(145deg, #004a43 0%, #006d66 50%, #008479 100%);
	color: #fff;
	text-align: center;
	padding: 4rem 1.5rem;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}
.terrassement-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23ffffff' fill-opacity='0.03'/%3E%3C/g%3E%3C/svg%3E");
	pointer-events: none;
}
.terrassement-hero .terrassement-wrap {
	position: relative;
	z-index: 1;
}
.terrassement-hero h1 {
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.terrassement-hero .hero-line {
	width: 60px;
	height: 3px;
	background: rgba(255,255,255,0.5);
	margin: 1.25rem auto 0;
	border-radius: 2px;
}
.terrassement-hero p {
	margin: 1rem auto 0;
	opacity: 0.92;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	text-align: center;
	max-width: 100%;
}

.terrassement-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px;
}
.terr-main {
	background: #00564e;
	margin-top: 0;
	padding: 3rem 24px 4rem;
	box-shadow: none;
	border-radius: 0 0 12px 12px;
}

.terrassement-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4rem;
	padding: 4rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	flex-wrap: wrap;
	transition: background 0.3s ease;
}
.terrassement-section:hover {
	background: rgba(0, 0, 0, 0.06);
}
.terrassement-section:first-child {
	padding-top: 0;
}
.terrassement-section:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.terrassement-section.reverse {
	flex-direction: row-reverse;
}

.terrassement-section .terr-content {
	flex: 1 1 42%;
	min-width: 280px;
}
.terrassement-section .terr-content .terr-num {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: linear-gradient(135deg, #00A48B, #008479);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	border-radius: 50%;
	margin-bottom: 1rem;
	font-family: "Raleway", sans-serif;
}
.terrassement-section .terr-content h2 {
	color: #FFFFFF;
	font-family: "Raleway", sans-serif;
	font-size: 1.45rem;
	font-weight: 600;
	margin: 0 0 1rem;
	line-height: 1.35;
	letter-spacing: 0.02em;
}
.terrassement-section .terr-content h2::after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, #02A38C, transparent);
	margin-top: 0.6rem;
	border-radius: 1px;
}
.terrassement-section .terr-content p {
	margin: 0;
	line-height: 1.75;
	color: #e0e0e0;
	font-size: 1rem;
}
.terrassement-section .terr-content .terr-accessoires {
	margin-top: 1.25rem;
	padding: 1rem 1.25rem;
	background: rgba(0, 164, 139, 0.12);
	border-left: 4px solid #02A38C;
	font-size: 0.95rem;
	color: #e8e8e8;
	border-radius: 0 8px 8px 0;
	line-height: 1.5;
}

.terrassement-section .terr-imgs {
	flex: 0 1 48%;
	min-width: 280px;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.terrassement-section .terr-imgs.single {
	justify-content: center;
}
.terrassement-section .terr-imgs .terr-img-wrap {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(0,0,0,0.1);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.terrassement-section .terr-imgs .terr-img-wrap:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 36px rgba(0,0,0,0.14);
}
.terrassement-section .terr-imgs img {
	width: 100%;
	max-width: 340px;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.terrassement-section .terr-imgs .terr-img-wrap:hover img {
	transform: scale(1.03);
}
.terrassement-section .terr-imgs.multi .terr-img-wrap {
	max-width: 200px;
}
.terrassement-section .terr-imgs.multi img {
	max-width: 100%;
}

.terr-cta {
	text-align: center;
	padding: 3rem 24px;
	background: linear-gradient(145deg, #004a43 0%, #006d66 100%);
	color: #fff;
	border-radius: 12px;
	margin: 2rem 24px 3rem;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.terr-cta p {
	margin: 0 auto 1rem;
	font-size: 1.1rem;
	opacity: 0.95;
	text-align: center;
	width: 100%;
}
.terr-cta a {
	display: inline-block;
	padding: 0.85rem 2rem;
	background: #fff;
	color: #006d66;
	text-decoration: none;
	font-weight: 600;
	border-radius: 8px;
	transition: background 0.25s ease, color 0.25s ease;
}
.terr-cta a:hover {
	background: #00A48B;
	color: #fff;
}

@media (max-width: 768px) {
	.terrassement-hero {
		padding: 3rem 1rem;
	}
	.terrassement-hero h1 {
		font-size: 1.75rem;
		letter-spacing: 0.08em;
	}
	.terrassement-section,
	.terrassement-section.reverse {
		flex-direction: column;
		gap: 2rem;
		padding: 3rem 0;
	}
	.terrassement-section .terr-imgs.multi .terr-img-wrap {
		max-width: 100%;
	}
	.terr-cta {
		margin-left: 12px;
		margin-right: 12px;
		padding: 2rem 1rem;
	}
}

/* Section liste sans images (ex. Espace Verts) */
.terr-section-list .terr-content-full {
	flex: 1 1 100%;
	max-width: 100%;
}
.terr-equip-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
	border-top: 1px solid rgba(255,255,255,0.12);
}
.terr-equip-list li {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	color: #e0e0e0;
	font-size: 1.1rem;
	line-height: 1.5;
	padding-left: 2rem;
	position: relative;
}
.terr-equip-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.35rem;
	width: 8px;
	height: 8px;
	background: #02A38C;
	border-radius: 50%;
}
.terr-equip-list li:last-child {
	border-bottom: 0;
}
.terr-nouveau-ico {
	height: 28px;
	width: auto;
	vertical-align: middle;
	margin-left: 0.5rem;
}
