body {
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	background: #ffffff url("../images/fond.jpg") repeat; 
	font-size: 18px;
	font-weight: 300;
}

header {
		margin-top: 50px;
}

.logo {
	margin-bottom: 30px;
}

.reseaux {
	text-align: right;
	font-size: 16px;
}

@media screen and (min-width: 992px) {
	.reseaux {
		margin-top:98px;
	}
}

.picto-reseaux {
	margin-left: 15px;
}

#content {
	padding-bottom: 30px;
}

.images-boutique {
	-webkit-box-shadow: 3px 3px 10px 1px #000000;
	box-shadow: 3px 3px 10px 1px #000000;
	margin-bottom: 30px;
}

.text {
	margin-bottom: 30px;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
	margin-top: 10px;
}

p .grey {
	color: #bbbbbb;
	font-weight: 400;
}

.champ {
	color: #000000;
	font-size: 16px;
	height: 40px;
	padding: 3px 5px;
    width: 320px;
}

.btn-success {
	margin-top: -4px;
    margin-left: -4px;
	border: none;
	border-radius: 0;
	height: 40px;
	width: 40px;
	background: #ffffff url("../images/btn-inscription.jpg") 0% 0%; 
}

.btn-success:hover, .btn-success:focus {
	background-position: 0 -40px;
}

