.block-prix {
	padding: 5%;
	background-color: #f0f0f0;
	/*min-height: 55vh;*/
}

.block-prix .cont-titre {
	text-align: center;
}

.block-prix .cont-titre .titre {
	font-family: Oswald,sans-serif;
	color: #e20a17;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.block-prix .cont-prix {
	border-top: 2px solid white;
	text-align: center;
	padding-bottom: 5%;
}

.block-prix .cont-prix .prix {
	margin: 0;
	font-size: 50px;
	font-weight: bold;
	font-family: Oswald,sans-serif;
}

.block-prix .cont-description {
	padding-top: 5%;
	border-top: 2px solid white;
}

.block-prix .cont-description ul {
	margin: 0 0 1.5em 2em!important;
}

.block-prix .cont-info-important {
	color: #e20a17;
	text-align: center;
	font-family: Merriweather,serif;
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
}


/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {
	.block-prix {
		/*min-height: 30vh;*/
	}
}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

}

/*mobile and tablet*/
@media (max-width: 1024px) {

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

}

/*desktop*/
@media (min-width: 1025px) {

}

/*RESPONSIVE*/
