@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  font-family: 'lato', sans-serif;
}

nav {
  width: 100%;
}

.bottom-nav {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  padding-block: 0.5rem;
}

.nav-logo {
  padding-right: 3rem;
  padding-left: 3rem;
}

.my-logo {
  display: none;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-holder button {
  background: transparent;
  font-size: 1.8rem;
  outline: none;
  border: none;
  cursor: pointer;
}

.nav-icons i {
  width: 31px;
}

.bx-x {
  display: none !important;
}

.nav-bottom {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: orangered;
  top: 0;
}

.nav-bottom ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

.close {
  font-size: 30px;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}

.nav-bottom ul li {
  text-decoration: none;
  list-style: none;
  outline: none;
}

.nav-bottom ul li a {
  font-size: 14px;
  padding: 0.5rem;
  font-weight: 800;
  text-decoration: none;
  list-style: none;
  color: #2e2e2e;
}

.campaign-item {
  border: 3px solid var(--text-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .bottom-nav {
    width: 100% !important;
    flex-direction: row;
    justify-content: space-around !important;
    display: none;
  }

  .nav-bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 4rem;
    position: inherit;
    background-color: #fff;
  }

  #button {
    color: orangered;
  }

  .btn-holder button {
    display: none;
  }

  .nav-bottom ul {
    flex-direction: row;
  }

  .nav-log,
  .my-logo {
    display: block;
  }

  .my-logo img {
    height: 70px;
    width: 70px;
  }

  .campaign-item {
    border: 3px solid orangered;
    padding: 5px 10px;
  }
}

header {
  background-image: url(images/Background-photo.jpg);
  background-size: cover;
  background-blend-mode: saturation;
  background-color: #f4fbffe3;
}

.hide {
  display: block;
}

.menu-layout {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.cancel-btn {
  display: none;
}

.a-href {
  text-decoration: none;
  color: beige;
}

.open-comments,
.welcome {
  font-family: 'lato', sans-serif;
  color: orangered;
  margin-left: 10px;
  padding: 5px;
  line-height: 2rem;
  text-align: center;
  margin-top: 0;
  padding-top: 15px;
}

.paragraph {
  font-family: 'lato', sans-serif;
  border: 3px solid white;
  background-color: whitesmoke;
  padding: 10px;
  margin: 30px;
  text-align: center;
  line-height: 1.5rem;
}

.location {
  margin-left: 40px;
}

.vicinity {
  color: white;
  background-color: #282b32;
}

.h3-vicinity {
  text-align: center;

  /* margin-left: 40%; */
}

.line {
  color: orangered;
  border: 1px solid;
  width: 10%;
  margin-left: 45%;
  margin-bottom: 50px;
}

.image {
  width: 25%;
}

.main-container {
  background-color: #27374d;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5px;
  margin: 5px;
}

.heading {
  color: orangered;
  padding-top: 50px;
  margin: 5px;
}

.welcome-p {
  margin: 5px;
}

.btn {
  padding: 15px;
  background-color: orangered;
  margin: 20px 90px;
}

.menu-list {
  text-align: center;
}

.photo {
  width: 120px;
  height: 120px;
}

.master-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
}

.sub-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.content {
  margin-left: 13px;
}

.hr {
  padding-top: 2px;
  margin-top: 3px;
  background-color: orangered;
  width: 40px;
  margin-left: 0;
  border: 0;
}

.price {
  color: orangered;
  margin-top: 0;
  margin-bottom: 0;
}

.button-more {
  width: 50%;
  background-color: orangered;
  color: beige;
  border: 5px solid white;
}

.more {
  text-align: center;
}

.section-paragraph {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 13px;
  margin-bottom: 5px;
}

.email {
  margin-top: 0;
}

.chef {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 13px;
  margin-bottom: 5px;
}

.break {
  margin-left: 14px;
}

.voting {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 13px;
  margin-bottom: 5px;
  text-align: center;
}

.picture {
  text-align: center;
  margin-top: 10px;
}

.recent-dishes {
  text-align: center;
  margin-top: 45px;
}

.see-recent {
  margin-bottom: 0;
}

.ligne {
  margin-bottom: 0;
}

.la-photo {
  width: 300px;
  height: 150px;
}

.de-phote {
  text-align: center;
  margin-bottom: 25px;
  background-image: url("./images/pizza.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate;
}

.de-phote::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #5f0b0b;
  z-index: -1;
  opacity: 0.6;
}

.de-phote-content {
  display: flex;
  flex-direction: column;
  padding: 4rem 7rem;
  gap: 0;
}

.de-phote-content h4 {
  font-size: 2rem;
  color: #fff;
}

.de-phote-content p {
  color: #fff;
}

.sponsors {
  text-align: center;
}

.last-line {
  margin-bottom: 30px;
}

.partner {
  margin-bottom: 0;
}

.last-section {
  background-color: #27374d;
}

.sponsor-support {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  padding: 15px;
}

.none {
  display: none;
}

.first-bar {
  display: none;
}

.r-logo {
  display: none;
}

/* .list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  list-style-type: none;
  text-decoration: none;
  display: none;
  background-color: orangered;
  position: fixed;
  height: 100%;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  top: 0;
} */

.li {
  position: fixed;
  left: 25px;
  top: 0;
  padding-top: 50px;
  gap: 25px;
  font-size: 30px;
  color: aliceblue;
}

.ex {
  position: absolute;
  right: 90px;
  top: 0;
  color: beige;
}

.first-section-paragraph {
  text-align: center;
  padding: 10px;
}

.pgraph {
  display: none;
}

.four {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hide {
    display: none;
  }

  .first-bar {
    background-color: #282b32;
    color: white;
    display: flex;
    justify-content: flex-end;
  }

  .main-nav {
    background-color: white;
    color: black;
    display: flex;
    justify-content: end;
  }

  .first-list {
    list-style-type: none;
    display: flex;
    gap: 2rem;
    margin: 10px;
  }

  /* .list {
    list-style-type: none;
    display: flex;
    gap: 2rem;
    align-items: center;
    display: block;
  } */

  .a-href {
    text-decoration: none;
    color: orangered;
  }

  .sqaure {
    border: 4px solid orangered;
    padding: 10px;
    color: orangered;
  }

  .r-logo {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    display: block;
    margin-left: 10px;
    padding: 10px;
  }

  .second-nav {
    display: inline;
    list-style-type: none;
  }

  .s-nav {
    display: block;
  }

  .cards {
    background-color: #27374d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    margin: 5px;
  }

  .main-container {
    background-color: #27374d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    margin: 5px;
    border: 2px solid orangered;
  }

  .images {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
  }

  .plates {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    gap: 2rem;
  }

  .none {
    display: block;
  }

  .more {
    margin-left: 50px;
  }

  .first-line {
    display: none;
  }

  .message {
    display: flex;
    justify-content: center;
    align-items: center;

    /* width: 50%; */
    text-align: center;
    margin: 10px 100px;
  }

  .line-resto {
    margin-bottom: 30px;
  }

  .pgraph {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5rem;
    font-family: 'lato', sans-serif;
    border: 3px solid white;
    background-color: whitesmoke;
    padding: 10px;
    margin: 30px;
  }

  .first-section-paragraph {
    margin-bottom: 0;
  }

  .votting-logo {
    text-align: center;
    margin: 10px 10px 40px 10px;
  }

  .logo-picture {
    border: 2px solid grey;
    width: 60%;
    margin: auto;
    padding: 10px;
  }

  .h-rule {
    margin-top: 60px;
  }

  .burgers-pizz {
    font-size: 20px;
    margin: 10px 80px 40px 80px;
  }

  .double-picture {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    gap: 2rem;
  }

  .partner {
    padding: 20px;
    font-size: 30px;
    color: white;
  }

  .footer {
    display: flex;
    align-items: center;
    background-color: grey;
    gap: 4rem;
    font-size: 25px;
  }

  .tof {
    width: 15%;
    margin-left: 80px;
    padding: 20px;
  }

  .paragraph {
    display: none;
  }

  .button-more {
    display: none;
  }

  .last-section {
    margin-left: 0;
    background-color: #414246;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .l-img {
    width: 15%;
  }

  .footers {
    display: flex;
    align-items: center;
    gap: 4rem;
    font-size: 25px;
    margin-left: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: space-around;
  }

  .l-s {
    display: none;
  }
}
