.cards-container
{
    width: 240px;
    height:350px;
    max-height:350px;

}

.card-celluleExposant
{
    margin-top:0px;
    width: 240px;
    height:350px;
    border-radius: 0px;
    box-shadow: none;
    padding: 5px;
    border: 5px solid #24316A;
    border-radius: 15px;
}

.card-event-nom
{
	font-size: 10pt;
	line-height: 12pt;
	color:#555;
	font-weight: bold;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 65px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card-event-bloc-haut
{
	text-align: left;
	width: calc(100% - 30px);
	font-size: 9pt;
	margin: 10px 10px 10px 5px
}

.card-event-titre
{
	font-size: 9pt;
	line-height: 9pt;
	color:#555;
	text-align: left;
	padding-bottom: 5px;
}

.card-event-date
{
	font-size: 9pt;
	line-height: 9pt;
	color:#555;
	text-align: left;	
	padding: 5px 5px 5px 5px;
	color: white;
	background-color: #24316A;
	margin-bottom: 5px;
	border-radius: 5px;
	display: inline-block;
}

.card-event-heures
{
	font-size: 9pt;
	line-height: 9pt;
	color:#555;
	text-align: left;	
	padding-bottom: 5px;
}

.card-event-lieu
{
	font-size: 9pt;
	line-height: 9pt;
	color:#555;
	text-align: left;	
	padding-bottom: 5px;
}

.card-event-lieu i
{
	color:#E72525;
}

.events-button
{
	padding: 2px 5px 2px 5px;
	margin-bottom: 5px;	
	
}

.btn-outline-primary.events-button
{
	color:#24316A !important;
	border-color: #24316A !important;
}

.btn-outline-primary.events-button:hover
{
	color:white !important;
	background-color: #24316A !important;
}

.btn-check:active+.btn-outline-primary.events-button, 
.btn-check:checked+.btn-outline-primary.events-button, 
.btn-outline-primary.events-button.active, 
.btn-outline-primary.events-button:active
{
	color:white !important;
	background-color: #24316A !important;	
}


.card-event-image-container
{
    position: absolute;
    bottom: 90px;
    width: calc(100% - 20px);
    height: 90px;
    background-color: white;
    margin: 0px auto;
    paddin-top: 5px;
    margin-left: 5px;
    /*border: 1px solid lightgray;*/
}

.card-event-image
{
    object-fit: contain;
    object-position: center;
    margin: 0px auto;
    cursor: pointer;  
    border-radius: 10px;
}


.card-event-exposant
{
	font-size: 10pt;
	line-height: 10pt;
	color:#555;
	text-align: center;
	padding-bottom: 5px;
	position: absolute;
	bottom:45px;
	width:100%;
	left:0px;
}

.card-event-logo-container
{
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: calc(100% - 20px);
	height: 45px;
}

.card-event-logo
{
	width: 100%;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.accordion-item-name-Date
{
	display: none;
}

.card-events-icone
{
    color:#E72633;
    width: 24px;
    text-align: center;
}

.card-events-icone-gauche
{
    color:#E72633;
}