article {
  width: 100%;
  border-bottom: 0px solid #eee;
  margin-bottom: 100px;
  padding-top: 50px;
}
.post-entete {
  width: 100%;
  min-height: 50%;
  height: 50vh;
  position: relative;
  text-align: center;
  display: flex;
}
.post-entete-content {
  width: 100%;
}
.post-entete img {
  width: auto;
  height: 100%;

}


.post-entete-thumb {
  text-align: center;
  z-index: 7;
}


.post-entete-thumb img {
  width: 30%;
  height: auto;
}

.post-container {
  padding: 50px;
}

.post-container {
  padding: 0;
}

.post-content {
  max-width: 70%;
}
.post-detail {
  border-bottom: 0px solid #eee;
  padding-bottom: 0px;
  margin-bottom: 25px;
}
.postit-post {
  width: 100%;
  bottom: 0px;
  min-height: 20px;
  margin-bottom: 40px;
  }

