@import url(https://fonts.googleapis.com/css2?family=Orbit&family=Poppins:wght@300;400;600;700;800&display=swap);

body,
nav {
	display: flex
}

.logo,
.logo2,
a,
nav a {
	text-decoration: none
}

.entreprise-logo,
.home-logo,
.logo,
.logo2,
.orbit {
	font-family: Orbit, Poppins, sans-serif
}

.btn,
.home-hero {
	text-align: center
}

#cv-file,
.random-job-actions .btn {
	min-width: 200px
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

a {
	color: #ff4500
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	height: 100%
}

body {
	font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #f8f9fa;
	min-height: 100%;
	flex-direction: column
}

header {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	position: sticky;
	top: 0;
	z-index: 100
}

nav {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem
}

.orbit {
	font-weight: 400
}

.logo,
.logo2 {
	font-size: 1.5rem;
	font-weight: 700;
	flex-shrink: 0
}

.hamburger-btn {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background: 0 0;
	border: none;
	cursor: pointer;
	padding: 8px;
	z-index: 1001;
	transition: opacity .3s
}

.hamburger-line {
	width: 25px;
	height: 3px;
	background-color: #333;
	margin: 2px 0;
	transition: .3s;
	border-radius: 2px
}

.btn,
.close-menu-btn {
	border: none;
	cursor: pointer
}

.close-menu-btn {
	display: none;
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: 0 0;
	font-size: 2.4rem;
	color: #333;
	width: 52px;
	height: 52px;
	z-index: 1002;
	transition: .3s
}

.card,
.job-card {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.close-menu-btn:hover {
	color: #ff4500;
	transform: scale(1.1)
}

.hamburger-btn.active .hamburger-line:first-child {
	transform: rotate(45deg) translate(5px, 5px)
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
	opacity: 0
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -6px)
}

nav ul {
	display: flex;
	list-style: none;
	gap: 1rem;
	align-items: center;
	flex-wrap: wrap
}

nav a {
	color: #666;
	padding: .5rem 1rem;
	border-radius: 4px;
	transition: .3s
}

nav a:hover,
tbody tr:hover {
	background: #f8f9fa
}

.container,
main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
	flex: 1 0 auto
}

.container {
	width: 100%
}

.card {
	padding: 1.5rem;
	border-radius: 8px;
	border: 1px solid #e9ecef;
	margin-bottom: 1rem
}

.home-hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 6rem 1rem 3rem
}

.home-hero.results-mode {
	align-items: stretch;
	text-align: left;
	padding: 1rem 1rem .5rem
}

.home-hero.results-mode .home-logo {
	display: none
}

.home-hero.results-mode .home-search {
	max-width: 1200px;
	margin: 0 auto;
	align-items: center
}

.home-search {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.home-logo {
	font-size: 8rem;
	font-weight: 800;
	margin-bottom: 1.5rem;
	letter-spacing: -.5px
}

#search-input.search-input,
.home-search .search-input {
	max-width: 960px;
	width: 100%;
	padding: 1.1rem 1.5rem;
	border: 1px solid #ddd;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
	font-size: 1.05rem
}

.jobs-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-bottom: 2rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.job-card {
	padding: 1.5rem;
	border-radius: 8px;
	transition: transform .2s, box-shadow .2s;
	border: 1px solid #e9ecef;
	cursor: pointer
}

.job-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.job-header {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	gap: 1rem
}

.job-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: .5rem;
	line-height: 1.3
}

.job-company {
	color: #666;
	font-size: .9rem;
	margin-bottom: 1rem
}

.job-location {
	background: #e9ecef;
	padding: .25rem .75rem;
	border-radius: 20px;
	font-size: .8rem;
	color: #495057
}

.job-desc {
	color: #666;
	margin-bottom: 1rem;
	line-height: 1.5
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: .75rem
}

.cv-option,
.tag {
	align-items: center
}

.tag {
	display: inline-flex;
	padding: .25rem .6rem;
	border-radius: 999px;
	font-size: .8rem;
	border: 1px solid #eee;
	background: #fff
}

.tag-chip,
.tag-soft {
	border-color: #ffd3c2
}

.tag-chip {
	cursor: pointer
}

.tag-chip:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .06)
}

.tag-soft {
	color: #555;
	background: #fff5f0
}

.hl,
.tag-hard {
	color: #ff4500
}

.tag-hard {
	border-color: #ff4500;
	background: rgba(255, 69, 0, .08)
}

.hl {
	background: 0 0;
	font-weight: 800
}

.job-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
	flex-wrap: wrap;
	gap: 1rem
}

#unlucky-btn,
.btn {
	display: inline-block;
	text-decoration: none
}

.job-wage,
.status-label {
	font-weight: 600;
	color: #555
}

.btn {
	padding: .5rem 1rem;
	border-radius: 4px;
	font-size: .9rem;
	transition: .3s;
	white-space: nowrap;
	min-height: 44px
}

.btn-secondary {
	background: #6c757d;
	color: #fff
}

.btn-secondary:hover {
	background: #545b62
}

@media (min-width:320px) {
	.jobs-container {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 0 .5rem
	}

	nav {
		padding: .75rem;
		flex-direction: column;
		gap: 1rem
	}

	nav ul {
		gap: .5rem;
		flex-wrap: wrap;
		justify-content: center
	}

	.btn {
		width: 100%;
		margin-bottom: .25rem
	}

	.admin-container,
	.job-card {
		padding: 1rem
	}
}

@media (min-width:576px) {

	.job-header,
	nav {
		flex-direction: row
	}

	.jobs-container {
		gap: 1.25rem;
		padding: 0 1rem
	}

	nav {
		justify-content: space-between
	}

	nav ul {
		flex-wrap: nowrap
	}

	.btn {
		width: auto;
		margin-bottom: 0
	}

	.auth-container {
		padding: 2.5rem 2rem
	}

	.job-card {
		text-align: left
	}

	.job-header {
		justify-content: space-between;
		align-items: start
	}

	.job-footer {
		flex-direction: row;
		justify-content: space-between;
		align-items: center
	}
}

@media (min-width:768px) {
	.jobs-container {
		gap: 1.5rem
	}

	nav {
		padding: 1rem
	}

	.admin-header {
		flex-direction: row;
		justify-content: space-between;
		align-items: center
	}

	.table-header {
		flex-direction: row;
		justify-content: space-between
	}

	.tabs {
		flex-wrap: nowrap;
		overflow-x: visible
	}

	.tab-btn {
		flex: none;
		white-space: nowrap
	}

	.system-status {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
	}

	.auth-container {
		padding: 3rem;
		margin: 2rem auto
	}
}

@media (min-width:992px) {
	.system-status {
		grid-template-columns: repeat(3, 1fr)
	}

	.admin-container,
	main {
		padding: 2rem
	}

	.job-details-panel {
		width: 100%
	}
}

@media (min-width:1200px) {
	.admin-container {
		max-width: 1400px
	}

	.job-details-panel {
		width: 100%
	}
}

@media (max-width:991px) {
	.hamburger-btn {
		display: flex;
		order: 2
	}

	nav {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 1rem;
		position: relative
	}

	nav ul {
		position: fixed;
		top: 0;
		right: -100%;
		width: 280px;
		height: 100vh;
		background: #fff;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		padding: 4rem 2rem 2rem;
		box-shadow: -5px 0 15px rgba(0, 0, 0, .1);
		transition: right .3s;
		z-index: 1000;
		gap: 0;
		list-style: none
	}

	nav ul.active {
		right: 0;
		z-index: 1001
	}

	nav ul li {
		width: 100%;
		border-bottom: 1px solid #f0f0f0
	}

	nav ul li:last-child {
		border-bottom: none
	}

	nav ul a,
	nav ul button {
		display: block;
		width: 100%;
		padding: 1rem 0;
		text-align: left;
		border: none;
		background: 0 0;
		font-size: 1rem;
		color: #333;
		text-decoration: none;
		transition: color .3s;
		cursor: pointer;
		position: relative
	}

	nav ul a:hover,
	nav ul button:hover {
		color: #ff4500;
		background: #f8f9fa
	}

	nav ul.active~.close-menu-btn {
		display: block;
		z-index: 1002;
		pointer-events: auto
	}
}

.menu-overlay {
	display: none !important
}

@media (max-width:767px) {

	.job-details-panel,
	nav ul {
		width: 100%;
		right: -100%
	}

	.hamburger-btn {
		display: flex !important
	}

	.container,
	.random-job-container,
	main {
		padding: 1rem .5rem
	}

	#unlucky-btn,
	nav {
		padding: .75rem
	}

	.home-logo {
		font-size: 4rem
	}

	.btn,
	.tab-btn {
		font-size: .9rem
	}

	.about-content h1,
	.random-job-header h1 {
		font-size: 2rem
	}

	.premium-content h1 {
		font-size: 2rem !important;
		line-height: 1.2
	}

	.premium-logo {
		font-size: 1.5rem !important;
		margin-bottom: 2rem !important
	}

	.premium-cta {
		padding: 1.5rem !important;
		margin-top: 2rem !important
	}

	.premium-cta h2 {
		font-size: 1.5rem !important
	}

	.premium-price {
		font-size: 2rem !important
	}

	.premium-btn {
		font-size: 1rem !important;
		padding: .75rem 1.5rem !important;
		width: 100%
	}

	.premium-disclaimer {
		font-size: .8rem !important
	}

	.feature-card {
		padding: 1.5rem !important
	}

	.feature-card h3 {
		font-size: 1.2rem !important
	}

	.feature-card p {
		font-size: .9rem !important
	}

	.feature-icon {
		font-size: 2rem !important
	}

	.job-card {
		padding: 1rem;
		margin-bottom: 1rem;
		text-align: center
	}

	.jobs-container {
		padding: 0 .5rem;
		gap: 1rem
	}

	.form-group input,
	.form-group select,
	.form-group textarea {
		font-size: 16px;
		padding: .75rem
	}

	.apply-form,
	.modal-content {
		width: 95%;
		margin: 1rem;
		padding: 1.5rem;
		max-height: 95vh;
		overflow-y: auto
	}

	.btn {
		min-height: 44px;
		padding: .75rem 1rem
	}

	.form-actions {
		flex-direction: column;
		gap: .5rem
	}

	.form-actions .btn {
		width: 100%
	}

	.home-search {
		flex-direction: column;
		gap: .75rem;
		padding: 0 1rem
	}

	.search-input {
		width: 100%;
		max-width: none
	}

	#unlucky-btn {
		width: 100%
	}

	.about-hero,
	.premium-hero {
		padding: 2rem 1rem;
		min-height: auto
	}

	.premium-content {
		padding: 1rem
	}

	.entreprise-features,
	.premium-features {
		grid-template-columns: 1fr;
		gap: 1rem;
		padding: 0;
		margin: 2rem 0
	}

	.feature-card {
		padding: 1.5rem
	}

	.admin-header,
	.table-header {
		flex-direction: column;
		text-align: center;
		gap: 1rem
	}

	.admin-info,
	.table-actions {
		justify-content: center;
		flex-wrap: wrap
	}

	.tabs {
		gap: .25rem;
		padding: 0 1rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.tab-btn {
		padding: .75rem 1rem;
		min-width: 120px;
		flex-shrink: 0
	}

	.system-status {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 1rem
	}

	.job-details,
	.job-footer {
		flex-direction: column;
		gap: .5rem;
		align-items: flex-start
	}

	.job-footer,
	.job-header {
		flex-direction: column;
		gap: .5rem
	}

	.job-header {
		align-items: flex-start;
		align-items: center
	}

	.job-footer {
		align-items: center
	}

	.random-job-header {
		padding: 1.5rem 1rem;
		margin: 1rem .5rem
	}

	.random-job-card {
		padding: 1.5rem;
		margin: 0 .5rem
	}

	.random-job-actions {
		flex-direction: column;
		align-items: center
	}

	.random-job-actions .btn {
		width: 100%;
		max-width: 300px
	}
}

@media (min-width:768px) and (max-width:991px) {

	.admin-header,
	.table-header {
		flex-wrap: wrap
	}

	.tabs {
		gap: .5rem
	}

	.tab-btn {
		flex: 1;
		min-width: 100px
	}

	.premium-content h1 {
		font-size: 3rem
	}

	.premium-logo {
		font-size: 2rem
	}

	.premium-cta {
		padding: 2rem
	}

	.premium-cta h2 {
		font-size: 2rem
	}

	.premium-price {
		font-size: 2.5rem
	}

	.premium-features {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem
	}

	.feature-card:last-child {
		grid-column: 1 / -1;
		max-width: 600px;
		margin: 0 auto;
		width: 100%
	}
}

@media (hover:none) and (pointer:coarse) {

	.btn,
	nav a {
		min-height: 44px
	}

	.btn {
		padding: .8rem 1.5rem
	}

	.tab-btn {
		min-height: 48px;
		padding: 1rem 1.5rem
	}

	nav a {
		padding: .75rem 1rem
	}

	.job-card:hover {
		transform: none;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
	}

	nav a:hover {
		background: 0 0;
		color: #666
	}

	.btn:hover {
		transform: none
	}
}

.job-details-panel {
	position: fixed;
	inset: 0;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .5);
	z-index: 300;
	padding: 1rem
}

.admin-header,
.admin-info,
.apply-form-container.active,
.cv-option,
.cv-options,
.job-details-panel.open {
	display: flex
}

.job-details-close {
	position: absolute;
	top: .75rem;
	right: .75rem;
	background: 0 0;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	color: #666
}

#job-details-content {
	position: relative;
	width: 100%;
	max-width: 800px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	padding: 2rem;
	max-height: 90vh;
	overflow-y: auto;
	animation: .2s ease-out fadeInUp
}

.job-details-title {
	font-size: 2rem;
	margin-bottom: 1rem
}

.job-details-company {
	font-size: 1.1rem;
	color: #666;
	margin-bottom: 2rem
}

.admin-login-header,
.job-details-section,
.table-container {
	margin-bottom: 2rem
}

.cv-existing,
.form-group {
	margin-bottom: 1rem
}

.job-details-section h3 {
	margin-bottom: 1rem;
	color: #333
}

.job-details-desc {
	line-height: 1.7;
	white-space: pre-line
}

.admin-form .form-group label,
.form-group label {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
	color: #555
}

.admin-form .form-group input,
.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	padding: .8rem;
	border: 2px solid #e1e8ed;
	border-radius: 5px;
	font-size: 1rem;
	transition: border-color .3s, box-shadow .3s
}

.form-group textarea {
	min-height: 120px;
	resize: vertical
}

.cv-existing {
	padding: 1rem;
	background: #f8f9fa;
	border-radius: 5px;
	border-left: 4px solid #007bff
}

.cv-existing p {
	margin: 0 0 1rem
}

.cv-existing strong {
	color: #495057
}

.cv-options {
	flex-direction: column;
	gap: .75rem
}

.cv-option {
	gap: .5rem;
	cursor: pointer;
	padding: .5rem;
	border-radius: 4px;
	transition: background-color .2s
}

.admin-login-content,
.auth-container {
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	width: 100%
}

.cv-option:hover {
	background: #e9ecef
}

.cv-option input[type=radio] {
	margin: 0;
	cursor: pointer
}

.cv-option span {
	font-size: .9rem;
	color: #495057;
	user-select: none
}

.cv-upload-toggle {
	margin-top: .5rem;
	padding-top: .5rem;
	border-top: 1px solid #dee2e6
}

.auth-container {
	background: #fff;
	padding: 3rem;
	max-width: 400px;
	margin: 2rem auto
}

.auth-container h1 {
	text-align: center;
	margin-bottom: 2rem;
	color: #2c3e50
}

.admin-login-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fa
}

.admin-login-content {
	background: #fff;
	padding: 3rem;
	max-width: 450px;
	text-align: center
}

.admin-form,
td,
th {
	text-align: left
}

.admin-login-icon {
	font-size: 3rem;
	margin-bottom: 1rem
}

.admin-login-header h1 {
	color: #333;
	margin-bottom: .5rem
}

.admin-login-header p {
	color: #666;
	margin-bottom: 0
}

.admin-title,
.apply-form h2,
th {
	color: #333
}

.about-text p,
.admin-form .form-group,
.apply-form h2 {
	margin-bottom: 1.5rem
}

.about-hero,
.apply-form h2,
.no-jobs {
	text-align: center
}

.admin-form .form-group input:focus {
	outline: 0;
	border-color: #ff4500;
	box-shadow: 0 0 0 3px rgba(255, 69, 0, .1)
}

.admin-login-footer {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #eee;
	text-align: center
}

.admin-form .btn-primary {
	display: block;
	margin: 0 auto;
	width: fit-content
}

.admin-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 2rem 1rem
}

.admin-header {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #ecf0f1;
	flex-wrap: wrap;
	gap: 1rem
}

.admin-title {
	font-size: 1.5rem;
	margin: 0
}

.admin-info {
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap
}

.admin-badge {
	background: #d4edda;
	color: #155724;
	padding: .5rem 1rem;
	border-radius: 20px;
	font-size: .85rem;
	font-weight: 600
}

.system-status {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
	margin-bottom: 2rem;
	padding: 1.5rem;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.status-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .75rem 0;
	border-bottom: 1px solid #eee
}

.status-item:last-child {
	border-bottom: none
}

.status-value {
	font-size: .9rem;
	padding: .25rem .75rem;
	border-radius: 20px;
	font-weight: 600
}

.status-accepted,
.status-value.status-online {
	background: #d4edda;
	color: #155724
}

.status-rejected,
.status-value.status-offline {
	background: #f8d7da;
	color: #721c24
}

.status-submitted,
.status-value.status-warning {
	background: #fff3cd;
	color: #856404
}

.tab-btn,
th {
	background: #f8f9fa
}

#unlucky-btn,
.tab-btn {
	font-size: .9rem;
	color: #495057;
	cursor: pointer;
	white-space: nowrap
}

.tabs {
	display: flex;
	gap: .25rem;
	margin-bottom: 2rem;
	padding: 0 1rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	flex-wrap: wrap
}

.tab-btn {
	padding: .75rem 1rem;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	transition: .3s;
	min-width: 120px;
	flex-shrink: 0
}

.tab-btn:hover {
	background: #e9ecef;
	border-color: #adb5bd
}

.pagination-btn.active,
.pagination-btn:hover,
.tab-btn.active {
	background: #ff4500;
	color: #fff;
	border-color: #ff4500
}

.admin-actions {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap
}

.btn-sm {
	min-height: 32px
}

.admin-pagination,
.pagination {
	display: flex;
	justify-content: center;
	gap: .5rem;
	margin-top: 2rem;
	flex-wrap: wrap
}

.apply-form-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 300;
	padding: 1rem
}

.apply-form,
.table-container {
	background: #fff;
	border-radius: 8px
}

.apply-form {
	padding: 2rem;
	width: 100%;
	max-width: 600px;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

@media (max-width:768px) {
	.admin-login-content {
		padding: 2rem 1.5rem;
		margin: 1rem
	}

	.admin-header {
		flex-direction: column;
		text-align: center;
		gap: 1rem
	}

	.admin-info {
		justify-content: center;
		flex-wrap: wrap
	}

	.tabs {
		gap: .25rem;
		padding: 0 1rem
	}

	.tab-btn {
		padding: .75rem 1rem;
		font-size: .9rem;
		min-width: 100px
	}

	.system-status {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 1rem
	}

	.admin-actions {
		justify-content: center
	}
}

.entreprise-features,
.premium-features {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

@media (min-width:768px) and (max-width:991px) {
	.admin-header {
		flex-wrap: wrap
	}

	.tabs {
		gap: .5rem
	}

	.tab-btn {
		flex: 1;
		min-width: 100px
	}
}

.table-container {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	overflow: hidden
}

table {
	width: 100%;
	border-collapse: collapse
}

td,
th {
	padding: 1rem;
	border-bottom: 1px solid #eee
}

th {
	font-weight: 600
}

.status-badge {
	padding: .25rem .75rem;
	border-radius: 20px;
	font-size: .8rem;
	font-weight: 600
}

.status-under_review {
	background: #d1ecf1;
	color: #0c5460
}

.pagination-btn {
	padding: .5rem 1rem;
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
	text-decoration: none;
	border-radius: 4px;
	transition: .3s
}

.spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem
}

.spinner::after {
	content: '';
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #007bff;
	border-radius: 50%;
	animation: 1s linear infinite spin
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.error {
	color: #dc3545;
	background: #f8d7da;
	padding: 1rem;
	border-radius: 4px;
	margin: 1rem 0
}

.no-jobs {
	padding: 2rem;
	color: #666;
	font-style: italic
}

.about-hero {
	padding: 4rem 2rem;
	background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center
}

.about-content {
	max-width: 800px;
	margin: 0 auto
}

.about-content h1 {
	font-size: 3rem;
	margin-bottom: 2rem;
	color: #333;
	font-weight: 600
}

.about-text {
	text-align: left;
	line-height: 1.8;
	font-size: 1.1rem;
	color: #555
}

.about-creators {
	margin-top: 3rem;
	padding: 2rem;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
	text-align: center
}

.about-creators p {
	margin-bottom: .5rem;
	font-style: italic;
	color: #666
}

.creators-names {
	font-size: 1.2rem;
	color: #ff4500 !important;
	font-style: normal !important;
	margin-top: 1rem !important
}

.home-search {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem
}

.search-input {
	flex: 1;
	max-width: 600px;
	padding: 1rem;
	border: 2px solid #e1e8ed;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color .3s, box-shadow .3s
}

.search-input:focus {
	outline: 0;
	border-color: #ff4500;
	box-shadow: 0 0 0 4px rgba(255, 69, 0, .1)
}

#unlucky-btn {
	background: #e9ecef;
	border: 1px solid #dee2e6;
	border-radius: 20px;
	padding: .75rem 1.5rem;
	transition: .2s;
	font-weight: 500
}

#unlucky-btn:hover {
	background: #ff4500;
	color: #fff;
	border-color: #ff4500;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(255, 69, 0, .3)
}

body.premium-page {
	background: #0a0a0a;
	color: #fff
}

.premium-hero {
	padding: 4rem 2rem;
	text-align: center;
	background: linear-gradient(135deg, #0a0a0a 0, #1a1a1a 100%);
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

body.premium-page header {
	background: rgba(0, 0, 0, .9);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #333
}

body.premium-page nav ul a {
	color: rgb(255, 255, 255);
}

@media screen and (max-width: 900px) {
  body.premium-page nav ul a {
    color: rgba(0, 0, 0, 1); /* ou rgba(0, 0, 0, 1) */
  }
}


.acsent,
body.premium-page nav ul a.active,
body.premium-page nav ul a:hover,
nav a:hover {
	color: #ff4500
}

body.premium-page footer {
	background: #0a0a0a;
	border-top: 1px solid #333
}

body.premium-page footer p {
	color: #ccc
}

.premium-content {
	max-width: 1000px;
	margin: 0 auto
}

.premium-content h1 {
	font-size: 4rem;
	margin-bottom: 1rem;
	color: #ff4500;
	font-weight: 700
}

.premium-logo {
	font-size: 2.5rem;
	margin-bottom: 3rem;
	color: #fff
}

.premium-features {
	display: grid;
	gap: 2rem;
	margin: 3rem 0
}

.feature-card {
	text-decoration: none;
	backdrop-filter: blur(10px)
}

.feature-card h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #ff4500;
	font-weight: 600
}

.feature-card p {
	color: #ccc;
	line-height: 1.6
}

.premium-cta {
	margin-top: 4rem;
	padding: 3rem;
	background: rgba(255, 69, 0, .1);
	border-radius: 20px;
	border: 2px solid #ff4500
}

.premium-cta h2 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #ff4500
}

.premium-price {
	font-size: 3rem;
	font-weight: 700;
	color: #ff4500;
	margin: 1rem 0
}

.premium-btn {
	font-size: 1.2rem;
	padding: 1rem 2rem;
	margin: 1rem 0;
	background: #ff4500;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: .3s
}

.premium-btn:hover {
	background: #e63900;
	transform: scale(1.05)
}

.premium-disclaimer {
	font-size: .9rem;
	color: #999;
	font-style: italic;
	margin-top: 1rem
}

.entreprise-logo,
.home-logo,
.logo,
.logo-tail,
.modal-close:hover {
	color: #333
}

.home-logo,
.home-logo>.acsent {
	-webkit-text-stroke: 1.5px currentColor;
	text-shadow: 1px 0 currentColor, -1px 0 currentColor, 0 1px currentColor, 0 -1px currentColor, 1px 1px currentColor, -1px 1px currentColor, 1px -1px currentColor, -1px -1px currentColor, .75px .75px currentColor, -.75px .75px currentColor, .75px -.75px currentColor, -.75px -.75px currentColor
}

.home-logo,
.job-details-title,
.job-title,
.logo,
.logo2 {
	color: #666
}

.btn-primary,
.btn-primary2,
nav .btn-primary {
	background: #ff4500;
	color: #fff
}

.btn-primary2:hover,
.btn-primary:hover,
nav .btn-primary:hover {
	background: #d63b00
}

.home-search .search-input:focus {
	outline: 0;
	box-shadow: 0 0 0 4px rgba(0, 123, 255, .1);
	border-color: #ff4500;
	box-shadow: 0 0 0 4px rgba(255, 69, 0, .1)
}

.spinner::after {
	border-top-color: #ff4500
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, .1);
	border-color: #ff4500;
	box-shadow: 0 0 0 3px rgba(255, 69, 0, .1)
}

.job-back-link {
	margin-top: 2rem;
	text-align: center
}

.back-tag-btn {
	background: #e9ecef;
	border: 1px solid #dee2e6;
	border-radius: 20px;
	padding: .5rem 1rem;
	font-size: .85rem;
	color: #495057;
	cursor: pointer;
	transition: .2s;
	text-decoration: none;
	display: inline-block;
	margin: 0
}

.back-tag-btn:hover {
	background: #ff4500;
	color: #fff;
	border-color: #ff4500;
	transform: translateY(-1px)
}

.random-job-container {
	max-width: 800px;
	margin: 2rem auto;
	padding: 0 1rem
}

.random-job-content,
.random-job-header {
	margin-bottom: 3rem
}

.random-job-header {
	text-align: center;
	padding: 2rem;
	border-radius: 15px
}

.random-job-header h1 {
	font-size: 2.5rem;
	margin-bottom: .5rem;
	font-family: Orbit, sans-serif
}

.random-job-header p {
	font-size: 1.1rem;
	opacity: .9
}

.random-job-card {
	background: #fff;
	border-radius: 15px;
	padding: 2rem;
	box-shadow: 0 10px 30px rgba(255, 69, 0, .1);
	border: 2px solid #f8f9fa;
	animation: .5s ease-out fadeInUp
}

.random-job-actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.random-job-actions .btn:hover {
	border-color: #ff4500;
	box-shadow: 0 2px 8px rgba(255, 69, 0, .1)
}

.list-main {
	flex: 1
}

.list-title {
	font-weight: 600;
	color: #333;
	margin-bottom: .25rem
}

.list-sub {
	font-size: .9rem;
	color: #666
}

.muted,
.small {
	font-size: .85rem
}

.list-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .25rem
}

#cookie-modal,
.modal {
	display: none;
	position: fixed;
	left: 0
}

.muted {
	color: #999
}

#cv-form {
	display: flex;
	gap: .5rem;
	align-items: center;
	flex-wrap: wrap
}

#cv-file {
	flex: 1
}

.modal {
	z-index: 1000;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	backdrop-filter: blur(4px);
	animation: .2s fadeIn
}

.modal.active {
	display: flex;
	align-items: center;
	justify-content: center
}

.modal-content {
	background-color: #fff;
	padding: 2rem;
	border-radius: 12px;
	max-width: 450px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
	animation: .3s slideUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes slideUp {
	from {
		transform: translateY(20px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

.modal-close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	font-size: 2rem;
	font-weight: 700;
	color: #999;
	cursor: pointer;
	line-height: 1;
	transition: color .2s
}

.modal-content h2 {
	margin-bottom: 1.5rem;
	color: #333
}

.modal-switch {
	margin-top: 1rem;
	text-align: center;
	font-size: .9rem;
	color: #666
}

.modal-switch a {
	color: #ff4500;
	text-decoration: none;
	font-weight: 500
}

.modal-switch a:hover {
	text-decoration: underline
}

.apply-options {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem
}

.apply-options .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.5rem;
	text-align: center;
	border-radius: 8px;
	transition: .3s;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600
}

.apply-options .btn small {
	font-size: .85rem;
	font-weight: 400;
	margin-top: .5rem;
	opacity: .8
}

.apply-options .btn-primary {
	background: linear-gradient(135deg, #f57626, #ff4500);
	color: #fff;
	border: none
}

.apply-options .btn-primary:hover {
	background: linear-gradient(135deg, #0056b3, #004085);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 123, 255, .3)
}

.apply-options .btn-secondary {
	background: #f8f9fa;
	color: #495057;
	border: 2px solid #dee2e6
}

.apply-options .btn-secondary:hover {
	background: #e9ecef;
	border-color: #adb5bd;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.btn-disabled {
	background: #ccc !important;
	color: #666 !important;
	cursor: not-allowed !important;
	border: 1px solid #bbb;
	padding: .5rem 1rem;
	border-radius: 4px;
	font-size: .9rem;
	display: inline-block
}

.entreprise-hero,
.feature-card {
	background: #fff;
	text-align: center
}

.btn-disabled:hover {
	background: #ccc !important;
	transform: none !important
}

.entreprise-hero {
	border-radius: 15px;
	padding: 3rem;
	box-shadow: 0 10px 30px rgba(255, 69, 0, .1);
	margin: 2rem 0 3rem
}

.entreprise-hero h1 {
	color: #ff4500;
	font-size: 2.5rem;
	margin-bottom: 1rem
}

.entreprise-hero p {
	color: #666;
	font-size: 1.1rem
}

.entreprise-features {
	display: grid;
	gap: 2rem;
	margin-bottom: 3rem
}

.feature-card {
	padding: 2rem;
	border-radius: 10px;
	border: 2px solid #f8f9fa;
	transition: transform .3s, box-shadow .3s
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(255, 69, 0, .15);
	border-color: #ff4500
}

.feature-icon {
	font-size: 3rem;
	color: #ff4500;
	margin-bottom: 1rem
}

.feature-title {
	color: #2c3e50;
	font-size: 1.3rem;
	margin-bottom: 1rem
}

.feature-desc {
	color: #666;
	line-height: 1.6
}

.entreprise-login-section {
	background: linear-gradient(135deg, #ff4500 0, #d63b00 100%);
	border-radius: 15px;
	padding: 3rem;
	text-align: center;
	color: #fff;
	margin-bottom: 2rem
}

.admin-link,
.entreprise-btn {
	color: #ff4500;
	text-decoration: none;
	transition: .3s
}

.entreprise-login-section h2 {
	margin-bottom: 1rem;
	font-size: 2rem
}

.entreprise-login-section p {
	margin-bottom: 2rem;
	opacity: .9
}

.entreprise-btn {
	background: #fff;
	border: 2px solid #fff;
	padding: 1rem 2rem;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block
}

.entreprise-btn:hover {
	background: 0 0;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

@media (max-width:768px) {
	.random-job-header {
		padding: 1.5rem;
		margin: 1rem
	}

	.entreprise-hero h1,
	.random-job-header h1 {
		font-size: 2rem
	}

	.feature-card,
	.random-job-card {
		padding: 1.5rem
	}

	.random-job-actions {
		flex-direction: column;
		align-items: center
	}

	.random-job-actions .btn {
		width: 100%;
		max-width: 300px
	}

	.entreprise-hero,
	.entreprise-login-section {
		padding: 2rem 1rem
	}

	.entreprise-features {
		grid-template-columns: 1fr;
		gap: 1.5rem
	}
}

.job-posting-item {
	cursor: pointer
}

.job-posting-item:hover {
	background: #f0f0f0
}

.btn-sm {
	padding: .4rem .8rem;
	font-size: .85rem
}

.application-item {
	background: #fafafa
}

.form-actions {
	display: flex;
	gap: 1rem;
	justify-content: flex-end;
	margin-top: 1.5rem
}

.cookie-content,
.footer-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex
}

footer {
	background: #343a40;
	border-top: 1px solid #495057;
	padding: 1rem 0;
	margin-top: auto;
	width: 100%;
	flex-shrink: 0
}

.footer-content {
	padding: 0 1rem;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem
}

.footer-content p {
	color: #e9ecef;
	margin: 0
}

.admin-link {
	padding: .5rem 1rem;
	border-radius: 4px
}

.admin-link:hover {
	background: #5a6268;
	color: #ff6a33
}

#admin-link {
	color: #ff4500 !important;
	font-weight: 500
}

#admin-link:hover {
	color: #ff6a33 !important
}

#cookie-modal {
	bottom: 0;
	right: 0;
	z-index: 999;
	background-color: transparent;
	backdrop-filter: none
}

#cookie-modal.active {
	display: block
}

#cookie-modal .modal-content {
	max-width: 100%;
	width: 100%;
	margin: 0;
	border-radius: 0;
	background: #343a40;
	color: #fff;
	padding: .5rem .75rem;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, .3);
	animation: .4s slideUpCookie
}

@keyframes slideUpCookie {
	from {
		transform: translateY(100%)
	}

	to {
		transform: translateY(0)
	}
}

.cookie-content {
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap
}

.cookie-content p {
	margin: 0;
	flex: 1;
	min-width: 300px;
	font-size: .9rem;
	line-height: 1.4
}

.cookie-actions {
	display: flex;
	gap: 1rem;
	margin: 0;
	flex-shrink: 0
}

.cookie-actions .btn {
	min-width: 100px;
	padding: .5rem 1rem;
	font-size: .85rem;
	white-space: nowrap
}

#decline-cookies {
	transition: transform .1s;
	position: relative
}

#decline-cookies:hover {
	transform: translate(calc(600px * (1 - 2 * var(--random, .5))), calc(400px * (1 - 2 * var(--random2, .5))))
}

@media (max-width: 480px) {
	.premium-content h1 {
		font-size: 1.75rem !important
	}

	.premium-logo {
		font-size: 1.25rem !important;
		margin-bottom: 1.5rem !important
	}

	.premium-cta {
		padding: 1rem !important;
		border-radius: 15px
	}

	.premium-cta h2 {
		font-size: 1.25rem !important
	}

	.premium-price {
		font-size: 1.75rem !important
	}

	.premium-btn {
		font-size: .9rem !important;
		padding: .65rem 1.25rem !important
	}

	.feature-card {
		padding: 1.25rem !important
	}

	.feature-card h3 {
		font-size: 1.1rem !important
	}

	.feature-card p {
		font-size: .85rem !important
	}

	.feature-icon {
		font-size: 1.75rem !important
	}

	.premium-hero {
		padding: 1.5rem .75rem
	}

	.premium-content {
		padding: .5rem
	}
}
