.AccrocheAf {
	font-size: 18px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
}

.ContenantTotalAf {
	width: 450px;
	margin-top: 50px;
	margin-right: 30px;
	float: right;
	font-size: 18px;
}

.TarifBase {
	font-size: 14px;
}

.TitreTableau {
	font-size: 18px;
	margin-top: 50px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.ContenantArticleAf {
	display: flex;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	border-bottom: ridge 1px grey;
    margin-bottom: 30px;
}

input[type='checkbox'] {
	transform: scale(1.5);
}

.ContenantCheckOuinon {
	margin-left: 15px;
	width: 30px;
	display: table;
}

.CentrerLigne {
	vertical-align: middle;
	display: table-cell;
}

.ImgProduitPanier {
	width: 90px;
	height: 90px;
	border: solid 1px black;
}

.ContenantDescrip {
	width: 30%;
	display: table;
	padding-left: 10px;
}

.ContenuPromotion {
	width: 25%;
	display: table;
	text-align: center;
}

.ContenuQte {
	display: table;
	width: 155px;
}

.ContenuPromotion {
	width: 15%;
	display: table;
	text-align: center;
}

.InterieurContenuProduit {
	vertical-align: middle;
	display: table-cell;
}

.Rouge {
	color: firebrick;
}

.ContenuPrix {
	display: table;
	width: 15%;
}

.ContenuPrixResponsive {
	display: none;
}

.InterieurContenuPrix {
	vertical-align: middle;
	display: table-cell;
	text-align: right;
}

.fas:hover {
	color: #ffa500;
	cursor: pointer;
}

.BarreSeparatrice {
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: gray;
	height: 1px;
}

.ContenantAfNc {
	font-size: 18px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	margin-top: 50px;
}
.infoClientReferent {
	color: orange;
	margin-left: 10px;
}

@media screen and (max-width: 700px) {
	.AccrocheAf {
		font-size: 16px;
		width: 96%;
	}

	.ContenantTotalAf {
		width: 96%;

		margin-right: 30px;
		float: none;
		clear: both;
		font-size: 17px;
		text-align: center;
		margin: auto;
		margin-top: 30px;
	}

	.TitreTableau {
		font-size: 16px;
		margin-top: 30px;
	}

	.ContenantArticleAf {
		display: flex;
		margin-top: 5px;
		padding-bottom: 5px;
		font-size: 13px;
		border-bottom: ridge 1px grey;
	}

	input[type='checkbox'] {
		transform: scale(1.3);
	}

	.ContenuPromotion {
		display: none;
	}

	.ImgProduitPanier {
		width: 50px;
		height: 50px;
		border: solid 1px black;
	}

	.ContenuPrix {
		display: none;
	}

	.ContenuPrixResponsive {
		margin-right: 11px;
		margin-bottom: 10px;
		display: block;
	}

	.ContenantDescrip {
		width: 60%;
		display: table;
		padding-left: 7px;
	}

	.ContenantCheckOuinon {
		margin-left: 7px;
	}

	.ContenantAfNc {
		font-size: 16px;
		text-align: center;
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
	}
}
