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

* {
  font-weight: 200;
}
img {
  border: none;
}
/*********HEADER*********/
.couverture {
  background: fixed no-repeat 50% 50%;
  background-size: cover;
  height: 25rem;
}
/*********BOX 1*********/
.box1 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.texte_box1 {
  flex: 1;
  width: 100%;
  height: 75rem;
  min-width: 20rem;
  flex-wrap: wrap;
  font-family: "Sarabun", sans-serif;
  margin-bottom: 2rem;
  margin-top: 4rem;
  padding: 0 1rem 0 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-color: #2b2d4227 #edf2f4;
  scrollbar-width: thin;
}
.texte_1 {
  flex-wrap: wrap;
  text-align: justify;
}
.titre_page_article {
}
.sous_titre_page_article {
  margin: 1.5rem 0 1rem 0;
}
.image_texte_box1 {
  width: 100%;
  height: 20rem;
  background: 50% 50%;
  background-size: cover;
  margin: 2rem 0 0 0;
}
.images_box1 {
  margin: 4rem 1rem 0 1rem;
  width: 20rem;
  min-width: 17rem;
}
.image_box1 {
  width: 100%;
  height: 25rem;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.box2 {
  font-family: "Sarabun", sans-serif;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  align-items: center;
}
.sous_titre_page_article_box2 {
  margin: 2rem 1rem 0 1rem;
  width: 100%;
}
.texte_2 {
  margin: 1rem;
  text-align: justify;
  width: 100%;
}
.box2 img {
  width: 100%;
}
.Le_savier_vous {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
}
.title_le_savier_vous {
  width: 100%;
  margin-left: 1rem;
}
.le_savier_vous_1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2rem 0 1rem 0;
}
.image_le_savier_vous {
  flex: 1;
  width: 100%;
  min-width: 20rem;
  margin: 0.5rem 1rem 0 1rem;
}
.texte_le_savier_vous {
  flex: 2;
  margin: 0.5rem 1rem 0 1rem;
  text-align: justify;
  max-width: 100%;
  min-width: 20rem;
}
.le_savier_vous_2 {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin: 1rem 0 1rem 0;
}
.auteur_date {
  color: #979797;
  width: 100%;
  text-align: end;
  margin-bottom: 4rem;
}
.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;
}

.btn_supprimer {
  background: #e5383b;
  padding: 0.5rem 1rem 0.5rem 1rem;
  color: #edf2f4;
  width: 6rem;
  text-align: center;
}

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

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