.event-item {
	border: 2px solid #000;
	padding: 20px;
	margin-top: 25px;
}
.event-item .icon{
	max-height: 80px;
}
.event-item .event-title{
	font-size: 24px;
	font-weight: bold;
}
.event-item .event-date{
	font-size: 20px;
}
.event-item .event-inscription{
	margin-top: 10px;
}
.tranche{
    background-color: #a4acb2;
}
.tranche .badge{
    width: 100%;
    margin-bottom:15px;
    font-size: 15px;
}

.tranche .legend{
    width: 100%;
    margin-bottom:10px;
    font-size: 18px;

    text-align: center;
}
label.margin-right{
	margin-right: 5px;
}
.inscription-block-item{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #dee2e6;
}
