
div.company-profile-grid {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
}

div.company-banner-wrapper {
	position: relative;
	width: 100%;
	margin-top: 40px;
}

img.banner-company-logo {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: var(--Scale-200, 8px);
	background: lightgray 50% / cover no-repeat;
	display: block;
}

div.company-logo-overlay {
	position: absolute;
	bottom: -40px;
	right: 24px;
	width: 80px;
	height: 80px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(119,149,207,0.10), 0px 6px 6px rgba(119,149,207,0.09), 0px 13px 8px rgba(119,149,207,0.05);
}

img.logo-company-profile {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

div.info-company--card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 48px;
	padding-bottom: 16px;
}

div.company-name-url {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

h1.company-name {
	margin: 0;
	color: var(--color-secondary-800);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}

a.company-website-link {
	color: var(--color-primary-600, #379d15);
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: block;
}

span.subinformation-container {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
	color: var(--color-secondary-700);
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

span.map-point,
span.clock {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

div.social-medias-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: var(--Scale-500);
	width: 100%;
	margin-top: 8px;
}

div.company-tabs-right {
	width: 100%;
}

div.actions-container.company-tabs-container {
	width: 100%;
}

div.actions-container {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

a.btn-action-profile-company {
	border-radius: var(--Scale-300);
	border: 2px solid var(--color-secondary-600);
	background: var(--color-secondary-500);
	flex: 1;
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: var(--color-neutral-0);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

	a.btn-action-profile-company.active {
		/*		border: 2px solid var(--color-primary-700);*/
		background: var(--color-primary-500);
	}

	a.btn-action-profile-company:hover {
		cursor: pointer;
	}

div.company-video-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	border-radius: 12px;
	overflow: hidden;
}

iframe.company-video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 12px;
}

div.info-company-tab {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}

div.jobs-company-tab {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}

div.info-company-details-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--Scale-500);
	align-self: stretch;
}

div.card-info {
	display: flex;
	padding: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	border-radius: 12px;
	background: var(--color-secondary-50);
}

.title-card-info {
	color: var(--color-secondary-800);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

.content-card-info {
	color: var(--color-secondary-800);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	align-self: stretch;
}

div.info-company-details-container h3 {
	margin: 0;
	color: var(--color-secondary-800);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

div.content-card-info p,
div.content-card-info span {
	margin: 0;
	background: var(--color-secondary-50) !important;
	color: var(--color-secondary-800) !important;
	font-family: Poppins !important;
	font-size: 14px !important;
}

div.content-card-info ul {
	margin: 0;
	padding-left: 30px;
}

	div.content-card-info ul li {
		list-style: disc;
	}

div.jobs-company-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--Scale-300);
	justify-content: center;
}

div.job-card {
	display: flex;
	width: var(--Scale-1500);
	padding: 14px;
	flex-direction: column;
	border-radius: 10px;
	border: 1px solid rgba(29, 29, 29, 0.15);
	background: #FFF;
	box-shadow: 0 244px 68px 0 rgba(140, 140, 140, 0.00), 0 156px 62px 0 rgba(140, 140, 140, 0.01), 0 88px 53px 0 rgba(140, 140, 140, 0.05), 0 39px 39px 0 rgba(140, 140, 140, 0.09), 0 10px 21px 0 rgba(140, 140, 140, 0.10);
}

	div.job-card div.job-card--content {
		display: flex;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
	}

	div.job-card div.job-card--content-info {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		flex: 1 0 0;
	}

	div.job-card img {
		display: flex;
		width: 80px;
		height: 80px;
		justify-content: center;
		align-items: center;
		aspect-ratio: 1/1;
	}

a.job-title-link,
a.job-title-link:visited {
	color: var(--color-secondary-800);
}

div.job-card span.job-title {
	color: var(--color-secondary-800);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

div.job-card span.company-name {
	color: var(--color-secondary-800);
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

div.job-card span.location-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	color: var(--color-scondary-700);
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

div.job-card span.expiration-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	color: var(--color-secondary-800);
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

a.btn-show-offert,
a.btn-show-offert:visited {
	border-radius: var(--Scale-300);
	background: var(--color-primary-400);
	color: var(--color-secondary-800);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

div.banner-desktop {
	display: none;
}

img.company-logo--jobs-company-tab {
	width: 100%;
	height: 172px;
	flex-shrink: 0;
	aspect-ratio: 369/86;
	background: lightgray 50% / cover no-repeat;
}


@media (min-width: 700px) {

	div.company-profile-grid {
		display: grid;
		grid-template-columns: 356px 1fr;
		grid-template-rows: auto auto;
		gap: 0 24px;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	div.company-banner-wrapper {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	img.banner-company-logo {
		height: 261px;
		border-radius: var(--Scale-200, 8px);
	}

	div.company-logo-overlay {
		bottom: -60px;
		right: 32px;
		width: 166px;
		height: 166px;
		border-radius: var(--Scale-600, 24px);
	}

	div.info-company--card {
		grid-column: 1 / 2;
		grid-row: 2;
		width: 356px;
		max-width: 356px;
		flex-shrink: 0;
		flex-direction: column;
		align-items: center;
		border-bottom: none;
		border: 1px solid rgba(29, 29, 29, 0.15);
		border-radius: 10px;
		padding: 14px;
		background: var(--color-neutral-0, #fff);
		box-shadow: 0px 10px 21px rgba(140,140,140,0.10), 0px 39px 39px rgba(140,140,140,0.09), 0px 88px 53px rgba(140,140,140,0.05), 0px 156px 62px rgba(140,140,140,0.01), 0px 244px 68px rgba(140,140,140,0.00);
		margin-top: 72px;
		align-self: start;
		box-sizing: border-box;
	}

	div.company-tabs-right {
		grid-column: 2 / 3;
		grid-row: 2;
		display: flex;
		flex-direction: column;
		min-width: 0;
		padding-top: 12px;
		margin-top: 72px;
	}

	div.company-name-url {
		align-items: center;
		border-bottom: 1px solid var(--color-secondary-100, #d1d6e0);
		padding-bottom: 16px;
		width: 100%;
	}

	h1.company-name {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}

	span.subinformation-container {
		color: var(--color-secondary-700);
		font-family: Poppins;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		display: flex;
		align-items: flex-start;
		max-width: 100%;
		padding: 0;
		background: transparent;
	}

	div.jobs-company-container {
		display: grid;
		grid-template-columns: repeat(2, minmax(370px, 1fr));
		grid-auto-rows: auto;
		width: 100%;
		gap: var(--Scale-700);
	}
}
