*{
	margin: 0;
	padding: 0;
	z-index: 2;
}
html, body {
    overflow: -moz-scrollbars-none; /* Pour Firefox */
    scrollbar-width: none; /* Pour Firefox */
}

::-webkit-scrollbar {
    display: none; /* Pour Chrome, Safari et Edge */
}
header{
	position: sticky;
	width: calc(100% - 200px);
	left: 0;
	top: 0;
	padding: 1em 100px;
	text-align: center;
	z-index: 12;
	top: 0;
    z-index: 50;
	background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e2e8f0;
}
.blcheader{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.center_header{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.blc_header_btn{
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.gotospaceheader{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #000000;
	font-size: 14px;
	background: transparent;
	border: none;
	font-weight: 500;
	padding: 6px 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gotospaceheader p{
	color: #000000;
	font-size: 14px;
}
.gotospaceheader img{
	width: 25px;
	height: 25px;
}
.gotospaceheader:hover{
	background-color: rgba(0,0,0,0.0.5);
	gap: 15px;
}
.gotocontactheader{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #000000;
	font-size: 14px;
	background: transparent;
	border: none;
	font-weight: 500;
	padding: 6px 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gotocontactheader p{
	color: #000000;
	font-size: 14px;
}
.gotocontactheader img{
	width: 25px;
	height: 25px;
}
.gotocontactheader:hover{
	background-color: rgba(0,0,0,0.0.5);
	gap: 15px;
}
.linkheader:hover{
	color: var(--color-orange);
}
.linkheader:active{
	transform: scale(0.95);
}
header #titleco{
	display: block;
	position: relative;
	margin: auto;
	text-align: center;
	font-weight: 800;
	font-size: 28px;
	color: #000000;
	font-family: var(--font-family-logo);
	letter-spacing: -2px;
	text-transform: uppercase;
	cursor: pointer;
}
header img{
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
}
#btnSignIn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	background-color: var(--color-orange);
	color: #FFFFFF;
	border-radius: 9999px;
	border: none;
	font-size: 14px;
	padding: 8px 26px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
}
#btnSignIn:active{
	transform: scale(0.95);
}
#btnSignIn p{
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	font-weight: 500;
}
#btnSignIn img{
	width: 35px;
	height: 35px;
}
#btnSignIn:hover{
	background-color: #ad4c2c;
}

.btn_menu_little{
	display: none;
}
.blc_menu_little{
	display: none;
}

/* FIN HEADER */

/* BODY */
#middle1{
	padding: 30px 300px;
	background-color: #F8F7F6;
}
.filariane{
	display: flex;
	gap: 8px;
	font-size: 14px;
	align-items: center;
}
.filariane a, .filariane p{
	font-size: 14px;
	font-weight: 600;
}
.filariane a{
	color: var(--color-orange);
	text-decoration: none;
}
.filariane span{
	font-size: 13px;
	color: var(--color-grismiddle);
}
.filariane p{
	color: var(--color-grismiddle);
}
#holder_article{
	padding: 24px 0;
	border-radius: 5px;
}
#titleholder{
	line-height: 48px;
    margin-bottom: 8px;
	font-size: 46px;
    font-weight: 800;
}
#images_holder{
    display: flex;
	position: relative;
	justify-content: space-around;
    gap: 12px;
    height: 250px;
    margin: 32px 0;
}
.article-image{
	flex: 1; /* occupe également l’espace restant */
	background-size: cover;
	background-position: center center;
	height: 100%;
	border-radius: 8px;
}
#date_holder{
	display: block;
	position: relative;
	color: #AFAFAF;
	font-size: 14px;
	font-weight: 500;
}
li {
	list-style-position: inside; /* la puce est à l’intérieur et ne déborde pas */
	margin-left: 0;
	padding-left: 1em;
	padding: 8px 0;
  }
a{
	color: #a6472c;
}
#content_holder p{
	line-height: 26px;
}

/* ── Tableaux dans le contenu article ── */
#content_holder table {
	width: 100%;
	border-collapse: collapse;
	margin: 28px 0;
	font-size: 14px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
#content_holder table thead th {
	background-color: #1A1A1A;
	color: #FFFFFF;
	font-weight: 600;
	padding: 12px 16px;
	text-align: left;
}
#content_holder table thead th p{
	color: #FFFFFF;
	font-weight: 600;
}
#content_holder table td {
	padding: 10px 16px;
	border-bottom: 1px solid #EBEBEB;
	color: #1A1A1A;
	vertical-align: top;
}
#content_holder table tr:last-child td {
	border-bottom: none;
}
#content_holder table tr:nth-child(even) td {
	background-color: #F8F8F8;
}
#footer_holder{
	margin: 54px 0;
	border-top: 1px #c8c8c8 solid;
}
.share-container {
	text-align: center;
	font-family: sans-serif;
}
.share-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.share-button {
	width: 60px;
	height: 60px;
	border: 2px solid #000000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	text-decoration: none;
	font-size: 24px;
	transition: background-color 0.3s, color 0.3s;
}
.share-button:hover {
	background-color: #000000;
	color: white;
}
#more_holder{
	display: block;
	position: relative;
	overflow-x: hidden;
	padding: 8px;
	padding-bottom: 18px;
	margin-top: 54px;
}
.subtitleh3{
	display: block;
	position: relative;
	margin: auto;
	text-align: center;
	padding: 24px 0;
	font-weight: 700;
	font-size: 22px;
}
#more_container{
	display: flex;
	gap: 24px;
	overflow-x: hidden;
}
.onearticle{
	display: flex;
	flex-direction: column;
	position: relative;
	border: 1px #c8c8c8 solid;
	border-radius: 5px;
	width: 300px;
	background-color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	color: inherit;
}
.onearticle:hover{
	background-color: #f6f6f6;
}
.titlearticle{
    margin-bottom: 8px;
	flex-grow: 1;
	font-size: 18px;
	padding: 8px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	line-height: 24px;
	padding-bottom: 10px;
	width: calc(100% - 16px);
	min-height: 150px;
}
.bg_article_img{
    display: block;
	position: relative;
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 850px){
	header{
		display: flex;
		justify-content: space-between;
		padding: 12px 20px;
		text-align: center;
		align-items: center;
		margin: auto;
		z-index: 300;
		width: calc(100% - 40px);
	}
	header #titleco{
		display: block;
		position: relative;
		text-align: center;
		font-weight: 800;
		font-size: 2em;
		color: #FFFFFF;
		letter-spacing: -2px;
	}
	.gotospaceheader{
		display: none;
	}
	.blc_header_btn{
		display: none;
	}
	.middle_header{
		display: none;
	}
	.btn_menu_little{
		display: block;
	}
	.btn_menu_little span{
		display: block;
		font-size: 15px;
		font-weight: 500;
		background-color: var(--background-orange);
		color: #FFFFFF;
		padding: 8px 24px;
		border-radius: 5px;
		cursor: pointer;
	}
	.blc_menu_little{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2em;
		background-color: #FFFFFF;
		color: #000000;
		z-index: 301;
		height: 100vh;
		overflow: hidden;
	}
	.blc_menu_little .list_menu{
		display: block;
		position: relative;
		margin-top: 5em;
	}
	.blc_menu_little .list_menu li{
		display: flex;
		position: relative;
		padding: 2em 1em;
		justify-content: space-between;
		align-items: center;
		color: #000000;
		cursor: pointer;
		transition: all 0.3s ease;
		font-size: 18px;
		font-weight: 500;
	}
	.next{
		transition: all 0.3s ease;
		width: 25px;
	}
	.liaccount{
		display: flex;
		align-items: center;
		gap: 1em;
	}
	.blc_menu_little .list_menu li:hover .next{
		left: 1em;
	}
	.back_btn{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 1.5em;
		right: 1.5em;
		width: 35px;
		height: 35px;
		border-radius: 5px;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	.back_btn img{
		display: block;
		position: relative;
		width: 15px;
		height: 15px;
	}
	.back_btn:hover{
		background-color: #EAEAEA;
	}
	header img:hover{
		width: 1.7em;
	}
	.back_btn img:hover{
		width: 15px;
	}
	header .menu_blc{
		display: none;
	}
	header .blc_menu_myaccount{
		display: none;
	}
	#middle1{
		padding: 30px 20px;
	}
}