*{
	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 */
/* BODY */
#middle1{
    padding: 30px 100px;
    background-color: #F8F7F6;
}
#middle1 h1{
    font-size: 46px;
    font-weight: 800;
}
#middle1 h1 strong{
    font-family: Briofont;
}
.explainer{
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--color-grismiddle);
    max-width: 700px;
    line-height: 24px;
}

/* PREMIER ARTICLE */
.firstarticle{
    display: flex;
    border-radius: 8px;
    background-color: #FFFFFF;
    align-items: center;
    height: 350px;
    margin-top: 18px;
    width: 100%;
}
.firstarticle .img_article{
    width: 100%;
    min-width: 300px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.firstarticle .resume_article{
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    width: 100%;
}
.firstarticle .resume_article .titlearticle{
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}
.firstarticle .resume_article .descarticle{
    font-size: 15px;
    line-height: 22px;
    color: #837465;
}
.firstarticle .resume_article .gotoarticle{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 16px;
    color: var(--color-orange);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.firstarticle .resume_article .gotoarticle:active{
    transform: scale(0.95);
}
.firstarticle .resume_article .gotoarticle:hover{
    gap: 12px;
}
.firstarticle .resume_article .gotoarticle span{
    color: var(--color-orange);
}

/* AUTRES ARTICLES */
h2{
    font-size: 24px;
    font-weight: 800;
    margin-top: 40px;
    color: var(--color-grismiddle);
}
#holder_articles{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    padding: 12px 0;
}
.otherarticle{
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.otherarticle:hover{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.otherarticle:active{
	transform: scale(0.98);
}
.otherarticle .img_article{
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.otherarticle .resume_article{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    padding-bottom: 8px;
    width: 100%;
}
.otherarticle .resume_article .datearticle{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--color-grismiddle);
}
.otherarticle .resume_article .datearticle span{
    font-size: 16px;
    color: var(--color-grismiddle);
}
.otherarticle .resume_article .titlearticle{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.otherarticle .resume_article .descarticle{
    font-size: 13px;
    line-height: 18px;
    color: #837465;
}

/* ========================================
   MEDIA QUERIES - RESPONSIVE
   ======================================== */

/* Tablette large et petits desktop (≤ 1200px) */
@media (max-width: 1200px) {
    #middle1{
        padding: 30px 60px;
    }
    
    #holder_articles{
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

/* Tablette (≤ 992px) */
@media (max-width: 992px) {
    #middle1{
        padding: 24px 40px;
    }
    
    #middle1 h1{
        font-size: 36px;
    }
    
    .firstarticle{
        height: 300px;
    }
    
    .firstarticle .img_article{
        min-width: 250px;
    }
    
    .firstarticle .resume_article .titlearticle{
        font-size: 24px;
    }
    
    .firstarticle .resume_article .descarticle{
        font-size: 14px;
    }
    
    #holder_articles{
        gap: 30px;
    }
}

/* Tablette portrait et grand mobile (≤ 768px) */
@media (max-width: 768px) {
    #middle1{
        padding: 20px 24px;
    }
    
    #middle1 h1{
        font-size: 28px;
    }
    
    .explainer{
        font-size: 15px;
        line-height: 22px;
    }
    
    /* Premier article en colonne sur mobile */
    .firstarticle{
        flex-direction: column;
        height: auto;
    }
    
    .firstarticle .img_article{
        min-width: 100%;
        height: 200px;
        border-radius: 8px 8px 0 0;
    }
    
    .firstarticle .resume_article{
        padding: 16px;
        gap: 12px;
    }
    
    .firstarticle .resume_article .titlearticle{
        font-size: 20px;
    }
    
    .firstarticle .resume_article .descarticle{
        font-size: 13px;
        line-height: 20px;
    }
    
    h2{
        font-size: 20px;
        margin-top: 30px;
    }
    
    /* Grille en 1 colonne sur mobile */
    #holder_articles{
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .otherarticle .img_article{
        height: 180px;
    }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
    #middle1{
        padding: 16px 16px;
    }
    
    #middle1 h1{
        font-size: 24px;
    }
    
    .explainer{
        font-size: 14px;
        line-height: 20px;
    }
    
    .firstarticle{
        margin-top: 12px;
    }
    
    .firstarticle .img_article{
        height: 160px;
    }
    
    .firstarticle .resume_article{
        padding: 12px;
        gap: 10px;
    }
    
    .firstarticle .resume_article .titlearticle{
        font-size: 18px;
    }
    
    .firstarticle .resume_article .descarticle{
        font-size: 12px;
        line-height: 18px;
    }
    
    .firstarticle .resume_article .gotoarticle{
        font-size: 14px;
        padding: 6px 12px;
    }
    
    h2{
        font-size: 18px;
        margin-top: 24px;
    }
    
    #holder_articles{
        gap: 16px;
        padding: 8px 0;
    }
    
    .otherarticle .img_article{
        height: 160px;
    }
    
    .otherarticle .resume_article{
        padding: 12px;
    }
    
    .otherarticle .resume_article .titlearticle{
        font-size: 15px;
    }
    
    .otherarticle .resume_article .descarticle{
        font-size: 12px;
        line-height: 16px;
    }
}

@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;
	}
}