.bgimg-1 {
        background-image: url("images/LogoDeCompagnie.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25% 25%;
}

.fa {
	padding: 10px;
	font-size: 20px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
}

.fa-facebook {
	background: #0866ff;
	color: white;
}

.fa-github {
        background: black;
        color: white;
}

