.bas-plan {
	background: rgb(var(--theme_couleur_noir));
	font-family: var(--theme_police);
}
.bas-plan-menus {
	border-right-style: none;
	border-left-style: none;
}
.bas-plan-reseaux {
	border-left-style: none;
}
@media screen and (max-width: 1024px) {
	.bas-plan-reseaux {
		border-top-style: none;
	}
}
@media screen and (max-width: 1024px) {
	.bas-plan-site {
		border-bottom-style: none;
	}
}
.bas-signature {
	font-family: var(--theme_police);
}