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;
}
/*-------------------------------------------------------------------------------------------------*/
/*	Alert en haut de page, comme message bien envoyé ou bien enregistrer etc
---------------------------------------------------------------------------------------------------*/
#siteloader,
#alrt_bel_cms {
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	position: fixed;
	border-bottom: 2px;
	border-color: #21a9ec;
	width: 100%;
	display: block;
	z-index: 2147483647;
	line-height: 35px;
	color: rgba(255, 255, 255, .95);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, .95);
	font-size: 12px;
	transition: background-color 0.2s ease 0s;
	top: -35px;
}

#alrt_bel_cms.danger {
	background-color: #db3325;
	background-image: linear-gradient(rgba(219, 51, 37, 0), rgba(1, 0, 0, 0.1));
	border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

#alrt_bel_cms.warning {
	background-color: #f5a732;
	background-image: linear-gradient(rgba(245, 167, 50, 0), rgba(38, 24, 2, 0.1));
	border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

#alrt_bel_cms.success {
	background-color: #7eb216;
	background-image: linear-gradient(rgba(126, 178, 22, 0), rgba(0, 0, 0, 0.1));
	border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.belcms_textarea {
	width: 100%;
	min-height: 180px;
	padding: 15px 20px;
	border: 1px solid #cfcfcf;
	border-radius: 14px;
	background: linear-gradient(145deg, #f5f5f5, #e9e9e9);
	color: #2c2c2c;
	font-size: 16px;
	font-family: Arial, sans-serif;
	resize: vertical;
	outline: none;
	transition: all 0.25s ease;
	box-shadow:
		inset 0 1px 2px rgba(255, 255, 255, 0.8),
		0 4px 12px rgba(0, 0, 0, 0.08);
	text-align: justify;
	cursor: pointer;
}

.belcms_textarea::placeholder {
	color: #8a8a8a;
}

.belcms_textarea:focus {
	border-color: #9ca3af;
	background: linear-gradient(145deg, #ffffff, #f1f1f1);
	box-shadow:
		0 0 0 4px rgba(180, 180, 180, 0.15),
		0 6px 18px rgba(0, 0, 0, 0.10);
}
.belcms-flag {
	width: 24px;
	height: 18px;
}
.belcms_flags {
	display: block;
	list-style: none;
	line-height: 24px;
	text-align: left;
	float: left;
	width: 100%;
}
.belcms_flags img {
	vertical-align: center !important;
}
.belcms_flags i {
	text-align: left !important;
	line-height: 24px !important;
	margin-left: 5px;
}
.belcms_flags span {
	display: inline-block;
	text-align: right;
	font-weight: bold;
	text-transform: capitalize;
}
/* Bel-CMS Cookie Consent */
#belcms-cookie-consent {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	padding: 20px;
	font-family: Arial, sans-serif;
}
.belcms-cookie-hidden {
	display: none !important;
}
.belcms-cookie-box {
	width: 100%;
	max-width: 520px;
	background: #fff;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 15px 45px rgba(0, 0, 0, .2);
}
.belcms-cookie-box h3 {
	margin-top: 0;
	color: #222;
}

.belcms-cookie-box p {
	color: #666;
	line-height: 1.6;
}
.belcms-cookie-options {
	margin: 25px 0;
}
.belcms-cookie-options label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	color: #333;
}
.belcms-cookie-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.belcms-cookie-buttons button {
	border: 0;
	border-radius: 10px;
	padding: 12px 18px;
	cursor: pointer;
	transition: .3s;
	font-weight: bold;
}
#belcms-cookie-accept {
	background: #2563eb;
	color: #fff;
}
#belcms-cookie-refuse {
	background: #ef4444;
	color: #fff;
}
#belcms-cookie-save {
	background: #e5e7eb;
	color: #222;
}
.belcms-cookie-buttons button:hover {
	transform: translateY(-2px);
}

#belcms_header_title {
	color: rgba(0, 0, 0, 0.1);
	overflow: hidden;
	height: 55px;

}
#belcms_header_title > h2 {
	padding: 5px 15px;
	display: block;
	text-align: left;
	color: #777;
	font-weight: bold;
	float: left;
	font-size: 16px;
	line-height: 30px;
}
#belcms_header_title > a {
	display: block;
	float: right;
	text-align: right;
	padding: 3px 15px;
	color: #777;
	line-height: 30px;
	border: 1px solid rgba(0, 0, 0, .15);
	margin: 0 5px;
	border-radius: 8px;
	background-color: #dee2e6;
	transition: background 500ms linear;
}
#belcms_header_title > a:hover {
	background-color: #2c2c2c;
	transition: background 500ms linear;
	color: #dee2e6;
	border-color: rgba(255, 255, 255, 1);
}
#belcms_entete > header {
	height: 55px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #dee2e6;
}
#belcms_entete > header > div {
	color: #777;
}
#belcms_title_section {
	font-family: "Indie Flower", cursive;
	src: url('assets/css/IndieFlower-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
}
.belcms_header {
	margin-bottom: 25px;
}
#belcms_sub_title_section {
	margin: 15px auto;
}
.belcms_captcha_container {
	width: 100%;
	max-width: 100%;
}

#belcms_captcha_slider {
	display: block;
	width: 100%;
	height: 12px;
	appearance: none;
	border-radius: 10px;
	background: linear-gradient(to right,
			#00c853 0%,
			#64dd17 40%,
			#ffd600 70%,
			#ff6d00 85%,
			#d50000 100%);
}

#belcms_captcha_slider::-webkit-slider-thumb {
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #333;
	cursor: pointer;
}

#belcms_captcha_percent {
	display: block;
	float: right;
	margin-top: 5px;
	color: #00c853;
}
#belcms_global_captcha {
	margin: 15px auto;
	width: 100%;
	display: block;
	padding: 20px;
}