.bottom-bar {
	background-color: #7a80b4;
    color: #fff;
	position: fixed;
    border: none;
    -webkit-box-shadow: 0px 1px 2px 1px rgb(154 154 204 / 22%);
    -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    box-shadow: 0px 1px 2px 1px rgb(154 154 204 / 22%);

	bottom: 0;
	left: 265px;
	right: 0;

	display: flex;
	justify-content: space-around;
}

.bottom-bar > div {
	padding: 10px;
}

.container-md {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
}

.bloc {
	overflow-wrap: break-word;
}

.opacity-75{
	opacity:.75
}
