*{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	outline: none;
    @include box-sizing(border-box);
}

a{
	text-decoration: none;
	img{
		border:none;
	}
}

img{
	display: block;
}

body,html{
	width: 100%;
	height: 100%;
	background-color: $grisClair;
    overflow: hidden;
}

.clear {
	clear: both;
}
