.btnBrick {
	font-size: 18px;
    background-color: #0e1e33;
    height: 30px;
    width: 35px;
    text-align: center;
    text-decoration: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: solid 1px;
}

.btnBrick.selected, .btnBrick:active{
	background-color: rgb(255,255,255);
	color: #0e1e33;
}

#briques{
    flex-direction: row;
    display: flex;
    position: absolute;
}


html, body {
    margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}

html {
    position: relative;
    overflow: hidden;
}

body {
    position: fixed;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#CanConfig, #Canloading{
    position: absolute;
}

#divCanvas{
	height:100%;
	width:100%;
	position:absolute;
	display:flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}