.sap_page_cc17 {
	margin: 0;
	padding: 80px 10%;
	background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
}

/* Hide footer partners just for SAP page */
.partenaires {
	display: none;
}

.sap_page_cc17 h1 {
	font-size: 3rem;
	color: var(--cc17-blue);
	margin-bottom: 50px;
	text-align: center;
}

.sap_content {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 50px;
	align-items: center;
}

.sap_text h2 {
	color: var(--cc17-orange);
	font-size: 2rem;
	margin-bottom: 20px;
}

.sap_text p {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
}

.avantage_fiscal {
	background: #fff3e0;
	border-left: 5px solid var(--cc17-orange);
	padding: 30px;
	border-radius: 15px;
	margin: 40px 0;
}

.avantage_fiscal h3 {
	color: var(--cc17-blue);
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.avantage_fiscal p {
	margin-bottom: 0;
}

.btn_contact_sap {
	display: inline-block;
	background: var(--cc17-blue);
	color: white;
	padding: 15px 30px;
	border-radius: 30px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn_contact_sap:hover {
	background: var(--cc17-orange);
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(222, 142, 0, 0.2);
}

.sap_image {
	text-align: center;
}

.sap_image img {
	width: 100%;
	max-width: 400px;
	filter: drop-shadow(0 15px 25px rgba(0,0,0,0.1));
}

@media all and (max-width: 1000px) {
	.sap_page_cc17 {
		padding: 40px 5%;
	}
	.sap_content {
		grid-template-columns: 1fr;
	}
	.sap_image {
		order: -1;
		margin-bottom: 30px;
	}
}
