body{
	background-color: #ffe8f5; /*changement*/


}

.step2{
	margin-top: 100px;
	margin-bottom: 100px;
	background: #f4f0ff;
	border: 4px solid #ff8401;
	border-radius: 25px;
	padding: 20px;

}

.radiof{
	margin-top: 0px;
}

.btnSend{
	background-image: url("./images/btn-send-opa.png");
  /*background: rgb(255,131,60);
  background: -moz-linear-gradient(0deg, rgba(255,131,60,1) 0%, rgba(255,255,255,1) 50%, rgba(255,131,60,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,131,60,1) 0%, rgba(255,255,255,1) 50%, rgba(255,131,60,1) 100%);
  background: linear-gradient(0deg, rgba(255,131,60,1) 0%, rgba(255,255,255,1) 50%, rgba(255,131,60,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff833c",endColorstr="#ff833c",GradientType=1);
	columns: #000000;;
	border: 2px solid;
	border-color: #000000;*/
	height: 83px;
	background-color: #e7cbf7;
	width: 360px;
	font-weight: bold;
	font-size: 25px;
	border-radius: 5px;
	border: none;
	background-size: cover;
	margin-bottom: 50px;
	transform: scale(0.8);
	transition: all .2s ease-in-out;
}

.btnSend:hover {
	transform: scale(0.9);
}

.phoneNumb{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #ffffff;
	background-color: #ff8401;
	font-size: 30px;
}

.head
{

	padding: 0px;
}
