.RecepteurFormation {
	margin: 30px 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.FermerFenetreColis {
	float: right;
	font-family: Montserrat;
	margin-top: -20px;

	font-size: 50px;
	cursor: pointer;
}

.ContenantColisC {
	width: 60%;
	background-color: whitesmoke;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	color: black;
	margin: 0 auto;
	padding: 10px;
}

.ContenantPromoP {
	width: 94%;
	background-color: whitesmoke;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	color: black;
	margin: 0 auto;
	padding: 10px;
}

.ContenantIntitulePromo {
	text-align: center;
}

.IntitulePromo {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bolder;
}

.IntituleInfoFormation {
	padding-bottom: 10px;
	text-decoration: underline;
	font-size: 14px;
}

.BoutonActionPromo {
	padding: 6px;
	width: 94%;
	background-color: #2f2f2f;
	color: #dadce0;
	text-align: center;
	height: 35px;
	line-height: 35px;
	box-shadow: 1px 1px 6px white;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	opacity: 1;
	font-size: 16px;
}

.AjouterAuPanierPromotion {
	display: none;
	margin: 0 auto;
	margin-bottom: 15px;
}

.FermerPromo {
	display: none;
	margin: 0 auto;
	margin-bottom: 15px;
}

.FermerColis {
	display: none;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
}

#nrespect {
	display: none;
	color: #a52a2a;
	font-size: 16px;
	padding-bottom: 10px;
}

#contenantcolis {
	display: flex;
	justify-content: space-evenly;
	flex-flow: row wrap;
	width: 100%;
}

.image-contenant-colis {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	margin-bottom: 30px;
}

#contenantcolis-detail img {
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.QteColisDetail {
	border: none;
	width: 25px;
	text-align: center;
	background-color: whitesmoke;
}

.TitreColis {
	font-size: 18px;
	font-weight: bolder;
}

.description__web {
	margin: 10px auto 20px auto !important;
}

.PrixColis {
	font-size: 16px;
	margin-top: 15px;
}

.ContenantColisDetailC {
	margin-top: 20px;
	background-color: white;
	padding: 5px;
	border: solid 1px grey;
}

.ContenuColisC {
	font-size: 15px;
}

.AjouterAuPanierColis {
	margin: 0 auto;
	margin-bottom: 20px;
}

.ContenantProduitEnsemble {
	display: flex;
	flex-wrap: wrap;
}

.Rouge {
	color: firebrick;
}

@media screen and (max-width: 900px) {
	.ContenantColisC {
		width: 94%;

		padding: 5px;
		padding-bottom: 20px;
	}

	.TitreColis {
		font-size: 16px;
		font-weight: bolder;
	}

	.PrixColis {
		font-size: 14px;
		margin-top: 15px;
	}
}
