/* Spectromètre – styles regroupés (app + custom) */
:root {
    /* App / Medinova */
    --primary: var(--bs-primary, #ea773d);
    --secondary: #0f172a;
    --light: #f9fafb;
    --dark: #020617;
    /* GSCV Color Palette */
    --bs-primary: #345f6d;
    --bs-primary-rgb: 52, 95, 109;
    --bs-secondary: hsl(220, 14%, 96%);
    --bs-success: hsl(90, 42%, 48%);
    --bs-info: hsl(178, 45%, 40%);
    --bs-warning: hsl(44, 89%, 55%);
    --bs-danger: hsl(2, 53%, 51%);
    --gscv-orange: hsl(18, 80%, 54%);
    --gscv-teal: hsl(178, 45%, 40%);
    --gscv-gold: hsl(44, 89%, 55%);
    --gscv-red: hsl(2, 53%, 51%);
    --gscv-green: hsl(90, 42%, 48%);
    --background: hsl(0, 0%, 98%);
    --foreground: hsl(220, 20%, 20%);
    --muted-foreground: hsl(220, 10%, 50%);
    --gradient-hero: linear-gradient(135deg, hsl(220, 20%, 98%) 0%, hsl(220, 14%, 94%) 100%);
    --gradient-hero-overlay: linear-gradient(to right, rgba(15, 23, 42, 0.6) 0%, rgba(52, 95, 109, 0.5) 40%, transparent 50%);
    --gradient-cta: linear-gradient(135deg, hsl(195, 35%, 28%) 0%, hsl(200, 40%, 22%) 100%);
    --accent: hsl(210, 80%, 54%);
    --teal: hsl(178, 45%, 40%);
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDky.28...) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
/* FORCER le conteneur main-content-auth */
.main-content-auth {
    width: calc(100vw - 80px) !important;
    max-width: calc(100vw - 80px) !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

.manager-profil-pro-page {
    width: calc(100vw - 80px - 3rem) !important;
    max-width: calc(100vw - 80px - 3rem) !important;
    overflow-x: hidden !important;
    padding: 1.5rem;
    box-sizing: border-box !important;
}
/* ========== custom (suite) ========== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: var(--background);
  color: var(--foreground);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

/* Header Styles */
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid hsl(220, 13%, 90%);
}

/* Hero Section */
.hero-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding-top: 0px;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: radial-gradient(circle at 1px 1px, hsl(var(--foreground)) 1px, transparent 0);
  background-size: 40px 40px;
}

.hero-decorative-1 {
  position: absolute;
  top: 25%;
  right: 0;
  width: 384px;
  height: 384px;
  background-color: rgba(234, 119, 61, 0.05);
  border-radius: 50%;
  filter: blur(60px);
}

.hero-decorative-2 {
  position: absolute;
  bottom: 25%;
  left: 0;
  width: 288px;
  height: 288px;
  background-color: rgba(178, 45%, 40%, 0.05);
  border-radius: 50%;
  filter: blur(60px);
}

/* Badge */
.badge-custom {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: rgba(234, 119, 61, 0.1);
  color: var(--bs-primary);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Buttons â€“ style React (hero, heroInverted, heroOutline)
   Spécificité renforcée pour éviter les conflits avec les règles globales (a, .btn) */
a.btn-hero,
a.btn-hero-inverted,
a.btn-hero-outline-white,
.btn-hero,
.btn-hero-inverted,
.btn-hero-outline-white {
  cursor: pointer;
}
a.btn-hero,
.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--bs-primary);
  color: white !important;
  border: none;
  font-weight: 600;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  text-decoration: none !important;
}
a.btn-hero:hover,
.btn-hero:hover {
  background-color: hsl(195, 35%, 26%);
  color: white !important;
  text-decoration: none !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn-hero .bi {
  font-size: 1rem;
}

a.btn-hero-inverted,
.btn-hero-inverted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: white;
  color: var(--bs-primary) !important;
  border: none;
  font-weight: 600;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  text-decoration: none !important;
}
a.btn-hero-inverted:hover,
.btn-hero-inverted:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--bs-primary) !important;
  text-decoration: none !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn-hero-inverted .bi {
  font-size: 1.25rem;
}

a.btn-hero-outline-white,
.btn-hero-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white !important;
  background: transparent;
  font-weight: 600;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  text-decoration: none !important;
}
a.btn-hero-outline-white:hover,
.btn-hero-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white !important;
  text-decoration: none !important;
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.btn-hero-outline {
  border: 2px solid var(--bs-primary);
  color: var(--bs-primary);
  background-color: transparent;
  transition: all 0.2s;
}
.btn-hero-outline:hover {
  background-color: var(--bs-primary);
  color: white;
}

/* Cards */
.card-custom {
  background-color: white;
  border-radius: 0.75rem;
  border: 1px solid hsl(220, 13%, 90%);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.card-custom:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: rgba(234, 119, 61, 0.2);
}

/* Feature Icons */
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.feature-icon-primary {
  background-color: rgba(234, 119, 61, 0.1);
  color: var(--bs-primary);
}

.feature-icon-teal {
  background-color: hsla(178, 45%, 40%, 0.1);
  color: var(--gscv-teal);
}

.feature-icon-green {
  background-color: hsla(90, 42%, 48%, 0.1);
  color: var(--gscv-green);
}

.feature-icon-orange {
  background-color: hsla(18, 80%, 54%, 0.1);
  color: var(--gscv-orange);
}

.feature-icon-gold {
  background-color: hsla(44, 89%, 55%, 0.1);
  color: var(--gscv-gold);
}

.feature-icon-red {
  background-color: hsla(2, 53%, 51%, 0.1);
  color: var(--gscv-red);
}

.card-custom:hover .feature-icon {
  transform: scale(1.1);
}

/* Stats Card */
.stats-card {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background-color: white;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid hsl(220, 13%, 90%);
}

/* Footer – pas de marge au-dessus (priorité sur Bootstrap .mt-5) */
div.footer-vitrine {
  margin-top: 0 !important;
}
.footer-custom {
  background-color: var(--foreground);
  padding: 3rem 0;
  color: hsl(220, 10%, 60%);
}

.footer-custom a {
  color: hsl(220, 10%, 60%);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-custom a:hover {
  color: white;
}

.footer-logo {
  filter: brightness(0) invert(1);
}

/* Section backgrounds */
.section-secondary {
  background-color: rgba(220, 14%, 96%, 0.3);
}

.section-secondary-50 {
  background-color: rgba(220, 14%, 96%, 0.5);
}

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

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

.animate-fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

/* Wave SVG */
.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* Contact Section */
.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon-primary {
  background-color: rgba(234, 119, 61, 0.1);
  color: var(--bs-primary);
}

.contact-icon-teal {
  background-color: hsla(178, 45%, 40%, 0.1);
  color: var(--gscv-teal);
}

.contact-icon-green {
  background-color: hsla(90, 42%, 48%, 0.1);
  color: var(--gscv-green);
}

/* Form styles */
.form-control-custom {
  background-color: var(--background);
  border: 1px solid hsl(220, 13%, 90%);
}

/* Styles pour info-select - Surcharge Bootstrap avec spÃ©cificitÃ© maximale */
.saisie-journaliere-page .day-info .info-item .info-select,
.saisie-journaliere-page .day-info .info-item select.info-select,
.saisie-journaliere-page .day-info .info-item select.info-select.form-select,
.saisie-journaliere-page .day-info .info-item .info-select.form-select,
.saisie-journaliere-page .day-info .info-select,
.saisie-journaliere-page .day-info select.info-select,
.saisie-journaliere-page .day-info select.info-select.form-select,
.saisie-journaliere-page .day-info .info-select.form-select,
.info-item .info-select,
.info-item select.info-select,
.info-item select.info-select.form-select,
.info-item .info-select.form-select,
.day-info .info-select,
.day-info select.info-select,
.day-info select.info-select.form-select,
.day-info .info-select.form-select {
  width: 100% !important;
  padding: 0.5rem !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 10px !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  background: white !important;
  background-image: none !important;
  background-position: unset !important;
  background-repeat: unset !important;
  background-size: unset !important;
  color: var(--foreground) !important;
  display: block !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  --bs-form-select-bg-img: none !important;
  --bs-form-select-bg-icon: none !important;
  padding-right: 0.5rem !important; /* Surcharger le padding-right de Bootstrap */
}

.saisie-journaliere-page .day-info .info-item .info-select:focus,
.saisie-journaliere-page .day-info .info-item select.info-select:focus,
.saisie-journaliere-page .day-info .info-item select.info-select.form-select:focus,
.saisie-journaliere-page .day-info .info-item .info-select.form-select:focus,
.saisie-journaliere-page .day-info .info-select:focus,
.saisie-journaliere-page .day-info select.info-select:focus,
.saisie-journaliere-page .day-info select.info-select.form-select:focus,
.saisie-journaliere-page .day-info .info-select.form-select:focus,
.info-item .info-select:focus,
.info-item select.info-select:focus,
.info-item select.info-select.form-select:focus,
.info-item .info-select.form-select:focus,
.day-info .info-select:focus,
.day-info select.info-select:focus,
.day-info select.info-select.form-select:focus,
.day-info .info-select.form-select:focus {
  outline: none !important;
  border-color: var(--bs-primary) !important;
  box-shadow: 0 0 0 3px rgba(52, 95, 109, 0.1) !important;
}

.form-control-custom:focus {
  background-color: var(--background);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(52, 95, 109, 0.25);
  color: var(--foreground);
}

.form-control-custom::placeholder {
  color: var(--muted-foreground);
}

/* Login page links (exclure les CTA vitrine qui ont leur propre style) */
a[href*="Account"]:not(.btn-hero):not(.btn-hero-inverted):not(.btn-hero-outline-white) {
  color: var(--bs-primary);
  text-decoration: none;
  transition: color 0.2s;
}

a[href*="Account"]:not(.btn-hero):not(.btn-hero-inverted):not(.btn-hero-outline-white):hover {
  color: var(--gscv-orange);
  text-decoration: underline;
}

/* Target audience badges */
.audience-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted-foreground);
}

.audience-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Full width layout */
.hero-section,
.section-secondary,
.section-secondary-50 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-fluid {
  width: 100%;
  max-width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Responsive padding for container-fluid */
@media (max-width: 576px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1201px) and (max-width: 1919px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1920px) {
  .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 2560px) {
  .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 100px;
  }
  
  .hero-decorative-1,
  .hero-decorative-2 {
    display: none;
  }
}

/* ========== Home page (vitrine) â€“ design type React ========== */

/* Navbar vitrine : fixe, transparent puis opaque au scroll */
.navbar-vitrine {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: background-color 0.3s, backdrop-filter 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.navbar-vitrine.navbar-vitrine--scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid hsl(220, 13%, 90%);
}
.navbar-vitrine .navbar-vitrine__brand {
  font-family: 'Merriweather', serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--bs-primary);
  text-decoration: none;
  transition: color 0.2s;
}
.navbar-vitrine:not(.navbar-vitrine--scrolled) .navbar-vitrine__brand {
  color: white;
}
.navbar-vitrine .nav-link-vitrine {
  font-size: 0.875rem;
  font-weight: 500;
  transition: opacity 0.2s;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.navbar-vitrine.navbar-vitrine--scrolled .nav-link-vitrine {
  color: var(--foreground);
}
.navbar-vitrine .nav-link-vitrine:hover {
  opacity: 0.8;
}
/* CTA bouton (ex. Se connecter) : priorité sur les styles des liens nav pour éviter les conflits */
.navbar-vitrine .btn-demarrer,
.navbar-vitrine nav a.btn-demarrer {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
  text-decoration: none !important;
  display: inline-block;
  opacity: 1;
}
.navbar-vitrine:not(.navbar-vitrine--scrolled) .btn-demarrer,
.navbar-vitrine:not(.navbar-vitrine--scrolled) nav a.btn-demarrer {
  background: rgba(255, 255, 255, 0.15);
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-vitrine:not(.navbar-vitrine--scrolled) .btn-demarrer:hover,
.navbar-vitrine:not(.navbar-vitrine--scrolled) nav a.btn-demarrer:hover {
  background: rgba(255, 255, 255, 0.25);
  color: white !important;
}
.navbar-vitrine.navbar-vitrine--scrolled .btn-demarrer,
.navbar-vitrine.navbar-vitrine--scrolled nav a.btn-demarrer {
  background: var(--bs-primary);
  color: white !important;
  border: none;
}
.navbar-vitrine.navbar-vitrine--scrolled .btn-demarrer:hover,
.navbar-vitrine.navbar-vitrine--scrolled nav a.btn-demarrer:hover {
  background: hsl(195, 35%, 26%);
  color: white !important;
}
.navbar-vitrine:not(.navbar-vitrine--scrolled) .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* Hero vitrine : fond image + overlay */
.hero-vitrine {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-vitrine__bg {
  position: absolute;
  inset: 0;
}
.hero-vitrine__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-vitrine__overlay {
  position: absolute;
  inset: 0;
  background: var(--gradient-hero-overlay);
}
.hero-vitrine__dots {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 40px 40px;
}
.hero-vitrine__badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5rem;
}
/* Section label (Dimension, Notre approche) */
.section-label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

/* List bullets accent */
.list-bullet-accent {
  list-style: none;
  padding-left: 0;
}
.list-bullet-accent li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.list-bullet-accent li::before {
  content: '';
  margin-top: 0.4rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.list-bullet-teal li::before {
  background: var(--teal);
}

/* CTA section fond dÃ©gradÃ© */
.cta-vitrine {
  background: var(--gradient-cta);
  position: relative;
  overflow: hidden;
}
.cta-vitrine__dots {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
  background-size: 32px 32px;
}
.demarrer-list .demarrer-list-item {
  white-space: nowrap;
}
/* Scroll reveal (Intersection Observer) */
.scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.scroll-reveal.scroll-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

/* Images dans .ratio : forcer remplissage pour Ã©viter hauteur 0 (Bootstrap ratio) */
.ratio > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Conteneurs image page d'accueil : ratio garanti sans conflit Bootstrap */
.img-ratio-5x4,
.img-ratio-4x3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img-ratio-5x4 {
  aspect-ratio: 5 / 4;
}
.img-ratio-4x3 {
  aspect-ratio: 4 / 3;
}
.img-ratio-5x4 > img,
.img-ratio-4x3 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Topbar user menu â€“ styles globaux pour le layout authentifiÃ© (DashboardOwner, etc.) */
.topbar-user {
  position: relative;
}

.topbar-user-btn {
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.2s;
}

.topbar-user-btn:hover {
  border-color: var(--bs-primary);
  transform: translateY(-2px);
}

.topbar-user-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  min-width: 200px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s;
  z-index: 1000;
}

.topbar-user.is-open .topbar-user-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.topbar-user-menu-item {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #475569;
  text-decoration: none;
  transition: all 0.2s;
  border-bottom: 1px solid #f1f5f9;
}

.topbar-user-menu-item:last-child {
  border-bottom: none;
}

.topbar-user-menu-item:hover {
  background: #f8fafc;
  color: var(--bs-primary);
}

.topbar-user-menu-item i {
  font-size: 1rem;
}

.topbar-user-menu .logout-inline-form {
  margin: 0;
  padding: 0;
}

.topbar-user-menu .logout-inline-form button {
  width: 100%;
  background: none;
  border: none;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #475569;
  cursor: pointer;
  text-align: left;
  font-size: inherit;
  font-family: inherit;
}

.topbar-user-menu .logout-inline-form button:hover {
  background: #f8fafc;
  color: var(--bs-primary);
}


