.site-template--career{
	background-color: #F2F4F5;
}


.site-template--career .main-container {
	gap: 5em;
	display: grid;
	grid-template-columns: 1fr 550px;
	padding-bottom: 100px;
}

.site-template--career .hero-banner{
	grid-column: 1 / 3;
}

.site-template--career .home-banner{
	clip-path: ellipse(100% 100% at 50% 0%);
	min-height: 340px;
}

.site-template--career .quick-info{
	background-color: var(--e-global-color-text);
	padding: 135px var(--custom-x-padding-desktop) 35px;
	margin-top: -100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 100px;
}

.site-template--career .quick-info .info{
	display: flex;
	gap: 10px;
	align-items: center;
}

.site-template--career .quick-info .info img {
	max-width: 50px;
	max-height: 50px;
}

.site-template--career .quick-info .info span {
	color: #ffffff;
}


.site-template--career .item-offre__header__type {
	height: 26px;
	display: flex;
	color: #ffffff;
	min-width: 80px;
	width: fit-content;
	font-weight: 300;
	font-size: 0.75rem;
	padding: 0.5em 1em;
	align-items: center;
	border-radius: 20px;
	justify-content: center;
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.site-template--career .breadcrumb #breadcrumbs span,
.site-template--career .breadcrumb #breadcrumbs a{
	color: var(--e-global-color-5a1aba2);
}

.site-template--career .site-template__content {
	min-height: 200px;
	padding-bottom: 2.5em;
}

.site-career__block + .site-career__block {
	margin-top: 2em;
	padding-top: 1.5em;
	border-top: solid 1px #D6D6D6;
}


.site-template--career .site-template__content h2 {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: -0.6px;
	margin-top: 50px;
}


.site-template--career .site-template__content .site-career__block-texts {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--e-global-color-text);
}

.site-template--career .site-template__content .site-career__block-texts p:last-child {
	margin-bottom: 0;
}

.site-template--career .site-template__sidebar {
	position: relative;
}

.site-template--career .site-template__sidebar-body {
	width: 100%;
	display: flex;
	color: #ffffff;
	max-width: 550px;
	height: fit-content;
	border-radius: 20px;
	flex-direction: column;
}

.site-template--career .site-template__content-breadcrumbs {
	text-align: left;
}

.home-banner{
	background: url("http://www.th90.fr/wp-content/themes/BWA-Theme/templates/assets/img/hero-banner--background.jpg");
	background-size: cover;
	background-position: center;
	min-height: 540px;
	height: fit-content;
	z-index: 2;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: ellipse(110% 100% at 50% 0%);
}

.home-banner .home-banner__wrapper{
	z-index: 2;
	margin: 0 auto;
	width: 100%;
	max-width: 680px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	padding: 0 20px;
}

.home-banner .home-banner__wrapper .title{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	color: #ffffff;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: -0.84px;
}

.home-banner .home-banner__wrapper .sub-title{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: .6em;
	letter-spacing: 2.7px;
	text-transform: uppercase;
}

.background-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center;
	background-size: cover;
}


.background-container::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(1, 43, 84, 0.32) 0%, rgba(1, 43, 84, 0.80) 100%);
	z-index: 0;
}

/*RESPONSIVE*/


/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	.site-template--career .site-template__content h2 {
		font-size: 1.65rem;

	}

	.home-banner{
		clip-path: ellipse(150% 100% at 50% 0%);
	}

	.home-banner .home-banner__wrapper .title br{
		display: none;
	}

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.site-template--career .site-template__sidebar-body {
		max-width: 550px;
	}

}

/*mobile and tablet*/
@media (max-width: 1024px) {

	.site-template--career {
		gap: 2em;
		grid-template-columns: 1fr;
	}

	.site-template--career .site-template__sidebar-body {
		margin: 0 auto;
	}

	.site-template--career .site-template__sidebar {
		padding-bottom: 2em;
	}

}

/*desktop*/
@media (min-width: 1025px) {

	.site-template--career .site-template__sidebar {
		padding: 10% 0 5% 0;
	}

	.site-template--career .site-template__sidebar-body {
		top: 15%;
		position: sticky;
	}

}

/*laptop 1*/
@media (min-width: 1025px) and (max-width: 1439px) {

	.site-template--career {
		gap: 2.5em;
		grid-template-columns: 1fr 480px;
	}

	.site-template--career .site-template__sidebar-body {
		max-width: 480px;
	}

}

/*laptop 2*/
@media (min-width: 1440px) and (max-width: 1700px) {

	.site-template--career {
		gap: 3em;
		grid-template-columns: 1fr 500px;
	}

	.site-template--career .site-template__sidebar-body {
		max-width: 500px;
	}

}

/*RESPONSIVE*/
