@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Cinzel:wght@400..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

:root {
	--title_font: "Cinzel", serif;
	--text_font: "Merriweather", serif;
	--bg_color: #731C37;
	--bg-hover: #9e274d;
	--title_color: #E7CF47;
	--text_color: #FFFCFC;
	--article_bg: #fff7f7;
	--footer_bg_color: #323232;
	--title-font: 2.8125rem;
	--sous-title-font: 1.875rem;
	--paragraphe-font: 1.375rem;
	--sous-paragraphe-font: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
	font-family: "Cinzel Decorative", serif;
}

li {
	list-style-type: none;
}

p,
a,
input,
textarea {
	font-family: "Merriweather", serif;
	margin-bottom: 0;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

button {
	border: none;
}

.activeLink {
	color: var(--title_color) !important;
	font-family: "Cinzel Decorative", serif;
	;
}

/********************************* NAVBAR********************************* */

.navbar {
	background-color: var(--bg_color);
	padding: 10px 0;
}

.navbarLinkContainer {
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.smLinkContainer {
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.smLinkContainer a {
	font-size: var(--sous-paragraphe-font);
}

.hamburgerIcon,
.closeIcon,
.closeSearchBarIcon {
	color: var(--text_color);
	font-size: var(--paragraphe-font);
}

.closeIcon {
	display: none;
}

.logoContainer {
	width: 150px;
}

.logo {
	width: 100%;
	height: 100%;
}

.nav-link {
	color: var(--text_color);
	font-weight: 400;
	display: inline;
}

.offsetcanva {
	transform: translateY(-150px);
	display: none;
	transition: all 0.5s ease-in;
	background-color: var(--bg_color);
}

.offsetcanvaContainer {
	width: 90%;
	margin: auto;
	padding-top: 5px;
	display: flex;
	column-gap: 20px;
}

.offsetcanva h5 {
	font-size: 16px;
	color: var(--text_color);
}

.show {
	display: block;
}

.relative {
	position: relative;
}

.show2 {
	display: block;
	position: absolute;
	right: 0;
	top: -20px;
}

.hide,
.navLinkleft,
.navLinkright {
	display: none;
}

.offsetcanvaContainer ul {
	margin-left: 0;
	padding-left: 0;
}

.offsetcanvaContainer a {
	color: var(--text_color);
	font-style: italic;
}

#searchIcon {
	color: var(--text_color);
	margin-right: 5px;
	cursor: pointer;
}

.searchBar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--bg_color);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.searchBar input {
	width: 80%;
	padding: 5px;
	border-radius: 3px;
	border: none;
	margin-right: 5px;
}

.closeSearchBarIcon {
	position: absolute;
	right: 4%;
	top: 4%;
}

.searchBtn {
	background-color: var(--bg_color);
}

#closeSearchBarIconLg,
#closeSearchBarIcon {
	cursor: pointer;
}

#nav-cart,
#nav-sm-cart {
	position: relative;
	display: inline;
}

.numberItems {
	position: absolute;
	top: -10px;
	right: -3px;
	padding:1px 4px;
	background-color: var(--bg-hover);
	border-radius: 50%;
	font-size: 13px;
	color: white;
	pointer-events: none;
}

/*********************************************** 404 ********************************/
.succesContainer,
.error-msg-container,
.errorContainer {
	display: block;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
}

.error-msg-container {
	background-color: var(--bg_color);
	padding: 5px;
	border-radius: 5px;
	max-width: 600px;
}

.errorText {
	font-size: 25;
	margin: 30px;
	color: var(--text_color);
}

.errorBtn {
	background-color: #731C37;
	padding: 15px;
	border-radius: 10px;
	transition: all 0.3s ease;
	margin-left: 25px;
}

.errorLink {
	color: #FFFCFC;
}

.errorBtn:hover {
	background-color: #a20c3b;
}

.errorContainer {
	background-image: url("/public/img/img-error.jpg");
	background-size: cover;
	padding: 10px;
}

.error-msg {
	font-size: 14px !important;
	color: var(--article_bg) !important;
}

.productDetailsMsg {
	font-size: 13px;
}

/********************************************** HOME *******************************/
.header {
	height: 255px;
	position: relative;
}

.headerText {
	position: absolute;
	top: 10%;
	left: 5%;
}

.headerTitle {
	font-size: var(--sous-title-font);
	font-weight: bold;
	color: var(--text_color);
}

.headerText p {
	font-size: 18px;
	width: 280px;
	color: var(--text_color);
}

.homeShowMoreLink {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.homeJeweleryText,
.composition,
.collection,
.selection,
.qsm,
.qsm-last,
.articles,
.mostLikedArticle,
.allArticle,
.articleInfo,
.moreArticle,
.articleComment,
.addComment,
.cartContainer,
.userProfile,
.cgv,
.mentionLegals,
.errorContainer,
.succes {
	width: 90%;
	margin: 50px auto;
}

.homeJeweleryText p {
	font-style: italic;
	font-size: 16px;
}

.composition {
	margin-top: 7%;
}

.compositionText h2,
.collection h2,
.selection h2 {
	font-size: 30px;
	font-weight: bold;
}

.compositionText p {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 95%;
}

.compositionImg {
	display: flex;
	justify-content: space-between;
}

.compositionImgContainer {
	width: 48%;
}

.compositionImg img {
	border-radius: 5px;
}

.compositionArticles {
	margin-top: 20px;
	display: flex;
	column-gap: 5px;
}

.composistionProduct img {
	border-radius: 5px;
	height: 100px;
}

.compositionArticleInfo {
	text-align: center;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.compositionArticleInfo h5,
.selectionArticleInfo h5 {
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	opacity: 0.6;
}

.compositionArticleInfo p,
.selectionArticleInfo p {
	font-size: 22px;
	font-style: italic;
	opacity: 0.8;
}

.collectionImgContainer {
	display: flex;
	column-gap: 15px;
	overflow: hidden;
	height: 500px;
}

.swiffy-slider {
	margin-top: 25px;
}

.slider-container img {
	width: 95%;
	height: 350px !important;
}

.slider-container a {
	text-align: center;
	font-size: 35px;
	margin-top: 10px;
	padding: 10px 15px;
}

.selectionArticle {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}

.selectionArticleContainer {
	width: 45%;
}

.selectionArticleContainer img {
	height: 100px;
	object-fit: cover;
}


/************************************ PAGE ISNCRIPTION ******************/

.registerContainer,
.contactContainer,
.userProfile,
.addArticleContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 35vh;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 15px;
}

.formRegisterLogin,
.contactForm,
.userForm,
.addArticleForm {
	border: 1px solid var(--bg_color);
	padding: 25px 15px;
	border-radius: 8px;
}

.formRegisterLogin h1,
.contactForm h1,
.userForm h1,
.addArticleForm h1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.formRegisterLogin p {
	text-align: center;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 16px;
	color: var(--bg_color);
	opacity: 0.8;
}

.formRegisterLogin label,
.contactForm label,
.userForm label,
.addArticleForm label {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 18px;
}

.formRegisterLogin input,
.contactForm input,
.userForm input,
.addArticleForm input {
	padding: 10px;
	width: 100%;
}

.formLoginRegister {
	width: 65%;
	margin: auto;
	text-align: center;
}

.activeFormBtn,
.showMoreBtn {
	background-color: var(--bg_color);
	color: var(--text_color);
	padding: 10px 15px;
	border-radius: 8px;
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.5s ease-out;
}

.showMoreBtn:hover,
.activeFormBtn:hover {
	background-color: var(--bg-hover);
}

.formLoginRegister p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.password-container {
	position: relative;
}

#show-password,
#hide-password {
	position: absolute;
	bottom: 15px;
	right: 5px;
}

#show-password:hover,
#hide-password:hover {
	cursor: pointer;
}

#hide-password {
	display: none;
}

.activeFormA {
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid var(--bg_color);
	border-radius: 8px;
	margin-top: 10px;
	transition: all 0.5s ease-out;
}

.activeFormA:hover {
	color: var(--bg-hover);
}

/********************************** FOOTER  **********************/

.footerInfo {
	background-color: var(--article_bg);
	padding: 35px 15px;
	margin-top: 45px;
}

.footerFlex {
	display: flex;
	column-gap: 5%;
}

.footerInfoContent {
	width: 35%;
	text-align: center;
}

.footerInfoContent img {
	width: 100%;
	height: 100px;
	object-fit: contain;
}

.footerInfoContent h5 {
	font-size: 18px;
	font-weight: bold;
}

.footerInfoContent p {
	font-size: 12px;
}

.footer {
	background-color: var(--footer_bg_color);
	padding: 25px;
	color: var(--text_color);
}

.footer img {
	width: 250px;
}

.footerP {
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 15px;
}

.iconContainer {
	display: flex;
	column-gap: 25px;
	margin-bottom: 35px;
}

.iconContainer i {
	transition: all 0.5s ease-in;
	color: var(--text_color);
}

.iconContainer i:hover {
	color: var(--bg_color);
}

.footerLabel {
	font-size: var(--paragraphe-font);
}

.footerUl {
	transition: all 0.5s ease;
}

/********************************* QSM PAGE  *****************************/

.qsm h1,
.qsm h2 {
	font-size: var(--sous-title-font);
}

.qsm p,
.qsm-last p {
	font-size: var(--sous-paragraphe-font);
	margin-bottom: 25px;
	margin-top: 25px;
}

/************************************ ALL ARTICLE  ****************************/

.articles {
	margin-top: 0;
	padding: 25px 0;
	position: relative;
}

.articleHeader {
	background-color: var(--article_bg);
}

.articleText h1 {
	font-size: var(--sous-title-font);
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.articleText p {
	font-size: var(--sous-paragraphe-font);
	margin-bottom: 15px;
}

.flex-lg a {
	display: block;
}

.adminBtn {
	font-size: 10px;
}

/*************** MOST LIKED****************** */

.mostLikedArticle {
	padding-top: 10px;
}

.mostLikedArticle h2 {
	font-weight: bold;
	font-size: var(--sous-paragraphe-font);
}

.mostLikedArticleContainer {
	display: flex;
	margin-top: 25px;
}

.mostLikedArticleImg {
	width: 75%;
	margin: auto;
}

.mostLikedArticleInfo {
	margin-left: 35px;
}

.mostLikedArticleInfo h3 {
	font-size: var(--paragraphe-font);
	font-style: italic;
}

.mostLikedArticleInfo p {
	margin-bottom: 15px;
	font-style: italic;
}

/********************************** ALL ARTICLE CARD  ****************/

.allArticle h4 {
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 35px;
}

.allArticleFlex {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
	row-gap: 20px;
}

.articleCard {
	width: 45%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding-bottom: 10px;
}

.articleCardImg {
	height: 100px;
}

.articleCardInfo {
	padding: 15px;
}

.articleCardInfo h5 {
	font-size: var(--sous-paragraphe-font);
	margin-top: 10px;
}

/****************************************** PAGE ARTCILE  **********************/

.myArticleInfo {
	margin-top: 25px;
	padding: 15px;
}

.myArticleImg {
	height: 350px;
	object-fit: contain;
}

.myArticleImg img {
	border-radius: 8px;
}

.myArticleInfo h1 {
	font-weight: bold;
}

.myArticleInfo p {
	font-size: var(--sous-paragraphe-font);
}

.myArticleNote {
	display: flex;
	align-items: center;
	column-gap: 25px;
	margin-top: 15px;
}

.myArticleIcon i {
	font-size: var(--sous-paragraphe-font);
	color: var(--bg_color);
}

.myArticlePrice {
	font-size: var(--sous-title-font) !important;
	margin-top: 10px;
}

.addToCart {
	margin-bottom: 4%;
}

.addCartSelect,
.addNoteSelect,
#quantity,
.addArticleForm select {
	margin-left: 15px;
	background-color: var(--article_bg);
	border: 1px solid var(--bg_color);
	border-radius: 8px;
	padding: 2px 5px;
	width: 200px;
}

.addCartSelect {
	margin-top: 10px;
	margin-left: 0;
}


.moreArticle {
	overflow: hidden;
	padding-bottom: 15px;
}

.moreArticle h3 {
	margin-bottom: 4%;
	margin-top: 4%;
	font-weight: bold;
}

.moreArticleFlex {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 5%;
	animation: defilement  linear infinite alternate-reverse;
}

.moreArticleArticle {
	width: 45%;
	flex-shrink: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding-bottom: 10px;
}

.moreArticleArticle img {
	height: 100px;
	border-radius: 8px;
	object-fit: cover;
}

.moreArticleArticle h5 {
	margin-top: 5px;
	font-style: italic;
}

.moreArticleArticle p {
	font-weight: bold;
	font-size: 20px;
	margin-top: 5px;
	margin-left: 5px;
}

.articleComment h3 {
	margin-top: 4%;
	margin-bottom: 4%;
}

.comment {
	margin-top: min(4%, 1rem);
	margin-bottom: min(4%, 1.2rem);
}

.commentUserImgName {
	display: flex;
	align-items: center;
}

.commentUserImg {
	height: 100px;
	width: 100px;
	margin-right: min(5%, 1rem);
}

.commentUserImg img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}

.commentUserImgName h4 {
	font-weight: bold;
}

.userNote i {
	color: var(--bg_color);
}

.commentDate {
	opacity: 0.7;
	font-style: italic;
	margin-top: 2%;
	margin-bottom: 1%;
}

.userCommentContent p {
	font-size: var(--sous-paragraphe-font);
}

.commentBtnContainer {
	display: flex;
	column-gap: 3%;
	align-items: center;
}

/********************************* ADD COMMENT  *******************/

.addComment label {
	display: block;
	margin-top: 3%;
	margin-bottom: 3%;
}

.addNoteSelect {
	margin-left: 0;
}

.addComment textarea,
.addArticleForm textarea {
	padding: 15px;
	max-height: 250px;
	width: 100%;
}

/*********************************** CART  *****************************/

.cartContainer h1 {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: var(--sous-title-font);
}

.article {
	margin-bottom: 25px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.imgCart {
	height: 250px;
}

.artcileCartInfo {
	padding: 10px;
}

.artcileCartInfo h2 {
	font-size: var(--paragraphe-font);
}

.cartPrice {
	font-size: var(--sous-title-font);
	font-weight: bold;
	margin-bottom: 5px;
}

#quantityCart {
	margin-left: 0;
}

.updateCartBtn {
	padding: 5px 15px;
	background-color: var(--text_color);
}

.freeShipping {
	opacity: 0.7;
	text-decoration: line-through;
}

.fullPriceContainer {
	margin-top: 15px;
}

.fullPriceContainer p {
	margin-bottom: 5px;
}

.finalePrice {
	font-size: var(--paragraphe-font);
	font-weight: bold;
	margin-bottom: 15px !important;
}

.buyBtn {
	font-size: var(--paragraphe-font);
}

/**************** USER PROFILE  ***********************/

.userProfile h1 {
	margin-bottom: 15px;
}

.imgProfileContainer {
	margin: auto;
}

.imgProfileContainer img {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	margin-left: 45%;
	transform: translateX(-50%);
	margin-bottom: 15px;
}

.delete-profile-container {
	position: absolute;
	top: 230px;
	left: 0;
	right: 0;
	bottom: -500px;
	background-color: #9e274de2;
	display: none;
}

.delete-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
}

.delete-profile-container p {
	color: var(--article_bg);
	font-size: 22px;
	text-align: center;
}

#icon-close-delete-profile {
	display: block;
	align-self: end;
	padding: 25px;
	color: var(--article_bg);
	font-size: 22px;
}

#delete-profile {
	background-color: #731C37;
	color: white;
	padding: 5px 10px;
}

/***************** CGV  ********************/

.cgv h2,
.mentionLegals h2 {
	font-weight: bold;
	margin: 15px 0;
}

.cgv h4,
.mentionLegals h3 {
	font-style: italic;
	margin: 15px 0;
}

/***************** SUCCES ********************/

.succes-container {
	position: relative;
	height: 650px;
}

.succes-info {
	background-color: rgba(38, 38, 38, 0.58);
	position: absolute;
	top: 2%;
	left: 2%;
	padding: 15px;
	color: white;
}

.succes-info h1,
.site-title {
	color: var(--title_color);
}

.succes-info p {
	margin: 5px 0;
	font-size: 20px;
}

/******************* message de succes **********************/

#succesMessage {
	margin: 10px;
	min-height: 10px;
}


@keyframes defilement {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@media screen and (min-width:698px) {

	/************************************* NAVABAR  ****************/

	.hamburgerIcon {
		display: none;
	}

	.smLinkContainer {
		display: none;
	}

	.navLinkleft,
	.navLinkright {
		display: block;
	}

	.navLinkleft {
		position: relative;
	}

	.navLinkleft a,
	.navLinkright a {
		color: var(--text_color);
		margin-right: 8px;
		font-size: 0.8rem;
	}

	#show-ul-lg {
		display: inline;
		color: var(--article_bg);
		margin-right: 8px;
	}

	#ul-lg-screen {
		position: absolute;
		background-color: var(--bg_color);
		color: var(--text_color);
		transition: all 0.9s;
		display: flex;
		opacity: 0;
		padding-top: 10px;
		top: 20px;
		transform: translateX(-250px);
		pointer-events: none;
	}

	#ul-lg-screen a {
		padding: 5px 10px;
	}

	#search {
		color: var(--text_color);
		margin-right: 5px;
		cursor: pointer;
	}

	.researchA:hover {
		cursor: pointer;
	}

	.searchBarLg {
		position: absolute;
		width: 300px;
		top: 0;
		bottom: 0;
		background-color: var(--bg_color);
		display: flex;
		align-items: center;
		justify-content: center;
		display: none;
	}

	.searchBarLg input {
		width: 80%;
		padding: 5px;
		border-radius: 3px;
		border: none;
		margin-right: 5px;
	}

	.closeSearchBarIconLg {
		position: absolute;
		right: 4%;
		top: 4%;
	}

	.searchBtn {
		background-color: var(--bg_color);
	}

	#searchIconLg {
		color: var(--text_color);
	}

	.numberItems {
		position: absolute;
		top: -12px;
		right: 5px;
	}

	/*********************************************** 404 ********************************/


	.succesContainer,
	.errorContainer {
		width: 50%;
	}

	/********************************************** HOME *******************************/
	.homeJeweleryText p {
		width: 50%;
		margin: auto;
		font-size: var(--paragraphe-font);
		padding-top: 20px;
	}

	.composistionProduct {
		width: 25%;
		overflow: hidden;
	}

	.selectionArticleContainer img {
		transition: all 0.5s ease;
	}

	.composistionProduct img {
		transition: all 0.5s ease;
		height: 230px;
	}

	.compositionArticleInfo h5 {
		font-size: var(--sous-paragraphe-font);
	}

	.compositionArticleInfo p {
		font-size: var(--paragraphe-font);
	}

	.collection {
		margin-top: 50px;
		height: 650px;
	}

	.swiffy-slider {
		display: none !important;
	}

	.collectionImgContainer {
		height: fit-content;
	}

	.collectionImgContainerLg {
		display: flex;
		column-gap: 25px;
		margin-top: 30px;
	}

	.collectionImg {
		width: 22%;
		overflow: hidden;
		margin-top: 30px;
		transition: all 0.5s ease;
		height: 400px;
	}

	.collectionImg:hover,
	.composistionProduct img:hover,
	.selectionArticleContainer img:hover {
		transform: scale(1.05);
	}

	.collectionImg img {
		height: 350px !important;
		transition: all 0.5s ease-in-out;
	}

	.collectionImg h5 {
		background-color: #211e24;
		padding: 15px;
		text-align: center;
		color: #FFFCFC;
	}

	.collectionActive {
		margin-top: 0;
		height: 550px;
	}

	.collectionActive img {
		height: 450px !important;
		transition: all 1.3s;
	}

	.selectionArticle {
		flex-wrap: nowrap;
	}

	.selectionArticleContainer {
		width: 25%;
		overflow: hidden;
	}

	.selectionArticleContainer img {
		height: 250px;
	}

	/************************************ PAGE ISNCRIPTION ******************/

	.formRegisterLogin,
	.contactForm,
	.addArticleForm {
		width: 50%;
	}

	.formRegisterLogin h1,
	.contactForm h1,
	.userForm h1,
	.addArticleForm h1 {
		font-size: var(--title-font);
	}

	.formRegisterLogin p {
		font-size: var(--paragraphe-font);
	}

	.formRegisterLogin label,
	.contactForm label,
	.userForm label,
	.addArticleForm label {
		font-size: var(--paragraphe-font);
		margin-top: 20px;
	}

	/********************************* QSM PAGE  *****************************/

	.qsm h1,
	.qsm-last h2 {
		font-size: var(--title-font);
		margin-bottom: 35px;
	}

	.qsm-flex {
		display: flex;
		margin-top: 50px;
	}

	.first-p {
		padding: 0 !important;
	}

	.qsm p,
	.qsm-last p {
		font-size: var(--sous-paragraphe-font);
		margin-bottom: 0;
		margin-top: 0;
		padding: 0 35px;
	}

	.qsm-img {
		min-width: 45%;
	}

	.qsm-last {
		padding: 35px;
	}


	/************************************ ALL ARTICLE  ****************************/

	.articleHeader {
		padding: 40px 0;
	}

	.articleText {
		width: 50%;
	}

	.articleText h1 {
		text-align: left;
	}

	.articleHeaderImg {
		position: absolute;
		right: 2%;
		top: 45%;
		width: 40%;
	}

	/*************** MOST LIKED****************** */

	.mostLikedArticle h2 {
		text-align: left;
	}

	.mostLikedArticle {
		margin-top: 35px;
	}

	.mostLikedArticleImg {
		margin: 0;
		max-height: 350px;
	}

	.mostLikedArticleInfo {
		margin-left: 35px;
		margin-top: 35px;
	}

	.mostLikedArticleInfo h3 {
		font-size: var(--sous-title-font);
	}

	.mostLikedArticleInfo p {
		margin-bottom: 20px;
		margin-top: 25px;
		font-size: var(--paragraphe-font);
	}

	/********************************** ALL ARTICLE CARD  ****************/

	.allArticle h4 {
		margin-bottom: 65px;
		margin-top: 85px;
	}

	.allArticleFlex {
		row-gap: 40px;
	}

	.articleCard {
		width: 20%;
	}

	.articleCardImg {
		height: 150px;
	}

	/****************************************** PAGE ARTCILE  **********************/

	.myArticleFlex {
		display: flex;
		column-gap: 5%;
		align-items: center;
	}

	.myArticleImg {
		max-width: 47%;
		max-height: 350px;
	}

	.myArticleImg img {
		object-fit: contain;
	}

	.myArticleIcon i {
		font-size: var(--paragraphe-font);
	}

	.myArticleInfo {
		max-width: 45%;
	}

	.addToCart label {
		font-size: var(--paragraphe-font);
		margin-top: 15px;
		display: block;
	}

	.moreArticleArticle {
		width: 35%;
	}

	/********************************* ADD COMMENT  *******************/

	.addComment {
		margin-left: 10%;
		margin-top: 5%;
	}

	.addComment label {
		margin-top: 1%;
		margin-bottom: 1%;
		font-size: var(--paragraphe-font);
	}

	.addComment textarea,
	.addArticleForm textarea {
		height: 350px;
		max-height: 400px;
		width: 50%;
		display: block;
	}

	/*********************************** CART  *****************************/

	.cartContainer h1 {
		font-size: var(--title-font);
	}

	.articleFlex {
		display: flex;
		flex-direction: row;
		column-gap: 5%;
	}

	.imgCart {
		width: 350px;
		height: 350px;
	}

	.cartPrice {
		font-size: var(--sous-title-font);
	}


	.fullPriceContainer p {
		font-size: var(--paragraphe-font);
	}

	.finalePrice {
		font-size: var(--paragraphe-font);
	}

	/*************************** FOOTER ******************** */

	.footerInfoContent {
		width: 35%;
	}

	.footerInfoContent {
		width: 25%;
	}

	.footerInfoContent img {
		margin-bottom: 25px;
		width: 30%;
	}

	.footerInfoContent p {
		font-size: var(--sous-paragraphe-font);
	}

	.footer {
		display: flex;
		padding-top: 25px;
	}

	.imgTextFooter {
		max-width: 35%;
	}

	.footerLnkFlex {
		display: flex;
		column-gap: 20px;
		padding-right: 50px;
	}

	.footerLabel {
		font-size: 18px;
	}

	.footerLabel:hover,
	.category-hover {
		cursor: pointer;
	}

	.show2 {
		left: 0;
		top: 30px;
	}

	footer ul {
		padding-left: 0;
	}
}


@media screen and (min-width:1200px) {

	/************************** navbar ******************/
	.navbarLinkContainer {
		width: 65%;
		margin: auto;
		padding: 15px 0;
	}

	.navLinkleft a,
	.navLinkright a {
		font-size: var(--sous-paragraphe-font);
	}

	/********************************************** HOME *******************************/
	.header {
		height: 650px;
	}

	.headerTitle {
		font-size: var(--title-font);
	}

	.headerText p {
		margin-top: 30px;
		font-size: var(--sous-title-font);
		width: fit-content;
	}

	.compositionText {
		width: 65%;
		margin-right: 35px;
	}

	.compositionImg {
		width: 95%;
	}

	.compositionTextImg {
		display: flex;
		align-items: center;
	}

	.compositionText h2,
	.collection h2,
	.selection h2 {
		font-size: var(--title-font);
	}

	.compositionText p {
		font-size: var(--paragraphe-font);
	}

	.compositionArticles {
		column-gap: 10px;
	}

	.searchBarLg {
		width: 400px;
	}


	/************************************ PAGE ISNCRIPTION ******************/

	.formRegisterLogin,
	.contactForm,
	.addArticleForm {
		width: 35%;
		padding: 35px;
	}

	/************************ UPDATE PROFILE ****************** */

	.contactInputs {
		width: 100%;
	}

	.userForm {
		width: 100%;
	}

	.userForm label {
		width: fit-content;
		font-size: var(--paragraphe-font) !important;
	}

	.userForm input {
		margin: 0 15px;
		width: 350px;
	}

	.userInputLarge {
		width: 80% !important;
		margin: 15px 0 !important;
	}

	.imgProfileContainer {
		max-width: 350px;
	}

	.imgProfileContainer img {
		margin-left: 15px;
		transform: translateX(0);
	}

	.imgProfileContainer {
		margin-top: 15px;
	}

	.lg-flex {
		display: flex;
		column-gap: 15px;
		max-width: 100%;
		flex-wrap: nowrap;
	}

	/********************************* QSM PAGE  *****************************/

	.qsm h1 {
		font-size: var(--title-font);
	}

	.qsm-flex {
		display: flex;
		margin-top: 50px;
	}

	.first-p {
		width: 65%;
	}

	.qsm p {
		margin-bottom: 0;
		margin-top: 0;
		padding: 35px 105px;
	}

	.qsm-img {
		min-width: 50%;
		height: 300px;
		object-fit: cover;
	}

	/************************************ ALL ARTICLE  ****************************/

	.articleText {
		width: 35%;
	}

	.articleText h1 {
		text-align: left;
		font-size: var(--title-font);
	}

	.articleText p {
		font-size: var(--paragraphe-font);
	}

	.articleHeaderImg {
		right: 10%;
		top: 8%;
	}

	/*************** MOST LIKED****************** */

	.mostLikedArticle {
		margin-top: 10px;
	}

	.mostLikedArticle h2 {
		font-size: var(--sous-title-font);
	}

	.mostLikedArticleContainer {
		margin-top: 45px;
	}

	.mostLikedArticleImg {
		width: 25%;
	}

	.mostLikedArticleInfo {
		margin-left: 105px;
		margin-top: 105px;
	}

	.mostLikedArticleInfo h3 {
		font-size: var(--sous-title-font);
	}

	.mostLikedArticleInfo p {
		margin-bottom: 35px;
	}

	.showMoreBtn {
		font-size: var(--sous-paragraphe-font);
	}

	/********************************** ALL ARTICLE CARD  ****************/

	.flex-lg a {
		width: 100%;
	}

	.adminBtn {
		font-size: var(--sous-paragraphe-font);
	}

	.articleCardImg {
		height: 200px;
	}

	/****************************************** PAGE ARTCILE  **********************/

	.myArticleFlex {
		display: flex;
		column-gap: 5%;
		align-items: center;
	}

	.myArticleImg {
		width: 45%;
		height: 450px;

	}

	.myArticleInfo {
		max-width: 65%;
	}

	.myArticleIcon i {
		font-size: var(--sous-paragraphe-font);
	}

	.addToCart label {
		font-size: var(--sous-paragraphe-font);
		margin-left: 0;
		display: block;
	}

	.addCartSelect {
		margin-left: 0;
		padding: 5px;
	}

	.moreArticleArticle {
		width: 25%;
	}

	.moreArticleArticle img {
		height: 250px;
	}

	/*********************************** CART  *****************************/

	.artcileCartInfo {
		padding: 45px 10px;
	}

	.artcileCartInfo h2 {
		font-size: var(--sous-title-font);
	}

	.cartPrice {
		font-size: var(--sous-title-font);
	}

	.article label {
		margin-right: 15px;
	}

	.fullPriceContainer p {
		font-size: var(--sous-paragraphe-font);
	}

	.finalePrice {
		font-size: var(--paragraphe-font);
	}

	/**************** USER PROFILE  ***********************/

	.formFlex {
		display: flex;
	}

	.lg-flex {
		display: flex;
	}

	.test {
		width: fit-content;
	}

	.userForm label {
		display: block;
	}

	.userForm input {
		margin-left: 0;
	}

	.delete-profile-container {
		top: 0;
		bottom: 0;
	}

	#icon-close-delete-profile {
		position: absolute;
		top: 100px;
		right: 100px;
	}

	#icon-close-delete-profile:hover {
		cursor: pointer;
	}

	/**************************** ADD ARTICLE  *********************/

	.addArticleForm textarea {
		width: 100%;
	}

	.addArticleForm select {
		margin-left: 0;
	}

	/*************************** FOOTER ******************** */

	.footerInfo {
		background-color: var(--article_bg);
		padding: 45px;
	}

	.footerFlex {
		display: flex;
		column-gap: 5%;
		width: 60%;
		margin: auto;
	}

	.footerInfoContent {
		width: 40%;
	}

	.imgTextFooter {
		max-width: 50%;
		margin: 15px 5%;
	}

	.footerInfoContent img {
		width: 30%;
		height: 100px;
		object-fit: contain;
	}

	.footerInfoContent h5 {
		font-size: var(--paragraphe-font);
	}

	.footerInfoContent p {
		font-size: var(--sous-paragraphe-font);
	}

	.footerP {
		font-size: var(--paragraphe-font);
	}

	.footerLabel {
		font-size: var(--paragraphe-font);
	}

	.footerLnkFlex {
		align-items: center;
	}
}