* {
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
	width: 100%;
	background: url('img/bg.jpg') center 250px no-repeat;
}

.header {
	width: 100%;
	height: 250px;
	background: #000;
	text-align: center;
}

h1 img {
	margin-top: 60px;
}

.content {
	text-align: center;
}

.description {
	margin-top: 150px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 60px;
}

@media screen and (min-width: 600px) { 
	ul.profils {
		width: 600px;
		display: flex;
		justify-content: space-around;
		margin: 30px auto;
	}
}

ul.profils  li a i {
	font-size: 50px;
	color: #fff;
}

#dailymotion-svg {
    width: 46px;
    height: 50px;
}

.daily-pict {
	fill:#fff
}


@media screen and (max-width: 600px) { 

	body {
			background: url(img/bg.jpg) center 200px no-repeat;
	}

	.header {
		height: 200px;
	}

	ul.profils {
		margin: 30px auto;
	}

	ul.profils li {
		margin-bottom: 30px;
	}

	.description {
		margin-top: 80px;
		font-family: 'Open Sans', sans-serif;
		color: #fff;
		font-size: 40px;
	}

	h1 img {
		height: 80px;
	}

}