/* PRIMARY COLORS */
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #F6F6F6;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #353535;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 24px;
  padding: 20px 0;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
}

a {
  text-decoration: none;
  transition: all 500ms ease-in-out;
}
a:hover {
  text-decoration: underline;
}

header {
  background-color: white;
  padding: 10px 20px;
  text-align: center;
  color: #101010;
  line-height: 44px;
}
header a {
  float: left;
}

.logo {
  font-family: "Shrikhand";
  font-weight: 400;
  font-size: 30px;
}

section .container, footer {
  padding: 40px 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.btn {
  background: #9356DC;
  background: linear-gradient(200.64deg, #9356DC -5.2%, #FF79DA 110.74%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 800ms ease-in-out;
}
.btn:hover {
  background: #b184e5;
  background: linear-gradient(200.64deg, #b184e5 -5.2%, #ff9ee5 110.74%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.like {
  background: #353535;
  font-weight: 400;
  float: right;
  cursor: pointer;
  transition: all 800ms ease-in-out;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.like:hover {
  background: #9356DC;
  background: linear-gradient(200.64deg, #9356DC -5.2%, #FF79DA 110.74%);
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer {
  color: white;
  background-color: #353535;
  padding: 40px 25px;
  align-items: flex-start;
}
footer h2 {
  padding-bottom: 0;
}
footer ul {
  list-style: none;
}
footer a {
  color: white;
}
footer a:hover {
  color: #99E2D0;
}
footer li {
  padding: 5px 0;
}
footer i {
  margin-right: 10px;
}

@-webkit-keyframes loader {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}

@keyframes loader {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: fixed;
  width: 100%;
  -webkit-animation: loader 2s ease-out 3s both;
          animation: loader 2s ease-out 3s both;
  z-index: 100;
}
.loader span {
  border: 8px solid #F6F6F6;
  border-top: 8px solid #9356DC;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

.location {
  background-color: #EAEAEA;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location i {
  margin-right: 1em;
}

.teazer {
  text-align: center;
  padding: 40px;
  display: block;
}
.teazer p {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 40px;
}

.bgWhite {
  background-color: white;
}

.fonctionement {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 90%;
}
.fonctionement li {
  background: #F7F7F7;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  font-weight: 500;
  margin: 15px 0;
  height: 72px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 25px;
  padding-left: 30px;
}
.fonctionement li:hover {
  background-color: #F5EDFF;
}
.fonctionement li:hover i {
  color: #9356DC;
}
.fonctionement li span {
  position: absolute;
  width: 24px;
  height: 24px;
  left: -12px;
  border-radius: 100%;
  color: white;
  background-color: #9356DC;
  text-align: center;
  line-height: 24px;
}

.cards--restaurant {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}
.cards--restaurant article {
  background: white;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 0 12px 12px 12px;
  overflow: hidden;
  width: calc(100% - 24px);
}
.cards--restaurant article a {
  color: #353535;
}
.cards--restaurant article a:hover {
  color: #9356DC;
}
.cards--restaurant .thunbmail {
  position: relative;
  height: 175px;
  margin: 0 -12px 16px -12px;
  overflow: hidden;
  display: block;
}
.cards--restaurant .thunbmail span {
  position: absolute;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #008766;
  background-color: #99E2D0;
  padding: 7px 9px;
  top: 13px;
  right: 12px;
  z-index: 2;
}
.cards--restaurant .thunbmail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 500ms ease-in-out;
}
.cards--restaurant .thunbmail img:hover {
  transform: scale(1.3);
}

@-webkit-keyframes menu-item {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}

@keyframes menu-item {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
.menu {
  border-radius: 40px 40px 0px 0px;
  top: -50px;
  background-color: #F6F6F6;
  padding: 30px 15px;
  position: relative;
  z-index: 2;
}
.menu .itens {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.menu h2 {
  padding: 0;
}
.menu .like {
  font-size: 24px;
  margin-left: 30px;
  float: none;
}
.menu h3 {
  font-weight: 300;
  font-size: 16px;
  align-self: flex-start;
  margin: 40px 0 12px 0;
}
.menu h3::after {
  content: "";
  display: block;
  background-color: #008766;
  height: 3px;
  width: 40px;
  margin-top: 10px;
}
.menu .restaurant-name {
  display: flex;
  margin: 0 auto;
  width: calc(100% - 40px);
  align-items: center;
}
.menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 15px;
}
.menu li {
  background-color: white;
  box-shadow: 0px 4.01149px 15.0431px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  height: 70px;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  -webkit-animation: menu-item 4s ease-in;
          animation: menu-item 4s ease-in;
}
.menu li * {
  transition: all 500ms ease-in-out;
}
.menu li:hover .text, .menu li .text:hover {
  margin-right: 60px;
}
.menu li:hover .check {
  right: 0;
}
.menu .text {
  padding: 12px;
  float: left;
}
.menu .price {
  font-size: 15px;
  font-weight: 700;
  float: right;
}
.menu .check {
  position: absolute;
  color: white;
  background-color: #99E2D0;
  height: 70px;
  width: 60px;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  top: 0;
  margin-left: 15px;
  right: -60px;
}
.menu .btn {
  max-width: 120px;
  margin: 20px auto;
  display: block;
  text-align: center;
}
.menu h4 {
  font-size: 18px;
  line-height: 25px;
}
.menu h4, .menu p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
  .container {
    max-width: 1055px;
    margin: 0 auto;
  }
  .logo {
    font-size: 37px;
    line-height: 55px;
  }
  .btn {
    padding: 16px 30px;
  }
  footer .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
  footer .logo {
    font-size: 18px;
    order: 2;
    padding: 0;
  }
  footer ul {
    display: flex;
    gap: 15px;
  }
  .teazer {
    font-size: 18px;
  }
  .teazer h2 {
    font-size: 40px;
  }
  .bgWhite h2 {
    align-self: flex-start;
  }
  .fonctionement {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    gap: 20px;
  }
  .fonctionement li {
    width: 28%;
  }
  .cards--restaurant {
    flex-direction: row;
    align-items: stretch;
  }
  .banner {
    max-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .menu {
    top: -80px;
    font-size: 16px;
  }
  .menu h4 {
    max-width: none;
  }
  .menu .itens {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
  .menu section {
    max-width: 30%;
  }
  .menu h4, .menu p {
    padding-right: 30px;
  }
}/*# sourceMappingURL=style.css.map */