:root{
	--colorText:#183E2C;
	--colorBack: #91B79B;
}

h1, h2{
	color: #2C7351;
	margin:0;
}

h1{
	font-family: "Cabinet Grotesk Variable";
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.5rem; 
	max-width: 53.75rem;
	display: flex;
}

@media(max-width: 560px){
	h1{
		font-size: 2rem;
		line-height: 3rem;
	}
}

#subtitle{
	font-family: "Satoshi Variable";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem;
	max-width: 53.75rem;	
}

@media(max-width: 560px){
	#subtitle{
		font-size: 1rem;
		line-height: 2rem;
	}

}

#intro{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5rem;
}


@media(max-width:500px){
	#intro{
		gap: 2.5rem;
	}
}

h2{
	font-family: "Cabinet Grotesk Variable";
	font-size: 2.25rem;
	font-weight: 700;
	text-align: center;
}

@media(max-width:560px){
	h2{
		color: #2C7351;
		font-family: "Cabinet Grotesk Variable";
		font-size: 1.25rem;
		font-weight: 500;
		letter-spacing: 0.15rem;
		text-transform: uppercase;
	}
}

main{
	display: flex;
	flex-direction: column;
	padding: 5.81rem 5rem 2rem 5rem;
	gap: 10rem;
	
}

h1, h2, h3, p{
	hyphens: none;
}

@media(max-width:500px){
	main{
		padding: 3rem 2.75rem 3rem 2.75rem ;
		gap: 2.5rem;
	}
}

#nosEngagements{
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

#engagements{
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 1rem;
	align-self: stretch;
	flex-wrap: wrap;
}

@media(max-width:850px){
	#engagements{
		flex-direction: column;
		gap: 2.5rem;
	}
}


.engagement{
	display: flex;
	padding: 0rem 1rem;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	max-width: 32%;
}

@media(max-width: 1100px){
	.engagement{
		max-width: 45%;
	}
}

@media(max-width: 1100px){
	.engagement{
		max-width: 80%;
	}
}

@media(max-width: 700px){
	.engagement{
		max-width: 100%;
	}
}

.engagement img{
	width: 100%;
}

.engagementTitle{
	color: #000;
	text-align: center;
	font-family: "Cabinet Grotesk Variable";
	font-size: 2rem;
	font-weight: 800;
	line-height: 2rem; 
}

.engagementSubtitle{
	color: #2C7351;
	text-align: center;
	font-family: "Satoshi Variable";
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
}

.engagementText{
	color: #000;
	text-align: center;
	font-family: "Satoshi Variable";
	font-size: 1rem;
	font-weight: 500;
	line-height: 2rem; 
	letter-spacing: 0.03rem;
}


#prestas{
	display: flex;
	flex-direction: column;
	gap: 5rem;
	align-self: stretch;
}

@media(max-width: 850px){
	#prestas{
		gap: 2.5rem;
	}
}

#articles{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 1rem;
	align-self: stretch;
	flex-wrap: wrap;
}

@media(max-width: 850px){
	#articles{
		flex-direction: column;
		gap:0.5rem;
	}
}

.article{
	display: flex;
	min-width: 45%;
	max-width: 50%;
	padding: 1.875rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1 0 0;
	border-radius: 1.25rem;
	border: 2px solid #91B79B;
	gap: 1.31rem;
	align-self: stretch;
}

@media(max-width: 850px){
	.article{
		min-width: auto;
		max-width: none;
		padding: 1rem;
		gap: 1rem;
	}
}

.articleContent{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	align-self: stretch;
}

@media(max-width: 850px){
	#articleContent{
		gap: 1rem;
	}
}

.prestaTitle{
	color: #000;
	font-family: "Cabinet Grotesk Variable";
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 2.5rem; 
}

@media(max-width: 850px){
	.prestaTitle{
		font-size:2rem;
		line-height: 2rem;;
	}
}

@media(max-width: 350px){
	.prestaTitle{
		font-size:1.5rem;
		line-height: 1.7rem;;
	}
}

.prestaSubtitle{
	color: #000;
	font-family: "Cabinet Grotesk Variable";
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.5rem;
}

@media(max-width: 850px){
	.prestaSubtitle{
		font-size:1.25rem;
		line-height: 1.5rem;
	}
}


.prestaText{
	color: #000;
	font-family: "Satoshi Variable";
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5rem; 
}

@media(max-width: 850px){
	.prestaText{
		font-size:0.875rem;
		line-height: 2rem;
	}
}

.voirArticle{
	display: flex;
	padding: 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	border-radius: 1.46rem;
	background: #000;
	border: none;
}

@media(max-width: 850px){
	.voirArticle{
		padding:0.5rem 1rem;
		gap:0.5rem;
	}
}

.voirArticle:hover{
	background: #5C5C5C;
}

.voirArticle p{
	color: #FFF;
	font-family: "Satoshi Variable";
	font-size: 1.022rem;
	font-weight: 400;
	line-height: 1.62rem; 
	letter-spacing: 0.10219rem;
	text-transform: uppercase;
}


@media(max-width: 850px){
	.voirArticle p{
		font-size: 0.75rem;
		line-height: 1.25rem;
		letter-spacing: 0.075rem;
	}


