@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --star-size: 25px;
  --star-color: #fff;
  --star-background: #fc0;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "loos-normal", sans-serif;
  font-style: normal;
  line-height: 1.5;
}

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

h1 {
  font-size: 25px;
  font-weight: 400;
}

h2 {
  font-size: 20px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #F2F2F2;
}

body,
html {
  min-height: 100vh;
  height: 100%;
  background-color: #1B1D1E;
  max-width: 100%;
}

.succes {
  padding: 1rem;
  background-color: #D4EDDA;
  color: #1B1D1E;
  border: 1px solid #1B1D1E;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.erreur {
  padding: 1rem;
  background-color: #F8D7DA;
  color: #1B1D1E;
  border: 1px solid #1B1D1E;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.principal {
  background-color: #1B1D1E;
  color: #F2F2F2;
}
.principal .nav {
  height: 3.75rem;
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.principal .nav .admin {
  display: none;
}
.principal .nav .liens {
  height: 3.75rem;
  border-bottom: solid 4px #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
}
.principal .nav .liens .gauche {
  display: none;
}
.principal .nav .liens .centre {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.principal .nav .liens .droite {
  display: none;
}
.principal .nav .liens .mobile {
  width: 36px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.principal .nav .liens .mobile hr {
  font-size: 3px;
  border: solid 2px #F2F2F2;
}
.principal .baniere {
  background-image: url("../img/baniere.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0px;
}
.principal .baniere .logo {
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.principal .baniere .logo img {
  width: 52%;
}
.principal .baniere .boutons {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding-top: 20px;
}
.principal .baniere .boutons .bouton {
  width: 120px;
  height: 35px;
  background-color: #1B1D1E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.principal .baniere .boutons .bouton:hover {
  background-color: #A63F03;
}
.principal .baniere .boutons .bouton div {
  width: 110px;
  height: 25px;
  border: solid 2px #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F2F2F2;
}
.principal .infos {
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: solid 4px #F2F2F2;
}
.principal .infos .localisation {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding: 20px;
}
.principal .infos .localisation p {
  width: 75%;
  font-family: "bitter", serif;
  font-weight: 400;
  font-style: normal;
}
.principal .infos .localisation div {
  width: 100%;
}
.principal .infos .horaire {
  padding: 20px;
  text-align: center;
}
.principal .infos .horaire .heures {
  display: flex;
  flex-wrap: wrap;
}
.principal .infos .horaire .heures h2 {
  text-align: left;
  min-width: 140px;
  margin-top: 1rem;
}
.principal .infos .horaire .heures p {
  min-width: 140px;
  text-align: end;
  margin-top: 1rem;
}
.principal .menu {
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  border-bottom: solid 4px #F2F2F2;
}
.principal .menu .categorie {
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  background-color: #1B1D1E;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75);
  margin-top: 20px;
  margin-bottom: 20px;
}
.principal .menu .categorie h2 {
  padding: 0.6rem;
  border: solid 2px #F2F2F2;
  border-radius: 5px;
  cursor: pointer;
}
.principal .menu .categorie h2:hover {
  background-color: #333435;
}
.principal .menu .page {
  flex-direction: column;
}
.principal .menu .carte {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.principal .menu .carte .plats {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  gap: 25px;
}
.principal .menu .carte .plats .nom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
}
.principal .menu .carte .plats .description {
  text-align: left;
  width: 100%;
}
.principal .menu .carte .plats .description .tag {
  display: none;
}
.principal .menu .carte .image {
  display: none;
}
.principal .apropos {
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.principal .apropos .rond {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F2F2F2;
  margin-top: 20px;
}
.principal .apropos .colonne {
  width: 100%;
  font-family: "bitter", serif;
}
.principal .apropos .colonne .image {
  width: 100%;
  height: 4.7rem;
  background-size: cover;
  background-position: center bottom 20%;
  border-bottom: solid 4px #F2F2F2;
  border-top: solid 4px #F2F2F2;
  margin-top: 20px;
}
.principal .apropos .colonne p {
  width: 80%;
  margin-top: 20px;
}
.principal .apropos .colonne .gauche {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.principal .apropos .colonne .gauche .un {
  background-image: url("../img/biere.jpg");
}
.principal .apropos .colonne .gauche .deux {
  background-image: url("../img/manger.jpg");
}
.principal .apropos .colonne .droite {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.principal .apropos .colonne .droite .trois {
  background-image: url("../img/cuisine.jpg");
  background-position: center bottom 40%;
}
.principal .apropos .fin {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "bitter", serif;
}
.principal .apropos .fin p {
  width: 270px;
  margin-top: 20px;
}
.principal .infolettre {
  background-image: url("../img/tireuse.jpg");
  background-size: cover;
  background-position: center;
  font-size: 1.25rem;
  text-align: center;
  padding: 20px;
}
.principal .infolettre p {
  width: 80%;
}
.principal .infolettre .formulaire .bordure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.principal .infolettre .formulaire .bordure input[type=text] {
  width: 78%;
  padding: 15px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
}
.principal .infolettre .formulaire .bordure input[type=submit] {
  width: 70%;
  background-color: #A63F03;
  color: white;
  padding: 15px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
}
.principal .infolettre .formulaire .bordure input[type=submit]:hover {
  background-color: #333435;
}
.principal .commentaires {
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}
.principal .commentaires h1 {
  text-align: center;
}
.principal .commentaires hr {
  display: none;
}
.principal .commentaires div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.principal .commentaires div .commentaire {
  display: flex;
  flex-direction: column;
}
.principal .commentaires div .commentaire p {
  width: 95%;
  margin-top: 40px;
}
.principal .commentaires div .commentaire .etoile {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  width: 100%;
  text-align: end;
}
.principal .commentaires div .commentaire .etoile::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.principal .commentaires div .com2 {
  text-align: end;
  align-items: end;
}
.principal .commentaires div .com2 .etoile {
  text-align: left;
}
.principal .footer {
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.principal .footer .liens {
  display: flex;
  gap: 1rem;
  margin-top: 20px;
  font-size: 25px;
}
.principal .footer .liens a:hover {
  color: #A63F03;
}
.principal .footer .icons {
  display: flex;
  gap: 15px;
  font-size: 30px;
  margin-top: 20px;
}

.connexion {
  min-width: 100vh;
  min-height: 100vh;
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #F2F2F2;
}
.connexion .formulaire {
  background-color: #1B1D1E;
  width: 60%;
  border-radius: 30px;
  border: solid 4px #F2F2F2;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  gap: 50px;
}
.connexion .formulaire form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 30px;
}
.connexion .formulaire form input {
  width: 70%;
  padding: 15px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
}
.connexion .formulaire form input[type=submit] {
  width: 60%;
  background-color: #A63F03;
  color: white;
  padding: 15px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
}
.connexion .formulaire form input[type=submit]:hover {
  background-color: #333435;
}
.connexion a {
  font-size: 1.5rem;
}
.connexion a:hover {
  color: #A63F03;
}

@media screen and (min-width: 1200px) {
  :root {
    --star-size: 40px;
  }
  h1 {
    font-size: 4.375rem;
    line-height: 3.625rem;
  }
  h2 {
    font-size: 2.8125rem;
  }
  .principal {
    width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .principal .nav {
    height: 6.25rem;
  }
  .principal .nav .admin {
    display: flex;
    height: 25px;
    justify-content: end;
    align-items: center;
    padding-right: 30px;
  }
  .principal .nav .admin a {
    font-size: 0.8rem;
  }
  .principal .nav .admin a:hover {
    color: #A63F03;
  }
  .principal .nav .liens {
    width: 100%;
    height: 60px;
    border-bottom: solid 4px #F2F2F2;
    border-top: solid 4px #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #F2F2F2;
    padding: 0px 30px;
    font-size: 25px;
  }
  .principal .nav .liens .mobile {
    display: none;
  }
  .principal .nav .liens a:hover {
    color: #A63F03;
  }
  .principal .nav .liens .gauche {
    width: 33.33%;
    display: flex;
    gap: 30px;
  }
  .principal .nav .liens .centre {
    width: 33.33%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .principal .nav .liens .centre div {
    background-color: #F2F2F2;
    width: 27px;
    height: 27px;
    border-radius: 50%;
  }
  .principal .nav .liens .droite {
    width: 33.33%;
    display: flex;
    gap: 30px;
    justify-content: end;
  }
  .principal .baniere {
    height: 900px;
  }
  .principal .baniere .logo img {
    width: 497px;
  }
  .principal .baniere .boutons {
    gap: 150px;
  }
  .principal .baniere .boutons .bouton {
    font-size: 40px;
    width: 250px;
    height: 80px;
  }
  .principal .baniere .boutons .bouton div {
    width: 240px;
    height: 70px;
    border: solid 4px #F2F2F2;
    color: #F2F2F2;
  }
  .principal .infos {
    flex-direction: row;
    align-items: flex-start;
  }
  .principal .infos .localisation {
    width: 50%;
    padding: 50px 25px 50px 50px;
    justify-content: flex-start;
    gap: 80px;
  }
  .principal .infos .localisation p {
    font-family: "bitter", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
  }
  .principal .infos .localisation div {
    width: 480px;
    height: 300px;
    border-radius: 15px;
  }
  .principal .infos .separator {
    display: none;
  }
  .principal .infos .horaire {
    width: 50%;
    padding: 50px 50px 50px 25px;
    text-align: left;
    text-align: center;
  }
  .principal .infos .horaire .heures {
    flex-direction: column;
    margin-top: 25px;
    padding-left: 50px;
    border-left: solid 4px #F2F2F2;
  }
  .principal .infos .horaire .heures h2 {
    font-size: 40px;
  }
  .principal .infos .horaire .heures p {
    font-size: 35px;
    padding-left: 40px;
    text-align: left;
  }
  .principal .menu {
    padding: 30px 0px;
  }
  .principal .menu .categorie {
    width: 90%;
    border: 0px;
    padding: 20px;
    justify-content: center;
    gap: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75);
    margin: 30px 0 0 0;
  }
  .principal .menu .page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .principal .menu .carte {
    width: 75%;
    background-color: #1B1D1E;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75);
    margin-top: 30px;
  }
  .principal .menu .carte .image {
    display: flex;
    width: 25%;
  }
  .principal .menu .carte .image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 170px;
    max-height: 170px;
  }
  .principal .menu .carte .plats {
    width: 100%;
    align-items: flex-start;
    margin: 25px;
    justify-content: space-between;
  }
  .principal .menu .carte .plats .nom {
    font-size: 25px;
  }
  .principal .menu .carte .plats .description {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
  }
  .principal .menu .carte .plats .description .tag {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    text-align: center;
    gap: 5px;
  }
  .principal .menu .carte .plats .description .tag p {
    padding: 5px;
    background-color: #401801;
    border: solid 1px #F2F2F2;
    border-radius: 10px;
  }
  .principal .menu .carte .plats .description p {
    width: 50%;
  }
  .principal .apropos {
    padding: 50px;
  }
  .principal .apropos h1 {
    padding-bottom: 20px;
  }
  .principal .apropos .rond {
    display: none;
  }
  .principal .apropos .colonne {
    display: flex;
  }
  .principal .apropos .colonne .gauche {
    font-size: 30px;
    width: 50%;
    padding-right: 25px;
    padding-top: 30px;
    gap: 50px;
  }
  .principal .apropos .colonne .gauche .un {
    width: 400px;
    height: 200px;
    border: 0px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75);
  }
  .principal .apropos .colonne .gauche .deux {
    width: 360px;
    height: 500px;
    border: 0px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75);
  }
  .principal .apropos .droite {
    width: 50%;
    padding-left: 25px;
    font-size: 30px;
    padding-top: 30px;
    gap: 50px;
  }
  .principal .apropos .droite .trois {
    border: 0px;
    width: 500px;
    height: 300px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75);
  }
  .principal .apropos .fin {
    font-size: 30px;
    width: 100%;
  }
  .principal .apropos .fin p {
    width: 45%;
    padding-top: 50px;
  }
  .principal .infolettre {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
  }
  .principal .infolettre .formulaire {
    width: 790px;
    height: 706px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .principal .infolettre .formulaire .bordure {
    width: 780px;
    height: 696px;
    border: solid 4px #F2F2F2;
    border-radius: 10px;
    font-size: 45px;
    padding: 50px;
  }
  .principal .infolettre .formulaire .bordure form {
    width: 100%;
  }
  .principal .infolettre .formulaire .bordure form input[type=text] {
    width: 80%;
    margin-top: 50px;
    padding: 20px 20px;
    font-size: 1.5rem;
  }
  .principal .infolettre .formulaire .bordure form input[type=submit] {
    width: 70%;
    background-color: #A63F03;
    color: white;
    padding: 20px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 50px;
    font-size: 1.5rem;
  }
  .principal .commentaires {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: solid 4px #F2F2F2;
  }
  .principal .commentaires div {
    width: 1000px;
    font-size: 30px;
  }
  .principal .commentaires div .commentaire {
    align-items: flex-start;
    padding-top: 40px;
  }
  .principal .commentaires div .commentaire p {
    width: 650px;
  }
  .principal .commentaires div .commentaire .etoile {
    width: 650px;
    padding-top: 10px;
  }
  .principal .commentaires div .com2 {
    align-items: flex-end;
    text-align: end;
  }
  .principal .footer {
    flex-direction: row;
    padding: 30px 50px;
  }
  .principal .footer .liens {
    gap: 40px;
  }
  .principal .footer .icons {
    width: 613.42px;
    gap: 50px;
    font-size: 40px;
    padding-left: 40px;
  }
}
.gestion {
  display: flex;
  width: 100%;
  color: #F2F2F2;
}
.gestion .gerer {
  width: 20%;
  min-height: 1080px;
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-right: solid 4px #F2F2F2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.gestion .gerer .user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 10px 10px 10px;
  border-bottom: solid 4px #F2F2F2;
}
.gestion .gerer .boutons {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  height: 400px;
  margin-top: 200px;
  align-items: center;
}
.gestion .gerer .boutons h2 {
  width: 50%;
  padding: 10px;
  border: solid 4px #F2F2F2;
  font-size: 1.5rem;
  background-color: #1B1D1E;
  cursor: pointer;
}
.gestion .gerer .boutons h2:hover {
  background-color: #333435;
}
.gestion .gerer .boutons .titre1 {
  background-color: #A63F03;
}
.gestion .gerer a {
  font-size: 1.5rem;
}
.gestion .gerer a:hover {
  color: #A63F03;
}
.gestion .listes {
  width: 80%;
  background-color: #1B1D1E;
  display: flex;
  flex-direction: column;
}
.gestion .listes h2 {
  padding: 30px 10px 10px 10px;
  width: 100%;
  text-align: center;
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 4px #F2F2F2;
}
.gestion .listes div {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 30px;
}
.gestion .listes div h2 {
  width: 100%;
  text-align: center;
  background-color: #1B1D1E;
  border: solid 4px #F2F2F2;
  cursor: pointer;
}
.gestion .listes div h3 {
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: #1B1D1E;
  border: solid 4px #F2F2F2;
  font-size: 1.5rem;
  margin-top: 30px;
  cursor: pointer;
}
.gestion .listes div h3:hover {
  background-color: #333435;
}
.gestion .listes div .menu {
  background-color: #1B1D1E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  margin: 0;
}
.gestion .listes div .menu .ajout {
  border: solid 4px #F2F2F2;
  border-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.gestion .listes div .menu .ajout form {
  display: flex;
  width: 900px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.gestion .listes div .menu .ajout form input {
  width: 80%;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #F2F2F2;
}
.gestion .listes div .menu .ajout form textarea {
  width: 720px;
  height: 150px;
  font-size: 1.5rem;
}
.gestion .listes div .menu .ajout form input[type=submit] {
  width: 50%;
  background-color: #A63F03;
  color: white;
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.5rem;
}
.gestion .listes div .menu .ajout form input[type=submit]:hover {
  background-color: #333435;
}
.gestion .listes div .menu .ajout form .upload {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.gestion .listes div .menu .ajout form .upload input[type=file]::file-selector-button {
  width: 40%;
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}
.gestion .listes div .menu .ajout form .upload input[type=file]::file-selector-button:hover {
  background-color: #333435;
}
.gestion .listes div .menu .ajout form .selection {
  text-align: center;
}
.gestion .listes div .menu .ajout form .selection h1 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}
.gestion .listes div .menu .ajout form .selection div {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.gestion .listes div .menu .ajout form .selection div .container {
  width: 30%;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gestion .listes div .menu .ajout form .selection div .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.gestion .listes div .menu .ajout form .selection div .container input:checked ~ .checkmark {
  background-color: #A63F03;
}
.gestion .listes div .menu .ajout form .selection div .container input:checked ~ .checkmark:after {
  display: block;
}
.gestion .listes div .menu .ajout form .selection div .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.gestion .listes div .menu .ajout form .selection div .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.gestion .listes div .menu .ajout form .selection div .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #F2F2F2;
}
.gestion .listes div .menu .ajout form .selection div .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.gestion .listes div .menu .ajout form .option {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 20px;
  gap: 40px;
}
.gestion .listes div .menu .ajout form .option select {
  padding: 12px 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 20px;
}
.gestion .listes div .menu .categorie {
  display: flex;
  width: 80%;
  gap: 50px;
  padding-top: 50px;
}
.gestion .listes div .menu .categorie h2 {
  font-size: 1.5rem;
  padding: 10px;
  background-image: none;
}
.gestion .listes div .menu .categorie h2:hover {
  background-color: #333435;
}
.gestion .listes div .menu .page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gestion .listes div .menu .page .carte {
  width: 100%;
  min-height: 254px;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  border-bottom: solid 4px #F2F2F2;
}
.gestion .listes div .menu .page .carte .image {
  display: flex;
  width: 170px;
  height: 170px;
  margin: 0 55px;
  background-color: #333435;
  padding: 0;
}
.gestion .listes div .menu .page .carte .image img {
  display: block;
  min-width: 170px;
  max-height: 170px;
}
.gestion .listes div .menu .page .carte .plats {
  width: 80%;
  align-items: flex-start;
  margin: 15px;
  justify-content: space-between;
}
.gestion .listes div .menu .page .carte .plats .nom {
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.gestion .listes div .menu .page .carte .plats .description {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.gestion .listes div .menu .page .carte .plats .description .tag {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  text-align: center;
  gap: 5px;
}
.gestion .listes div .menu .page .carte .plats .description .tag p {
  padding: 5px;
  background-color: #401801;
  border: solid 1px #F2F2F2;
  border-radius: 10px;
}
.gestion .listes div .menu .page .carte .plats .description p {
  width: 50%;
}
.gestion .listes div .menu .page .carte .icons {
  width: 20%;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 1rem 0;
}
.gestion .listes div .pageCategorie {
  background-color: #1B1D1E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  margin: 0;
  gap: 1.5rem;
}
.gestion .listes div .pageCategorie .ajout {
  border: solid 4px #F2F2F2;
  border-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.gestion .listes div .pageCategorie .ajout form {
  display: flex;
  width: 900px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.gestion .listes div .pageCategorie .ajout form input {
  width: 80%;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
}
.gestion .listes div .pageCategorie .ajout form input[type=submit] {
  width: 50%;
  background-color: #A63F03;
  color: white;
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.5rem;
}
.gestion .listes div .pageCategorie .ajout form input[type=submit]:hover {
  background-color: #333435;
}
.gestion .listes div .pageCategorie .ajout form .upload {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.gestion .listes div .pageCategorie .ajout form .upload input[type=file]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}
.gestion .listes div .pageCategorie .ajout form .upload input[type=file]::file-selector-button:hover {
  background-color: #333435;
}
.gestion .listes div .pageCategorie .ajout form .selection {
  text-align: center;
}
.gestion .listes div .pageCategorie .ajout form .selection h1 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}
.gestion .listes div .pageCategorie .ajout form .selection div {
  display: flex;
  flex-wrap: wrap;
}
.gestion .listes div .pageCategorie .ajout form .selection div .container {
  width: 20%;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gestion .listes div .pageCategorie .ajout form .selection div .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.gestion .listes div .pageCategorie .ajout form .selection div .container input:checked ~ .checkmark {
  background-color: #A63F03;
}
.gestion .listes div .pageCategorie .ajout form .selection div .container input:checked ~ .checkmark:after {
  display: block;
}
.gestion .listes div .pageCategorie .ajout form .selection div .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.gestion .listes div .pageCategorie .ajout form .selection div .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.gestion .listes div .pageCategorie .ajout form .selection div .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #F2F2F2;
}
.gestion .listes div .pageCategorie .ajout form .selection div .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.gestion .listes div .pageCategorie .ajout form .option {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 20px;
  gap: 40px;
}
.gestion .listes div .pageCategorie .ajout form .option select {
  padding: 12px 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 20px;
}
.gestion .listes div .pageCategorie div {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.gestion .listes div .pageCategorie div .carteCategorie {
  display: flex;
  width: 20%;
  font-size: 1.5rem;
  border: solid 2px #F2F2F2;
  padding: 1rem;
  margin-top: 20px;
}
.gestion .listes div .pageCategorie div .carteCategorie .itemCategorie {
  width: 50%;
}
.gestion .listes div .pageCategorie div .carteCategorie .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  gap: 20px;
}
.gestion .listes div .pageCategorie .carteCategorie {
  display: flex;
  width: 20%;
  font-size: 1.5rem;
  border: solid 2px #F2F2F2;
  padding: 1rem;
  margin-top: 20px;
}
.gestion .listes div .pageCategorie .carteCategorie .itemCategorie {
  width: 50%;
}
.gestion .listes div .pageCategorie .carteCategorie .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  gap: 40px;
}
.gestion .listes div .employes {
  background-color: #1B1D1E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  margin: 0;
}
.gestion .listes div .employes .ajout {
  border: solid 4px #F2F2F2;
  border-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.gestion .listes div .employes .ajout form {
  display: flex;
  width: 900px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.gestion .listes div .employes .ajout form input {
  width: 80%;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
}
.gestion .listes div .employes .ajout form input[type=submit] {
  width: 50%;
  background-color: #A63F03;
  color: white;
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.5rem;
}
.gestion .listes div .employes .ajout form input[type=submit]:hover {
  background-color: #333435;
}
.gestion .listes div .employes .ajout form .upload {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.gestion .listes div .employes .ajout form .upload input[type=file]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}
.gestion .listes div .employes .ajout form .upload input[type=file]::file-selector-button:hover {
  background-color: #333435;
}
.gestion .listes div .employes .ajout form .selection {
  text-align: center;
}
.gestion .listes div .employes .ajout form .selection h1 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}
.gestion .listes div .employes .ajout form .selection div {
  display: flex;
  flex-wrap: wrap;
}
.gestion .listes div .employes .ajout form .selection div .container {
  width: 20%;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gestion .listes div .employes .ajout form .selection div .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.gestion .listes div .employes .ajout form .selection div .container input:checked ~ .checkmark {
  background-color: #A63F03;
}
.gestion .listes div .employes .ajout form .selection div .container input:checked ~ .checkmark:after {
  display: block;
}
.gestion .listes div .employes .ajout form .selection div .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.gestion .listes div .employes .ajout form .selection div .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.gestion .listes div .employes .ajout form .selection div .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #F2F2F2;
}
.gestion .listes div .employes .ajout form .selection div .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.gestion .listes div .employes .ajout form .option {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 20px;
  gap: 40px;
}
.gestion .listes div .employes .ajout form .option select {
  padding: 12px 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 20px;
}
.gestion .listes div .employes .carteEmploye {
  display: flex;
  width: 50%;
  font-size: 1.5rem;
  border-bottom: solid 2px #F2F2F2;
  padding: 1rem;
  margin-top: 20px;
}
.gestion .listes div .employes .carteEmploye .compte {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
.gestion .listes div .employes .carteEmploye .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  gap: 40px;
}

.modification {
  min-width: 100vh;
  min-height: 100vh;
  background-image: url("../img/solid-concrete-wall-textured-backdrop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F2F2F2;
  padding: 3rem 0;
}
.modification .formulaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  background-color: #1B1D1E;
  border-radius: 30px;
  border: solid 4px #F2F2F2;
  padding: 40px;
}
.modification .formulaire h1 {
  padding-bottom: 20px;
}
.modification .formulaire form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.modification .formulaire form input {
  width: 70%;
  padding: 15px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
}
.modification .formulaire form textarea {
  width: 471px;
  height: 150px;
  font-size: 1.2rem;
  margin: 8px 0;
}
.modification .formulaire form label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin-top: 10px;
  font-size: 1.5rem;
}
.modification .formulaire form input[type=submit] {
  width: 60%;
  background-color: #A63F03;
  color: white;
  padding: 15px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
}
.modification .formulaire form input[type=submit]:hover {
  background-color: #333435;
}
.modification .formulaire form .option {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 20px;
  gap: 40px;
}
.modification .formulaire form .option select {
  padding: 12px 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-size: 20px;
  margin: 8px 0;
}
.modification .formulaire form .selection {
  text-align: center;
}
.modification .formulaire form .selection h1 {
  font-size: 20px;
  margin-bottom: 1.5rem;
}
.modification .formulaire form .selection div {
  display: flex;
  flex-wrap: wrap;
}
.modification .formulaire form .selection div .container {
  width: 25%;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.5rem;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modification .formulaire form .selection div .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modification .formulaire form .selection div .container input:checked ~ .checkmark {
  background-color: #A63F03;
}
.modification .formulaire form .selection div .container input:checked ~ .checkmark:after {
  display: block;
}
.modification .formulaire form .selection div .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.modification .formulaire form .selection div .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.modification .formulaire form .selection div .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #F2F2F2;
}
.modification .formulaire form .selection div .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.modification .formulaire form .upload {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.modification .formulaire form .upload img {
  width: 170px;
  height: 170px;
}
.modification .formulaire form .upload input[type=file]::file-selector-button {
  width: 40%;
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}
.modification .formulaire form .upload input[type=file]::file-selector-button:hover {
  background-color: #333435;
}/*# sourceMappingURL=style.css.map */