.contenuContent h2 {
	font-size: 33px;
	font-family: "Roboto";
	font-weight: 300;
	text-align: center;
}

.contenuContent p {
	font-size: 18px;
	color: #292929;
	font-family: "Roboto Condensed";
	font-weight: 300;
}

.contenuContent .cccEtape:nth-child(odd) .cccEtapeImage {
	float: left;
}

.contenuContent .cccEtape:nth-child(odd) .cccEtapeContent {
	float: right;
}

.contenuContent .cccEtape:nth-child(even) .cccEtapeImage {
	float: right;
}

.contenuContent .cccEtape:nth-child(even) .cccEtapeContent {
	float: left;
}

.cccImageHeader {
	text-align: center;
	margin: 0px 0px 100px 0px;
}

.cccImageHeader img {
	width: 100px;
}

.cccImageFooter {
	margin: 100px 0px;
	text-align: center;
}

.cccImageFooter img {
	width: 200px;
}

.cccEtape {
	margin-top: 100px;
}

.cccEtape:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}

.cccEtapeImage {
	width: 180px;
}

.cccEtapeImage img {
	width: 100%;
}

.cccEtapeContent {
	width: 400px;
}

.cccEtapeNum {
	background-color: #b52b5f;
	width: 50px;
	height: 50px;
	position: relative;
	float: left;
	margin-right: 10px;
}

.cccEtapeNum span {
	font-family: "Montserrat";
	font-weight: 900;
	font-size: 36px;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 5px;
}

.cccEtapeTitre {
	font-family: "Montserrat";
	font-weight: 900;
	font-size: 24px;
	line-height: 26px;
}

.cccEtapeDescription {
	font-family: "Roboto";
	width: 300px;
}

.cccEtapeDescription p {
	font-size: 14px;
	color: #8e8e8e;
}

#cccBtn {
	text-align: center;
	margin-top: 30px;
}

#cccBtn a {
	background-color: #a2c03a;
	color: #fff;
	border: 0;
	border-radius:20px;
	padding: 10px 30px;
	display: inline-block;
	font-size: 20px;
	font-family: "Roboto Condensed";
	text-decoration: none;
}

#cccBtn a:active {
	background-color: #80982e;
}


@media (max-width: 750px) {

	.cccEtape {
		margin-top: 20px;
	}

	.cccEtapeContent {
		width: 100%;
		float: none;
	}

	.contenuContent .cccEtape:nth-child(2n) .cccEtapeContent {
		float: none;
	}

	.contenuContent .cccEtape:nth-child(2n) .cccEtapeImage {
		float: none;
	}

	.contenuContent .cccEtape:nth-child(2n+1) .cccEtapeImage {
		float: none;
	}

	.cccEtapeImage {
		text-align: center;
		margin-top: 50px;
		margin-bottom: 30px;
		width: auto;
	}

	.cccEtapeImage img {
		width: 100px;
	}

	.cccEtapeNum {
		width: 40px;
		height: 40px;
	}

	.cccEtapeNum span {
		font-size: 26px;
	}

	.cccEtapeTitre {
		font-size: 12px;
		line-height: 18px;
	}

	.cccEtapeDescription {
		width: auto;
	}

	.cccImageHeader {
		padding-top: 30px;
		margin-bottom: 30px;
	}

	.cccImageHeader img {
		width: 50px;
	}

	.cccImageFooter {
		margin: 30px 0px;
	}

	.cccImageFooter img {
		width: 100px;
	}

	#cccBtn {
		margin-bottom: 30px;
	}

}