@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700&display=swap');
:root {
	--recrut-noir: #414042;
	--recrut-dore: #C5BA9B;
	--recrut-beige: #FDF8F3;
	--recrut-white: #FFFFFF;
	--recrut-font-sans: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	--recrut-font-serif: 'Fraunces', 'Georgia', serif;
}
.recrut-page {
	color: var(--recrut-noir);
	font-family: var(--recrut-font-sans);
	line-height: 1.6;
	overflow-x: hidden;
}
.recrut-page *, .recrut-page *::before, .recrut-page *::after {
	box-sizing: border-box;
}
.recrut-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
}
.recrut-section-title {
	font-family: var(--recrut-font-sans);
	font-size: 70px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 16px;
	color: var(--recrut-noir);
}
.recrut-section-title em {
	font-family: var(--recrut-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 70px;
}
.recrut-section-title--center {
	text-align: center;
}
.recrut-section-subtitle {
	font-size: 20px;
	color: var(--recrut-noir);
	margin: 0 0 40px;
	line-height: 1.6;
}
.recrut-section-subtitle--center {
	text-align: center;
}
.recrut-btn {
	display: inline-block;
	font-family: var(--recrut-font-sans);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 32px;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.02em;
}
.recrut-btn--primary {
	background-color: var(--recrut-dore);
	color: var(--recrut-white);
	border: 1px solid var(--recrut-dore);
}
.recrut-btn--primary:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.recrut-hero {
	position: relative;
	min-height: 870px;
	max-height: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #000 url('../img/hero-recrutement-emploi-c21-paris.jpg') center center / cover no-repeat;
	overflow: hidden;
}
.recrut-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}
.recrut-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.25) 100%);
	pointer-events: none;
}
.recrut-hero__content {
	position: relative;
	z-index: 1;
	margin-top: -200px;
}
.recrut-hero__content p {
	font-size: 20px;
	color: var(--recrut-white);
	line-height: 1.55;
	margin: 0 auto 32px;
}
.recrut-hero__title {
	font-family: var(--recrut-font-sans);
	font-size: 110px;
	font-weight: 600;
	color: var(--recrut-white);
	line-height: 0.8;
	margin: 0 0 40px;
}
.recrut-hero__title em {
	font-family: var(--recrut-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 130px;
}
.recrut-btn--hero {
	background-color: var(--recrut-dore);
	color: var(--recrut-white);
	border: 1px solid var(--recrut-dore);
	padding: 14px 36px;
	font-size: 18px;
}
.recrut-btn--hero:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.recrut-stats__bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 28px 40px;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(6px);
}
.recrut-stats__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 30px;
	color: var(--recrut-noir);
}
.recrut-stats__item:first-child {
	padding: 0px 30px 0px 0px;
}
.recrut-stats__item:last-child {
	padding: 0px 0px 0px 30px;
}
.recrut-stats__separator {
	width: 1px;
	height: 40px;
	background-color: rgba(65,64,66,0.2);
	flex-shrink: 0;
}
.recrut-stats__number {
	font-family: var(--recrut-font-serif);
	font-size: 60px;
	color: var(--recrut-noir);
	white-space: nowrap;
}
.recrut-stats__label {
	font-size: 20px;
	text-align: left;
	line-height: 1.35;
	color: var(--recrut-noir);
	font-weight: 200;
}
.recrut-banner {
	background-color: var(--recrut-noir);
	padding: 28px 40px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.recrut-banner p {
	font-size: 20px;
	color: var(--recrut-white);
	margin: 0;
	line-height: 1.55;
	max-width: 1300px;
	width: 70%;
}
.recrut-banner strong {
	font-weight: 600;
}
.recrut-depart {
	position: relative;
	padding: 90px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.recrut-depart__overlay {
	position: absolute;
	inset: 0;
}
.recrut-depart__inner {
	position: relative;
	z-index: 1;
}
.recrut-depart .recrut-section-title, .recrut-rejoints .recrut-section-title {
	text-align: left;
	margin: 0 0 32px;
}
.recrut-depart .recrut-section-subtitle {
	margin-bottom: 40px;
}
.recrut-depart__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.recrut-depart__card {
	background-color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(4px);
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	transition: border-color 0.3s ease, transform 0.3s ease;
}
.recrut-depart__card:hover {
	border-color: var(--recrut-dore);
	transform: translateY(-4px);
}
.recrut-depart__card-title {
	font-family: var(--recrut-font-sans);
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 18px;
	line-height: 1.25;
	color: var(--recrut-noir);
}
.recrut-depart__card-title em {
	font-family: var(--recrut-font-serif);
	font-style: italic;
	font-weight: 400;
}
.recrut-depart__card-text {
	font-size: 20px;
	line-height: 1.55;
	color: var(--recrut-noir);
	margin: 0 0 28px;
	flex: 1;
}
.recrut-depart__card-link {
	display: inline-block;
	font-family: var(--recrut-font-sans);
	font-size: 18px;
	font-weight: 700;
	color: var(--recrut-white);
	text-decoration: none;
	padding: 12px 20px;
	border: 1px solid var(--recrut-dore);
	background-color: var(--recrut-dore);
	align-self: flex-start;
	transition: all 0.3s ease;
}
.recrut-depart__card-link:hover {
	background-color: transparent;
	color: var(--recrut-noir);
}
.recrut-rejoints {
	padding: 90px 0;
	background-color: var(--recrut-white);
}
.recrut-rejoints .recrut-section-subtitle {
	margin-bottom: 35px;
}
.recrut-rejoints__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.recrut-rejoints__card {
	display: flex;
	flex-direction: column;
}
.recrut-rejoints__img {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	margin-bottom: 18px;
}
.recrut-rejoints__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
	object-position: center;
}
.recrut-rejoints__card:hover .recrut-rejoints__img img {
	transform: scale(1.04);
}
.recrut-rejoints__img--video {
	display: block;
	background-color: var(--recrut-noir);
	text-decoration: none;
}
.recrut-rejoints__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 64px;
	height: 64px;
	pointer-events: none;
	transition: transform 0.3s ease;
}
.recrut-rejoints__play img {
	display: block;
	width: 100%;
	height: 100%;
}
.recrut-rejoints__img--video:hover .recrut-rejoints__play {
	transform: translate(-50%, -50%) scale(1.08);
}
.recrut-rejoints__quote {
	position: absolute;
	top: 24px;
	right: 24px;
	max-width: 60%;
	color: var(--recrut-white);
	font-family: var(--recrut-font-sans);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: right;
	text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}
.recrut-rejoints__quote--center {
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
	font-family: var(--recrut-font-serif);
	font-style: italic;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	max-width: 80%;
}
.recrut-rejoints__quote em {
	font-family: var(--recrut-font-serif);
	font-style: italic;
	font-weight: 400;
}
.recrut-rejoints__name {
	font-family: var(--recrut-font-sans);
	font-size: 25px;
	font-weight: 700;
	color: var(--recrut-noir);
	margin: 0 0 4px;
	padding-top: 12px;
}
.recrut-rejoints__role {
	font-size: 20px;
	color: var(--recrut-noir);
	margin: 0 0 2px;
}
.recrut-rejoints__agency {
	font-size: 20px;
	color: var(--recrut-noir);
	margin: 0;
}
.recrut-rejoints__cta {
	display: inline-block;
	margin-top: 12px;
	font-family: var(--recrut-font-sans);
	font-size: 18px;
	font-weight: 700;
	color: var(--recrut-dore);
	text-decoration: none;
	text-underline-offset: 3px;
	transition: color 0.3s ease;
}
.recrut-rejoints__cta:visited {
	color: var(--recrut-dore);
}
.recrut-rejoints__cta:hover {
	color: var(--recrut-noir);
}
.recrut-metiers .recrut-section-title--center {
	margin: 0 0 32px;
}
.recrut-metiers .recrut-section-subtitle--center {
	margin-bottom: 35px;
}
.recrut-metiers__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.recrut-metiers__card {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: inherit;
	perspective: 1200px;
	height: 390px;
	width: 100%;
}
.recrut-metiers__card-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.recrut-metiers__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.recrut-metiers__card[data-metier-slug="assistant-commercial"] .recrut-metiers__card-img img {
	object-position: right;
}
.recrut-metiers__card .card-flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.7s cubic-bezier(0.4, 0.0, 0.2, 1);
	transform-style: preserve-3d;
}
.recrut-metiers__card:hover .card-flip-inner {
	transform: rotateY(180deg);
}
.recrut-metiers__card .card-flip-front, .recrut-metiers__card .card-flip-back {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.recrut-metiers__card .card-flip-back {
	transform: rotateY(180deg);
}
.recrut-metiers__card-hover {
	position: absolute;
	inset: 0;
	background-color: var(--recrut-beige);
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.recrut-metiers__card-hover-title {
	display: block;
	font-family: var(--recrut-font-sans);
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--recrut-noir);
	line-height: 1.25;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(65, 64, 66, 0.25);
	text-align: left;
}
.recrut-metiers__card-hover-title em {
	font-family: var(--recrut-font-serif);
	font-style: italic;
	font-weight: 400;
}
.recrut-metiers__card-hover p {
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--recrut-noir);
	margin: 0;
	text-align: left;
}
.recrut-metiers__tag {
	background-color: var(--recrut-noir);
	color: var(--recrut-white);
	font-family: var(--recrut-font-sans);
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 18px;
	display: block;
}
.recrut-metiers__tag--transaction {
	background-color: var(--recrut-dore);
	color: var(--recrut-white);
}
.recrut-metiers__tag--gestion {
	background-color: var(--recrut-noir);
	color: var(--recrut-white);
}
.recrut-metiers__tag--syndic {
	background-color: var(--recrut-beige);
	color: var(--recrut-noir);
}
.recrut-metiers__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.55) 100%);
	display: flex;
	align-items: flex-end;
	padding: 30px;
}
.recrut-metiers__title {
	color: var(--recrut-white);
	font-family: var(--recrut-font-sans);
	font-size: 30px;
	font-weight: 700;
	max-width: 260px;
	line-height: 1;
}
.recrut-metiers__title em {
	font-family: var(--recrut-font-serif);
	font-style: italic;
	font-weight: 400;
}
.recrut-metiers__cta {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.recrut-metiers__link {
	display: inline-block;
	font-family: var(--recrut-font-sans);
	font-size: 18px;
	font-weight: 700;
	color: var(--recrut-white);
	background-color: var(--recrut-dore);
	border: 1px solid var(--recrut-dore);
	padding: 14px 32px;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: all 0.3s ease;
}
.recrut-metiers__link:hover {
	background-color: transparent;
	color: var(--recrut-noir);
}
.recrut-exercer {
	background-color: var(--recrut-white);
	overflow: hidden;
	padding: 90px 0;
}
.recrut-exercer__layout {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 60px;
	align-items: center;
}
.recrut-exercer__image {
	overflow: hidden;
	height: -webkit-fill-available;
}
.recrut-exercer__image img {
	width: 100%;
	height: -webkit-fill-available;
	display: block;
	object-fit: cover;
}
.recrut-exercer__content {
	padding: 0;
}
.recrut-exercer__content h2, .recrut-academie h2, .recrut-exercer__content h2 em, .recrut-academie h2 em {
	font-size: 65px;
}
.recrut-exercer__desc {
	font-size: 16px;
	color: var(--recrut-noir);
	line-height: 1.65;
	margin: 0 0 32px;
}
.recrut-exercer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.recrut-exercer__list li {
	position: relative;
	padding: 20px 0;
	font-family: var(--recrut-font-sans);
	font-size: 20px;
	color: var(--recrut-noir);
	border-top: 1px solid rgba(65, 64, 66, 0.15);
	line-height: 1.5;
}
.recrut-exercer__list li:last-child {
	border-bottom: 1px solid rgba(65, 64, 66, 0.15);
}
.recrut-academie {
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px 80px 40px;
}
.recrut-academie__layout {
	grid-template-columns: 1fr 1.1fr;
	gap: 60px;
	display: grid;
}
.recrut-academie__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.recrut-academie__content .recrut-section-title {
	margin-bottom: 20px;
}
.recrut-academie__desc {
	font-size: 20px;
	color: var(--recrut-noir);
	line-height: 1.65;
	margin: 0 0 28px;
}
.recrut-academie__image img {
	width: 100%;
	object-fit: cover;
	display: block;
	height: 450px;
}
.recrut-bachelor {
	background-color: var(--recrut-beige);
	overflow: hidden;
}
.recrut-bachelor__layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 80px;
	padding: 60px 0px 60px 0;
}
.recrut-bachelor__image {
	width: 100%;
	align-self: stretch;
	display: flex;
}
.recrut-bachelor__image img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	display: block;
	border-radius: 0px 1000px 1000px 0px;
	background: #fff;
}
.recrut-bachelor__content {
	flex: 1;
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.recrut-bachelor__content .recrut-section-title, .recrut-bachelor__content .recrut-section-title em {
	margin-bottom: 20px;
	font-size: 50px;
}
.recrut-bachelor__desc {
	font-size: 20px;
	color: var(--recrut-noir);
	line-height: 1.65;
	margin: 0 0 28px;
}
.recrut-envie {
	padding: 90px 0;
	text-align: center;
}
.recrut-envie .recrut-section-title {
	margin-bottom: 12px;
}
.recrut-envie .recrut-section-subtitle {
	margin-bottom: 32px;
}
.recrut-envie__cta {
	display: flex;
	justify-content: center;
}
.recrut-envie h2 {
	line-height: 1.2;
	font-size: 50px;
	font-weight: 700;
}

@media screen and (max-width: 1285px) {
	.recrut-bachelor__image img{
		height: 100%;
	}
}

@media screen and (max-width: 1079px) {
	.recrut-hero {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 30px;
		height: fit-content;
		min-height: fit-content;
		max-height: none;
	}
	.recrut-hero__content {
		padding: 120px 20px 40px;
		margin-top: 0px;
	}
	.recrut-stats__bar {
		position: static;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 16px;
		padding: 32px 20px;
		width: 100%;
	}
	.recrut-bachelor__image img {
		border-radius: 0px;
		height: 400px;
	}
	.recrut-stats__item, .recrut-stats__item:first-child, .recrut-stats__item:last-child {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		padding: 0;
		width: fit-content;
		max-width: fit-content;
	}
	.recrut-stats__number {
		flex: 0 0 auto;
		min-width: fit-content;
		text-align: right;
		font-size: 2rem;
	}
	.recrut-stats__label {
		flex: 1 1 auto;
		text-align: center;
	}
	.recrut-metiers {
		padding: 0;
	}
	.recrut-section-title, .recrut-section-title em, .recrut-bachelor__content .recrut-section-title, .recrut-envie h2, .recrut-bachelor__content .recrut-section-title em, .recrut-exercer__content h2, .recrut-academie h2, .recrut-exercer__content h2 em, .recrut-academie h2 em {
		font-size: 2.2rem;
		line-height: 1.2;
	}
	.recrut-exercer__image, .recrut-bachelor__image {
		order: 2;
	}
	.recrut-hero__title, .recrut-hero__title em {
		font-size: 3.2rem;
	}
	.recrut-exercer__layout {
		gap: 32px;
		grid-template-columns: 1fr;
	}
	.recrut-depart__cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.recrut-rejoints__grid, .recrut-metiers__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.recrut-rejoints__img {
		margin-bottom: 0px;
	}
	.recrut-metiers__card {
		aspect-ratio: 1;
		height: 500px;
		object-position: top;
	}
	.recrut-exercer__image img, .recrut-academie__image img {
		height: 400px;
	}
	.recrut-academie {
		padding: 60px 40px 60px 40px;
	}
	.recrut-academie__layout, .recrut-bachelor__layout {
		grid-template-columns: 1fr;
	}
	.recrut-exercer {
		padding: 60px 0 0 0;
	}
	.recrut-bachelor__layout {
		padding: 60px;
	}
	.recrut-envie {
		padding: 96px 0;
	}
	.recrut-bachelor__content {
		padding-right: 0px;
	}
}

@media screen and (max-width: 768px) {
	.recrut-container {
		padding: 0 24px;
	}
	.recrut-section-title, .recrut-section-title em {
		font-size: 1.9rem;
	}
	.recrut-hero__title, .recrut-hero__title em {
		font-size: 2.4rem;
	}
	.recrut-stats__number {
		font-size: 1.8rem;
	}
	.recrut-banner {
		padding: 24px;
	}
	.recrut-banner p {
		font-size: 0.88rem;
		width: 100%;
	}
	.recrut-banner br {
		display: none;
	}
	.recrut-envie, .recrut-bachelor__layout {
		padding: 40px;
	}
	.recrut-academie__image, .recrut-bachelor__image {
		flex: 1 1 auto;
		width: 100%;
	}
	.recrut-depart, .recrut-rejoints {
		padding: 40px 0;
	}
	.recrut-academie__image img, .recrut-bachelor__image img {
		min-height: 260px;
		height: 400px;
	}
	.recrut-rejoints__quote {
		font-size: 0.9rem;
	}
	.recrut-rejoints__quote--center {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 550px) {
	.recrut-section-subtitle, .recrut-banner p {
		font-size: 20px;
	}
	.recrut-hero__title, .recrut-hero__title em {
		font-size: 2rem;
	}
	.recrut-stats__bar {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		padding: 24px 16px;
		width: 100%;
	}
	.recrut-depart__card-text {
		font-size: 18px;
	}
	.recrut-exercer__layout {
		padding: 0 25px;
	}
	.recrut-bachelor__layout, .recrut-academie__layout {
		gap: 20px;
	}
	.recrut-bachelor__layout {
		padding: 25px;
	}
	.recrut-academie {
		padding: 40px 25px;
	}
	.recrut-stats__item {
		padding: 0;
	}
	.recrut-metiers__title {
		font-size: 1.1rem;
	}
	.recrut-envie, .recrut-bachelor__layout, .recrut-depart__card-title {
		padding: 25px;
	}
	.recrut-metiers__card {
		height: 300px;
	}
}
