/*! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before,
::after {
  --tw-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* Custom Qoridor styles */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://use.typekit.net/buw5kuj.css');

/* Font faces from Qoridor */
@font-face {
  font-family: 'SweetSans-Bold';
  font-style: normal;
  font-weight: 400;
  src: url('https://umsousercontent.com/lib_VgwLyacZLbuIWngd/m9nimsky8xtj0g5b.ttf');
}

@font-face {
  font-family: 'adobe-caslon-pro';
  font-style: normal;
  font-weight: 400;
  src: url('https://use.typekit.net/buw5kuj.css');
}

@font-face {
  font-family: 'lakeside';
  font-style: normal;
  font-weight: 400;
  src: url('https://use.typekit.net/buw5kuj.css');
}

/* Base styles */
html {
  font-family: 'SweetSans-Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'SweetSans-Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #141414;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.menu-open,
html.menu-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Fixes pour Safari mobile - empêcher le scroll du body */
@supports (-webkit-touch-callout: none) {
  body.menu-open,
  html.menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* Fixes pour Chrome mobile */
@supports (display: -webkit-box) {
  body.menu-open,
  html.menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
  }
}

/* Container */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

/* Max width utilities */
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-6xl { max-width: 72rem; }

/* Font families */
.font-display { font-family: "Bebas Neue", system-ui, sans-serif; }
.font-sans { font-family: 'Poppins', system-ui, sans-serif; }
.font-sweet { font-family: 'SweetSans-Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif; }
.font-caslon { font-family: 'adobe-caslon-pro', serif; }
.font-lakeside { font-family: 'lakeside', sans-serif; }

/* Colors */
.text-primary { color: #141414; }
.text-primary\/60 { color: rgba(20, 20, 20, 0.6); }
.text-primary\/70 { color: rgba(20, 20, 20, 0.7); }
.text-primary\/80 { color: rgba(20, 20, 20, 0.8); }
.bg-white { background-color: #ffffff; }
.bg-cream { background-color: #F6F5F0; }
.bg-dark { background-color: #141414; }
.border-border { border-color: #E7E7E7; }
.text-cream { color: #F6F5F0; }

/* Typography */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-normal { line-height: 1.5; }
.uppercase { text-transform: uppercase; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.underline { text-decoration: underline; }
.decoration-primary { text-decoration-color: #141414; }
.underline-offset-2 { text-underline-offset: 2px; }

/* Spacing */
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mt-20 { margin-top: 5rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.pl-5 { padding-left: 1.25rem; }

/* Layout */
.flex { display: flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-6 { gap: 1.5rem; }
.grid { display: grid; }
.block { display: block; }
.hidden { display: none; }
.overflow-hidden { overflow: hidden; }

/* Grid */
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Borders */
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-md { border-radius: 0.375rem; }

/* Effects */
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.hover\:shadow-sm:hover { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.hover\:underline:hover { text-decoration: underline; }
.hover\:scale-\[1\.02\]:hover { transform: scale(1.02); }
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* Positioning */
.relative { position: relative; }
.scroll-mt-20 { scroll-margin-top: 5rem; }

/* Sizing */
.w-full { width: 100%; }
.h-full { height: 100%; }
.aspect-\[16\/9\] { aspect-ratio: 16 / 9; }

/* Object fit */
.object-cover { object-fit: cover; }

/* Lists */
.list-disc { list-style-type: disc; }
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }

/* Responsive */
@media (min-width: 640px) {
  .sm\:inline { display: inline; }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Prose styles */
.prose {
  color: #141414;
  max-width: 65ch;
}

.prose h1, .prose h2, .prose h3, .prose h4 {
  font-family: "Bebas Neue", system-ui, sans-serif;
}

.prose a { 
  text-decoration: underline;
  text-decoration-color: #141414;
  text-underline-offset: 2px;
}

.prose img { 
  border-radius: 0.5rem;
}

.prose-neutral {
  --tw-prose-body: #141414;
  --tw-prose-headings: #141414;
  --tw-prose-lead: #141414;
  --tw-prose-links: #141414;
  --tw-prose-bold: #141414;
  --tw-prose-counters: #141414;
  --tw-prose-bullets: #141414;
  --tw-prose-hr: #141414;
  --tw-prose-quotes: #141414;
  --tw-prose-quote-borders: #141414;
  --tw-prose-captions: #141414;
  --tw-prose-code: #141414;
  --tw-prose-pre-code: #141414;
  --tw-prose-pre-bg: #141414;
  --tw-prose-th-borders: #141414;
  --tw-prose-td-borders: #141414;
}

.not-prose {
  color: #141414;
}

/* Line clamp utility */
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Qoridor specific styles */
.hero-section {
  background: linear-gradient(rgba(20, 20, 20, 0.4), rgba(20, 20, 20, 0.4)), 
              url('https://umsousercontent.com/lib_SCYGfyNmagbkUniQ/ntxiz4kzki1v4tgg.jpg') center/cover no-repeat;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #F6F5F0;
}

.hero-title {
  font-family: "Bebas Neue", system-ui, sans-serif; /* Même police que les titres d'articles */
  font-size: 3.5rem;
  line-height: 1.1; /* Même line-height que les titres d'articles */
  margin-bottom: 1rem;
  font-weight: 400; /* Même weight que les titres d'articles */
  letter-spacing: 0.5px; /* Même letter-spacing */
  text-transform: uppercase;
}

.hero-subtitle {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Police système comme les sous-titres d'articles */
  font-size: 1.25rem; /* Même taille que article-subtitle */
  max-width: 700px;
  margin: 0 auto;
  font-weight: 400; /* Normal */
  line-height: 1.6; /* Même line-height que article-subtitle */
  opacity: 0.8; /* Même opacity que article-subtitle */
}

.btn-primary {
  background: #141414;
  color: #F6F5F0;
  padding: 0.7em 0.8em;
  border: none;
  border-radius: 0;
  font-family: "Bebas Neue", system-ui, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.btn-primary:hover {
  background: #2c2c2c;
  color: #F6F5F0;
  text-decoration: none;
}

.btn-secondary {
  background: #F6F5F0;
  color: #141414;
  padding: 0.7em 0.8em;
  border: 1px solid #141414;
  border-radius: 0;
  font-family: "Bebas Neue", system-ui, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background: #141414;
  color: #F6F5F0;
  text-decoration: none;
}

.card {
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(21, 21, 26, 0.06);
  transition: transform 0.2s ease-in-out;
}

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

.section-cream {
  background: #F6F5F0;
  padding: 5rem 0;
}

.section-dark {
  background: #141414;
  color: #F6F5F0;
  padding: 5rem 0;
}

.section-white {
  background: #fff;
  padding: 5rem 0;
}

/* Navigation */
.nav-link {
  color: #141414;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: color 0.2s ease-in-out;
}

.nav-link:hover {
  color: #141414;
  text-decoration: underline;
}

/* Article cards */
.article-card {
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(21, 21, 26, 0.12);
}

.article-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.article-content {
  padding: 1.5rem;
}

.article-meta {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem; /* 14px */
  text-transform: none; /* Pas d'uppercase */
  letter-spacing: normal;
  color: rgba(20, 20, 20, 0.6);
  margin-bottom: 0.75rem;
  font-weight: 400; /* Normal */
}

.article-title {
  font-family: "Bebas Neue", system-ui, sans-serif; /* Même police que les articles */
  font-size: 1.5rem; /* Taille adaptée aux cartes */
  line-height: 1.25;
  margin-bottom: 0.5rem;
  font-weight: 400; /* Même weight que les articles */
  color: var(--qoridor-primary, #141414);
  text-transform: uppercase; /* Capitales comme sur les articles */
  letter-spacing: 0.5px; /* Même letter-spacing que les articles */
}

.article-excerpt {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem; /* 16px comme les articles */
  line-height: 1.6;
  color: #333333;
  font-weight: 400; /* Normal, pas de gras */
  margin-top: 0.5rem;
}

/* Footer */
.footer {
  background: rgb(20, 20, 20);
  color: rgb(245, 244, 239);
  padding: 5em 0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 18px;
  border-top: 1px solid rgb(20, 20, 20);
}

.footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.footer-copyright {
  font-size: 1em;
  color: rgb(245, 244, 239);
  margin-top: 10px;
  margin-bottom: 0;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 0;
}

.footer-logo-text {
  font-family: "lakeside", serif;
  font-size: 2.8em;
  font-weight: 400;
  font-style: normal;
  color: rgb(245, 244, 239);
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0;
}

.footer-logo-subtitle {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  color: rgb(245, 244, 239);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.2em;
  line-height: 1.2;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 1em;
}

.footer-social-link {
  color: inherit;
  display: block;
  transition: color 0.2s ease-in-out;
}

.footer-social-link:hover {
  color: rgb(245, 244, 239);
}

.footer-social-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.footer-columns {
  gap: 60px;
  margin: 0;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  flex: 1;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-column-title {
  color: rgb(245, 244, 239);
  margin: 0 0 5px 0;
  font-weight: 400; /* Normal, pas bold - conforme à qoridor.fr */
  font-size: 1em;
}

.footer-column-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column-links li {
  padding: 5px 0;
  font-size: 0.9em;
  margin: 0;
}

.footer-link {
  color: rgb(245, 244, 239);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  padding: 0;
  display: block;
  line-height: 1.5;
}

.footer-link:hover {
  color: rgb(245, 244, 239);
  text-decoration: underline;
}

@media (max-width: 500px) {
  .footer-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .footer .container {
    padding: 0 15px;
  }
}

/* Qoridor specific typography */
.quote-text {
  font-family: "lakeside", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  color: #F6F5F0;
}

/* Qoridor Header Styles - Rounded and centered */
.qoridor-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  display: flex;
  z-index: 99;
  background: transparent;
  box-sizing: border-box;
  padding-top: 15px;
}

.qoridor-navbar {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 70%;
  width: 70%;
  border: 1px solid #E7E7E7;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.qoridor-nav-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.qoridor-nav-content {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 70%;
  width: 70%;
  border: 1px solid #E7E7E7;
  position: relative;
  overflow: hidden;
}

.qoridor-logo {
  flex-shrink: 0;
}

.qoridor-logo > a {
  font: normal normal 400 1em 'SweetSans-Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  color: inherit;
  display: flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.qoridor-logo > a:hover {
  text-decoration: none;
}

.qoridor-logo-img {
  display: block;
  max-width: 80px;
  max-height: 25px;
  height: auto;
  width: auto;
}


.qoridor-nav-links {
  margin: 0;
  display: flex;
  padding: 0;
  font-size: 12px;
  list-style: none;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: center;
  margin-left: 40px;
}

.qoridor-navbar .qoridor-nav-links {
  margin: 0;
  display: flex;
  padding: 0;
  font-size: 12px;
  list-style: none;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: center;
  margin-left: 40px;
}

.qoridor-nav-links > li {
  position: relative;
}

.qoridor-nav-links > li > a {
  font-family: 'SweetSans-Bold', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  color: #141414;
  padding: 6px 8px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700 !important; /* Gras et capital - conforme au design */
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 12px;
}

.qoridor-navbar .qoridor-nav-links > li > a {
  font-family: 'SweetSans-Bold', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  color: #141414;
  padding: 6px 8px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700 !important; /* Gras et capital - conforme au design */
  transition: color 0.2s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 12px;
}

.qoridor-nav-links > li > a:hover {
  color: #141414;
  text-decoration: none !important; /* Pas de soulignement au survol - conforme à qoridor.fr */
}

.qoridor-nav-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: 30px;
}

.qoridor-navbar .qoridor-nav-buttons {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: 30px;
}

.qoridor-phone-btn {
  font: normal normal 400 1em -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #F6F5F0;
  border: none;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: none;
  padding: 0.4em 0.7em;
  position: relative;
  font-size: 12px;
  background: #141414;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.qoridor-navbar .qoridor-phone-btn {
  font: normal normal 400 1em -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #F6F5F0;
  border: none;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: none;
  padding: 0.4em 0.7em;
  position: relative;
  font-size: 12px;
  background: #141414;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.qoridor-phone-btn:hover {
  color: #F6F5F0;
  background: #2c2c2c;
  text-decoration: none;
}

.qoridor-cta-btn {
  font: normal normal 400 1em -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #F6F5F0;
  border: none;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: none;
  padding: 0.4em 0.7em;
  position: relative;
  font-size: 12px;
  background: #141414;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.qoridor-navbar .qoridor-cta-btn {
  font: normal normal 400 1em -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #F6F5F0;
  border: none;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: none;
  padding: 0.4em 0.7em;
  position: relative;
  font-size: 12px;
  background: #141414;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.qoridor-cta-btn:hover {
  color: #F6F5F0;
  background: #2c2c2c;
  text-decoration: none;
}

.qoridor-cta-btn::after {
  content: " →";
  margin-left: 0.4em;
}

/* Styles Umso - Menu mobile ultra-robuste */
.um-nav-drawerTrigger {
  width: 3em;
  border: none;
  height: 3em;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  z-index: 10001;
}

.um-nav-drawerTrigger:after {
  top: 9px;
  left: 7px;
  width: 26px;
  height: 4px;
  content: '';
  opacity: 0.8;
  position: absolute;
  background: #141414;
  box-shadow: 0 8px 0 #141414, 0 16px 0 #141414;
  border-radius: 2px;
}

.um-nav-drawerTrigger.um-hidden {
  display: none;
}

.um-nav-drawer {
  top: 10px;
  right: 10px;
  width: 90%;
  z-index: 999;
  overflow: scroll;
  position: fixed;
  font-size: 15px;
  max-width: 300px;
  background: #ffffff;
  box-shadow: 0px 10px 50px -10px rgba(22, 23, 24, 0.35), 0px 10px 20px -15px rgba(22, 23, 24, 0.2);
  max-height: calc(100vh - 20px);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.3s ease;
}

.um-nav-drawer.um-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}

.um-nav-drawer:not(.um-hidden) {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.um-nav-drawer header {
  display: flex;
  padding: 5px;
  border-bottom: 1px solid #E7E7E7;
  justify-content: flex-end;
}

.um-nav-drawer .um-drawer-buttons {
  margin: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.um-nav-drawer .um-drawer-links {
  display: flex;
  list-style: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.um-nav-drawer .um-drawer-links > li {
  border-bottom: 1px solid #E7E7E7;
}

.um-nav-drawer .um-drawer-links > li > a {
  font: inherit;
  display: block;
  padding: 12px 20px;
  font-size: 1em;
  color: #141414;
  text-decoration: none;
  font-family: 'SweetSans-Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.um-nav-drawer .um-drawer-links > li > a:hover {
  color: #141414;
  text-decoration: underline;
}

.um-nav-drawer header .um-nav-drawerClose {
  all: unset;
  width: 40px;
  border: none;
  cursor: pointer;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 30px;
  background: transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.um-nav-drawer .um-drawer-buttons button {
  width: 100%;
  flex-grow: 1;
  font-size: 15px !important;
  margin-bottom: 10px;
}

.um-nav-drawer .um-drawer-buttons button:last-child {
  margin-bottom: 0;
}

.um-nav-drawer .um-drawer-buttons a {
  width: 100%;
  flex-grow: 1;
  font-size: 15px !important;
  margin-bottom: 10px;
}

.um-nav-drawer .um-drawer-buttons a:last-child {
  margin-bottom: 0;
}

/* Media queries Umso style - FIX Z-INDEX */
@media screen and (max-width: 768px) {
  .qoridor-nav-links {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  
  .qoridor-nav-buttons {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: -1 !important;
  }
  
  .um-nav-drawerTrigger {
    display: block !important;
    z-index: 10001 !important;
  }
  
  .um-nav-drawer {
    display: block !important;
    z-index: 9999 !important;
  }
  
  /* Force hide desktop elements on mobile */
  .qoridor-nav-content .qoridor-nav-buttons {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* ULTRA FIX - Force hide desktop elements on mobile */
@media screen and (max-width: 768px) {
  .qoridor-nav-buttons,
  .qoridor-nav-buttons *,
  .qoridor-phone-btn,
  .qoridor-cta-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    z-index: -9999 !important;
  }
}

/* Responsive styles pour petits écrans */
@media screen and (max-width: 480px) {
  .qoridor-nav-content {
    padding: 8px 15px;
  }
  
  .qoridor-logo-img {
    max-width: 70px;
    max-height: 20px;
  }
  
  .um-nav-drawer {
    width: 95%;
    max-width: 280px;
  }
  
  .um-nav-drawer .um-drawer-links > li > a {
    font-size: 16px;
    padding: 10px 15px;
  }
  
  .um-nav-drawer .um-drawer-buttons a {
    font-size: 13px;
    padding: 10px 15px;
  }
}

/* Safari Mobile fixes - Umso style */
@supports (-webkit-appearance: none) {
  .um-nav-drawerTrigger {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }
  
  .um-nav-drawer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* Fixes spécifiques iPhone 11 Safari */
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px) {
  .um-nav-drawerTrigger {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .um-nav-drawer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: opacity, visibility, transform;
  }
}

/* Fixes pour les problèmes de viewport Safari */
@supports (-webkit-touch-callout: none) {
  .um-nav-drawerTrigger {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .um-nav-drawer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .quote-text {
    font-size: 36px;
  }
  
  /* Cartes d'articles sur mobile */
  .article-title {
    font-size: 1.25rem; /* Taille adaptée sur mobile */
    line-height: 1.25;
  }
  
  .article-excerpt {
    font-size: 0.9375rem; /* 15px sur mobile */
    line-height: 1.5;
  }
  
  .article-meta {
    font-size: 0.8125rem; /* 13px sur mobile */
  }
  
  .article-content {
    padding: 1.25rem; /* Moins de padding sur mobile */
  }
  
  .hero-title {
    font-size: 2.5rem; /* Déjà défini, mais on garde la cohérence */
  }
  
  .hero-subtitle {
    font-size: 1.125rem; /* Légèrement réduit sur mobile */
  }
}
