@media screen and (max-width: 1000px) {
	.post-contener {
		flex-direction: column !important;
	}
	.postAside {
		width: 100% !important;
		margin-bottom: 10px
	}
	.postContent {
		width: 100% !important;
	}
	#main {
		width: 95% !important;
	}
}
#main {
	margin: 50px auto 60px auto;
	color: #656565;
	padding: 0px;
	width: 93%;
}
.post-contener {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 100px;
}
.postAside {
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	width: 25%;
	background: white;
}
.postContent {
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	width: 70%;
	background: white;
}
#contener-data-user {
	border-radius: 10px;
	text-align: left;
	margin: 50px;
	background: #FFF;
	width: 30%;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.titlePdp {
	text-align: center;
}
.pdp-contener {
	margin: 30px auto;
	border-radius: 100%;
	box-shadow: 0 2px 10px 0 #0000001a;
	width: 120px ;
	height: 120px ;
	overflow: hidden;
}
.pdp-contener img {
	max-width: 100%;
}
.list-donnees  {
	list-style-type: none;
	text-align: left;
}
.list-donnees h4{
	margin-bottom: 0px;
}
.headerMainPost {
	margin: 40px 40px 0 40px;
}
.headerMainPost h5 {
	margin: 0;
}
.bbcodeParserMainPost {
	min-height: calc(100% - 229px);
	border:1px solid #eceff5;
	border-radius: 10px;
	padding: 20px 0;
	margin: 40px;
	color: initial;
	text-align: initial;
	font-weight: initial;
}
.parsed-BBCode {
	padding: 0 20px;
}
.actionsPosts {
	margin: 15px 0;
}
.actionPostsButton {
	font-size: .93rem;
	font-weight: 400;
	cursor: pointer;
	color: #656565;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	border-radius: .25rem;
	transition-property: all;
	transition: .15s;
	background-color: #eceff5;
}
.actionPostsButton:hover {
	background-color: #656565;
	border-color: #656565;
	color: #eceff5;
}



#responseArea {
	background: #fff;
	border-radius: 10px;
	padding: 20px 40px 40px 40px;
	text-align: left;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
#responseArea h4 {
	margin: 0 0 10px 0;
}
.form-submit {
	margin-top: 20px;
}
.wysibb {
	min-height: 300px;
}