body{
	background-color: rgba(220,130,150);
}
.corps{
	width: 85%;
	margin: auto;
	text-align: center;
}
.actu {
	width: 30%;
	max-width: 450px;
	margin: 1%;
	text-align: center;
	display: inline-block;
	height: auto;
	min-height: 50px;
	vertical-align: top;
}
.actu-header {
	width: 100%;
	margin: auto;
}
.actu-content {
	display: inline-block;
	width: auto;
	margin: auto;
	height: auto;
	min-height: 50px;
	text-align: justify;
	padding: 15px;
	background-color: cornsilk;
	box-shadow: 1px 1px 12px #888;
}
.actu-content a {
	color: #555;
}

#oeuf {
	opacity: 0;
	height: 250px;
	transition: opacity 3s ease-in-out;
	position: absolute;
	top: 150px;
	right: 100px;
}
#oeuf-ouvert {
	width: 600px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	transition: transform 0.5s ease-in-out;
	border-radius: 10px;
	background-color: white;
	z-index: 2;
	text-align: center;
	box-shadow: 1px 1px 5px #888;
}

#mdp-send {
	margin-left: 10px;
}