.nouvelle-annonce-button {
	width: 250px;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	border: 1px solid lightgrey;
	text-align: center;
	color: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: white;
}


.nouvelle-annonce-button:hover {		
	box-shadow: 0px 0px 10px lightgrey;
	/*border: none;*/
}


.ast-container {
	flex-grow: 1;
	align-items: center;
}

.site-content {
	display: flex;
	flex-direction: column;
}