footer{
	min-height:20vh;
	background:#4a4fa1;
	flex:1;
}
footer .row > div {
	margin: 1rem 0;
}
	footer h1, footer h2, footer h3, footer p, footer a{
		color:white !important;
		text-decoration: none;
	}
	.single-parcours footer, .archive-parcours footer{
		background:#EE306E;
	}
		footer ul{
			margin:0;
			padding:0 0 0 .5rem;
		}
			footer ul li{
				list-style: none;
			}

		footer p, footer a{
			font-size:.8rem;
		}

