@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400&family=Sarabun:wght@200;300&family=Quicksand:wght@400;500;600;700&family=Jura:wght@300&display=swap");

.main_page_restaurant {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
}
.container_restaurant {
  width: 90%;
  margin-top: 4rem;
}
.container_nom_restaurant {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.2rem;
  align-items: flex-end;
}
.nom_restaurant {
  font-weight: 500;
  font-size: 35px;
  width: 100%;
}
.lien_restaurant {
  background: #e5383b;
  width: 6rem;
  padding: 0.5rem;
  text-align: center;
  color: #edf2f4;
}
.adresse_restaurant {
  color: darkgray;
}
.container_img {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.image {
  background-size: cover;
}
.image1 {
  flex: 2;
  height: 25rem;
  max-width: 100%;
  min-width: 50%;
  margin: 0 1.5px 3px 1.5px;
}
.container_droit {
  flex: 1;
  display: flex;
  width: 100%;
  margin: 0 1.5px 0 1.5px;
}
.container_image_1_2 {
  display: flex;
  flex-direction: column;
  margin-right: 3px;
}
.image2 {
  height: 12.4rem;
  width: 12.4rem;
  margin-bottom: 3px;
}
.image3 {
  height: 12.4rem;
  width: 12.4rem;
}
.image4 {
  flex: 1;
  width: 100%;
  min-width: 5rem;
  height: 25rem;
}
.description_restaurant {
  text-align: justify;
  margin-top: 1rem;
  font-weight: 300;
}
.container_information {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.container_horaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #2b2d42;
  color: #edf2f4;
  padding: 2rem 1rem;
  width: 100%;
  min-width: 15rem;
  margin: 0 1rem 1rem 1rem;
  flex: 1;
}
.title_horaire {
  font-size: 25px;
}
.info_horaire {
  font-size: 20px;
  margin-bottom: 0.3rem;
}
.container_info {
  flex: 2;
  width: 100%;
  min-width: 20rem;
  margin: 0 1rem 1rem 1rem;
  padding: 1rem;
  background: #fcfcfc;
}
.title_info {
  margin-bottom: 0.4rem;
  font-size: 17px;
  font-weight: 300;
}
.info_info {
  margin-bottom: 0.5rem;
  font-size: 17px;
}
.icone {
  margin-right: 0.5rem;
  color: #e5383b;
  font-size: 15px;
}
.maps {
  width: 100%;
  margin: 2rem;
  display: flex;
  justify-content: center;
}
.btn_page_article {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 4rem;
}
.retour_articles {
  background: #2b2d42;
  padding: 0.75rem;
  width: 7.5rem;
  text-align: center;
  color: #edf2f4;
  margin: 0 3px 0 3px;
  transition: 1s;
}
.retour_articles:hover {
  background: #dbdbdb;
  color: #2b2d42;
}
.form_comentaire {
  width: 100%;
  max-width: 55rem;
}

.container_commentaires {
  background: white;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 55rem;
}

.date_container {
  font-size: 14px;
  color: #979797;
}

.container_poster_commentaire {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.poster_commentaire {
  display: flex;
  justify-content: flex-end;
}

.commentaire {
  min-height: 4rem;
}

.btn_poster {
  padding: 0.6rem 2rem 0.6rem 2rem;
  background: #2b2d42;
  border: none;
  color: #edf2f4;
  font-family: "Sarabun", sans-serif;
  width: 7.5rem;
  text-align: center;
}

.container_commentaire {
  border-bottom: solid 0.5px #a3a3a3;
  padding: 1.5rem;
}

.contenu_avis {
  margin: 0.5rem 0 1.5rem 0;
}

.fa-trash {
  color: #2b2d42;
  width: min-content;
}

.container_btn_supprimer {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles pour cette Media Queries */
  .container_info {
    min-width: 15rem;
  }
}
