.container_create_post{
    color: white;
    padding: 100px;
}
.container_create_post .bg{
    background-image: url("/image/watter.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.content_all_post ul li{
    list-style: none;
}


/* article */
.container_article{

}
.container_article .bg{
    background-image: url("/image/arti.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
}
.container_article .bg .blur{
    width: 100%;
    height: 600px;
    backdrop-filter: blur(5px);
}
.container_article .article{
    transform: translate(0px, -150px);
    background-color: rgb(43, 43, 43, 100%);
    padding: 10px;
    border-radius: 5px;
    margin: 0px 50px;
    border: #543F2D 1px solid;
}
.container_article .article .header_article{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}
.container_article .article .header_article .title{
    color: #e67e22;
}
.container_article .article .header_article .date{
    color: #e67e22;
}
.container_article .article .categorie{
    color: #535353;
    padding: 7px;
    border: 1px solid #e67e22;
    display: table-cell;
    border-radius: 5px;
    cursor: pointer;
}
.container_article .article .contenue{
    color: white;
}
.container_article .article .pagination{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.container_article .article .pagination .link_pagination{
    text-decoration: none;
    color: white;
    padding: 7px;
    border: 1px solid #e67e22;
    border-radius: 5px;
    margin: 5px;
}
.container_article .container_reponse{
    display: block;
    margin: 0px 50px;
    transform: translate(0px, -150px);
    padding: 10px;
    background-color: rgb(43, 43, 43, 100%);
    padding: 10px;
    border-radius: 5px;
    border: #543F2D 1px solid;
}
.container_article .container_reponse #form_commentaire{
    display: flex;
    align-items: center;
}
.container_article .container_reponse .reponse{
    min-width: 90%;
    max-width: 90%;
    max-height: 100px;
    min-height: 100px;
    margin: 0 !important;
}
.container_article .container_reponse .cont_send{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 10%;
}
.container_article .container_reponse button{
    color: #535353;
    padding: 7px;
    background: #202425;
    border: 1px #535353 solid;
    border-radius: 5px;
    margin: 10px;
}
.container_article .container_reponse svg{
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1);
    color: #535353;
}
.container_article .number_commentaire{
    transform: translate(0px, -130px);
    padding: 10px;
    color: white;
    margin: 0px 50px;;
    border-left: 2px solid #e67e22;
}
.container_article .commentaire_content{
    transform: translate(0px, -130px);
    padding: 10px;
    border-radius: 5px;
    margin: 0px 50px;
    background: #2b2b2b;
}
.container_article .commentaire_content .container_commentaire{
    color: white;
    display: flex;
}
.container_article .commentaire_content .container_commentaire .img_profil img{
    width: 60px;
    border-radius: 50%;
}
.container_article .commentaire_content .container_commentaire .commentaire{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-left: 25px;
}
.container_article .commentaire_content .container_commentaire .commentaire .header_commentaire{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 10px;
    margin-bottom: 20px;
}
.container_article .commentaire_content .container_commentaire .commentaire .header_commentaire .response{
    border: 1px #535353 solid;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    background: #202425;
    color: #e67e22;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.container_article .commentaire_content .container_commentaire .commentaire .header_commentaire .response span{
    margin-left: 5px;
}


.container_article .commentaire_content .container_commentaire .commentaire .header_commentaire svg{
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1);
    color: #e67e22;
}

/* MY POST */
.container_my_post .bg{
    background-image: url("/image/bureau.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
}
.container_my_post .bg .blur{
    width: 100%;
    height: 600px;
    backdrop-filter: blur(5px);
}