/* over btn bootstrap */
.btn
{
	height: 40px;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(91, 194, 194, 0.5)}

.div_class /* Couleur du div (menu princial */
{background-color: #f1f0f0;	padding-top: 10px;	padding-bottom: 10px;}

.bi::before { /* class pour afficher les images de menu*/
	display: inline-block;
	content: "";
	vertical-align: -.125em;
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='../bib/bootstrap/icons/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
 }

 .sticky {position: fixed;	top: 0;	width: 100%; }

