/*   Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/* ======font family=========
font-family: "Montserrat", sans-serif;
*/

:root {
	--thmColor: 000;
	--textColor: fff;

	--f18: 18px;
	--f20: 20px;
	--f22: 22px;
	--f24: 24px;
	--f28: 28px;
	--f30: 30px;
	--f32: 32px;
	--f36: 36px;
	--f40: 40px;
	--f48: 48px;
}

html {
	scroll-behavior: smooth;
}

body {
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-color: #1a1a1a;
	background-image: url(../img/frame.png);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100vh;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
}

/* Page transitions */
.page-transition {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1a1a1a;
	z-index: 9999;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.page-transition.active {
	opacity: 1;
}

body.fade-out {
	animation: fadeOut 0.4s ease forwards;
}

body.fade-in {
	animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
	border: none;
	padding: 0;
	background: none;
}

a:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

a,
button {
	color: inherit;
	outline: medium none;
	text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

.pb_150 {
	padding-bottom: 150px;
}
.pb_100 {
	padding-bottom: 100px;
}
.pb_50 {
	padding-bottom: 50px;
}
.pt_150 {
	padding-top: 150px;
}
.pt_100 {
	padding-top: 100px;
}
.pt_50 {
	padding-top: 50px;
}

.mb_150 {
	margin-bottom: 150px;
}
.mb_100 {
	margin-bottom: 100px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mt_150 {
	margin-top: 150px;
}
.mt_100 {
	margin-top: 100px;
}
.mt_50 {
	margin-top: 50px;
}

.page-bg-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	pointer-events: none;
}
/* default-css END 
================================== */

.header-area {
	width: 100%;
	z-index: 99;
	position: absolute;
	top: 60px;
	left: 0;
}

.header-mobile {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
}

.header-wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-left: 320px;
	position: relative;
	margin-left: -60px;
	justify-content: flex-start;
}

.logo {
	position: absolute;
	left: 0;
	transition: all 0.2s ease;
}

.logo:hover {
	transform: scale(1.02);
	filter: brightness(1.1);
}

.logo:active {
	transform: scale(0.98);
}

.header-wrapper ul {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}

.header-wrapper ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	transition: all 0.2s ease;
	position: relative;
}

.header-wrapper ul li a::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0);
	transition: all 0.3s ease;
}

.header-wrapper ul li a:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.header-wrapper ul li a:hover::after {
	background: rgba(255, 255, 255, 0.05);
}

.header-wrapper ul li a:active {
	transform: translateY(1px);
}

.header-wrapper ul li a svg {
	transition: all 0.2s ease;
	width: 24px;
	height: 24px;
	color: #fff;
}

.header-wrapper ul li a:hover svg {
	color: #e6be38;
}

/* Tailles spécifiques pour chaque icône sociale */
.header-social li:nth-child(1) a svg { width: 26px; height: 26px; }
.header-social li:nth-child(2) a svg { width: 22px; height: 22px; }
.header-social li:nth-child(3) a svg { width: 28px; height: 28px; }
.header-social li:nth-child(4) a svg { width: 23px; height: 23px; }
.src-block {
	display: flex;
	align-items: center;
	border: 2px solid rgb(255 255 255 / 3%);
	border-radius: 99px;
	height: 56px;
	background: rgb(255 255 255 / 11%);
	padding-left: 17px;
	padding-right: 10px;
	flex-grow: 1;
	width: 100%;
	max-width: 600px;
	gap: 10px;
	transition: all 0.2s ease;
}

.src-block:focus-within {
	border-color: rgba(230, 190, 56, 0.3);
	background: rgb(255 255 255 / 13%);
	box-shadow: 0 0 0 3px rgba(230, 190, 56, 0.1);
}

.src-block input {
	width: 100%;
	border: none;
	background: none;
	color: #fff;
	transition: all 0.2s ease;
}

.src-block input::placeholder {
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.2s ease;
}

.src-block input:focus::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.src-block button {
	font-size: 17px;
	font-weight: 700;
	background: #232527;
	height: 38px;
	padding: 0 20px;
	flex-shrink: 0;
	border-radius: 99px;
	transition: all .2s ease;
	position: relative;
	overflow: hidden;
}

.src-block button:hover {
	background: #2e3035;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	color: #e6be38;
}

.src-block button:active {
	transform: translateY(1px);
	box-shadow: none;
	background: #1e2023;
}
.discord-btn {
	display: flex;
	align-items: center;
	background: rgb(255 255 255 / 11%);
	height: 50px;
	flex-shrink: 0;
	border-radius: 99px;
	padding-left: 7px;
	padding-right: 14px;
	gap: 10px;
	font-weight: 700;
	font-size: 17px;
}

.discord-btn {
	transition: all 0.2s ease;
}

.discord-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(230, 190, 56, 0.15);
	background: rgb(255 255 255 / 15%);
}

.discord-btn:active {
	transform: translateY(1px);
	box-shadow: none;
}

.discord-btn span {
	background: #ffffff;
	width: 41px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.discord-btn:hover span {
	background: #e6be38;
}

.discord-btn span img {
	transition: all 0.2s ease;
}

.discord-btn:hover span img {
	filter: brightness(0) invert(1);
}
.user-btn picture {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	transition: all 0.2s ease;
}

.user-btn {
	display: flex;
	align-items: center;
	padding-left: 20px;
	text-align: left;
	gap: 14px;
	flex-shrink: 0;
	transition: all 0.2s ease;
	cursor: pointer;
}

.user-btn:hover {
	transform: translateY(-1px);
}

.user-btn:active {
	transform: translateY(1px);
}

.user-btn:hover picture {
	box-shadow: 0 0 0 2px rgba(230, 190, 56, 0.5);
}

.user-btn small {
	display: block;
	font-size: 14px;
	margin-top: 4px;
	color: #e6be38;
	transition: all 0.2s ease;
}

.user-btn:hover small {
	color: #f0cc4a;
}

/* humbergar */
.humbergar {
	cursor: pointer;
	display: block;
	max-width: 35px;
	margin-left: auto;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	padding: 5px;
	border-radius: 4px;
}

.humbergar:hover {
	background: rgba(255, 255, 255, 0.1);
}

.humbergar:hover span,
.humbergar:hover span:before,
.humbergar:hover span:after {
	background: #e6be38;
}

.humbergar span,
.humbergar span:before,
.humbergar span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 28px;
	background: white;
	position: relative;
	display: block;
	content: "";
	transition: all 250ms ease-in-out;
}
.humbergar span:before {
	top: -10px;
}
.humbergar span:after {
	bottom: -8px;
}

.humbergar.active span {
	background-color: transparent;
}
.humbergar.active span:before {
	top: 0px;
	transform: rotate(45deg);
}

.humbergar.active span:after {
	bottom: 2px;
	transform: rotate(-45deg);
}

/* humbarger END */

/* mobile-menu START */
.mobile-menu {
	position: fixed;
	width: 175px;
	height: 100vh;
	background: #ffffff21;
	z-index: 99;
	box-shadow: 0px 0px 9px -1px #737373;
	top: 0;
	left: 0;
	transition: 0.3s;
	margin-left: -400px;

	padding-top: 100px;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
.siteBar {
	margin-left: 0;
}
.mobile-menu .siteBar-btn {
	font-size: 40px;
	position: absolute;
	top: 0;
	right: 17px;
	display: none;
}

.mobile-option {
	display: flex;
	position: absolute;
	top: 20px;
	gap: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	justify-content: center;
	align-items: center;
}
.mobile-social {
	display: flex;
	justify-content: space-around;
	position: absolute;
	width: 100%;
	bottom: 26px;
}

.mobile-social img {
	width: 24px;
	height: 24px;
}

/* Header section END */

/*============fsc Area Start =============*/
.fsc-area {
	padding-top: 150px;
	padding-bottom: 80px;
}

.fsc-area .col-xl-11 {
	padding-left: 40px;
}

.fsc-side-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: sticky;
	top: 100px;
	padding-top: 110px;
}

.fsc-side-nav ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: rgb(255 247 247 / 14%);
	padding: 8px;
	border-radius: 99px;
}

.fsc-side-nav ul a {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
	border-radius: 50%;
}

.fsc-side-nav ul a:hover {
	background: rgb(255 247 247 / 21%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.fsc-side-nav ul a:active {
	transform: translateY(1px);
	box-shadow: none;
}

.fsc-side-nav ul a.active {
	background: rgb(255 247 247 / 21%);
}

.fsc-side-nav ul a img {
	transition: all 0.2s ease;
}

.fsc-side-nav > a {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.2s ease;
}

.fsc-side-nav > a:hover {
	background: rgb(255 247 247 / 21%);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.fsc-side-nav > a:active {
	transform: translateY(1px);
	box-shadow: none;
}

.fsc-side-nav > a.active {
	background: rgb(255 247 247 / 21%);
}

.fsc-side-nav > a img {
	transition: all 0.2s ease;
}
.link-home {
	background: url(../img/home-link-bg.png);
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	transition: all 0.2s ease;
}

.link-home:hover {
	transform: scale(1.05) translateY(-2px);
	box-shadow: 0 6px 20px rgba(230, 190, 56, 0.3);
}

.link-home:active {
	transform: scale(0.98) translateY(1px);
	box-shadow: none;
}

.link-home img {
	transition: all 0.2s ease;
}

.fsc-banner {
	position: relative;
	max-width: 999px;
}

.fsc-banner > img {
	display: block;
	filter: brightness(1);
}

.fsc-banner button {
	position: absolute;
	bottom: 40px;
	z-index: 97;
	left: 30px;
}

.fsc__list {
	width: 100%;
}

.fsc__list-wrapper {
	display: flex;
	align-items: center;
	margin-top: 60px;
	justify-content: space-between;
	gap: 20px;
	margin-left: -20px;
}
.fsc__list-block {
	display: flex;
	align-items: center;
	background: rgb(255 195 74 / 7%);
	border-radius: 20px;
	height: 100px;
	width: 100%;
	margin-bottom: 37px;
	justify-content: space-between;
	padding: 0 20px;
}
.fsc__list-block-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fsc__list-block-content h5 {
	margin: 0;
	font-size: 20px;
}

.fsc__list-block-content picture {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(255 255 255 / 18%);
	border-radius: 20px;
}
.fsc__list-icon {
	flex-shrink: 0;
}

.fsc__list-icon ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 17px;
}

.fsc__list-icon ul a img {
	width: 56px;
	height: 56px;
	display: block;
	position: relative;
	border-radius: 50%;
}

.fsc__list-icon ul a {
	display: block;
	position: relative;
}

.fsc__list-icon ul a span {
	width: 10px;
	height: 10px;
	display: block;
	background: #60fd3d;
	border-radius: 50%;
	top: 4px;
	position: absolute;
	right: 4px;
	box-shadow: 0 0 12px #60fd3d;
}

.fsc__title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-right: 75px;
}

.fsc__title h4 {
	color: #ffffff9e;
	margin: 0;
}

.fsc__title a {
	color: #e6be38;
	font-size: 20px;
	font-weight: 700;
}

.ticket__block a {
	width: 280px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.08);
	font-weight: 700;
	border-radius: 99px;
	margin: auto;
	transition: all .3s;
}

.ticket__block a:hover {
    background: rgba(255, 255, 255, 0.15);
}
.ticket__block-content {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 48px;
}

.ticket__block-content picture {
	flex-shrink: 0;
}

.ticket__block-content > div {
	flex: 1;
	min-width: 0;
}

.ticket__block-content p {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
	margin: 0;
}

.ticket__block-content h3 {
	margin-bottom: 5px;
}
/*============fsc Area End =============*/

/*============ Lore Area Start =============*/
.lore-area {
	min-height: 100vh;
}

.lore__title {
	margin-bottom: 30px;
}

.lore__title h4 {
	font-size: 28px;
	margin: 0;
	color: #ffffff;
	font-weight: 700;
}

.lore__title h3 {
	font-size: 34px;
	margin: 0;
	color: #ffffff;
	font-weight: 700;
}

.lore__chapter-card {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.lore__chapter-bg {
	width: 100%;
	height: auto;
}

.lore__chapter-bg img {
	width: 100%;
	height: auto;
	display: block;
}

.lore__chapter-title {
	position: absolute;
	z-index: 3;
	font-size: 37px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.lore__timeline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 20px 0;
}

.lore__timeline-line {
	flex: 1;
	max-width: 400px;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
}

.lore__timeline-indicator {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lore__timeline-dot {
	width: 16px;
	height: 16px;
	background: #e6be38;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(230, 190, 56, 0.6);
}

.lore__timeline-indicator p {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.lore__content {
	max-width: 100%;
	margin: 40px 0 0;
	padding: 0;
}

.lore__content h3 {
	font-size: 28px;
	font-weight: 700;
	color: #e6be38;
	margin-bottom: 20px;
	margin-top: 40px;
}

.lore__content h3:first-child {
	margin-top: 0;
}

.lore__content p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 20px;
	text-align: justify;
}

/*============ Lore Area End =============*/

/*============ Demandes Area Start =============*/
.demandes-area {
	min-height: 100vh;
}

.demandes__title {
	margin-bottom: 30px;
}

.demandes__title h4 {
	font-size: 28px;
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 700;
}

.demandes__title h3 {
	font-size: 34px;
	margin: 0;
	color: #ffffff;
	font-weight: 700;
}

.demandes__grid {
	margin-top: 30px;
	row-gap: 20px;
}

.demandes__card {
	margin-bottom: 40px;
}

.demandes__card-header {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.demandes__card-header picture {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
}

.demandes__card-header picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.demandes__card-header h3 {
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 5px 0;
}

.demandes__card-header p {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	line-height: 1.3;
}

.demandes__card-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 255px;
	height: 41px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 99px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	transition: all 0.3s;
}

.demandes__card-btn:hover {
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
}

/*============ Ticket Form =============*/
.ticket-form {
	display: flex;
	flex-direction: column;
}

.ticket-form__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.ticket-form__header-left {
	display: flex;
	flex-direction: column;
}

.ticket-form__label {
	font-size: 14px;
	font-weight: 600;
	color: #e6be38;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.ticket-form__title {
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	margin: 5px 0 0 0;
}

.ticket-form__actions {
	display: flex;
	gap: 10px;
}

.ticket-form__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 24px;
	border-radius: 99px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
}

.ticket-form__btn--cancel {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
}

.ticket-form__btn--cancel:hover {
	background: rgba(255, 255, 255, 0.15);
}

.ticket-form__btn--submit {
	background: #e6be38;
	color: #000000;
}

.ticket-form__btn--submit:hover {
	background: #f0cc52;
}

.ticket-form__form {
	display: flex;
	flex-direction: column;
}

.ticket-form__fields {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ticket-form__field {
	display: flex;
	flex-direction: column;
}

.ticket-form__field-label {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
}

.ticket-form__required {
	color: #ef4444;
	margin-left: 4px;
}

.ticket-form__input-wrapper {
	position: relative;
}

.ticket-form__input {
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 0 70px 0 18px;
	font-size: 15px;
	color: #ffffff;
	outline: none;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.ticket-form__input:focus {
	border-color: rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.08);
}

.ticket-form__input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

select.ticket-form__input {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
	cursor: pointer;
}

select.ticket-form__input option {
	background: #1a1a2e;
	color: #ffffff;
}

.ticket-form__textarea {
	width: 100%;
	min-height: 130px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 18px;
	padding-bottom: 35px;
	font-size: 15px;
	color: #ffffff;
	outline: none;
	resize: vertical;
	font-family: inherit;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.ticket-form__textarea:focus {
	border-color: rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.08);
}

.ticket-form__textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.ticket-form__char-count {
	position: absolute;
	right: 15px;
	bottom: 12px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
}

/* Upload Zone */
.ticket-form__upload {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.ticket-form__upload:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.15);
}

.ticket-form__upload-icon {
	width: 50px;
	height: 50px;
	background: #e6be38;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.ticket-form__upload-icon svg {
	width: 24px;
	height: 24px;
	color: #000000;
}

.ticket-form__upload-text {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 5px;
}

.ticket-form__upload-hint {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.ticket-form__upload-hint span {
	display: block;
}

/*============ Mes Demandes =============*/
.mes-demandes {
	padding-bottom: 40px;
}

.mes-demandes__header {
	margin-bottom: 30px;
}

.mes-demandes__label {
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.mes-demandes__title {
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	margin: 5px 0 0 0;
}

.mes-demandes__empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	text-align: center;
}

.mes-demandes__empty-icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	margin-bottom: 20px;
}

.mes-demandes__empty-icon svg {
	width: 32px;
	height: 32px;
	color: #57b9f5;
}

.mes-demandes__empty-title {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 10px 0;
}

.mes-demandes__empty-text {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mes-demandes__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.mes-demandes__item {
	padding: 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
}

/*============ Demandes Area End =============*/

/*============ Reglements Area Start =============*/
.reglements-area {
	min-height: 100vh;
}

.reglements__title {
	margin-bottom: 40px;
}

.reglements__title h4 {
	font-size: 28px;
	margin: 0 0 5px 0;
	color: #ffffff;
	font-weight: 700;
}

.reglements__title h3 {
	font-size: 34px;
	margin: 0;
	color: #ffffff;
	font-weight: 700;
}

.reglements__slider-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}

.reglements__slider {
	display: flex;
	gap: 25px;
	transition: transform 0.5s ease;
}

.reglements__card {
	flex: 0 0 calc((100% - 50px) / 3);
	min-width: calc((100% - 50px) / 3);
}

.reglements__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
	text-align: center;
	transition: transform 0.3s ease, opacity 0.5s ease, filter 0.5s ease;
}

.reglements__card:hover {
	transform: translateY(-5px);
}

.reglements__card--faded {
	opacity: 0.3;
	filter: grayscale(80%);
}

.reglements__card--partial {
	opacity: 0.5;
	filter: grayscale(50%);
}

.reglements__card-image {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
}

.reglements__card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.reglements__card:hover .reglements__card-image img {
	transform: scale(1.05);
}

.reglements__card-overlay {
	display: none;
}

.reglements__card-content {
	margin-top: 20px;
	padding: 0;
	width: 100%;
}

.reglements__card-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 12px;
}

.reglements__card-icon {
	width: 24px;
	height: 24px;
	color: #e6be38;
	flex-shrink: 0;
}

.reglements__card-header h3 {
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.reglements__card-content p {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	line-height: 1.5;
	text-align: center;
}

/* Navigation buttons */
.reglements__nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-100%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	padding: 0 10px;
}

.reglements__nav-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.reglements__nav-btn:hover:not(:disabled) {
	background: rgba(255, 255, 255, 0.2);
}

.reglements__nav-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.reglements__nav-btn svg {
	width: 24px;
	height: 24px;
	fill: #ffffff;
}

/* Scrollbar */
.reglements__scrollbar {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 4px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
	overflow: hidden;
}

.reglements__scrollbar-thumb {
	position: absolute;
	height: 100%;
	background: #e6be38;
	border-radius: 2px;
	transition: left 0.5s ease;
}

/* Responsive */
@media (max-width: 1199px) {
	.reglements__card-header h3 {
		font-size: 22px;
	}

	.reglements__card-content p {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.reglements__card {
		flex: 0 0 calc((100% - 25px) / 2);
		min-width: calc((100% - 25px) / 2);
	}
}

@media (max-width: 575px) {
	.reglements__card {
		flex: 0 0 100%;
		min-width: 100%;
	}
}

/* Reglements Detail View */
.reglements__detail {
	padding-bottom: 40px;
}

.reglements__back-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	padding: 0;
	margin-bottom: 10px;
	transition: color 0.3s ease;
}

.reglements__back-btn:hover {
	color: #ffffff;
}

.reglements__back-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.reglements__back-btn span {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.reglements__detail-title {
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 30px 0;
}

.reglements__rules-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-height: 650px;
	overflow-y: auto;
	padding-right: 10px;
}

.reglements__rules-list::-webkit-scrollbar {
	width: 6px;
}

.reglements__rules-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 3px;
}

.reglements__rules-list::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.reglements__rules-list::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.3);
}

.reglements__rule-item {
	background: rgba(21, 24, 26, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	overflow: hidden;
}

.reglements__rule-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 24px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
}

.reglements__rule-header-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.reglements__rule-icon {
	width: 24px;
	height: 24px;
	color: #e6be38;
	flex-shrink: 0;
}

.reglements__rule-header h3 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
}

.reglements__rule-chevron {
	color: rgba(255, 255, 255, 0.5);
	transition: transform 0.3s ease, color 0.3s ease;
	flex-shrink: 0;
}

.reglements__rule-header:hover .reglements__rule-chevron {
	color: #ffffff;
}

.reglements__rule-item--expanded .reglements__rule-chevron {
	transform: rotate(180deg);
}

.reglements__rule-content {
	padding: 0 24px 20px 60px;
}

.reglements__rule-content p {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

/*============ Reglements Area End =============*/

/*============ Area Start =============*/

/*============ Area End =============*/
