.container-groupes, .container-raccourcis{
	display : flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: auto;
}
.container-groupes > .groupe, .container-raccourcis > .raccourci {
	margin : 5px;
	width: 100%;
	text-align : center;
	align-items: center;
	justify-content: center;
	display: flex;
	max-width: 200px;
	height: 200px;
}
.groupe > .card{
	height: 100%;
	width: 100%;
	max-width: 110px;
	border-radius: 100%;
	max-height: 110px;
	cursor: pointer;
	overflow: hidden;
}
.groupe{
	display: flex;
	flex-direction: column;
}
.groupe > .text{
	cursor : pointer;
}
.container-groupes > .card {
	max-width: 200px;
	height: 150px;
}
.card-body-flex{
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
}
.positions{
	margin-right: 10px;
}
.positions > i {
	display: block;
	cursor: pointer;
}
.card-body{
	align-items: center;
}
.setting{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 30px;
	color: #575757;
	cursor: pointer;
}
