#inscriptionSection {
     color: #333;
    font: 14px 'Open Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 680px) and (max-width: 992px) {
	#inscriptionSectionStep {
		padding: 20px 40px
	}
}


#inscriptionSectionStep {
    background-color: #f9f9f9;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}


#inscriptionSectionStep .num {
    background-color: #e7f0f4;
    border-radius: 100%;
    padding: 5px 15px;
}

#inscriptionSectionStep .stepElement {
	flex: 0 0 200px;
	padding-top: 25px;
	text-align: center;
	border-radius: 25px;
	background-color: #fff;
	height: 270px;
	box-shadow: 7px 6px #dee4e4;
	margin: 25px;
	background-repeat: no-repeat;
	background-position-y: 100px;
	background-position-x: center
}

#inscriptionSectionStep .stepElement.webp:nth-child(1) {
	background-image: url("/ressources/images/employer-signup_10.svg");
	background-size: 116px 116px;
}

#inscriptionSectionStep .stepElement.no-webp:nth-child(1) {
	background-image: url("/ressources/images/employer-signup_10.svg");
	background-size: 116px 116px;
}

#inscriptionSectionStep .stepElement.webp:nth-child(2) {
	background-image: url("/ressources/images/employer-signup_06.svg");
	background-size: 116px 116px;
}

#inscriptionSectionStep .stepElement.no-webp:nth-child(2) {
	background-image: url("/ressources/images/employer-signup_06.svg");
	background-size: 116px 116px;
}

#inscriptionSectionStep .stepElement.webp:nth-child(3) {
	background-image: url("/ressources/images/employer-signup_07.svg");
	background-size: 116px 116px;
}

#inscriptionSectionStep.stepElement.no-webp:nth-child(3) {
	background-image: url("/ressources/images/employer-signup_07.svg");
	background-size: 116px 116px;
}

#inscriptionSectionStep .stepElement.webp:nth-child(4) {
	background-image: url("/ressources/images/employer-signup_09.svg");
	background-size: 116px 116px;
}

#inscriptionSectionStep .stepElement.no-webp:nth-child(4) {
	background-image: url("/ressources/images/employer-signup_09.svg");
	background-size: 116px 116px;
}

#inscriptionSectionStep .stepTitle {
	font-weight: bold;
	font-size: 1.4em
}

#inscriptionSectionStep .stepText {
	padding: 10px
}

#empSignupLeft {
	margin: 10px auto;
	max-width: 650px;
	width: 100%
}

