#sante {
	background-image: linear-gradient(
		135deg,
		rgba(0, 180, 255, 0.85) 0%,
		rgba(255, 255, 255, 0.1) 50%,
		rgba(0, 200, 80, 0.85) 100%
	);
	background-blend-mode: lighten;
}

#sante h2,
#sante h3 {
	color: #0077b6;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	margin-bottom: 1rem;
}
#sante h2 {
	font-size: 2.2rem;
	font-weight: 700;
}
#sante h3 {
	font-size: 2rem;
	font-weight: 600;
}

#sante img {
	display: block;
	max-width: 40%;
	border-radius: 1rem;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}

#sante p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 0.5rem;
	border-radius: 0.7rem;
}

#sante-conclusion p {
	width: 60%;
}

@media screen and (max-width: 700px) {
	#sante article {
		padding: 1rem 0.5rem;
		max-width: 98vw;
	}
	#sante h2 {
		font-size: 1.3rem;
	}
	#sante h3 {
		font-size: 1.1rem;
	}
}
