@charset "UTF-8";
/*
BOILERPLATE
*/
html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Quantico", sans-serif;
  color: #fff;
  background-color: #2C2C2D;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

/*
    DÉCLARATIONS GÉNÉRALES
*/
.interface {
  width: 100%;
  padding-top: 140px;
  background-color: #2C2C2D;
}

a {
  text-decoration: none;
}

.ligne {
  height: 3px;
  margin: 0px auto;
  width: 80%;
  border: 3px solid #fff;
}

.separation {
  width: 25%;
  margin: 0px auto;
  border: 3px solid #fff;
  margin-top: 200px;
}

.haut-page {
  display: flex;
  justify-content: center;
}
.haut-page a {
  margin: 2rem 0rem 2rem 0rem;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.btn-deconnexion {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
}

.btn-admin {
  margin: 2rem 0rem 2rem 0rem;
  color: #fff;
  border-bottom: 3px solid #fff;
  text-align: center;
}

.btn-admin-ajout {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
}

.ajout-employer {
  margin: 2rem 0rem 2rem 0rem;
  color: #fff;
  border-bottom: 3px solid #fff;
}

/*
HEADER
*/
header {
  width: 100%;
  height: 8.75rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
}
header .logo {
  padding-left: 142px;
  flex-shrink: 0;
}
header nav a {
  color: #2B2D2D;
  margin: 0px 15px;
  font-size: 2rem;
  position: relative;
}
header nav a::after {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 4px;
  background: #000;
  transition: width 250ms;
}
header nav a:hover::after {
  width: 75%;
}
header .recherche {
  width: 178px;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
header .recherche input.material-symbols-outlined {
  width: 38px;
  height: 38px;
  border-radius: 15px;
  transition: transform 1s cubic-bezier(0.55, 0, 1, 0.45);
}
header .recherche input.material-symbols-outlined:hover {
  width: 178px;
}
header .media-sociaux {
  display: flex;
  width: 270px;
  flex-shrink: 0;
}
header .media-sociaux a {
  padding: 19px;
}

/*
FOOTER
*/
footer {
  width: 100%;
  margin: 0 auto;
  margin-left: 3rem;
  margin-top: 3rem;
  background-color: #2C2C2D;
  display: flex;
  justify-content: space-evenly;
}
footer .nous-joindres {
  margin-left: 2.5rem;
  margin-bottom: 3rem;
}
footer .nous-joindres p {
  width: 45%;
}
footer .nous-joindres iframe {
  width: 300px;
  height: 225px;
}
footer .abonnez-vous {
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .abonnez-vous h2 {
  margin-bottom: 3rem;
}
footer .abonnez-vous .info-client input {
  color: #fff;
  width: 55%;
  margin-bottom: 1.5rem;
  padding: 10px;
  background-color: transparent;
}
footer .abonnez-vous .info-client input::-moz-placeholder {
  color: #fff;
}
footer .abonnez-vous .info-client input::placeholder {
  color: #fff;
}
footer .abonnez-vous input.btn-submit {
  background-color: transparent;
  padding: 5px 25px;
  color: #fff;
}
footer .abonnez-vous input.btn-submit:hover {
  cursor: pointer;
  background-color: rgba(128, 128, 128, 0.596);
}
footer .media-sociaux {
  display: flex;
  width: 270px;
}
footer .media-sociaux a {
  padding: 19px;
}

/*
ACCUEIL
*/
/*
HERO ACCUEIL
*/
.hero {
  width: 1273;
  height: 591px;
  background-image: url("../../public/img/burger-menus.png");
  background-size: cover;
  background-position: bottom;
  padding: 8em 1em 1em;
  font-size: 1.5rem;
  text-align: center;
}
.hero .texte-hero {
  width: 40%;
  position: relative;
  bottom: 165px;
  left: 350px;
  text-align: start;
}
.hero button {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 30px;
}
.hero button:hover {
  cursor: pointer;
  color: #2C2C2D;
  background-color: rgba(255, 255, 255, 0.644);
}

/*
PRÉSENTATION
*/
.presentation {
  margin-left: 25vw;
  text-align: center;
  width: 50%;
}
.presentation .titre {
  padding-top: 3em;
  text-align: center;
}
.presentation .titre h2 {
  width: 100%;
  font-size: 2.5rem;
}
.presentation .titre .ligne {
  width: 50%;
}
.presentation p {
  padding-top: 2em;
  font-size: 1.3rem;
}
.presentation .ligne {
  width: 30%;
  margin-top: 2rem;
}

/*
ACCUEIL FAVORIS
*/
.titre-populaire {
  padding-top: 200px;
  text-align: center;
}
.titre-populaire h2 {
  display: inline;
  font-size: 2.5rem;
  border-bottom: 3px solid #fff;
}

.plats-populaire {
  padding-top: 50px;
  display: flex;
  z-index: 100;
  justify-content: center;
}
.plats-populaire .vignette {
  width: 380px;
  margin-left: 5rem;
  text-align: center;
}
.plats-populaire .vignette h3 {
  width: 100%;
  display: inline;
  border-bottom: 2px solid #fff;
  font-size: 2rem;
}
.plats-populaire .vignette p {
  width: 100%;
  padding-top: 50px;
  font-size: 1.3rem;
}
.plats-populaire .vignette img {
  width: 100%;
  padding-top: 50px;
}
.plats-populaire .vignette:first-child {
  margin-left: 0;
}

.commentaire {
  margin: 3rem;
  padding: 2em;
  border: 1px solid #fff;
  text-align: center;
}

/*
MENU
*/
/*
HERO MENU
*/
main {
  padding-top: 140px;
}

.debut-menu {
  width: 1273;
  height: 591px;
  background-image: url("../../public/img/burger-menus.png");
  background-size: cover;
  background-position: bottom;
  padding: 8em 1em 1em;
  font-size: 1.5rem;
  text-align: center;
}
.debut-menu .selection-menu {
  color: #fff;
  width: 15%;
  margin-bottom: 2rem;
  margin-left: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  background-color: #2C2C2D;
  border: 3px solid #fff;
}
.debut-menu .filtre {
  display: flex;
}

/*
MENU
*/
.menus {
  padding-top: 50px;
  z-index: 100;
  width: 100%;
}
.menus .principaux {
  text-align: center;
  margin-top: 100px;
}
.menus .principaux h2 {
  font-size: 2rem;
  display: inline;
  border-bottom: 2px solid #fff;
}
.menus h3 {
  margin-left: 2.5rem;
  display: inline;
  border-bottom: 2px solid #fff;
}
.menus .sous-categorie {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.menus .sous-categorie .info-menu {
  width: 380px;
  margin-top: 50px;
  margin-left: 2.5rem;
}
.menus .sous-categorie .info-menu h4 {
  font-size: 1.1rem;
}
.menus .sous-categorie .info-menu p {
  margin-top: 10px;
  width: 100%;
  font-size: 1.1rem;
}
.menus .sous-categorie .info-menu img {
  width: 100%;
}

/*
INDEX
*/
.index {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index .bienvenue {
  font-size: 3rem;
  margin-top: 3rem;
}
.index .bienvenue a {
  padding: 5px 50px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
}
.index .bienvenue a:hover {
  color: #2B2D2D;
  background-color: #fff;
}

/*
LOGIN
*/
.login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}/*# sourceMappingURL=style.css.map */