/* Fonts en local */

@font-face {
  font-family: "brix_slab";
  src: url("../fonts/brixslab-light.woff2") format("woff2"), url("../fonts/brixslab-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "brix_slab";
  src: url("../fonts/brixslab-regular.woff2") format("woff2"), url("../fonts/brixslab-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "brix_slab";
  src: url("../fonts/brixslab-bold.woff2") format("woff2"), url("../fonts/brixslab-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/*  */

/* VARIABLES */

:root {
  --ts-grey: #222;
  --ts-greylight: #555;
  --ts-orange: #ffc828;
  --ts-orangedark: #ff9428;
  --ts-orangelight: #ffe000;

  --ts-dish-radius: 28px;
}

/*  */

/* BODY */

body {
  background-color: var(--ts-grey);
}

/* HEADER */

header {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 500;
}

.nav-header {
  padding: 16px 50px;
  border-bottom: 4px var(--ts-orange) solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--ts-greylight);
}

.logoMenu {
  width: 130px;
}

.top-header-slogan {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: var(--ts-orangelight);
}

#menu-menu-ts {
  display: flex;
  column-gap: 12px;
}

#menu-menu-ts li {
  width: 140px;
}

#menu-menu-ts li a {
  display: block;
  padding: 6px 10px;
  background-color: var(--ts-grey);
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

#menu-menu-ts li a:hover {
  background-color: var(--ts-orangelight);
  color: var(--ts-grey);
}

/*  */

/* Font page */

.hero-section {
  margin-top: 140px;
}

.hero-div {
  position: relative;
}

.videots {
  width: 100%;
  min-height: 50svh;
  max-height: 70svh;
  object-fit: cover;
}

.hero-logo {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 1));
}

.hero-title {
  padding: 35px 25vw;
  font-family: "brix_slab", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  text-align: center;
  color: var(--ts-orange);
}

.img-lamps {
  width: 100%;
  height: auto;
  min-height: 150px;
  max-height: 300px;
  object-fit: cover;
}

.hero-txt {
  padding: 70px 15vw;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}

.us1 {
  width: 100%;
  height: 800px;
  position: relative;
  background-image: url(../img/photo_restaurant/photo_salle_1b.jpg);
  background-size: cover;
  background-position: 50%, 50%;
}

.us1-txt {
  width: 500px;
  padding: 50px;
  position: absolute;
  bottom: 75px;
  right: 150px;
  background-color: var(--ts-orange);
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.35;
  text-align: justify;
  hyphens: auto;
}

.us1-txt p:not(:first-child) {
  padding-top: 24px;
}

.us2 {
  width: 80%;
  margin: auto;
  padding: 160px 0;
}

.us2-container {
  display: flex;
  flex-wrap: wrap;
}

.us2-container img,
.us2-container p {
  width: 50%;
  height: 450px;
  object-fit: cover;
}

.us2-container .txt1 {
  padding: 80px;
  background-color: var(--ts-greylight);
  color: var(--ts-orangedark);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "brix_slab", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
}

.us2-container .txt2 {
  padding: 80px;
  background-color: var(--ts-orangedark);
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.35;
  text-align: center;
}

/*  */

/* PAGE PLATS */

.dish-section {
  background-color: #3d3d3d;
  padding-top: 230px;
  padding-bottom: 80px;
  background-image: url(../img/motif_thai_street_ok.svg);
  background-size: 200px;
  text-align: center;
}

.dish-section-title {
  display: inline-block;
}

.dish-title,
.dish-subtitle {
  text-align: center;
}

.dish-title {
  width: 500px;
  background-color: var(--ts-orange);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 36px;
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  color: var(--ts-grey);
}

.dish-subtitle {
  width: 450px;
  padding-top: 8px;
  padding-bottom: 15px;
  margin-top: -25px;
  margin-left: 300px;
  margin-bottom: 64px;
  background-color: var(--ts-grey);
  font-family: "brix_slab", serif;
  font-size: 3rem;
  font-weight: 300;
  color: white;
}

.dish-repeater {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}

.dish-course {
  width: 360px;
  background-color: white;
}

.dish-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.dish-infos {
  min-height: 220px;
  position: relative;
  padding: 16px;
  padding-right: 100px;
  text-align: left;
}

.dish-name {
  padding-bottom: 16px;
  font-family: "brix_slab", serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.1;
  color: var(--ts-greylight);
}

.dish-description {
  font-family: "Work Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.35;
}

.dish-price,
.menu-price {
  width: 80px;
  height: 60px;
  padding-bottom: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--ts-orangelight);
  font-family: "brix_slab", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ts-grey);
  display: flex;
  justify-content: center;
  align-items: self-end;
}

.euro-symbole {
  padding-left: 4px;
  padding-bottom: 3px;
  font-size: 1rem;
  font-weight: 300;
}

.menu-course {
  position: relative;
  width: 360px;
  background-color: white;
  min-height: 220px;
  position: relative;
  padding: 16px;
  padding-top: 50px;
  text-align: center;
}

.menu-name {
  padding-bottom: 16px;
  font-family: "brix_slab", serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.1;
  color: var(--ts-greylight);
}

.menu-description {
  font-family: "Work Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.35;
}

.menu-price {
  width: 100px;
  font-size: 2rem;
  right: inherit;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*  */

/* FOOTER */

footer {
  border-top: var(--ts-orange) 8px solid;
}

.ts-footer {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.ts-footer-img {
  width: 50%;
}

.ts-footer-info {
  margin: auto;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
  color: white;
}

.ts-footer-logo {
  min-width: 40%;
  max-width: 65%;
}

.ts-footer-phone {
  color: var(--ts-orange);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--ts-orange);
  padding-top: 12px;
  padding-bottom: 12px;
}

.ts-footer-fb {
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}
.ts-footer-fb-txt {
  padding-right: 8px;
  font-size: 1rem;
  color: var(--ts-orange);
}

.ts-footer-fb-img {
  width: 40px;
}

/*  */

/* VERSION MOBILE */

@media screen and (max-width: 450px) {
  .nav-header {
    flex-direction: row;
  }

  .logoMenu {
    width: 160px;
  }

  .top-header-slogan {
    display: none;
    /* padding: 18px 0;
    font-size: 1.5rem; */
  }

  #menu-menu-ts {
    /* width: 50%; */
    /* flex-wrap: wrap;
    column-gap: 12px; */
    flex-direction: column;
    row-gap: 8px;
  }

  #menu-menu-ts li {
    width: 125px;
  }

  #menu-menu-ts li a {
    display: block;
    /* width: 150px; */
    text-align: center;
    font-size: 16px;
  }

  #menu-menu-ts li a:hover {
    background-color: var(--ts-grey);
    color: white;
  }

  .hero-section {
    margin-top: 180px;
  }

  .videots {
    max-height: 50svh;
  }

  .hero-logo {
    width: 300px;
    top: 50%;
  }

  .hero-title {
    padding: 16px 12vw;
    font-size: 1.35rem;
  }

  .img-lamps {
    max-height: 100px;
  }

  .hero-txt {
    padding: 30px 10vw;
    font-size: 1rem;
  }

  .us1 {
    height: 450px;
  }

  .us1-txt {
    width: 250px;
    padding: 20px;
    bottom: 30px;
    right: 15px;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .us1-txt p:not(:first-child) {
    padding-top: 18px;
  }

  .us2 {
    padding: 60px 0;
  }

  .us2-container {
    flex-direction: column;
    flex-wrap: inherit;
  }

  .us2-container img,
  .us2-container p {
    width: 100%;
    height: 200px;
  }

  .us2-container .txt1 {
    padding: 25px;
    font-size: 1.25rem;
  }

  .us2-container .txt2 {
    height: auto;
    padding: 25px;
    font-size: 1rem;
  }

  .dish-section {
    padding-top: 200px;
  }

  .dish-section-title {
  }

  .dish-title,
  .dish-subtitle {
  }

  .dish-title {
    width: 250px;
    font-size: 1.35rem;
  }

  .dish-subtitle {
    width: 175px;
    padding-bottom: 10px;
    margin-top: -7px;
    margin-left: 100px;
    margin-bottom: 28px;
    font-size: 1.35rem;
  }

  .dish-repeater {
    padding-top: 40px;
  }

  .dish-course {
    width: 300px;
  }

  .dish-img img {
    height: 250px;
  }

  .dish-infos {
  }

  .dish-name {
    font-size: 1.4rem;
  }

  .dish-description {
    font-size: 1rem;
  }

  .dish-price,
  .menu-price {
  }

  .euro-symbole {
  }

  .menu-course {
    width: 300px;
  }

  footer {
  }

  .ts-footer {
    width: 100%;
    flex-direction: column;
  }

  .ts-footer-img {
    width: 100%;
  }

  .ts-footer-info {
    padding-bottom: 40px;
  }

  .ts-footer-logo {
  }

  .ts-footer-phone {
  }

  .ts-footer-fb {
  }
  .ts-footer-fb-txt {
  }

  .ts-footer-fb-img {
  }
}
