/* paramètre présentation */

.val_prix_content {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.val_content {
	width:59%;
	padding-right:1%;
}

.prix_content {
	width:35%;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	border: 1px solid gray;
	background-color: #fff3f0;
	padding:0% 2% 2% 2%;
	text-align:center;
}

.prix_content p {
	text-align:center;
	line-height:1.5em;
}

.CTA_present {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:20px 10px 30px;
}

.know_more {
	margin-bottom:5px;
}

.know_more a {
	padding-top:15px;
}

/* _________________________________________________________________ */
