@charset "UTF-8";
/* Variable */
body {
  font-size: 16px;
  font-family: "Merriweather";
  padding: 1.5rem;
}

h1, h2 {
  font-family: "amatic-sc";
}

h1 {
  font-size: 8rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 1.5rem;
}

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

.separateur {
  width: 0.2rem;
  background-color: #AD9169;
  border-radius: 8px;
  height: 20rem;
  margin-top: 8rem;
  display: none;
}

nav {
  position: absolute;
  top: 0;
  left: calc(320px - 1.25rem - 16px);
  z-index: 999;
}
nav .hamburger-conteneur {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #1C1D1E;
  padding-top: 50px;
  height: 100vh;
  width: 320px;
  filter: opacity(0.9);
}
nav .hamburger-conteneur a {
  margin-bottom: 1rem;
}
nav .hamburger-conteneur a:hover {
  color: #AD9169;
}

.hamburger {
  font-size: 2rem;
  position: fixed;
  z-index: 999999;
}
.hamburger i {
  color: #F5F5F5;
}
.hamburger i:hover {
  color: #AD9169;
}

.liens {
  display: none;
}

h1 {
  font-size: 128px;
  margin: 0;
  color: #F5F5F5;
}

.accueil {
  position: relative;
  text-shadow: 2px 2px 4px #1C1D1E;
}
.accueil img {
  display: block;
  width: 100%;
  height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.9;
  filter: brightness(0.3);
}
.accueil div {
  position: absolute;
  top: 25%;
  left: 15%;
  /* z-index: 999; */
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  align-items: center;
}
.accueil div div {
  position: relative;
  left: 0;
}
.accueil div div a {
  width: 215px;
  height: 50px;
  background-color: rgba(28, 29, 30, 0.65);
  border: solid 3px #F5F5F5;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*         &:first-child {
            margin-bottom: 0.75rem;
          } */
}
.accueil div div a:hover {
  background-color: #AD9169;
  border-color: #AD9169;
}

/* Section - menu */
.menu-accueil {
  /* position: relative; */
}
.menu-accueil .background-image {
  position: absolute;
  z-index: -1;
  filter: brightness(0.1);
  /*    img {
       display: block;
     } */
}
.menu-accueil h2 {
  margin: 0;
  padding: 1rem 0 3rem 0;
  text-align: center;
  color: #F5F5F5;
}
.menu-accueil article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.5rem 0;
}
.menu-accueil article a {
  position: relative;
  border: 3px solid #AD9169;
  /*       display: block;
        text-decoration: none;
        color: $texte; */
  overflow: hidden;
}
.menu-accueil article a:hover img {
  transform: scale(1.3);
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.menu-accueil article a img {
  width: 270px;
  height: 140px;
  filter: brightness(0.6);
}
.menu-accueil article a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px #1C1D1E;
}

/* Section - a propos */
.a-propos {
  background-color: #1C1D1E;
  padding: 3rem 2.5rem;
  color: #F5F5F5;
  text-align: center;
}
.a-propos div {
  background-color: rgba(91, 92, 93, 0.3);
  padding: 4rem 2.5rem;
  border-radius: 8px 40px;
}
.a-propos div h2,
.a-propos div p {
  text-shadow: 2px 2px 4px #1C1D1E;
}
.a-propos div p {
  padding-top: 2rem;
  line-height: 1.5rem;
}

/* Section - rendez-vous */
.rendez-vous {
  background-image: url("../../medias/section/rdv-gourmets-image.jpg");
  background-position: center;
  background-size: cover;
  background-color: #1C1D1E;
  padding: 3rem 2.5rem;
  color: #F5F5F5;
  text-align: center;
  filter: brightness(0.8);
}
.rendez-vous div {
  background-color: rgba(28, 29, 30, 0.7);
  padding: 4rem 2.5rem;
  border-radius: 40px 8px;
  filter: brightness(1.2);
}
.rendez-vous div h2,
.rendez-vous div p {
  text-shadow: 2px 2px 4px #1C1D1E;
}
.rendez-vous div p {
  padding-top: 2rem;
  line-height: 1.5rem;
}

/* Section - infolettre et commentaire */
.contact {
  display: flex;
  flex-direction: column;
  background-color: #1C1D1E;
  text-align: center;
  padding: 1rem;
  color: #F5F5F5;
}
.contact .infolettre {
  border-bottom: 3px solid #AD9169;
  padding-bottom: 3rem;
  margin-bottom: 1.75rem;
}
.contact .infolettre p {
  font-size: 0.75rem;
}
.contact .infolettre h2 {
  padding-top: 2rem;
}
.contact .infolettre form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 3rem;
}
.contact .infolettre form input {
  height: 36px;
}
.contact .infolettre form input[type=submit] {
  background-color: #AD9169;
  color: #F5F5F5;
  height: 50px;
  border: none;
}
.contact .infolettre form input[type=submit]:hover {
  background-color: #515D6A;
}
.contact .commentaire {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .commentaire .message {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.contact .commentaire .message p strong {
  font-size: 1.3rem;
}
.contact .commentaire .message p strong:hover {
  color: #AD9169;
  cursor: pointer;
}
.contact .commentaire .note {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.contact .commentaire .note img {
  width: 6rem;
}
.contact .commentaire .pagination input {
  margin: 0 0.1rem;
}
.contact .commentaire .pagination input:checked {
  border-color: #F5F5F5;
  background-color: #1C1D1E;
}

/* Mettre un filtre pour obscurcir le background image */
.renseignement {
  background-image: url("../../medias/section/guirlande.jpg");
  background-position: center;
  background-size: cover;
  background-color: #1C1D1E;
  padding: 3rem 2.5rem;
  color: #F5F5F5;
  text-align: center;
}
.renseignement div {
  background-color: rgba(28, 29, 30, 0.6);
  padding: 4rem 2.5rem;
  border-radius: 40px 8px;
}
.renseignement div h2,
.renseignement div p {
  text-shadow: 2px 2px 4px #1C1D1E;
}
.renseignement div p {
  padding-top: 2rem;
  line-height: 1.5rem;
}

#titre-menu {
  font-size: 3rem;
  text-align: center;
}

.conteneur {
  padding: 1rem;
  background-image: linear-gradient(to bottom right, #515D6A, #1C1D1E);
  color: #F5F5F5;
  text-align: center;
  /* Le div parent sans classe */
}
.conteneur h1 {
  padding-bottom: 2rem;
}
.conteneur h2 {
  margin: 0;
  padding: 2rem 0 1rem 0;
}
.conteneur #nav-menu {
  z-index: 0;
}
.conteneur nav {
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: 5px solid #AD9169;
  padding-bottom: 1rem;
  left: 0;
}
.conteneur nav a {
  padding: 0.5rem 0.625rem;
  border-right: 3px solid #AD9169;
}
.conteneur nav a:last-child {
  border: none;
}
.conteneur nav a:hover {
  color: #AD9169;
}
.conteneur .menu {
  padding-bottom: 1rem;
  border-bottom: 5px solid #AD9169;
}
.conteneur div {
  position: relative;
  margin: 1rem 0;
  /* Affiche l'icon pour modifier et supprimer un plat */
}
.conteneur div .menu-admin {
  background-color: #1C1D1E;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.conteneur div .menu-admin a {
  color: #AD9169;
}
.conteneur div .menu-admin a:hover {
  color: #F5F5F5;
}
.conteneur div .menu-info {
  background-color: rgba(28, 29, 30, 0.8);
  height: 60px;
  position: absolute;
  bottom: -1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conteneur div img {
  display: block;
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.conteneur div .menu-info p {
  color: #F5F5F5;
}
.conteneur div .menu-info .menu-description,
.conteneur div .menu-info .menu-prix {
  display: none;
}

.menu-bouton {
  background-color: #AD9169;
  display: flex;
  padding: 1rem;
  margin: 1rem 2rem;
  border-radius: 8px;
  justify-content: center;
}

/* Section - Employé */
.bouton-employe {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.75rem;
  border: 1px solid #F5F5F5;
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
  background-color: #1C1D1E;
  border-radius: 0.5rem;
}
.bouton-employe a {
  padding: 0.5rem 0;
  margin: 0;
  border: 2px solid #AD9169;
}
.bouton-employe a:hover {
  background-color: #515D6A;
  border: 2px solid #F5F5F5;
}
.bouton-employe #ajouter-afficher {
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
}
.bouton-employe #ajouter-afficher a {
  padding: 0.5rem;
}
.bouton-employe .categorie label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bouton-employe .categorie label input {
  height: 10%;
  width: 55%;
}
.bouton-employe .categorie label input:nth-child(2) {
  background-color: #AD9169;
  color: #F5F5F5;
  border-color: #AD9169;
  border-radius: 0.5rem;
}
.bouton-employe .categorie label input:nth-child(2):hover {
  background-color: #515D6A;
  border: 2px solid #F5F5F5;
}
.bouton-employe .categorie label div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bouton-employe .categorie label div select {
  width: 100%;
}
.bouton-employe .categorie label div input {
  width: 100%;
  color: #1C1D1E !important;
  background-color: #F5F5F5 !important;
  border-radius: 0 !important;
  border: none;
}
.bouton-employe .categorie label div input::-moz-placeholder {
  font-size: 0.6rem;
}
.bouton-employe .categorie label div input::placeholder {
  font-size: 0.6rem;
}
.bouton-employe .categorie label div input:hover {
  border: none !important;
}
.bouton-employe .deconnexion {
  margin: 0;
  margin-bottom: 1rem;
}

.plat {
  align-items: normal !important;
}

.plat-select {
  display: flex;
  gap: 1rem;
}

input[type=file] {
  width: 100%;
}

.menu_tags {
  height: 220px;
  padding: 5px;
}

/* Accueil */
body {
  padding: 0;
  margin: 0;
  background-color: #515D6A;
}

.utilisateur-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1C1D1E;
  color: #F5F5F5;
  padding: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.utilisateur-header h2 {
  font-size: 2rem;
}
.utilisateur-header a {
  text-align: center;
  color: #F5F5F5;
  text-decoration: none;
  font-size: 0.75rem;
}
.utilisateur-header a:hover {
  color: #AD9169;
}

.administration {
  background-color: #515D6A;
  padding: 1rem;
  margin-top: 7rem;
}
.administration div {
  background-color: #F5F5F5;
  padding: 1rem;
}
.administration div h3 {
  border-bottom: 1px solid #1C1D1E;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
}
.administration div form {
  border-bottom: 1px solid #1C1D1E;
  margin-bottom: 2rem;
}
.administration div form label {
  font-size: 0.75rem;
}
.administration div form input {
  height: 1.75rem;
  width: 100%;
  border-radius: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
.administration div form input[type=submit] {
  height: 2.5rem;
  background-color: #AD9169;
  color: #F5F5F5;
}
.administration div form input[type=submit]:hover {
  background-color: #515D6A;
  cursor: pointer;
}
.administration div form div {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.administration div form div a {
  font-size: 0.5rem;
  text-decoration: none;
  color: #1C1D1E;
}
.administration div form div a:hover {
  color: blue;
}
.administration div img {
  width: 100px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

/* Ajouter un utilisateur */
#modifier-ajouter {
  font-size: 1.3rem;
  margin-top: 1rem;
  text-shadow: 2px 2px #1C1D1E;
  color: #F5F5F5;
  padding: 0 1rem;
  text-align: center;
}

.un-employe-plat label {
  padding-bottom: 1rem;
}
.un-employe-plat .bouton-modifier-ajouter {
  margin: 0;
  padding: 0.5rem;
  color: #F5F5F5;
  border: 1px solid #AD9169;
}
.un-employe-plat .bouton-modifier-ajouter:hover {
  background-color: #515D6A;
  border: 1px solid #F5F5F5;
}

#conteneur-admin .conteneur-admin {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
}
#conteneur-admin .conteneur-admin h1 {
  font-size: 3rem;
  margin-top: 1rem;
  font-weight: bold;
  text-shadow: 2px 2px #1C1D1E;
}
#conteneur-admin .conteneur-admin section a {
  margin-bottom: 2rem;
  border: 1px solid #AD9169;
}
#conteneur-admin .conteneur-admin section a:hover {
  background-color: #1C1D1E;
  border: 1px solid #F5F5F5;
}
#conteneur-admin .conteneur-admin section .un-employe-plat {
  border: 2px solid #F5F5F5;
  background-color: #1C1D1E;
  color: #F5F5F5;
  margin: 1rem;
  padding: 1rem;
}
#conteneur-admin .conteneur-admin section .un-employe-plat h3 {
  color: #AD9169;
}
#conteneur-admin .conteneur-admin section .un-employe-plat .menu-admin a {
  border: none;
}
#conteneur-admin .conteneur-admin section .un-employe-plat .menu-admin a:first-child {
  margin-right: 1rem;
}

/* Footer */
iframe {
  width: calc(320px - 1rem);
}

footer {
  background-image: linear-gradient(to bottom right, #515D6A, #1C1D1E);
  text-align: center;
  padding-top: 1rem;
}
footer #navigation {
  display: none;
}
footer h2, footer p {
  color: #F5F5F5;
}
footer h2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
footer h2:nth-of-type(2) {
  padding-bottom: 0;
}
footer img {
  width: 140px;
  height: 90px;
}
footer section .focus {
  color: #AD9169;
}
footer section img {
  margin-top: 1.75rem;
}
footer section div {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
footer section #nous-suivre {
  padding-bottom: 0;
}
footer section p {
  margin: 0.5rem;
}
footer section p i {
  padding-right: 0.5rem;
}
footer section i {
  color: #F5F5F5;
}

.legalisation {
  padding: 3rem 0 0.5rem;
  font-size: 0.5rem;
}

@media screen and (min-width: 321px) {
  body {
    max-width: 1200px;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 321px) {
  .utilisateur-header h2 {
    font-size: 4rem;
    margin: 0;
  }
  .utilisateur-header #utilisateur-header {
    font-size: 1.5rem;
  }
  .hamburger {
    display: none;
  }
  #app {
    left: 0;
  }
  #app .liens {
    display: flex;
    width: 100vw;
    justify-content: center;
    padding-top: 2rem;
    gap: 2rem;
  }
  #app .liens a:hover {
    color: #AD9169;
  }
}
@media screen and (min-width: 321px) {
  /* Accueil */
  .accueil img {
    height: 900px;
  }
  .accueil .cta-accueil {
    top: 40%;
    left: 30%;
  }
  .accueil .cta-accueil div {
    flex-direction: row;
  }
  /* Menus */
  .menu-accueil {
    margin-bottom: 3rem;
  }
  .menu-accueil .background-image {
    height: 50vw;
  }
  .menu-accueil h2 {
    padding: 3rem 0 4rem 0;
  }
  .menu-accueil .menu-article {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }
  .menu-accueil .menu-article article a img {
    width: 300px;
    height: 300px;
  }
  /* Infolettre/commentaire */
  .contact {
    flex-direction: row;
    width: 100%;
  }
  .contact .infolettre,
  .contact .commentaire {
    width: 50%;
    margin: 0 0.5rem;
    border-bottom: 3px solid #AD9169;
  }
  .contact .infolettre {
    padding-right: 1rem;
  }
  .contact .infolettre form input {
    width: 50%;
    position: relative;
    margin: 0 auto;
  }
  .contact .separateur {
    margin-top: 2rem;
    display: flex;
  }
  .contact .commentaire {
    justify-content: space-between;
  }
  .contact .commentaire h3 {
    font-family: "amatic-sc";
    font-size: 5rem;
    padding-top: 2rem;
  }
  .contact .commentaire .message {
    justify-content: space-around;
    /* margin: 2rem 2rem 0; */
  }
  .contact .commentaire .message p {
    font-size: 1.5rem;
  }
  .contact .commentaire .message p strong {
    font-size: 2.5rem;
  }
  .contact .commentaire .conteneur-commentaire {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 321px) {
  .conteneur-menu {
    padding: 6.5rem 4rem 0;
  }
  .conteneur-menu #titre-menu {
    font-size: 7rem;
  }
  .conteneur-menu #nav-menu a {
    font-size: 1.8rem;
  }
  .conteneur-menu .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    position: relative;
    margin: 0 auto;
  }
  .conteneur-menu .menu h2 {
    grid-column: 1/3;
    font-size: 5rem;
  }
  .conteneur-menu .menu article {
    max-width: 450px;
    margin-left: calc(1064px - (1048px - 1.5rem));
  }
  .conteneur-menu .menu article div .menu-admin a {
    font-size: 2rem;
  }
  .conteneur-menu .menu article div img {
    border-radius: 0.5rem;
    height: 400px;
  }
  .conteneur-menu .menu article div .menu-info {
    flex-direction: column;
    justify-content: space-evenly;
    height: 60%;
    align-items: start;
    padding: 0 2rem;
  }
  .conteneur-menu .menu article div .menu-info p {
    text-align: left;
    display: flex;
    font-size: 1.2rem;
    text-shadow: 1px 1px #AD9169;
  }
  .conteneur-menu .menu article div .menu-info p:first-child {
    font-size: 1.8rem;
  }
  .conteneur-menu .menu-description,
  .conteneur-menu .menu-prix {
    display: flex;
  }
  /* Menu-employe */
  .conteneur {
    padding-top: 7rem;
    /* Section employé */
  }
  .conteneur .bouton-employe {
    max-width: 600px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .conteneur .bouton-employe h3 {
    grid-column: 1/4;
  }
  .conteneur .bouton-employe #ajouter-afficher {
    justify-content: center;
    grid-column: 1/4;
  }
  .conteneur .bouton-employe .categorie form {
    margin: 1rem 0;
  }
  .conteneur .bouton-employe .categorie form label {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .conteneur .bouton-employe .categorie form label div {
    margin: 0;
  }
  .conteneur .bouton-employe .categorie form label input {
    width: 100%;
    height: 100%;
  }
  .conteneur .bouton-employe .categorie form label input[type=text] {
    height: 50%;
  }
  .conteneur .bouton-employe .categorie form label input[type=submit] {
    grid-column: 1/3;
    margin-top: 1rem;
  }
  .conteneur .bouton-employe .categorie:nth-of-type(section) form label input[type=submit] {
    margin: 0;
  }
  .conteneur .bouton-employe .deconnexion {
    grid-column: 2;
  }
}
@media screen and (min-width: 321px) {
  /* Connexion */
  .administration {
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    margin-top: 10rem;
  }
  /* Liste des employes */
  #conteneur-admin .conteneur-admin {
    margin-top: 7rem;
  }
  #conteneur-admin .conteneur-admin h1 {
    font-size: 5rem;
  }
  #conteneur-admin .conteneur-admin h3 {
    font-size: 3rem;
  }
  #conteneur-admin .conteneur-admin section {
    /* Ajouter employe */
  }
  #conteneur-admin .conteneur-admin section .un-employe-plat {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    /* Ajouter un plat */
  }
  #conteneur-admin .conteneur-admin section .un-employe-plat label {
    display: flex;
    justify-content: space-between;
  }
  #conteneur-admin .conteneur-admin section .un-employe-plat label span {
    margin-left: 1rem;
  }
  #conteneur-admin .conteneur-admin section .un-employe-plat input[type=submit] {
    position: relative;
    margin: 0 auto;
  }
  #conteneur-admin .conteneur-admin section .un-employe-plat .plat-select label select {
    margin-left: 1rem;
  }
  #conteneur-admin .conteneur-admin section .un-employe-plat .plat-select label .categorie-plat {
    height: 2rem;
    /* option{
        font-size: 1rem;
    } */
  }
}
@media screen and (min-width: 321px) {
  /* Liste des employes */
  .conteneur-admin section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .conteneur-admin section .menu-bouton {
    width: 19rem;
  }
  .conteneur-admin section .conteneur-employe {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 321px) {
  iframe {
    width: 100%;
  }
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer div {
    display: flex;
    gap: 4rem;
  }
  footer div section {
    width: 25%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer div #navigation {
    display: block;
  }
  footer div #navigation div {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  footer div #navigation div a {
    display: inline-block;
    padding: 0;
  }
  footer div #navigation div a:hover {
    color: #AD9169;
  }
  footer div .separateur {
    margin-top: 8rem;
    display: flex;
  }
  .legalissation {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */