.square {
	width: 100px;
	height: 100px;
}
.square {
	width: 100px;
	height: 100px;
}
.kaki {
	color: #696852;
}
.bg-kaki {
	background: #696852;
}
.black {
	color: #2e2d30;
}
.bg-black {
	background: #2e2d30;
}
.grey {
	color: #e0e0de;
}
.bg-grey {
	background: #e0e0de;
}
.white {
	color: #fff;
}
.bg-white {
	background: #fff;
}
.brique {
	color: #9f5533;
}
.bg-brique {
	background: #9f5533;
}
