.page-recrutement .offres-grid .btn-cta {
	margin-top: 0px;
}
.recrut-academie, .recrut-certif {
	padding-top: 80px;
}
.recrut-academie .academie-head {
	text-align: center;
	margin-bottom: 60px;
}
.recrut-academie .academie-head h2 {
	margin: 0;
	line-height: 1.2;
}
.recrut-academie .cards .cards-info h3 {
	margin-top: 0;
	margin-bottom: 18px;
}
.recrut-academie .cards .cards-info p + p {
	margin-top: 18px;
}
.recrut-certif .cards .cards-info h2 {
	margin-top: 0;
	margin-bottom: 24px;
}
.recrut-certif .cards .cards-info p + p {
	margin-top: 16px;
}
.recrut-certif .cards .cards-image {
	flex: 0 0 38%;
}
.recrut-certif .cards .cards-image .arch-img img {
	min-height: 0;
}
.recrut-offres {
	background-color: #AEC1AD;
	max-width: none;
	padding: 30px 0px 60px 0px;
}
.recrut-offres .container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 100px;
}
.recrut-offres h2 {
	color: #fff;
	margin-bottom: 35px;
}
.recrut-offres h2 em {
	color: #fff;
}
.offres-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}
.offre-card {
	background-color: #fff;
	padding: 28px 30px 30px;
}
.offre-card p{
	opacity: 0.3;
}
.offre-card span{
	background-color: #F5F2EA;
	padding: 13px 30px;
	font-size: 13px;
	font-weight: 700;
}
.offre-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}
.offre-team {
	font-size: 14px;
	margin: 0;
	opacity: 0.3;
}
.offre-fiche {
	display: inline-block;
	margin-top: 16px;
	font-size: 13px;
	font-weight: 700;
	color: #C5BA9B;
	padding: 0 0 5px;
	border-bottom: 1px solid #C5BA9B;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.offre-fiche:hover {
	color: #b5a88a;
	border-color: #b5a88a;
}
.recrut-atouts {
	padding-top: 30px;
	padding-bottom: 80px;
}
.recrut-atouts h2 {
	margin-bottom: 40px;
}
.recrut-atouts .atouts-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.recrut-atouts .atouts-list li {
	border: 1px solid #C5BA9B;
	padding: 30px 28px;
	background-color: #fff;
}
.recrut-atouts .atouts-list h3 {
	font-family: 'Typold', 'Inter', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #252526;
	margin: 0 0 16px;
}
.recrut-atouts .atouts-list h3 em {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 400;
}
.recrut-atouts .atouts-list p {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
}
.recrut-rejoindre {
	margin-bottom: 60px;
}
.recrut-rejoindre .cards {
	margin-bottom: 0;
	align-items: center;
}
.recrut-rejoindre .cards .cards-image {
	flex: 0 0 55%;
}
.recrut-rejoindre .cards-info {
	padding-right: max(100px, calc((100vw - 1300px) / 2));
}
.recrut-rejoindre .cards .cards-info h2 {
	margin-top: 0;
	margin-bottom: 18px;
}

@media screen and (max-width: 1080px) {
	.recrut-academie, .recrut-certif, .recrut-atouts, .recrut-offres .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.recrut-academie, .recrut-certif, .recrut-atouts {
	    padding-top: 20px;
	}
	.recrut-offres h2, .recrut-atouts h2 {
	    margin-top: 0px;
	}
	.recrut-certif .cards .cards-image .arch-img img {
	    display: none;
	}
	.page-recrutement .cards, .page-recrutement .cards.reverse {
		flex-direction: column;
		align-items: baseline;
	}
	.recrut-atouts {
	    padding-bottom: 20px;
	}
	.recrut-rejoindre, .recrut-academie .academie-head {
	    margin-bottom: 20px;
	}
	.page-recrutement .cards .cards-image {
		width: 100%;
		flex: none;
	}
	.offres-grid, .feature-cards, .recrut-atouts .atouts-list ul {
		grid-template-columns: 1fr;
	}
	.recrut-rejoindre .cards .cards-image img {
		height: 400px;
	}
	.recrut-rejoindre .cards-info {
		padding: 0 20px;
	}
}