#loading-spinner {
	z-index: 1000;
	background-color: #ccedeb;
	width: 100%;
	height: 100%
}

#loding_content {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	top: 45%
}
.pp_compo_categ1 {
	font-size: 1.8rem;
	font-weight: 600;
}
.progress {
	position: relative;
	height: .6rem;
	width: 20%;
	border: .4rem solid var(--BLEULOGO);
	border-radius: 1rem
}

.progress .color {
	position: absolute;
	background-color: #fff;
	width: 0;
	height: .6rem;
	border-radius: 1rem;
	animation: progres 4s infinite linear
}

@keyframes progres {
	0% {
		width: 0%
	}

	25% {
		width: 50%
	}

	50% {
		width: 75%
	}

	75% {
		width: 85%
	}

	100% {
		width: 100%
	}
}

@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Regular.ttf') format("truetype")
}

@font-face {
	font-family: Clemente;
	src: url('../fonts/ClementePDaa-Hairline.ttf') format("truetype")
}

@font-face {
	font-family: BebasNeue;
	src: url('../fonts/BebasNeue-Regular.otf') format("opentype")
}

@font-face {
	font-family: Schuboise;
	src: url('../fonts/SchuboiseHandwrite.ttf') format("truetype")
}

@font-face {
	font-family: TuffyRegular;
	src: url('../fonts/Tuffy-Regular.ttf') format("truetype")
}

@font-face {
	font-family: SoftLine;
	src: url('../fonts/SoftLine.otf') format("opentype")
}

@font-face {
	font-family: RobotoBold;
	src: url('../fonts/Roboto-Bold.woff') format("truetype")
}

@font-face {
	font-family: RobotoMedium;
	src: url('../fonts/Roboto-Medium.ttf') format("truetype")
}

@font-face {
	font-family: RobotoMed;
	src: url('../fonts/Roboto-Med.ttf') format("truetype")
}

@font-face {
	font-family: Robotothin;
	src: url('../fonts/Roboto-Thin.ttf') format("truetype")
}

html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: roboto
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ccedeb
}

a {
	text-decoration: none
}

#main {
	flex: 1;
	padding: 0;
	margin: 0;
	max-width: 65rem;
	display: flex;
	flex-direction: column;
	background-color: #fff
}

#main>div:not(#Idees):not(#block4):not(#block1):not(#block2):not(#block3) {
	max-width: 100%;
	display: flex;
	flex-direction: column
}

#pp_pnns {
	flex: 1;
	top: .5vmin;
	right: 4vmin
}

#pp_pnns_i {
	content: url(../images/icone-info.png);
	max-height: 3rem;
	max-width: 3rem;
	text-align: right;
	border-radius: 2rem;
	transition: transform .1s ease-in-out
}
#pp_pnns_i_info {
	content: url(../images/images_fiche_produit_foodhea-56.png);
	height: 100%;
	width: 100%;
	text-align: right;
}

#pp_pnns_i:hover {
	transform: scale(1.05);
	cursor: pointer
}

.pp_scoreengagement_links {
	display: flex;
	flex-direction: row !important;
	font-family: roboto;
	font-size: 2rem;
	font-weight: 700;
	color: #00548d
}

.pp_scoreengagement_links a {
	font-weight: 300;
	color: #00548d
}

.pp_scoreengagement_links a :visited {
	color: #00548d
}

.pp_scoreengagement_links div {
	flex: 1;
	text-align: center
}

.pp_scoreengagement_bar {
	width: 100%
}

.pp_scoreengagement_astuce {
	width: 90%;
	text-align: center;
	font-family: roboto;
	font-size: 1.4rem;
	color: #333;
	padding: 2rem
}

.pp_scoreengagement_astuce span:first-child {
	text-decoration: underline
}


.pp_scoreengagement_list {
	text-align: center;
	padding: 1rem;
	margin: 0 6rem
}

.engagement_arrow {
	position: relative;
	/* Pour positionner absolument la flèche par rapport à ce conteneur */
}

.engagement_arrow .fleche {
	position: absolute;
	left: -3rem;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer
}

.engagement_arrow .fleche img {
	display: block;
	width: auto;
	max-height: 3rem;
	transition: transform .5s ease
}

.engagement_arrow .fleche:hover img {
	transform: translateX(-1rem)
}

.engagement_arrow2 {
	position: relative;
	/* Pour positionner absolument la flèche par rapport à ce conteneur */
	padding-right: 5rem;
	/* Ajoutez une marge à droite pour laisser de la place pour la flèche */
}

.engagement_arrow2 .fleche {
	position: absolute;
	right: -3rem;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer
}

.engagement_arrow2 .fleche img {
	display: block;
	width: auto;
	max-height: 3rem;
	transition: transform .5s ease
}

.engagement_arrow2 .fleche:hover img {
	transform: translateX(1rem)
}

@media (max-aspect-ratio:2/3) {
	.engagement_arrow .fleche {
		left: -4.5rem
	}

	.engagement_arrow2 .fleche {
		right: -4rem
	}

	.engagement_arrow .fleche img,
	.engagement_arrow2 .fleche img {
		max-height: 7vmin
	}
}

.pp_scoreengagement_list img {
	margin: 1rem;
	padding: .5rem;
	max-height: 6rem;
	height: auto;
	width: auto;
	border-radius: .7rem;
	border: .4rem #fff solid;
	box-shadow: 1px 1px 3px 1px #909090
}


.pp_recette_resume {
	display: flex;
	flex-direction: row;
	box-shadow: .4rem .4rem .5rem .2rem #bbb;
	margin: .1rem;
	font-family: roboto
}

.pp_recette_resume .pp_recette_img {
	width: 20rem;
	height: 14rem;
	display: flex
}

.pp_recette_resume .pp_recette_img img {
	max-width: 15rem;
	max-height: 10rem;
	height: auto;
	width: auto;
	margin: auto;
	border-radius: 1rem;
	border: solid #d3d3d3 .2rem
}

.pp_recette_img div {
	width: 20vmin;
	height: 15vh;
	margin: auto;
	margin-top: 2.5vh;
	border-radius: 1vmin;
	text-align: center;
	vertical-align: middle;
	border-color: #00aa9e;
	background-color: #00aa9e;
	color: #fff
}

.pp_recette_titleblock {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.pp_recette_titleblock div {
	padding: .2rem
}

.pp_recette_title {
	font-size: 1.8rem;
	color: #1c9b95;
	font-weight: 600
}

.pp_recette_subtitle {
	font-size: 1.3rem;
	color: #090909;
	font-weight: 600
}

.pp_recette_time {
	display: flex;
	flex-direction: row;
	font-size: 1.3rem;
	color: #090909
}

.pp_recette_time img {
	max-height: 1.5rem;
	margin-right: 1vmin;
	width: auto
}

.pp_recette_labels {
	display: flex;
	flex-direction: row;
	color: #00aa9e;
	font-size: 1.3rem;
	font-weight: 450
}

.pp_recette_labels div {
	text-align: center;
	margin: auto
}

#pp_fichesante,
#pp_recettes,
#pp_teneurs {
	margin-top: 1rem
}

.pp_fichesante_astuce {
	text-align: center;
	font-family: roboto;
	font-size: 2.1vmin;
	color: #333;
	padding: 4vmin;
	padding-top: 1vmin;
	padding-bottom: 1vmin
}

.report_pagetitle {
	width: 100%;
	font-family: roboto;
	font-size: 2rem;
	color: #00548d;
	border-bottom: solid .4rem #ee8670;
	text-align: center;
	padding-bottom: 1vmin;
	margin-bottom: 1vmin
}

#pp_composition {
	padding: 4rem;
	padding-top: 3rem;
	background-color: #00aa9e;
	color: #fff;
	opacity: 70%;
	font-family: Roboto
}

#pp_composition_inner {
	padding-left: 4rem;
	padding-right: 4rem;
	border-radius: 2rem;
	border: .2rem solid #fff
}

#pp_composition_title {
	padding-bottom: 4rem;
	padding-top: 0;
	font-size: 2rem;
	font-weight: 600;
	text-align: center
}

#pp_composition table {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
	width: 100%
}

#pp_composition th {
	font-size: 1rem;
	font-weight: 600
}

#pp_composition tbody {
	padding: .8rem;
	font-size: 1.3rem
}

#pp_composition td:nth-child(odd) {
	text-align: left
}

#pp_composition td:nth-child(2n) {
	text-align: right
}

#pp_compo_buttons {
	display: flex;
	position: relative;
	width: 100%;
	justify-content: center;
	top: -2.5rem
}

#pp_compo_buttons button.pp_compo_button_selected {
	border-color: #00aa9e;
	background-color: #fff;
	color: #00aa9e;
	box-shadow: .2rem .4rem .4rem #000;
	font-weight: 900
}

#pp_compo_buttons button {
	border-radius: 2.5rem;
	border: .2rem solid #fff;
	font-family: Roboto;
	font-size: 1.5rem;
	font-weight: 600;
	background-color: #00aa9e;
	padding: .8rem;
	margin: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	color: #fff;
	box-shadow: .6rem .4rem .4rem #000
}


.pp_compo_dont {
	padding-left: 2rem;
	font-style: italic
}

#vnrexplication {
	text-align: center;
	width: 100%;
	font-size: 1.5rem;
	padding: 2rem 0;
	padding-top: 1rem
}

#msgboxwindow {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	left: 0;
	position: absolute;
	z-index: 12
}

#flexmsgbox {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

#msgbox {
	position: relative;
	width: 75vmin;
	padding-top: 15vmin;
	padding-bottom: 0;
	background-image: url("../images/popuprec_top.png");
	background-size: 100% 15vmin;
	background-repeat: no-repeat;
	background-position: top;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 3vmin;
	color: #676766;
	font-family: roboto;
	max-height: 80vh;
	z-index: 20
}

#msgboxtitle {
	background-image: url("../images/popuprec_mid.png");
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	color: #00a199;
	text-align: center;
	background-size: 100% 99%
}

#msgboxdata {
	background-image: url("../images/popuprec_mid.png");
	background-size: 100% 100%;
	min-height: 10vmin;
	vertical-align: middle;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
	overflow-x: hidden
}

#msgboxlink {
	background-image: url("../images/popuprec_bot.png");
	background-size: 100% 100%;
	min-height: 15vmin;
	padding-top: 2vmin;
	padding-left: 2rem;
	padding-right: 2rem;
	color: #00a199;
	text-align: center
}

#msgboxlink a:visited {
	color: #00a199
}

#msgboxlink a {
	color: #00a199
}

.pp_recette_details {
	display: flex;
	flex-direction: column;
	margin: .4rem;
	font-family: roboto
}

.pp_recette_header {
	width: 100%;
	display: flex;
	flex-direction: column
}

.pp_recette_header .pp_recette_titleblock {
	margin: auto;
	margin-top: 2vmin;
	margin-bottom: 2vmin;
	display: flex;
	flex-direction: column;
	background-color: #ee8670;
	border-radius: 1vmin;
	padding: .3vh;
	padding-left: 2vmin;
	padding-right: 2vmin
}

.pp_recette_header .pp_recette_title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 450;
	margin: auto
}

.pp_recette_header .pp_recette_subtitle {
	color: #fff;
	font-size: 2vmin;
	font-weight: 300;
	margin: auto
}

.pp_recette_header .pp_recette_img {
	width: 100%;
	min-height: 30vh;
	margin: auto;
	margin-top: 1vh;
	align-items: center;
	align-content: center;
	display: flex;
	padding-bottom: 1vh
}

.pp_recette_header .pp_recette_img img {
	max-width: 100%;
	min-height: 30vh;
	max-height: 60vh;
	margin: auto;
	height: auto;
	width: auto;
	border: .4rem solid #d3d3d3;
	border-radius: 2vmin
}

.pp_recette_header .pp_recette_img div {
	width: 100%;
	height: 28vh;
	margin: auto;
	margin-top: 0;
	border-radius: 2vmin;
	text-align: center;
	vertical-align: middle;
	background-color: #ccc;
	color: #fff
}


.pp_recette_ing {
	display: flex;
	flex-direction: column;
	box-shadow: .4rem .4rem .5rem .2rem #bbb
}

.pp_recette_ing_header {
	display: flex;
	flex-direction: row;
	color: #00548d;
	font-size: 2rem;
	font-weight: 300
}

.pp_recette_ing_title {
	flex: 5;
	border-bottom: solid .3rem #00aa9e;
	padding: 3vh;
	padding-bottom: 0;
	margin-bottom: 3vh
}

.pp_recette_ing_title span {
	padding: 1vh;
	margin: auto
}

.pp_recette_ing_nbperson {
	flex: 4;
	padding: 1vh;
	border-radius: .5rem;
	border: solid .2rem #00aa9e;
	margin: 3vh;
	margin-left: 4rem;
	margin-right: 4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.pp_recette_ing_img {
	padding: 2vh
}

.pp_recette_ing_img img {
	max-height: 4rem;
	width: auto
}

.pp_recette_ing_content {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: auto;
	font-size: 1.5rem;
	padding-top: 1vh;
	padding-bottom: 2vh;
	margin-bottom: 2vh
}

.pp_recette_details_line,
.pp_recette_ing_line {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 1vmin
}

.pp_recette_ing_qt {
	display: flex;
	flex-direction: row;
	width: 100%
}

.pp_recette_ing_qt div {
	flex: 1;
	text-align: left
}

.pp_recette_ing_qt div:first-child {
	text-align: right;
	padding-right: 1vmin
}

.pp_recette_ing_qt {
	width: 30vmin;
	text-align: center
}

.pp_recette_details_content,
.pp_recette_ing_name {
	flex: 1;
	text-align: left
}

.pp_recette_details_content {
	padding-top: 0;
	margin: auto;
	padding-top: 1vmin
}

.pp_recette_details {
	box-shadow: .4rem .4rem .5rem .2rem #bbb;
	display: flex;
	flex-direction: column;
	margin: auto;
	font-size: 3.25vmin;
	padding-top: 1vh;
	padding-bottom: 2vh;
	margin-bottom: 2vh
}

.pr_recette_moreblock {
	background-color: #eee;
	display: flex;
	flex-direction: column
}

.pr_recette_moreblock>div {
	margin: auto;
	padding: 1vh
}

.pr_recette_labels {
	display: flex;
	flex-direction: row;
	font-size: 2.2vmin;
	font-weight: 450
}

.pr_recette_time {
	display: flex;
	flex-direction: row;
	font-size: 2vmin;
	color: #090909
}

.pr_recette_time img {
	max-height: 2rem;
	margin-right: 1vmin;
	width: auto
}

.pr_recette_labels img {
	height: 4vmin;
	width: auto;
	margin: auto
}

.pr_recette_labels div {
	font-size: 2vmin;
	text-align: center;
	margin-left: 2vmin;
	margin-right: 2vmin
}

.pp_recette_details_stage {
	font-size: 8vmin;
	color: #00548d;
	width: 10vmin
}

.pp_recette_footer {
	display: flex;
	flex-direction: column
}

.pp_recette_footer div {
	margin: auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 1.5rem
}

#pp_recette_separator {
	background-color: #eee;
	display: flex;
	height: 2rem;
	font-size: 1rem
}

#pp_recette_separator div {
	margin: auto
}

#pp_recette_details_list>div {
	flex-direction: row
}

.pp_recette_details_block_side {
	width: 11.5rem;
	display: flex
}

.pp_recette_details_block_side img {
	width: 8vmin;
	height: auto;
	margin: auto
}

.pp_recette_details_block_center {
	flex: 1;
	display: flex;
	flex-direction: column
}

#pp_recette_points .pp_recette_points_selected {
	content: url(../images/darkpoint.png)
}

#pp_recette_points img {
	content: url(../images/lightpoint.png);
	max-height: 4vmin;
	width: auto
}

.pp_scoreengagement_listimg {
	margin: 1rem;
	padding: 0.5rem;
	max-height: 6rem;
	height: auto;
	width: auto;
	border-radius: 0.7rem;
	border: 0.4rem white solid;
	box-shadow: 2px 2px 3px 1px #909090;
}

.pp_scoreengagement_list1 {
	text-align: center;
	padding: 1rem;
	margin: 0 6rem;
	margin-bottom: 2rem;
}

/* footer */
#pfooter_element {
	display: flex;
	padding: 1rem 0;
	justify-content: space-evenly;
	width: 64rem;
	align-items: center;
}

.pfooter_text {
	font-family: "Roboto";
	font-size: 0.7rem;
	color: var(--GRIS)
}

#pfooter {
	flex: 3rem;
	max-height: auto;
	border-top: inset black 4px;
	background-color: rgb(255, 255, 255);
	border-top: grey solid 2px;
	font-size: 1.2rem;
	color: white;
	text-align: center;
	vertical-align: middle;
	max-width: 65rem;
}

#pfooter a {
	color: var(--GRIS)
}

#pfooter_logo img {
	max-width: 8.5rem;
	height: auto;
}