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

/* La Flambée de Thierry */

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

body {
    font-family: 'Raleway', sans-serif;
    background-color: #666;
}

p a {
	color: #FF6;
}

p a:hover {
	color: #9FF;
}

#about p a { color: #066; }
#about p a:hover { color: #F36; }

#contact p a { color: #066; }

footer span a { color: #FFF; }

.tm-logo-font {
    font-family: 'Oswald', sans-serif;
}

.tm-container {
    max-width: 1200px;
}
.tm-container2 {
    max-width: 1500px;
}
.parallax-window {
    min-height: 1064px;
    background: transparent;
}

.tm-text-yellow {
    color: #FC6;
}

.tm-text-white {
    color: #FFFFFF;
}

.tm-text-brown {
    color: #544639;
}

.tm-text-green {
    color: #006666;
}

a.tm-bg-green:hover {
    background-color: #0a8585;
}

.tm-bg-brown {
    background-color: #544639;
}

.tm-bg-green {
    background-color: #006666;
}

.tm-border-gold {
    border-color: #CC9966;
}

.tm-intro-width {
    max-width: 436px;
}

.tm-item-container {
    max-width: 830px;
}

.input:focus {
    outline: none !important;
    border:1px solid #CC9966;
    box-shadow: 0 0 10px #b67533;
}

input::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(214, 212, 212);
    opacity: 1; /* Firefox */
}
  
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(214, 212, 212);
}
  
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(214, 212, 212);
}

#tm-nav {
    z-index: 1000;
    transition: all 0.3s ease;
}

#tm-nav.scroll {
    background-color: rgba(0,0,0,0.7);
}

#tm-nav li a {
    border-bottom-color: transparent;
    transition: all 0.3s ease;
}

#tm-nav li a.current,
#tm-nav li a:hover {
      border-bottom: 4px solid #CC9966;
}

.tm-text-2xl {
    font-size: 1.2rem;
    line-height: 2rem;
}

@media (min-width: 768px) {
    #tm-nav.scroll .tm-container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #tm-nav {
        width: auto;
        right: 0;
        border-radius: 5px;
    }
}

@media (max-width: 639px) {
    .parallax-window {
        min-height: 600px;
    }
}

@media (max-width: 370px) {
    .tm-menu-item {
        flex-direction: column;
    }

    .tm-menu-item-2 {
        flex-direction: column-reverse;
    }

    .tm-menu-item img {
        margin-bottom: 10px;
    }

    .tm-menu-item-2 img {
        margin-bottom: 10px;
    }
}

/* ============================================= */
/* Styles spécifiques perso                      */
/* ============================================= */

.tm-text-orange { color: #fe9c00;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tm-text-phone { color: #fc6b00;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.download-link {
  color: #ba8916;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ============================================== */
/* Styles spécifiques Ã  la page Mentions & RGPD  */
/*  ============================================= */

.tm-text-gold { color: #bfa24b; } /* couleur or du site.tm-text-gold { color: #CC9966; } */
.legal-container p { line-height: 1.7; }
.legal-container a { text-decoration: none;
color: #333; /* couleur sombre pour les liens */
}
.legal-container a:hover { text-decoration: underline;
  color: #000; /* noir au survol */
}
@media (max-width: 768px) {
  .legal-container { padding: 2rem 1rem; }
}

/* ============================================= */
/*    Styles spécifiques Ã  photos zoomable      */
/* ============================================= */
  
.galerie {
    display: flex;
    flex-wrap: wrap;       /* permet de passer Ã  la ligne suivante si écran trop petit */
    gap: 15px;
    justify-content: center; /* centre les images */
  }
.galerie img {
    width: 200px;          /* taille moyenne */
    height: auto;
    cursor: pointer;
    border-radius: 6px;
  }
.zoomable {
		cursor: pointer;
  }
  /* Lightbox */
#lightbox {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

#lightbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px #000;
  }


/* Reduce excessive vertical whitespace on short desktop screens only */
@media (min-width: 1025px) and (max-height: 900px) {
    .parallax-window {
        min-height: 820px;
    }
}


/*              */
/* Menu midi    */
/*              */
.menu-midi-special {
  max-width: 1000px;
  margin: 50px auto;
  padding: 40px 28px;
  background: #fff7ef;
  border: 2px solid #ead7c4;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  color: #2f241d;
}

.menu-midi-header {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.menu-badge {
  display: inline-block;
  background: #b63b2b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.menu-validity-stamp {
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  margin: 0;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at 35% 30%, #fffdf8 0%, #f9e7d6 65%, #efc9a8 100%);
  border: 2px solid #9f3426;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(159, 52, 38, 0.14), 0 6px 16px rgba(92, 33, 23, 0.2);
  text-align: center;
  transform: rotate(-1.2deg);
}

.menu-validity-label {
  position: absolute;
  left: -16px;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  background: #9f3426;
  color: #fff7ef;
  border: 1px solid #7d271c;
  box-shadow: 0 3px 10px rgba(66, 20, 14, 0.3);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.35px;
  line-height: 1.15;
  text-transform: uppercase;
}

.menu-validity-date {
  display: inline-block;
  margin-top: 2px;
  font-size: 13px;
}

.menu-validity-label::before,
.menu-validity-label::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 7px solid #631f17;
}

.menu-validity-label::before {
  left: 0;
  border-right: 7px solid transparent;
}

.menu-validity-label::after {
  right: 0;
  border-left: 7px solid transparent;
}

.menu-midi-header h2 {
  margin: 0 0 8px 0;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2f241d;
}

.menu-price {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  color: #c0392b;
  margin-bottom: 12px;
}

.menu-highlight {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 700;
  color: #8f2f21;
}

.menu-intro {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #5a4a40;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.menu-card {
  background: #fffdf9;
  border: 1px solid #ecdccf;
  border-radius: 16px;
  padding: 24px 22px;
}

.menu-card h3 {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: 800;
  color: #8f2f21;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5c8ab;
}

.menu-item {
  margin-bottom: 18px;
}

.menu-item:last-child {
  margin-bottom: 0;
}

.menu-item h4 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 700;
  color: #2f241d;
}

.menu-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5d4f46;
}

.menu-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 2px dashed #dfb98d;
}

.menu-place {
  margin: 0 0 8px 0;
  font-size: 17px;
  font-weight: 700;
  color: #2f241d;
}

.menu-evening {
  margin: 0;
  font-size: 15px;
  font-style: italic;
  color: #8f2f21;
}

@media (max-width: 768px) {
  .menu-midi-special {
    padding: 28px 18px;
    margin: 30px 15px;
  }

  .menu-midi-header h2 {
    font-size: 28px;
  }

  .menu-price {
    font-size: 40px;
  }

  .menu-highlight {
    font-size: 17px;
  }

  .menu-validity-stamp {
    position: relative;
    top: auto;
    right: auto;
    width: 158px;
    height: 158px;
    transform: none;
    margin: 12px auto 20px;
  }

  .menu-validity-label {
    left: -10px;
    right: -10px;
    top: 50%;
    font-size: 10px;
    padding: 7px 8px;
    letter-spacing: 0.35px;
  }

  .menu-validity-date {
    font-size: 11px;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .menu-card {
    padding: 20px 18px;
  }

  .menu-card h3 {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .menu-midi-special {
    margin: 0;
    padding: 20px 2px 42px;
  }

  .menu-grid {
    gap: 22px;
  }

  .menu-card {
    padding: 28px 16px;
  }
}

@media (max-width: 1100px) {
  .menu-validity-stamp {
    position: relative;
    top: auto;
    right: auto;
    width: 158px;
    height: 158px;
    transform: none;
    margin: 12px auto 20px;
  }

  .menu-validity-label {
    left: -10px;
    right: -10px;
    top: 50%;
    font-size: 10px;
    padding: 7px 8px;
    letter-spacing: 0.35px;
  }

  .menu-validity-date {
    font-size: 11px;
  }
}



/* Alignement sections Notre restaurant / Menu / Carte */
.three-section-panel {
  padding-left: 6rem;
  padding-right: 6rem;
}

@media (max-width: 768px) {
  .three-section-panel {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
