a.liencalendrier{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin:16px auto;
	text-decoration: none;
}

.liencalendrier > img{
	width:60px;
	margin-right:20px;
}

.blocdevideo{
	margin:16px;
	text-align: center;
}

.blocdevideo video{
    border-radius: 10px;
	width:100%;
	max-width: 400px;
	height: auto;
}