.parrainage {
	margin-top: 60px;
	text-align: left;
}

.parrainage h3 {
	color: #00dcbb;
	text-align: center;
}


.parrainage p.content, .parrainage .invit p.title {
	width: 70%;
	margin: auto;
	text-align: center;
	margin-top: 15px;
	line-height: 1.6em;
	letter-spacing: 0.02em;
}

.parrainage .step {
	text-align: center;
	margin-top: 30px;
}

.parrainage .step p {
	margin-top: 25px;
	color: #aaa;
	line-height: 1.9em;
}

.parrainage .inline-step {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 20px;
	position: relative;
	min-height: 180px;
}

.parrainage .nb-step {
	position: absolute;
	left: 0;
	top: -15px;
	right: 0;
	width: 30px;
	height: 30px;
	background: #00dcbb;
	margin: auto;
	color: #fff;
	border-radius: 50%;
}

.parrainage .nb-step span {
	top: 5px;
	position: relative;
}

.parrainage .invit .email {
	border: 1px solid #ddd;
	width: 90%;
	margin: auto;
	margin-top: 20px;
}

.parrainage .invit .email p {
	border: 1px solid #aaa;
	border-radius: 5px;
	margin: 10px;
	padding: 10px;
	position: relative;
	cursor: pointer;
	opacity: 0.8;
}

.parrainage .invit .email p span {
	position: absolute;
	right: 20px;
	top: 15px;
}

.parrainage .send-email {
	border-radius: 5px;
	background: #00dcbb;
	width: 200px;
	height: 40px;
	display: block;
	margin: auto;
	color: #fff;
	border: 1px solid #00dcbb;
	margin-top: 20px;
	margin-bottom: 20px;
}

.parrainage input {
	border: none;
	text-align: center;
	width: 100px;
	margin-left: 10px;
	border-bottom: 1px solid #ccc;
}

.parrainage .button {
	margin: auto;
	display: block;
	margin-top: 30px;
	width: 200px;
	height: 40px;
	border: 1px solid #00dcbb;
	background: #00dcbb;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
}

@media screen and (max-width: 750px) {
	.parrainage .inline-step {
		width: 90%;
	}
}