/* ==============================================================


-----------------------------------------------------------------
					*** TABLE OF CONTENTS ***
-----------------------------------------------------------------

	1.	General
	2.	Page loader
	3.	Background
	4.	Logo
	5.	Social
	6.	Page content
	7.	Welcome
	8.	Countdown
	9.	Buttons
	10.	Subscribe
	11.	Information navigation
	12.	About
		
=============================================================*/

/*********************
    - 1. General -
*********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	width:100%;
}

body {
	color:#fff;
	font-family:"Rajdhani", sans-serif;
	font-size:19px;
	line-height:1.5em;
	font-weight:400;
	position:relative;
	background:#000;
	width:100%;
	height:100%;
	background-color:#000;
}

a, a > * {
	outline:none;
	cursor:pointer;
	text-decoration:none;
}

a:focus, a:hover {
	outline:none;
	color:#fff;
	text-decoration:none;
}

::selection {
	color:#1a1a1a;
	text-shadow:none;
	background-color:#fff;
}

::-webkit-selection {
 	color:#1a1a1a;
 	text-shadow:none;
 	background-color:#fff;
}

::-moz-selection {
 	color:#1a1a1a;
 	text-shadow:none;
 	background-color:#fff;
}

/*************************
    - 2. Page loader -
*************************/
.page-loader {
	position:fixed;
	display:block;
	width:100%;
	height:100%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:40;
	background:#fff;
}

.page-loader .progress {
	position:absolute;
	margin:-15em 0 0 -15em;
	font-size:2px;
	top:50vh;
	left:50vw;
	background:#fff;
	border-top:0.8em solid rgba(35, 35, 35, 0.2);
	border-right:0.8em solid rgba(35, 35, 35, 0.2);
	border-bottom:0.8em solid rgba(35, 35, 35, 0.2);
	border-left:0.8em solid #000;
	transform:translateZ(0);
	animation:preloader 0.7s infinite linear;
}

.page-loader .progress,
.page-loader .progress:after {
	border-radius:50%;
	width:30em;
	height:30em;
}

@keyframes preloader {
 	0% 		{transform:rotate(0deg);}	
 	100% 	{transform:rotate(360deg);}
}

/************************
    - 3. Background -
************************/

/*
.bg {
	position:fixed;
  	top:0;
  	left:0;
  	width:100%;
  	height:100%;
  	overflow:hidden;
} */

.modal-effect {
    transition:all 0.2s;
}

.modal-opened {
  	transform:translateX(-7vw);
}

/******************
    - 4. Logo -
******************/
.logo {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
}

/********************
    - 5. Social -
********************/
.social {
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
}

.social ul {
	list-style:none;
	margin:0;
	padding:0;
}

.social ul li {
	display:inline-block;
	margin:0 30px 0 0;
}

.social ul li:last-child {
	margin-right:0;
}

.social ul li a {
	display:block;
	overflow:hidden;
	padding:0;
	color:#fff;
	transition:all .5s;
}

.social ul li i {
	position:relative;
	display:block;
	font-size:14px;
	line-height:16px;	
	cursor:pointer;
	overflow:hidden;
	text-align:center;
}

/**************************
    - 6. Page content -
**************************/
.page {
	position:fixed;
	overflow-x:hidden;
	left:0;
  	top:0;
  	z-index:2;
  	width:100%;
  	height:100%;
}

/* Overlay */
.page:before {
	content:'';
  	position:absolute;
  	top:0;
  	left:0;
  	z-index:0;
  	width:100%;
  	height:100%;
  	background:rgba(35, 52, 105, 0.5);
}

/*********************
    - 7. Welcome -
*********************/
.welcome {
	position:relative;
	text-align:center;
}

.welcome h2 {
	font-size:64px;
	line-height:64px;
	font-weight:300;
	color:#fff;
	text-transform:uppercase;	
	letter-spacing:-1px;
	margin-bottom:5px;
}

.welcome h2 strong,
.welcome h2 b {
	font-weight:700;
}

.welcome p {
	color:#fff;
	margin-bottom:20px;
}

/***********************
    - 8. Countdown -
***********************/
.is-countdown {
	max-width:800px;
	margin:0 0 25px 0;
	width:100%;
}

.countdown-row {
	display:block;
}

.countdown-section {
	position:relative;
	display:inline-block;
	width:20%;
	text-align:center;
}

.countdown-amount {
	position:relative;
	display:block;
	color:#fff;
	font-size:56px;		
	height:56px;
	line-height:56px;
	font-weight:600;	
	text-align:center;
	vertical-align:middle;
}

.countdown-period {
	display:block;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
}

/* Separator */
.countdown-separator .countdown-section:after {
	content:"";
	position:absolute;
	top:15px;
	right:0;
	width:1px;
	height:60%;
	background:#fff;
	opacity:0.3;
}

.countdown-separator .countdown-section:last-child:after {
	display:none;
}

/* Horizontal countdown */
.countdown-horizontal .countdown-section {
	width:auto;
	margin-right:40px;
}

.countdown-horizontal .countdown-section:after {
	display:none;
}

.countdown-horizontal .countdown-amount {
	display:inline-block;
	vertical-align:bottom;
}

.countdown-horizontal .countdown-period {
	display:inline-block;
	vertical-align:bottom;
	font-size:16px;
	margin-left:5px;
	margin-bottom:2px;
}

/*********************
    - 9. Buttons -
*********************/
.action-btn {
	position:relative;
	display:inline-block;
	color:#fff;
	padding:15px 30px;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	border:0;
	cursor:pointer;
	border-radius:3px;
	transition:all .5s;
}

.action-btn.white {
	background:transparent;
	padding:13px 28px;
	margin-right:15px;
	border:1px solid rgba(255, 255, 255, 0.4);
}

.action-btn:hover {
	background: #ffffff61;
}

.action-btn > i {
	margin-right:10px;
}

/* Full width button */
.action-btn.full {
    width:100%;
}

.action-btn.full:hover {
    background:#282828;
}

/************************
    - 10. Subscribe -
************************/
.dialog, .dialog__overlay {
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.dialog {
	position:fixed;
	z-index:999;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
	align-items:center;
	pointer-events:none;
}

.dialog__overlay {
	position:absolute;
	z-index:1;
	background:rgba(31, 34, 46, 0.9);
	opacity:0;
    transition:all 0.3s;
}

.dialog--open .dialog__overlay {
	opacity:1;
	pointer-events:auto;
}

.dialog__content {
	width:66%;
	max-width:500px;
	min-width:200px;
	padding:0;
	text-align:center;
	position:relative;
	z-index:5;
	opacity:0;
	overflow:hidden;
	/*background:url("../../images/coral-beige-bg.png") center; */
	background-size:cover;
	border:10px solid #2b2d35;
	border-radius:3px;
    transition:all 0.3s;
}

.dialog__content:before {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	border:1px solid #000;	
	background:rgba(32, 35, 45, 0.8);
	border-radius:3px;
}

.dialog--open .dialog__content {
	pointer-events:auto;
}

.dialog .close-newsletter {
	position:absolute;
	top:0;
	right:0;
	border:none;
	background:transparent;
	width:40px;
	height:40px;
	line-height:35px;
	color:#fff;
	font-size:20px;
	opacity:0.5;
	outline:none;
	cursor:pointer;
    transition:all 0.3s;
}

.dialog .close-newsletter:hover {
	opacity:1;
}

.dialog .dialog-inner {
	padding:90px 70px;
	overflow:hidden;
}

.dialog .dialog-inner:before {
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

.dialog .dialog-inner h4 {
	color:#fff;
	font-size:39px;
	line-height:40px;
	font-weight:700;
	margin-bottom:10px;
}

.dialog .dialog-inner p {
	color:#fff;
}

#subscribe #notifyMe {
	max-width:450px;
	margin:auto;
	margin-top:2em;
}

#subscribe #notifyMe ::-webkit-input-placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe :-ms-input-placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe ::-ms-input-placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe ::placeholder {
 	color:#747c83 !important;
}

#subscribe #notifyMe .form-group {
	margin-bottom:1em;
}

#subscribe #notifyMe .form-group i {
	color:#757a86;
	position:absolute;
	text-align:center;
	top:15px;
	left:15px;
}

#subscribe #notifyMe .opacity-0 {
	opacity:0 !important;
	visibility:hidden !important;
}

#subscribe #notifyMe .form-group .form-control {
	text-align:center;
	background:#fff;
	border:none;
	border-radius:0;
	height:50px;
	font-weight:600;
	outline:medium none;
	padding:0 1em;
	width:100%;
	margin:auto;
	color:#000;
	box-shadow:none;
	transition:all 0.3s;
}

#subscribe #notifyMe .form-group .form-control:hover, 
#subscribe #notifyMe .form-group .form-control:focus {
	box-shadow:none;
}

#subscribe #notifyMe .form-group input {
	text-align:center;
}

#subscribe #notifyMe .form-group button.submit {
	float:none;
	margin:0;
}

#subscribe .block-message {
	min-height:50px;
	position:absolute;
	bottom:-100px;
	width:100%;
	left:0;
	padding:15px;
	background:transparent;
	transition:all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

#subscribe .block-message.show-block-error {
	bottom:0;
	background:#207575;
}

#subscribe .block-message.show-block-valid {
	bottom:0;
}

#subscribe p.notify-valid {
	color:#fff;
	text-transform:none;
	font-size:16px;
	letter-spacing:0;
	font-weight:600;
}

#subscribe input[type='text'] {
	width:100%;
	color:#444;
	background:#fafafa;
	border:1px solid #ddd;
	padding:14px 18px;
	margin-bottom:30px !important;
	font-size:14px;
	line-height:1;
	outline:none;
	border-radius:3px;
    transition:all 0.3s;
}

#subscribe input[type='text']:focus {
	background:#fff;
}

.dialog__overlay {
	transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dialog.dialog--open .dialog__content, .dialog.dialog--close .dialog__content {
	animation-duration:0.4s;
	animation-fill-mode:forwards;
}

.dialog.dialog--open .dialog__content {
	animation-name:anim-open;
}

.dialog.dialog--close .dialog__content {
	animation-name:anim-close;
}

@keyframes anim-open {
 	0% {
 		opacity:0;
 		transform:translate3d(0, 50px, 0);
	}

	100% {
		opacity:1;
 		transform:translate3d(0, 0, 0);
	}
}

@keyframes anim-close {
 	0% {
 		opacity:1;
 		transform:translate3d(0, 0, 0);
	}

 	100% {
 		opacity:0;
 		transform:translate3d(0, 50px, 0);
	}
}

/*************************************
    - 11. Information navigation -
*************************************/
.info-nav {
	position:fixed;
	top:20px;
	right:20px;
	width:20px;
	height:20px;
	z-index:10000;
	background:0 0;
	transition:all .5s;
}

.info-nav span {
	position:absolute;
	display:inline-block;
	top:50%;
	left:50%;
	bottom:auto;
	right:auto;
	width:25px;
	height:2px;
	background-color:#fff;
	transform:translateX(-50%) translateY(-50%);
}

.info-nav span:before, 
.info-nav span:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	background-color:#fff;
	right:0;
	backface-visibility:hidden;
	transform:translateZ(0);
	transition:transform .3s, background .3s;
}

.info-nav span:before {
	transform:translateY(-6px) rotate(0deg);
}

.info-nav span:after {
	transform:translateY(6px) rotate(0deg);
}

/* Hover */
.info-nav:hover span:before {
	transform:translateY(-8px) rotate(0deg);
}

.info-nav:hover span:after {
	transform:translateY(8px) rotate(0deg);
}

/* Active */
.info-nav.active span {
	background-color:transparent;
}
 
.info-nav.active span:before, 
.info-nav.active span:after {
	background-color:#666;
}

.info-nav.active:hover span:before, 
.info-nav.active:hover span:after {
	background-color:#000;
}

.info-nav.active span:before {
	transform:translateY(0) rotate(45deg);
}

.info-nav.active span:after {
	transform:translateY(0) rotate(-45deg);
}

/********************
    - 12. About -
********************/
#about {
	top:0;
  	right:0;
	left:100vw;
  	width:600px;
}

.modal.fade .modal-dialog {
	transition:transform 600ms ease-out;
	transform:translate(100%, 0px);
}

.modal.show {
    transform:translateX(-600px);
}

.modal.show .modal-dialog {
	transform:translate(0, 0px);
}

.modal-dialog {
	margin:0 !important;
	max-width:none !important;
    width:600px;
	height:100%;
	background-color:#fff;
	text-align:center;
}

.modal-content {
	background-color:#fff;
	box-shadow:none;
	border:0;
}

.modal-body {
	padding:0 !important;	
}

.modal-body p {
	font-size:17px;
	line-height:23px;
	padding:0;
}

/* Section title */
.section-title h3 {
	clear:both;
	font-size:36px;
	line-height:36px;
	font-weight:700;
	color:#fff;
	letter-spacing:-1px;
	margin-bottom:20px;
}

.section-title hr {
	width:40px;
	margin:0 auto 40px;
	color:#fff;
  	transition:all .3s;
}

.section-title:hover hr {
  	width:60px;
}

/* Custom scrollbar */
.mCSB_scrollTools {
  	position:absolute;
  	width:5px !important;
  	height:auto;
  	left:auto;
  	top:0;
  	right:0;
  	bottom:0;
  	z-index:25;
  	transition:all 0.3s;
}

.mCSB_scrollTools .mCSB_draggerRail {
  	width:5px !important;
  	height:100% !important;
  	margin:0;
	background-color:#757a86;
  	opacity:0.4;
  	border-radius:0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  	position:relative;
  	width:5px !important;
  	height:100%;
  	margin:0 auto;
  	text-align:center;
  	border-radius:0 !important;
}

.mCSB_scrollTools-left {
  	right:0 !important;
}

.mCSB_inside > .mCSB_container {
    margin-right:0 !important;
}

/* About */
.about-dsc {
  clear: both;
  padding-top: 45px;
  color: #444;
  padding-bottom: 33px;
}

/* Contact */
.contact {
    position:relative;
	clear:both;
	padding:50px;
	background-color:#f3f3f3;
}

.contact:after {
    content:'';
    position:absolute;
    z-index:5;
    top:98.1%;
    left:50%;
    margin-left:-20px;
    width:0;
    height:0;
    border-top:solid 20px #f3f3f3;
    border-left:solid 20px transparent;
    border-right:solid 20px transparent;
}

.contact h5 {
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
}

.contact p {
	margin-bottom:0;
	color:#fff;
}

.contact p a {
	color:#fff;
	transition:all 1s;
}

/* Contact form */
.contact-form {
    position:relative;
	clear:both;
	padding:50px;
    color:#444;
	background-color:#fff;
}

.contact-form .field {
	width:100%;
	margin-bottom:20px;
	position:relative;
}

.contact-form .field input, 
.contact-form .field textarea {
    width:100%;
    font-size:14px;
    line-height:1em;
	padding:14px 18px;
	color:#444;
	border-radius:3px;
	border:1px solid #ddd;
	background-color:#fff;
	outline:none;
	transition:all .3s;
}

.contact-form .field textarea {
	height:110px;
}

.contact-form .field .error {
	display:none;
	position:absolute;
	top:17px;
	right:15px;
	line-height:1;
	cursor:default;
}

.contact-form .field .error i {
	font-size:14px;
	cursor:inherit;
	color:#a6a6a6;
}

.contact-form-result {
	display:none;
}

.contact-form-result h3 {
    color:#282828;
	margin:30px 0 5px;
    font-weight:600;
    letter-spacing:1px;
}

/* Google maps */
#google-container {
  	position:relative;
  	width:100%;
  	height:350px;
 	background-color:#e7eaf0;
}

.google-map {
  	position:relative;
}

#zoom-in, #zoom-out {
  	height:32px;
  	width:32px;
  	cursor:pointer;
  	margin-left:40px;
  	background-repeat:no-repeat;
  	background-size:32px 64px;
  	background-image:url("../images/map-controller.svg");    
  	transition:all 0.3s;
}

#zoom-in {
  	background-position:50% 0;
  	margin-top:100px;
  	margin-bottom:1px;
}

#zoom-out {
  	background-position:50% -32px;
}

/* Copyright */
.copyright {
	clear:both;
	padding:30px;
	background:#20232d;
	color:#fff;
	font-size:12px;
	line-height:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
}



.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Image de fond existante comme fallback */
    background-image: url('../../images/bg/image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg .player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    pointer-events: none;
}


.page {
    position: fixed;
    overflow-x: hidden;
    left: 0;
    top: 0;
    z-index: 10; /* Augmenté de 2 à 10 */
    width: 100%;
    height: 100%;
}


.page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 52, 105, 0.3); /* Réduit de 0.5 à 0.3 */
}



.page-water-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    overflow: hidden;
}

.page-water-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(88, 162, 145, 0.08) 25%,
        rgba(88, 162, 145, 0.15) 45%,
        rgba(88, 162, 145, 0.2) 50%,
        rgba(88, 162, 145, 0.15) 55%,
        rgba(88, 162, 145, 0.08) 75%,
        transparent 100%
    );
    animation: pageWave 7s ease-in-out infinite;
    border-radius: 30px;
}

@keyframes pageWave {
    0% { left: -100%; opacity: 0; }
    8% { opacity: 1; }
    92% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}


.aqua-text-color {
    max-width: 820px;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.4;
    font-size: 18px;
    color: white;
    animation: softColorShift 4s ease-in-out infinite;
}

@keyframes softColorShift {
    0%, 100% { 
        color: rgba(255, 255, 255, 1);
        text-shadow: 0 0 0 transparent;
    }
    10% { 
        color: rgba(250, 252, 255, 0.98);
        text-shadow: 0 0 1px rgba(135, 206, 235, 0.15);
    }
    25% { 
        color: rgba(245, 250, 252, 0.95);
        text-shadow: 0 0 2px rgba(64, 224, 208, 0.2);
    }
    40% { 
        color: rgba(240, 248, 250, 0.92);
        text-shadow: 0 0 2px rgba(72, 209, 204, 0.25);
    }
    55% { 
        color: rgba(245, 249, 252, 0.95);
        text-shadow: 0 0 1px rgba(135, 206, 235, 0.2);
    }
    70% { 
        color: rgba(250, 252, 255, 0.98);
        text-shadow: 0 0 1px rgba(176, 224, 230, 0.15);
    }
    85% { 
        color: rgba(255, 255, 255, 1);
        text-shadow: 0 0 0 transparent;
    }
}

@media (max-width: 768px) {
    /* Logo responsive */
    .welcome h2 img {
        width: 190px !important;
    }
    
    /* Coming Soon title responsive */
    .welcome h4 .blc {
        font-size: 45px !important;
    }
}

.bg {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background-attachment: fixed !important;
        z-index: 0 !important;
    }
    
    .bg .player {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 1 !important;
    }
    
    /* Fix video overlay */
    .video-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 2 !important;
    }
    
    /* Fix page water overlay effect */
    .page-water-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 1000 !important;
    }
    
    /* Fix page overlay */
    .page:before {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 0 !important;
    }
    
    /* Ensure content can scroll while background stays fixed */
    .page {
        position: relative !important;
        z-index: 10 !important;
        background: transparent !important;
    }

.waitlist-selector {
    position: relative;
    display: inline-block;
    max-width: 300px;
    margin: 0 auto;
}

.selector-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    border-radius: 3px;
    background: transparent;
    transition: all 0.3s ease;
    min-width: 280px;
}

.selector-button:hover {
    background: #ffffff61;
    transform: translateY(-2px);
}

.selector-button.active {
    background: #ffffff61;
    border-color: rgba(255, 255, 255, 0.8);
}

.selector-button .arrow-icon {
    transition: transform 0.3s ease;
    margin-left: auto;
}

.selector-button.active .arrow-icon {
    transform: rotate(180deg);
}

.selector-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(32, 35, 45, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.selector-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 16px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-option:last-child {
    border-bottom: none;
}

.dropdown-option:hover {
    background: rgba(88, 162, 145, 0.3);
    transform: translateX(5px);
}

.dropdown-option i {
    color: #58A291;
    font-size: 14px;
    width: 16px;
}

.dropdown-option span {
    font-weight: 600;
    flex-grow: 1;
}

.dropdown-option small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-style: italic;
}

/* Animation d'apparition */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.selector-dropdown.show {
    animation: slideDown 0.3s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    .waitlist-selector {
        max-width: 100%;
        margin: 0 15px;
    }
    
    .selector-button {
        min-width: auto;
        width: 100%;
    }
}


