code, pre {
	word-wrap:break-word !important;
}
/*-------------------------------------------------------------------------------------------------*/
/*	Commentaires styles
---------------------------------------------------------------------------------------------------*/
nav#bel_cms_comment {
	background: rgba(255, 255, 255, 1);
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
	nav#bel_cms_comment ul {
		list-style: none;
		padding: 0;
		border-top: 1px solid #e6ecf5;
		border-bottom: 1px solid #e6ecf5;
		margin: 25px -25px 0;
		padding-left: 35px;
	}
		nav#bel_cms_comment ul li.bel_cms_comment_item {
			padding: 25px;
			border-bottom: 1px solid #e6ecf5;
			position: relative;
			border-left: 1px solid #e6ecf5;
			text-align: left !important;
		}

		nav#bel_cms_comment ul li::before {
			content: "";
			position: absolute;
			width: 9px;
			height: 9px;
			top: 40px;
			left: -5px;
			background-color: #fafbfd;
			border-radius: 100%;
			border: 1px solid #c2c5d9;
		}
		nav#bel_cms_comment ul li.bel_cms_comment_item:last-child {
			border-bottom: none;
		}
			.bel_cms_comment_author {
				margin-bottom: 20px;
				display: inline-block;
				vertical-align: middle;
			}
				.bel_cms_comment_author a {
					display: inline-block;
					vertical-align: top;
				}
				.bel_cms_comment_author img {
					width: 26px;
					height: 26px;
					border-radius: 100%;
					overflow: hidden;
					margin-right: 12px;	
					margin-top: -25px
				}
			.bel_cms_comment_date {
				display: inline-block;
			}
				.bel_cms_comment_date a {
					display: block;
					text-decoration: none;
				}
#bel_cms_comment_more {
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
	color: #515365;
	display: block;
	font-weight: 700;
	margin: 0 auto;
	border-bottom: 1px solid #e6ecf5;
}
#bel_cms_comment_textarea {
	padding: 25px;
	border-bottom: 1px solid #e6ecf5;
}
#bel_cms_comment textarea {
	display: block;
	min-height: 60px;
	height: 60px;
	border: 1px solid #e6ecf5;
	border-radius: .25rem;
	width: 100%;
	padding: 5px;
	margin: 20px 20px 0;
	width: calc(100% - 40px);
}
#bel_cms_comment button {
	margin: 20px;
	float: right;
}
/*-------------------------------------------------------------------------------------------------*/
/*	Pagination styles
---------------------------------------------------------------------------------------------------*/
#belcms_pagination {
	display: inline-block;
	margin: 20px 1%;
	padding: 0 15px;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 10;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	max-width: 98%;
}
#belcms_pagination ul {
	display: flex;
	text-decoration-style: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.belcms_pagination_item {
	float: left;
	text-decoration: none;
	margin: 0 !important;
}
.belcms_pagination_item a {
	display: block;
	color: rgba(209, 207, 207, 1);
	padding: 8px 16px;
	border-left: 1px solid rgba(209, 207, 207, .5);
	text-decoration: none;
}
.belcms_pagination_item.active a {
	background-color: green;
	color: #FFF;
	cursor: not-allowed;
}
.belcms_pagination_item.disabled a {
	cursor: not-allowed;
}
/*-------------------------------------------------------------------------------------------------*/
/*	Commun styles
---------------------------------------------------------------------------------------------------*/
#belcms_charte_title {
	text-align: center;
	font-size: 2.5em;
	color: #2c3e50;
	margin-bottom: 40px;
	animation: belcms_forum_charte_fadeInDown 1s ease-out;
}
.belcms_charte_back-btn {
	display: inline-block;
	background-color: #27ae60;
	color: white;
	padding: 12px 20px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 1em;
	transition: background 0.3s, transform 0.3s;
	margin-bottom: 30px;
}
.belcms_charte_section {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	animation: belcms_forum_charte_fadeInUp 0.8s ease forwards;
}
.belcms_charte_heading {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
	cursor: pointer;
}
.belcms_charte_item:hover {
	cursor: pointer;
	transform: translateX(5px);
}
.belcms_charte_list {
	list-style: none;
	padding-left: 0;
}
.belcms_charte_item {
	margin-bottom: 12px;
	display: block;
	transition: transform 0.2s ease;
	text-align: left;
}
#belcms_bnv {
	color: #777;
	font-size: 0.85rem;
	margin-left: 10px;
}