/* ===== La Taverne Royale - Charte graphique =====
   Palette officielle (fiche identité, section 7.2) :
   - Bordeaux (Stiletto)      #8C2F39  couleur principale
   - Noir                     #000000  texte courant
   - Gris clair (Gray Nurse)  #E1E6E1  fonds clairs / surfaces
   - Bleu (Matisse)           #2176AE  accent (navbar, footer, liens), a utiliser avec parcimonie

   Hors charte : beige chaud utilise pour le fond du body/des sections claires,
   pour mieux se marier avec la navbar blanche (le gris-vert d'origine faisait un raccord trop froid).
*/

/* ===== Polices en local (pas de CDN Google Fonts) ===== */

@font-face {
  font-family: 'Pirata One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/pirata-one-v23-latin-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../assets/fonts/roboto-condensed-v31-latin-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/roboto-condensed-v31-latin-italic-variable.woff2') format('woff2');
}

:root {
  --tr-bordeaux: #8C2F39;
  --tr-bordeaux-hover: #7a2530; /* teinte plus sombre, calculee pour le survol des boutons (non presente dans la fiche identite) */
  --tr-noir: #000000;
  --tr-gris-clair: #E1E6E1;
  --tr-bleu: #2176AE;
  --tr-beige: #F3EFE6;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #fff;
  color: var(--tr-noir);
}

.font-titre {
  font-family: 'Pirata One', cursive;
}

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

/* En-tête : navbar + bandeau décoratif restent fixes ensemble au scroll */
.site-header {
  z-index: 1030;
}

/* Bandeau décoratif */
.bandeau-deco {
  height: 6px;
  width: 100%;
  background: repeating-linear-gradient(
    90deg,
    var(--tr-bordeaux) 0,
    var(--tr-bordeaux) 18px,
    var(--tr-bordeaux-hover) 18px,
    var(--tr-bordeaux-hover) 36px
  );
}

/* Navbar - fond beige, le bleu de la charte reste reserve au footer */
.navbar-taverne {
  background-color: var(--tr-beige);
}

.navbar-taverne .container {
  min-height: 70px;
}

.navbar-taverne .navbar-nav .nav-item + .nav-item {
  margin-left: 8px;
}

.navbar-taverne .nav-link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.65);
  border-bottom: 3px solid transparent;
  transition: color 0.2s;
}

.navbar-taverne .nav-link:hover,
.navbar-taverne .nav-link.active {
  color: var(--tr-bordeaux);
}

.navbar-taverne .nav-link.active {
  border-bottom-color: var(--tr-bordeaux);
}

.sous-titre-nav {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.navbar-taverne .sous-titre-nav {
  color: rgba(0, 0, 0, 0.55);
}

.footer-taverne .sous-titre-nav {
  color: rgba(255, 255, 255, 0.7);
}

.footer-taverne .rounded-circle {
  opacity: 0.9;
}

.footer-taverne .border-bottom {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.btn-reserver {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--tr-bordeaux);
  color: #fff;
  padding: 12px 22px;
  transition: background 0.2s;
}

.btn-reserver:hover {
  background-color: var(--tr-bordeaux-hover);
  color: #fff;
}

/* Hero */
.hero-page {
  position: relative;
  overflow: hidden;
}

.hero-page img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(140, 47, 57, 0.72); /* var(--tr-bordeaux) en transparence */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 0;
}

.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

.hero-title {
  font-size: 60px;
  line-height: 1;
}

.hero-deco-line {
  width: 60px;
  height: 3px;
  background: rgba(225, 230, 225, 0.7);
  margin-top: 14px;
}

/* Sections */
.section-claire {
  background-color: #fff;
  padding: 64px 40px;
}

.titre-section {
  color: var(--tr-bordeaux);
  font-size: 40px;
  margin-bottom: 18px;
  line-height: 1.1;
}

.concept-text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.1rem;
  line-height: 1.75;
}

.photo-frame {
  border: 3px solid var(--tr-bordeaux);
}

.photo-frame img {
  height: 290px;
  object-fit: cover;
  display: block;
}

.photo-caption {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  font-style: italic;
}

.philosophie-container {
  max-width: 680px;
}

.philosophie-underline {
  width: 52px;
  height: 2px;
  background: var(--tr-bordeaux);
}

.philosophie-quote {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.35rem;
  line-height: 1.8;
  font-style: italic;
}

.philosophie-signature {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--tr-bordeaux);
}

.stat-chiffre {
  font-size: 30px;
  color: var(--tr-bordeaux);
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55); /* teinte de Noir pour le texte secondaire */
  margin-top: 4px;
}

/* Bannière image avec overlay */
.banniere-image {
  position: relative;
  overflow: hidden;
}

.banniere-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.banniere-overlay {
  position: absolute;
  inset: 0;
  background: rgba(140, 47, 57, 0.75); /* var(--tr-bordeaux) en transparence */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  text-align: center;
}

.banniere-title {
  font-size: 46px;
  color: var(--tr-beige);
  line-height: 1.15;
}

.banniere-underline {
  width: 64px;
  height: 2px;
  background: var(--tr-beige);
  margin: 18px auto;
  opacity: 0.7;
}

.banniere-text {
  font-size: 18px;
  color: rgba(225, 230, 225, 0.92);
  max-width: 560px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.65;
}

/* Carte - onglets du menu */
.menu-tabs {
  border: 2px solid var(--tr-bordeaux);
}

.menu-tab-btn {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 11px 34px;
  border: none;
  background: transparent;
  color: var(--tr-bordeaux);
  cursor: pointer;
  transition: all 0.2s;
}

.menu-tab-btn + .menu-tab-btn {
  border-left: 2px solid var(--tr-bordeaux);
}

.menu-tab-btn.active {
  background-color: var(--tr-bordeaux);
  color: var(--tr-beige);
}

.menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 0;
}

.menu-item-name {
  font-size: 22px;
  color: var(--tr-bordeaux);
  line-height: 1.2;
}

.menu-item-price {
  font-weight: 700;
  font-size: 16px;
  color: var(--tr-bordeaux);
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-item-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
}

.menu-eyebrow {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.menu-grid {
  row-gap: 4px;
}

@media (min-width: 768px) {
  .menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 44px;
  }

  .menu-grid > .col {
    width: auto;
  }
}

.carte-footnote {
  background-color: rgba(0, 0, 0, 0.04);
}

.carte-footnote-text {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
}

.carte-footnote-sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}

/* Footer */
.footer-taverne {
  background-color: var(--tr-bleu);
  padding: 20px 40px 16px;
}

.footer-taverne a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-taverne a:hover {
  color: #fff;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

/* Cartes de la page d'accueil */
.card .card-img-top {
  height: 220px;
  object-fit: cover;
}

.card-title-taverne {
  font-family: 'Pirata One', cursive;
  font-size: 2.25rem;
  color: var(--tr-bordeaux);
}

.card-text-taverne {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.75);
}

.card-link {
  color: var(--tr-bordeaux);
  transition: color 0.2s;
}

.card-link:hover {
  color: var(--tr-bordeaux-hover);
}

/* Page Contact */
.contact-info-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-info-value {
  color: rgba(0, 0, 0, 0.7);
}

.horaires-table td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.reservation-form {
  border-top: 4px solid var(--tr-bordeaux);
}

.reservation-form .form-control:focus,
.reservation-form .form-select:focus {
  border-color: var(--tr-bordeaux);
  box-shadow: 0 0 0 0.2rem rgba(140, 47, 57, 0.15);
}

.map-embed {
  border: 0;
  width: 100%;
  height: 220px;
}
