.home-div > div {
	margin-bottom: 128px;
}

.home-rightspace {
	margin-right: 32px;
}

.home-link {
	background-color: #333;
	color: #fff;
	padding: 8px 24px;
}

.home-link:hover {
	background-color: #80CC28;
	text-decoration: none;
}

.home-agenda {
	margin-left: 128px;
	min-width: 50%;
}

.home-agenda > div {
	background-color: #E6F5D4;
	padding: 16px 32px;
}

.home-agendaList {
	align-self: flex-start;
}

.home-agendaList h2 {
	margin-top: 0;
}

.home-agendaList > div + div h2 {
	margin-top: 40px;
}

.home-border {
	border: solid 1px #333;
	margin: 0 96px;
}

.home-actu {
	min-height: 800px;
	max-height: 800px;
}

.home-actuleft {
	background-color: #E6F5D4;
	padding: 16px 32px;
}

.home-acturight {
	flex-grow: 2;
}

.home-acturight > span {
	top: 64px;
	position: relative;
}

#home-spanleft {
	right: 32px;
}

#home-spanright {
	right: 64px;
}

.home-acturight > span > button {
	position: absolute;
	display: inline-block;

	border: none;
	border-radius: 32px;
	background-color: #80CC28;
	color: #fff;

	width: 64px;
	height: 64px;
	z-index: 1;
}

.home-actupage {
	overflow: hidden;
	flex-grow: 2;
	box-shadow: 8px 8px 16px 0 #000a;

	width: 100%;
}

.home-actupage * {
	font-family: "Roboto-Light", Arial !important;
} 

.home-actupage > div {
	padding: 16px 48px;
	min-height: 400px;
	height: 400px;
	transition: min-height .5s;

	overflow-y: scroll;
	text-overflow: ellipsis;
}

.home-actupage img {
	border-top: solid 1px #333;
	filter: saturate(0%);
	transition: filter .5s;

	object-position: top;
	object-fit: cover;
	height: 400px;
	width: 100%;
}

.home-actupage img:hover {
	filter: saturate(100%);
}

.home-infolocale img {
	width: 25%;
}