#toolsBar {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes de taille égale */
    gap: 40px 10px; /* espace entre les éléments */
    padding: 10px 20px;
    font-weight: bold;
    height: 250px;
    margin-bottom: 20px;
}

*, :after, :before {
	-webkit-box-sizing: unset !important;
	box-sizing: unset !important;
}
