.dsioEl {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
}

.dsioEl:hover {
    cursor: pointer;
}

.dsioEl .btn--orange {
    height: 35px;
    line-height: 35px;
}

.dsioEl footer {
    padding-bottom: 10px;
}

.dsioEl-header {
    height: 295px;
    position: relative;
    background-color: #f1f1f1;
}

/** Image */
.dsioEl__image {
    width: 100%;
    height: 100%;
    border: none;
}

.dsioEl__image.cover {
    object-fit: cover;
}

/* no img */
.dsioEl__image--empty {
    background: url(/lae/services1.0/plugins/laetis/diffusio-258/ext-loir_site_SQL3c/assets/messages/visuel-non-disponible-liste_fr.png) no-repeat center center;
}
/*******/

/** Bloc info */
.dsioEl-header__info {
    position: absolute;
    bottom: 0px;
    background-color: rgba(26,26,26,0.3);
    padding: 5px 13px;
    color: #FFF;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 2rem;
    white-space: nowrap;
}
.dsioEl-header__info i {
    margin:0 5px;
    font-size: 14px;
}

/** info date */
.dsioEl-header__date {
    list-style: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.dsioEl-header__date--el {
    position: relative;
}

.dsioEl-header__date--el:not(:last-child){
    margin-right: 25px;
}

.dsioEl-header__date--el:not(:first-child):before {
    position: absolute;
    top: 5px;
    left: -18px;
    font-size: 2.5rem;
    content: "\f105";
}

.dsioEl-header__date--day {
    display: block;
    padding: 5px 0;
    font-size: 2.6rem;
    font-weight: 600;
    color: #ef8a25 !important;
}
/*******/

.dsioEl__content {
    padding: 20px 0 10px 0;
    flex-grow: 1;
}

/** Title */
.dsioEl__title {
    padding: 0;
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 600;
    color: #323232;
}

.title-classement {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 8px;
    padding-left: 3px;
    line-height: 2rem;
    font-size: 1.2rem;
}

/*******/

.dsioEl__address {
    /*font-weight: 300;
    font-size: 1.4rem;
    text-transform: uppercase;*/
}
