html, body
{
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

/* .Cadre_produit_details_categories_general:hover */
/* { */
	/* background-color: rgb(240, 240, 240); */
/* } */

.fond_accueil_large_contenu, .fond_accueil_large_noir, .fond_accueil_large_image
{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: absolute;
}

.fond_accueil_large_contenu
{
	z-index: 2;
}

.fond_accueil_large_noir, .fond_accueil_large_image
{
	z-index: 1;
}

.message_central
{
	/* width: 1200px; */
	/* background-color: yellow; */
	padding: 0 20px;
	margin: auto;
	margin-top: calc(150px + 28px);
	text-shadow: 0px 0px 7px black;
	color: white;
}

.message_central_titre
{
	width: 100%;
	/* height: 100px; */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: normal;
	/* text-shadow: 0 0 4px rgb(0,0,0); */
	/* background-color: orange; */
	font-size: 40px;
	/* font-family: 'DynaPuff', cursive; */
	font-family: 'Roboto', sans-serif;
	/* font-family: 'Plus Jakarta Sans', sans-serif; */
	/* font-family: 'Quicksand', sans-serif; */
}

.message_central_contenu
{
	width: 70%;
	/* height: 200px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	/* gap: 20px; */
	/* text-shadow: 0 0 4px rgb(0,0,0); */
	/* background-color: orange; */
	font-size: 24px;
	line-height: 34px;
	margin: auto;
	margin-top: 30px;
	/* font-family: 'Quicksand', sans-serif; */
	font-family: 'Roboto', sans-serif;
	/* font-family: 'Plus Jakarta Sans', sans-serif; */
}

.message_central_contenu_1, .message_central_contenu_2
{
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.Cadre_carousel_offres
{
	width: 1400px;
	/* height: 380px; */
	/* background-color: pink; */
	position: relative;
	top: 530px;
	gap: 30px;
	z-index: 1;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.Cadre_carousel_offres_general
{
	width: 640px;
	height: 350px;
	max-width: 100%;
	border-radius: 30px;
	display: flex;
}

.Cadre_carousel_offres_gauche
{
	background-color: rgb(255, 250, 230);
}

.Cadre_carousel_offres_droite
{
	background-color: rgb(80, 40, 40);
	color: white;
}

.Cadre_carousel_offres_general_image
{
	width: 330px;
	/* width: 100%; */
	height: 100%;
	/* background-color: lightgrey; */
	margin-left: -80px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.Cadre_carousel_offres_general_image img
{
	width: 100%;
	height: auto;
}

.Cadre_carousel_offres_general_texte_gauche
{
	max-width: 340px;
	height: 100%;
	/* background-color: pink; */
	color: rgb(80, 40, 40);
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-family: 'Roboto', sans-serif;
}

.Cadre_carousel_offres_general_texte_droite
{
	max-width: 340px;
	height: 100%;
	/* background-color: pink; */
	color: white;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-family: 'Roboto', sans-serif;
}

.Cadre_carousel_offres_general_texte_titre
{
	width: 100%;
	min-height: 50px;
	/* background-color: yellow; */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 30px;
}

.Cadre_carousel_offres_general_texte_contenu
{
	width: 100%;
	height: 100px;
	/* background-color: yellow; */
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
}

.Cadre_carousel_offres_general_texte_bouton
{
	height: 40px;
	/* background-color: orange; */
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
	border-radius: 100px;
	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;
}

.Cadre_carousel_offres_general_texte_bouton_gauche
{
	text-decoration: none;
	background-color: rgb(80, 40, 40);
	color: rgb(255, 250, 230);
}

.Cadre_carousel_offres_general_texte_bouton_gauche:hover, .Cadre_carousel_offres_general_texte_bouton_droite:hover
{
	opacity: 0.8;
}

.Cadre_carousel_offres_general_texte_bouton_droite
{
	background-color: rgb(255, 250, 230);
	color: rgb(80, 40, 40);
}

.Propositions_produits
{
	width: 1400px;
	/* height: 500px; */
	/* background-color: pink; */
	margin: auto;
	margin-top: 670px;
	font-family: 'Roboto', sans-serif;
}

.Propositions_produits_titre
{
	width: 100%;
	height: 60px;
	/* background-color: yellow; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: rgb(80, 35, 40);
	font-size: 40px;
}

.Propositions_produits_titre_texte
{
	height: 100%;
	display: flex;
	align-items: center;
}

.Propositions_produits_titre_texte_2
{
	display: none;
}

.Propositions_produits_titre_animal
{
	/* background-color: pink; */
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	cursor: normal;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	z-index: 2;
}

.Propositions_produits_titre_animal_selection
{
	width: calc(100% - 40px);
	height: 40px;
	padding: 10px 20px;
	background-color: rgb(80, 35, 40);
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Propositions_produits_titre_animal_selection:hover
{
	background-color: rgb(80, 35, 40, 0.9);
}

.Propositions_produits_titre_animal_selection svg
{
	font-size: 20px;
	margin-left: 20px;
}

.Propositions_produits_titre_animal_selection svg
{
	fill: white;
	margin-left: 14px;
	width: 22px;
    height: 22px;
}

.selection_animal_haut
{
	display: none;
}

.Propositions_produits_titre_animal_choix
{
	width: 100px;
	background-color: white;
	color: grey;
	padding: 10px 40px 10px 15px;
	font-size: 24px;
	position: absolute;
	margin-top: 65px;
	border-radius: 5px;
	/* border: 1px solid grey; */
	box-shadow: 0 0 5px 1px rgb(230, 230, 230);
	display: none;
}

.Propositions_produits_titre_animal_choix_general
{
	height: 45px;
	display: flex;
	align-items: center;
	/* background-color: yellow; */
}

.Propositions_produits_titre_animal_choix_general:hover
{
	color: black;
	transition-duration: 0.2s;
}

.Propositions_produits_contenu
{
	width: calc(100% - 20px);
	height: 380px;
	padding: 10px;
	margin-top: 10px;
	/* background-color: orange; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Propositions_produits_contenu_fleches_petit
{
	width: 100%;
	height: 50px;
	/* background-color: pink; */
	margin-top: 40px;
	display: none;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.Propositions_produits_contenu_fleches_petit_general
{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: rgb(50, 150, 100); */
	outline: 1px solid grey;
	color: grey;
	font-size: 24px;
	border-radius: 100%;
}

.Propositions_produits_contenu_fleches_petit_general svg
{
	fill: grey;
	width: 26px;
    height: 26px;
}

.Propositions_produits_contenu_fleches_petit_general_gauche
{
	margin-left: -6px;
}

.Propositions_produits_contenu_fleches_petit_general_droite
{
	margin-right: -1px;
}

.Propositions_produits_contenu_general
{
	width: 70px;
	height: 50px;
	/* background-color: yellow; */
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	opacity: 0.4;
}

.Propositions_produits_contenu_general:hover
{
	opacity: 0.6;
}

.Propositions_produits_contenu_general svg
{
	fill: black;
	width: 44px;
    height: 44px;
}

.Propositions_produits_contenu_centre
{
	width: calc(100% - 170px);
	height: 100%;
	/* background-color: lightblue; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.Propositions_produits_contenu_centre_general
{
	width: 226px;
	height: 100%;
	/* background-color: grey; */
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
	flex-wrap: nowrap;
	position: relative;
	z-index: 1;
}

.Propositions_produits_contenu_centre_general:hover
{
	/* box-shadow: 0 0 5px 1px lightgrey; */
	background-color: rgb(255, 250, 230);
	transition-duration: 0.5s;
}

.Voir_boutique_selection
{
	width: 260px;
	height: 30px;
	text-decoration: none;
	color: black;
	margin: auto;
	margin-top: 60px;
	padding: 10px;
	border-radius: 100px;
	border: 2px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	/* position: absolute; */
}

.Voir_boutique_selection:hover
{
	background-color: rgba(0, 0, 0, 0.1);
	transition-duration: 0.5s;
}

.Propositions_produits_contenu_centre_general_detail
{
	text-decoration: none;
	font-style: none;
	color: black;
}

.Propositions_produits_contenu_centre_general_image
{
	width: calc(100% - 20px);
	height: 200px;
	padding: 10px;
	/* background-color: pink; */
	display: flex;
	justify-content: center;
	align-items: flex-end;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	/* z-index: 2; */
}

.Propositions_produits_contenu_centre_general_image img
{
	width: 80%;
	height: 80%;
	object-fit: cover;
	object-position: right;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	z-index: 2;
}


.Propositions_produits_contenu_centre_general_description
{
	width: 100%;
	height: 200px;
	/* background-color: yellow; */
	display: flex;
	justify-content: center;
	align-items: center;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	margin-top: -70px;
	z-index: 1;
}

.Propositions_produits_contenu_centre_general_description img
{
	width: auto;
	height: 100%;
	z-index: 1;
	/* visibility: hidden; */
}

.Propositions_produits_contenu_centre_general_description_titre
{
	width: 200px;
	height: 40px;
	/* background-color: pink; */
	position: absolute;
	z-index: 3;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}

.Propositions_produits_contenu_centre_general_description_prix
{
	width: 150px;
	height: 20px;
	font-size: 14px;
	/* background-color: orange; */
	position: absolute;
	z-index: 3;
	text-align: center;
	overflow: hidden;
	margin-top: 90px;
	color: rgb(80, 40, 40);
}

.footer_accueil
{
	width: calc(100% - 40px);
	height: 200px;
	background-color: white;
	border-top: 1px solid lightgrey;
	/* margin-top: 830px; */
	padding: 20px;
}

.Accueil_avantages
{
	width: calc(100% - 40px);
	max-width: calc(1400px - 40px);
	/* height: 600px; */
	margin: auto;
	padding: 20px;
	margin-top: 100px;
	margin-bottom: 100px;
	/* background-color: brown; */
	font-family: 'Quicksand', sans-serif;
}

.Accueil_avantages_titre
{
	width: 100%;
	/* height: 60px; */
	/* background-color: lightblue; */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 40px;
	color: rgb(80, 35, 40);
	font-size: 40px;
}

.Accueil_avantages_cadre
{
	width: 100%;
	/* height: 310px; */
	/* background-color: lightblue; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	font-family: 'Quicksand', sans-serif;
	flex-wrap: wrap;
}

.Accueil_avantages_cadre_general
{
	width: 210px;
	height: calc(100% - 40px);
	/* background-color: orange; */
	padding: 20px;
}

.Accueil_avantages_cadre_general_icone
{
	width: 100%;
	height: 100px;
	/* background-color: lightgreen; */
	display: flex;
	justify-content: center;
	align-items: center;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.Accueil_avantages_cadre_general_icone img
{
	width: auto;
	height: 100%;
}

.Accueil_avantages_cadre_general_texte
{
	width: calc(100% - 40px);
	/* height: 160px; */
	margin-top: 20px;
	/* background-color: blue; */
	padding: 10px 20px;
}

.Accueil_avantages_cadre_general_titre
{
	width: 100%;
	/* height: 60px; */
	/* background-color: lightgreen; */
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.Accueil_avantages_cadre_general_contenu
{
	width: 100%;
	/* height: 90px; */
	margin-top: 10px;
	/* background-color: lightgreen; */
	font-size: 14px;
	text-align: center;
	color: rgb(100, 100, 100);
}

.Accueil_avantages_cadre_general_contenu span
{
	color: rgb(40, 130, 85);
	/* cursor: default; */
	/* user-drag: none; */
	/* user-select: none; */
	/* -moz-user-select: none; */
	/* -webkit-user-drag: none; */
	/* -webkit-user-select: none; */
	/* -ms-user-select: none; */
}

/* Pour Webkit (Chrome, Safari, etc.) */

/* Pour Firefox */


/* MEDIA QUERIES */

@media (max-width: 1600px) {
	
	.Cadre_carousel_offres
	{
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	
	.Propositions_produits
	{
		margin-top: 600px;
	}
}

@media (max-width: 1500px) {
	
	.Propositions_produits
	{
		width: calc(100% - 100px);
	}
	
	.Propositions_produits_contenu_centre
	{
		overflow-x: auto;
	}
}

@media (max-width: 1150px) {
	/* PAGE PRODUIT */
	
	.Accueil_avantages_cadre_general_contenu
	{
		/* display: none; */
	}
	
	.Propositions_produits_titre_texte, .Propositions_produits_titre_animal
	{
		font-size: 28px;
	}
	
	.Accueil_avantages_titre
	{
		font-size: 32px;
	}
	
	/* yyy */
}

@media (max-width: 1000px) {
	
	.message_central
	{
		margin-top: 150px;
	}
	
}

@media (max-width: 850px) {
	/* PAGE PRODUIT */
	
	.message_central_titre
	{
		font-size: 30px;
	}
	
	.message_central_contenu
	{
		font-size: 20px;
		width: 100%;
	}
	
	.message_central_contenu_1
	{
		display: none;
	}
	
	.fond_accueil_large_image
	{
		height: 400px;
	}
	
	.Cadre_carousel_offres
	{
		flex-direction: row;
		width: calc(100% - 20px);
		padding: 0 10px;
		top: 350px;
	}
	
	.Cadre_carousel_offres_general
	{
		width: 100%;
		max-width: 500px;
		height: 470px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding: 20px 0;
	}
	
	.Cadre_carousel_offres_general_image
	{
		margin: 0;
		width: 60%;
	}
	
	.Cadre_carousel_offres_general_texte_titre
	{
		font-size: 22px;
	}
	
	.Cadre_carousel_offres_general_texte_contenu
	{
		font-size: 14px;
		margin-top: 10px;
		height: auto;
	}
	
	.Cadre_carousel_offres_general_texte_bouton
	{
		margin-top: 20px;
	}
	
	.Propositions_produits
	{
		margin-top: 450px;
		width: 100%;
	}
	
	.Propositions_produits_contenu_general
	{
		display: none;
	}
	
	.Propositions_produits_contenu_centre
	{
		/* flex-direction: column; */
		width: 100%;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		/* align-content: center; */
		/* align-self: center; */
		/* background-color: blue; */
	}
	
	.Propositions_produits_contenu
	{
		height: auto;
	}
	
	.Propositions_produits_titre_texte_1
	{
		display: none;
	}
	
	.Propositions_produits_titre_texte_2
	{
		display: block;
	}
	
	.Propositions_produits_contenu_fleches_petit
	{
		display: flex;
	}
	
	.Accueil_avantages_titre
	{
		font-size: 26px;
	}
	
	/* xxxs */
}

@media (max-width: 620px) {
	/* PAGE PRODUIT */
	
	.Cadre_carousel_offres
	{
		flex-direction: column;
		/* width: calc(100% - 20px); */
		/* padding: 0 10px; */
	}
	
	.Cadre_carousel_offres_general
	{
		height: auto;
	}
	
	/* .Footer_contenu_general, .Modal_footer_contenu */
	/* { */
		/* height: 100%; */
	/* } */
	/* ppp */
}

@media (max-width: 500px) {
	/* PAGE PRODUIT */
	
	.message_central_titre
	{
		display: none;
	}
	
	/* UUU */
}

@media (max-width: 450px) {
	/* PAGE PRODUIT */
	
	.Propositions_produits_titre
	{
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
	}
	
	.Accueil_avantages_titre
	{
		font-size: 22px;
	}
	
	/* 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; */






