.details_evenement .event_title{
    font: normal normal bold 32px/57px Futura Std !important;
	color: #131214;
}

.details_evenement .event_description{
	text-align: left;
	font: normal normal normal 18px/26px Futura Std;
	letter-spacing: 0px;
	color: #131214;
}

.details_evenement .event_description i{
	font-size:16px;
	color:red
}

.details_evenement .imagecheck-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.details_evenement .mySlides {
    height: 85%;
    margin: auto;
    text-align: center;
	padding-top: 150px !important;
}

#modal_slide_photo {
	z-index: 99999;
	max-height: 100%;
}
.details_evenement .image_check-input {
    margin: 0;
    width: 100%;
    max-height: 158px;
    position: relative;
    overflow: hidden;
}
.details_evenement .image_check-input .imagecheck {
    height: 100%;
    width: 100%;
	margin: 0;
    position: relative;
    cursor: pointer;
}
.details_evenement .image_check-input .imagecheck-figure {
    margin: auto !important;
    height: 100%;
    width: 100%;
	background-color: #1f201f;
}
.details_evenement .imagecheck-figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    align-items: center;
    text-align: center;
}
.details_evenement .element_add_photo{
	margin-top: 10px;
}

#modal_slide_photo .closeModal {
    background: url(../images/close_btn.png)no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    opacity: 0.7;
    z-index: 99999;
}