

.en-cours::before {

    content: url("../../../images/abeille/entreprise/nos-ambitions/label-en-cours.svg");
    width: 100%;
    display: inline-block;
	padding-bottom: 10px;
	}
.passe::before {

    content: url("../../../images/abeille/entreprise/nos-ambitions/label-passe.svg");
    width: 100%;
    display: inline-block;
	padding-bottom: 10px;
	}
	
.a-venir::before {
    content: url("../../../images/abeille/entreprise/nos-ambitions/label-a-venir.svg");
    width: 100%;
    display: inline-block;
	padding-bottom: 10px;
	}
	
.en-cours, .a-venir, .passe{
	font-weight: 600;
	font-size: 20px;
	}
a .a-venir{
    cursor: default;
}	

.ancre-evenement .a-list-plain>li>:last-child {
    margin-bottom: 0;
    margin-top: 0;
    border: 0!important;
	height:160px;
}

.ancre-evenement .a-list-plain>li>:first-child:hover{
    margin-top: 0;
    border: 0!important;
}

.ancre-evenement .a-list-plain>li .en-cours:hover:after{
    content: url("../../../images/abeille/entreprise/nos-ambitions/chevron-on.png");
    margin-top: 5px;
    border: 0!important;
	display: block;
}
.ancre-evenement .a-list-plain>li .passe:hover:after{
    content: url("../../../images/abeille/entreprise/nos-ambitions/chevron-on.png");
    margin-top: 5px;
    border: 0!important;
	display: block;
}
.radius-video iframe {
		border-radius: 10px;
	}
	
.ancre-evenement > .l-content-container{
	margin-bottom:-30px !important;
	padding-bottom: 0px!important;
}

.radius-video .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.radius-video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ancre-evenement .m-navigation-inpage-link__text {
    line-height: 23px;
}

.ancre-evenement .m-navigation-inpage-link{
	   border:0!important;
	   padding: 0;
}
	
.ancre-evenement .m-navigation-secondary:not(.m-navigation-secondary--long) .m-navigation-secondary-list__item{
		margin: 0 auto;
		text-align: center;
		display: inline;
		min-width:215px!important;
}