/* ===============================
   🎨 ULTEUME ONE — THEME GLOBAL
   Noir & Blanc — Premium
   =============================== */

:root {
    --primary: #000000;
    --primary-hover: #333333;
    --secondary: #ffffff;
    --background: #ffffff;
    --background-alt: #f7f7f7;
    --text-main: #111111;
    --text-muted: #777777;
    --border-soft: #e2e2e2;
    --radius-card: 18px;
    --transition-fast: 0.2s ease;
}

/* Base */

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--background);
    color: var(--text-main);
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ===============================
   HEADER ULTEUME ONE
   =============================== */

.ulteume-header {
    background-color: #ffffff;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid var(--border-soft);
}

.ulteume-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
}

/* Logo */

.ulteume-logo {
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.logo-text {
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    border: 1px solid var(--border-soft);
    font-size: 0.7rem;
}

.logo-badge {
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    border: 1px solid #000;
    font-size: 0.7rem;
    background: #000;
    color: #fff;
}

/* Navigation */

.ulteume-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.ulteume-nav a {
    font-size: 0.9rem;
    color: var(--text-main);
    font-weight: 500;
    position: relative;
    padding-bottom: 0.1rem;
}

.ulteume-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000;
    transition: width var(--transition-fast);
}

.ulteume-nav a:hover::after {
    width: 100%;
}

/* Lien actif */

.ulteume-nav a.active {
    font-weight: 600;
    color: #000 !important;
}

.ulteume-nav a.active::after {
    width: 100%;
}

/* Zone droite du header */

.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Bouton de login */

.btn-login,
.btn-ulteume {
    border-radius: 999px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    padding: 0.4rem 1.4rem;
    font-size: 0.8rem;
    font-weight: 500;
    transition: background-color var(--transition-fast);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.btn-login:hover,
.btn-ulteume:hover {
    background-color: #333333;
}

/* ===============================
   DROPDOWN LANGUE ULTEUME ONE
   =============================== */

.lang-dropdown {
    position: relative;
    margin-right: 10px;
}

.lang-dropdown .dropdown-toggle {
    border-radius: 999px;
    border: 1px solid var(--border-soft);
    background: #ffffff;
    font-size: 0.8rem;
    padding: 0.2rem 0.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

/* Menu géré par Bootstrap (on ne touche PAS au display) */
.lang-dropdown .dropdown-menu {
    min-width: 180px;
    right: 0 !important;
    left: auto !important;
    margin-top: 8px;
    border-radius: 14px;
    padding: 0.6rem;
    border: 1px solid var(--border-soft);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    font-size: 0.85rem;
}

/* Items du menu langue */

.lang-dropdown .dropdown-item {
    padding: 0.4rem 0.9rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.lang-dropdown .dropdown-item:hover {
    background-color: var(--background-alt);
}

/* Drapeaux (emoji) */

.flag {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-right: 2px;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}


/* ===============================
   ESPACEMENT GLOBAL
   =============================== */

main {
    padding-top: 0;
}

/* ===============================
   SECTION BLOCKS
   =============================== */

.section-block {
    padding: 2.5rem 0;
}

.section-block.alt {
    background-color: var(--background-alt);
}

.section-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}

/* ===============================
   HERO
   =============================== */

.hero-ulteume {
    padding: 0 0 3rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--border-soft);
    font-size: 0.75rem;
    margin-bottom: 1.1rem;
}

.hero-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.7rem;
}

.hero-subtitle {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.hero-text {
    font-size: 0.9rem;
    margin-bottom: 1.3rem;
}

.hero-card {
    border-radius: 24px;
    border: 1px solid var(--border-soft);
    padding: 1.8rem;
    background: #ffffff;
}

/* HERO image pleine largeur (home hero) */

.hero-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.hero-image-card .text-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    text-align: left !important;
}

.hero-image-card .text-white .hero-badge,
.hero-image-card .text-white .hero-title,
.hero-image-card .text-white .hero-subtitle,
.hero-image-card .text-white .btn {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

/* Assombrir légèrement l’image si besoin */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    border-radius: 24px;
}

/* ===============================
   SERVICES (cartes)
   =============================== */

.service-card {
    border-radius: var(--radius-card);
    border: 1px solid var(--border-soft);
    padding: 1.4rem;
    background: #ffffff;
    height: 100%;
}

.service-card h5 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.service-card small {
    color: var(--text-muted);
}

.service-card p {
    margin-bottom: 1rem;
    margin-top: 0.7rem;
}

.btn-ghost {
    border-radius: 999px;
    border: 1px solid var(--border-soft);
    padding: 0.35rem 0.9rem;
    font-size: 0.8rem;
    color: var(--text-main);
    background: #ffffff;
}

.btn-ghost:hover {
    border-color: #000;
}

/* Bloc passes (texte + image) */

.passes-box {
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    padding: 40px 30px;
    background: #fff;
}

#passes.section-block.alt {
    background-color: #fff !important;
}

/* ===============================
   AVANTAGES — cartes premium
   =============================== */

#avantages {
    padding: 60px 0;
}

.avantage-card-pro {
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    transition: .3s ease;
}

.avantage-card-pro:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper i {
    width: 34px;
    height: 34px;
    color: #000 !important;
}

.avantage-card-pro h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.avantage-card-pro p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* ===============================
   FAQ PREMIUM
   =============================== */

.premium-title {
    font-weight: 800;
    font-size: 30px;
    background: linear-gradient(90deg, #111, #000);
    -webkit-background-clip: text;
    color: transparent;
}

.premium-card {
    background: #ffffff;
    border-radius: 18px;
    margin-bottom: 16px;
    border: 1px solid #e2e2e2;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
    transition: 0.25s ease;
}

.premium-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.premium-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.premium-answer {
    font-size: 14px;
    line-height: 1.55;
    background: #fafafa;
    border-top: 1px solid #e2e2e2;
    border-radius: 0 0 18px 18px;
    padding: 12px 18px;
}

/* Chevron FAQ */

.chevron-icon {
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: 0.3s ease;
}

.faq-question:not(.collapsed) .chevron-icon {
    transform: rotate(-135deg);
}

/* ===============================
   FOOTER
   =============================== */

footer {
    border-top: 1px solid var(--border-soft);
    padding: 1rem 0;
    background-color: #ffffff;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.footer-links a {
    color: var(--text-muted);
    margin-left: 1rem;
}

.footer-links a:hover {
    color: #000000;
}

/* Footer version foncée ULTEUME (si utilisé ailleurs) */
.footer-links li,
.footer-links a {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 6px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

/* Liens légaux */

.legal-links li {
    margin-bottom: 6px;
}

.legal-links a {
    white-space: nowrap !important;
    display: inline-block;
    color: #bbb !important;
    font-size: 14px;
}

.legal-links a:hover {
    color: #fff !important;
}

/* Réseaux sociaux */

.social-group {
    display: flex;
    align-items: center;
    gap: 14px;
}

.social-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
    text-decoration: none !important;
}

.social-circle i {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 0;
}

.social-circle:hover {
    transform: scale(1.13);
    background-color: #222;
}

/* ===============================
   COOKIES
   =============================== */

.cookie-toggle-btn {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 999;
    background-color: #000;
    color: #fff;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.8rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.cookies-card {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    max-width: 320px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 1.2rem;
    box-shadow: 0 18px 45px rgba(0,0,0,0.15);
    z-index: 1000;
    border: 1px solid var(--border-soft);
    font-size: 0.86rem;
}

.cookies-card.hide {
    display: none;
}

.cookies-card h6 {
    font-size: 0.95rem;
}





/* ULTEUME ONE — Flag Icons */
.lang-dropdown .fi {
    width: 20px;
    height: 14px;
    border-radius: 3px;
}




/* --- MOBILE MENU BACKDROP --- */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(3px);
    display: none;
    z-index: 998;
}

/* --- MOBILE MENU PANEL --- */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    padding: 20px;
    z-index: 999;
    transition: 0.3s ease-in-out;
    box-shadow: 2px 0 10px rgba(0,0,0,0.15);
}

.mobile-menu.open {
    left: 0;
}

.mobile-menu-header .logo-text {
    font-weight: bold;
}
.mobile-menu-header .logo-badge {
    background:black;
    padding:4px 8px;
    border-radius:6px;
    font-size:12px;
    color:white;
    font-weight:bold;
}

.close-btn {
    background: none;
    border: none;
    font-size: 26px;
}

.mobile-links a {
    display:block;
    padding:8px 0;
    font-size:17px;
}

.mobile-dropdown .submenu {
    display:none;
    padding-left: 15px;
}
.mobile-dropdown.open .submenu {
    display:block;
}

.mobile-lang a.active {
    font-weight: bold;
    color: #5e3fff;
}



/* --- OVERLAY --- */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(3px);
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 998;
}

.menu-overlay.visible {
    display: block;
    opacity: 1;
}

/* --- MOBILE MENU PANEL --- */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    padding: 20px;
    z-index: 999;
    transition: 0.35s ease-in-out;
    box-shadow: 2px 0 10px rgba(0,0,0,0.15);
}

.mobile-menu.open {
    left: 0;
}

/* --- SOUS MENU --- */
.mobile-dropdown span {
    font-weight: 600;
    cursor: pointer;
    display: block;
    padding: 10px 0;
}

.mobile-dropdown .submenu {
    display: none;
    padding-left: 15px;
}

.mobile-dropdown.open .submenu {
    display: block;
}

/* --- HAMBURGER ANIMÉ --- */
.mobile-toggle {
    background: none;
    border: none;
    font-size: 28px;
    padding: 5px;
    transition: 0.2s ease;
}

.mobile-toggle.open i {
    transform: rotate(90deg);
}

