html, body
{
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

/* .Cadre_produit_details_categories_general:hover */
/* { */
	/* background-color: rgb(240, 240, 240); */
/* } */

.footer_general
{
	width: calc(100% - 40px);
	/* height: 200px; */
	border-top: 1px solid lightgrey;
	background-color: white;
	margin-top: 50px;
	padding: 20px;
}

.Message_description_boutique
{
	width: calc(100% - 80px);
	/* max-width: 1400px; */
	/* height: 300px; */
	background-color: rgb(252, 252, 252);
	/* border-bottom: 1px solid lightgrey; */
	box-shadow: 5px 0 10px 1px rgba(0, 0, 0, 0.1);
	margin-top: calc(80px + 28px);
	padding: 30px 40px 20px 40px;
	margin-bottom: 30px;
	/* text-align: center; */
	/* font-family: 'Quicksand', sans-serif; */
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'Plus Jakarta Sans', sans-serif;
	/* font-family: 'Source Sans Pro', sans-serif; */
	/* font-family: 'Bangers', cursive; */
}

.Message_description_boutique_titre
{
	width: 100%;
	/* height: 70px; */
	/* background-color: lightgrey; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* align-content: center; */
	color: rgb(80, 40, 40);
	/* color: rgb(50, 150, 100); */
	/* border-bottom: 1px solid rgba(80, 40, 40, 0.2); */
	/* background-color: yellow; */
	font-size: 26px;
	padding: 0;
	margin-top: 0;
}

.Message_description_boutique_contenu
{
	width: 100%;
	/* min-height: 70px; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: flex-start; */
	/* align-content: center; */
	color: rgb(80, 80, 80);
	/* background-color: yellow; */
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 26px;
	margin-top: 0px;
	padding: 0;
	/* display: none; */
}

.Chemin_retour_categories
{
	width: 100%;
	min-height: 30px;
	/* background-color: yellow; */
	/* margin: auto; */
	/* margin-top: 20px; */
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	color: rgb(80, 80, 80);
	/* padding-left: 20px; */
	font-weight: bold;
	cursor: default;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.Chemin_retour_categories a
{
	text-decoration: none;
	cursor: pointer;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	color: rgb(80, 40, 40);
}

.Chemin_retour_categories a:hover
{
	color: rgba(80, 40, 40, 0.5);
}

.Chemin_retour_categories_separateur
{
	margin: 0 5px;
}

.Cadre_recherche_produits
{
	max-width: 1400px;
	width: calc(100% - 20px);
	/* height: 3000px; */
	/* background-color: pink; */
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-family: 'Quicksand', sans-serif;
	margin-top: 50px;
}

.Cadre_recherche_produits_gauche
{
	width: 300px;
	/* background-color: grey; */
	margin-bottom: 20px;
}

.Cadre_tri_filtres
{
	width: 100%;
	/* height: 600px; */
	/* background-color: lightgrey; */
}

.Cadre_tri_filtres_tri, .Cadre_tri_filtres_general
{
	width: 100%;
	outline: 1px solid lightgrey;
	border-radius: 25px;
	overflow: hidden;
	cursor: default;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	height: 50px;
}

.Cadre_tri_filtres_tri
{
	background-color: rgb(250, 250, 250);
}

.Cadre_tri_filtres_general
{
	background-color: rgba(255, 250, 230, 0.5);
	margin-top: 20px;
	color: rgb(80, 40, 40);
}

.Cadre_tri_filtres_tri_selection, .Cadre_tri_filtres_general_selection
{
	width: calc(100% - 40px);
	height: 50px;
	/* background-color: orange; */
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Cadre_tri_filtres_tri_selection svg, .Cadre_tri_filtres_general_selection svg
{
	width: 14px;
	height: 14px;
	fill: rgb(50, 50, 50);
}

.Cadre_tri_filtres_tri_choix, .Cadre_tri_filtres_general_choix
{
	width: 100%;
	padding: 10px 0;
	/* background-color: lightblue; */
	border-top: 1px solid lightgrey;
	top: 0;
}

.Cadre_tri_filtres_tri_choix_general, .Cadre_tri_filtres_filtre_choix_general
{
	width: calc(100% - 20px - 20px);
	height: 30px;
	margin: auto;
	/* background-color: brown; */
	font-size: 14px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.Cadre_tri_filtres_tri_choix_general:hover
{
	color: green;
}

.Cadre_tri_filtres_filtre_choix_general:hover
{
	color: green;
}

.Cadre_tri_filtres_nombre_articles
{
	width: calc(100% - 20px);
	height: 30px;
	/* background-color: pink; */
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.Cadre_tri_filtres_nombre_reinitialiser_filtres
{
	width: calc(100% - 20px);
	height: 30px;
	/* background-color: pink; */
	margin-top: 10px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	cursor: pointer;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.Cadre_tri_filtres_nombre_reinitialiser_filtres svg
{
	width: 20px;
	height: 20px;
	fill: rgb(100, 100, 100);
	margin-right: 10px;
}

.Cadre_tri_filtres_nombre_reinitialiser_filtres:hover
{
	color: rgb(80, 40, 40);
}

.Cadre_tri_filtres_tri_choix_general_check
{
	width: 14px;
	height: 14px;
	background-color: white;
	margin-right: 15px;
	outline: 1px solid grey;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Cadre_tri_filtres_tri_choix_general_check_couleur
{
	width: 10px;
	height: 10px;
	background-color: rgb(50, 150, 100);
	/* background-color: rgb(80, 40, 40); */
	border-radius: 2px;
	display: none;
}

.Cadre_recherche_produits_droite
{
	width: calc(100% - 360px);
	height: 100%;
	padding: 0 20px;
	/* background-color: yellow; */
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 40px;
}

.Cadre_recherche_produits_droite_general
{
	width: 230px;
	height: 400px;
	/* background-color: orange; */
	border-radius: 20px;
	box-shadow: 0 0 13px 1px rgb(0, 0, 0, 0.05);
	outline: 1px solid lightgrey;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	text-decoration: none;
}

.Cadre_recherche_produits_droite_general:hover
{
	outline: 1px solid rgb(80, 40, 40);
}

.Cadre_recherche_produits_droite_general_image
{
	width: calc(100% - 40px);
	height: calc(250px - 40px);
	/* background-color: yellow; */
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 20px;
}

.Cadre_recherche_produits_droite_general_image img
{
	width: 100%;
	height: auto;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.Cadre_recherche_produits_droite_general_titre
{
	width: calc(100% - 20px);
	height: 41px;
	/* background-color: pink; */
	padding: 0 10px;
	text-align: center;
	color: rgb(70, 70, 70);
	overflow: hidden;
}

.Cadre_recherche_produits_droite_general_prix
{
	width: calc(100% - 60px);
	height: 47px;
	background-color: rgb(250, 250, 250);
	margin-top: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 5px 30px 10px 30px;
	font-size: 14px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.Cadre_recherche_produits_droite_general_prix_total
{
	height: 100%;
	width: 100%;
	color: rgb(80, 40, 40);
	/* background-color: yellow; */
}

.Cadre_recherche_produits_droite_general_prix_total_a_partir
{
	width: 100%;
	height: 20px;
	font-size: 14px;
	/* background-color: lightgrey; */
}

.Cadre_recherche_produits_droite_general_prix_total_montant
{
	width: 100%;
	height: calc(100% - 20px);
	font-size: 12px;
	/* background-color: lightblue; */
	font-size: 20px;
	display: flex;
	align-items: flex-end;
	font-weight: bold;
}

.fleche_haut_tri, .fleche_haut_filtre
{
	display: none;
}

/* Pour Webkit (Chrome, Safari, etc.) */

/* Pour Firefox */


/* MEDIA QUERIES */

@media (max-width: 1500px) {
	
	.Cadre_recherche_produits
	{
		flex-direction: column;
	}
	
	.Cadre_recherche_produits_gauche
	{
		width: 100%;
	}
	
	.Cadre_tri_filtres_nombre_articles, .Cadre_tri_filtres_nombre_reinitialiser_filtres
	{
		display: none;
	}
	
	.Cadre_tri_filtres
	{
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 0px;
	}
	
	.Cadre_tri_filtres_general, .Cadre_tri_filtres_tri
	{
		margin: 0;
		width: 300px;
	}
	
	.Cadre_tri_filtres_tri, .Cadre_tri_filtres_general
	{
		margin: 0 10px;
	}
	
	.Cadre_recherche_produits_droite
	{
		width: calc(100% - 40px);
		justify-content: center;
	}
}

@media (max-width: 1150px) {
	/* PAGE PRODUIT */
	
	/* yyy */
}

@media (max-width: 850px) {
	/* PAGE PRODUIT */
	
	/* xxxs */
}

@media (max-width: 620px) {
	/* PAGE PRODUIT */
	
	/* .Footer_contenu_general, .Modal_footer_contenu */
	/* { */
		/* height: 100%; */
	/* } */
	/* ppp */
}

@media (max-width: 500px) {
	/* PAGE PRODUIT */
	
	.Message_description_boutique_titre
	{
		font-size: 22px;
	}
	
	.Message_description_boutique_contenu
	{
		display: none;
	}
	
	/* UUU */
}

@media (max-width: 450px) {
	/* PAGE PRODUIT */
	
	.Cadre_recherche_produits_gauche
	{
		display: none;
	}
	
	/* ZZZ */
}

@media (max-width: 375px) {/* Format téléphone vertical */
	/* PAGE PRODUIT */
	
	
	
}

/* LARGEUR SMARTPHONE VERTICAL = 320PX */


/* rgb(255, 250, 230); */
/* rgb(50, 150, 100); */
/* rgb(40, 130, 85) */

/* font-family: 'Quicksand', sans-serif; */
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Plus Jakarta Sans', sans-serif; */
/* font-family: 'Source Sans Pro', sans-serif; */
/* font-family: 'Bangers', cursive; */






