.cover {
	text-align: left;
}

.contactInfos {
	text-align: center;
}

.contactInfos a {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 30px;
}

.contactInfos a div {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: inline-block;
	float: left;
}

.contactInfos a:hover div {
	background-color: #ff0062;
}

.contactInfos a span {
    line-height: 60px;
    display: inline-block;
    float: left;
    margin: 0 15px;
}

.contactInfos .phone {
	margin-right: 60px;
}


.contactInfos .address {
	margin-bottom: 0;
	text-align: left;
	margin-right: 225px;
}

.contactInfos .address span{
	line-height: 22px;
	margin-top: 8px;
}

.contactInfos .picto{
	background-repeat: no-repeat;
	background-position: center center;
}

.contactInfos .mobileEmail, .contactInfos .mobileAddress, .contactInfos .mobilePhone {
	display: none;
}



.picPhone {
	background: url('../images/phone.png');
	background-size: 23px 35px;
}

.picMail {
	background: url('../images/mail.png');
	background-size: 36px 21px;
}

.picAddress {
	background: url('../images/address.png');
	background-size: 25px 34px;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
	.picPhone {
		background: url('../images/phone@2x.png');
		background-size: 23px 35px;
	}

	.picMail {
		background: url('../images/mail@2x.png');
		background-size: 36px 21px;
	}

	.picAddress {
		background: url('../images/address@2x.png');
		background-size: 25px 34px;
	}
}






.contact {
	margin-left: 15px;
	margin-right: 15px;
}


.contact h3{
	font-size: 39px;
	font-weight: bold;
	color: #38a4dd;
	margin-bottom: 30px;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

#form input {
	margin-bottom: 15px;
}

#fullname, #email {
	max-width: 350px;
	height: 44px;
}

#phoneNumber {
	max-width: 170px;
	height: 44px;
}

.btnContact {
	font-size: 16px;
	padding: 15px;
	border-radius: 0;
	color: #fff;
	margin-bottom: 10px;
}

textarea {
	max-width: 500px;
}

.btnContact:hover {
	color: #fff;
	background-color: #ff0062;
} 

#error {
	display: none;
    font-size: 18px;    
    margin-top: 10px;
    color: red;
}

#success {
	display: none;
    font-size: 18px;
    margin-top: 10px;
    color: green;
}