.evenement {
    padding: 80px 0;
}
.lst-event.d-flex {
    flex-flow: row wrap;
    margin-top: 80px
}
.lst-event.d-flex .item {
    width: 33.3%;
    margin-bottom: 70px
}
.EvenementDetails {
    padding: 80px 0;
}
.EvenementDetails .blc-Img {
    margin-bottom: 40px;
}

.blc-text h3{
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.blc-text p {
    margin-bottom:20px;
}
 .blc-text ul {
    padding-left: 29px;
    margin-bottom: 20px;
}
.blc-text ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 14px;
}
.blc-text ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #DF231D;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.event-recent {
    padding-left: 30px;
    padding-top: 40px;
}

.event-recent h2 {
    font-size: 30px;
}
.event-recent h2::after {
    content: "";
    border-bottom: #00426B  solid 1px;
    width: 60px;
    display: block;
    margin: 23px 0 40px;
}

.lstEventRecent {
    border: ##DF231D solid 1px;
    padding: 24px 30px
}
.lstEventRecent .item {
    margin-bottom: 25px
}
.lstEventRecent .item:last-child {
    margin-bottom: 0
}
.lstEventRecent .item .inner {
    display: flex;
    align-items: center;
}
.lstEventRecent .item .inner  .img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow-y: hidden;
    min-width: 70px;
    margin-right: 20px;
    position: relative;
    

}
.lstEventRecent .item .inner  .img:after {
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all ease-in-out .4s
}
.lstEventRecent .item .inner:hover  .img:after {
    opacity: 1
}

.lstEventRecent .item .inner  .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lstEventRecent .item .inner h3 {
    font-size:16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    overflow: hidden;
   display: -webkit-box;
   overflow: hidden;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   max-height: 40px
}
.lstEventRecent .item .inner .date {
    font-size: 14px
}
.EvenementDetails .blc-Img img {
    width: 100%;
}
.btn:disabled {
    background-color: #CACECF !important;
    border-color: #CACECF;
}
@media (max-width:1200px) { 
    .event-recent {
        padding-left: 0;
    }


}

@media (max-width:991px) { 
    .lst-event.d-flex .item {
        width: 50%;
        margin-bottom: 50px
    }
    .evenement {
        padding: 60px 0;
    }
    .EvenementDetails {
        padding: 60px 0;
    }
    .event-recent {
        padding-left: 0;
    }
    .lst-event.d-flex {
        margin-top: 0
    }
    .EvenementDetails .col-md-8 {
        flex: 0 0 auto;
        width: 100%;
    }
    .EvenementDetails .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }
    .EvenementDetails .blc-text {
        margin-bottom: 30px;
    }


}



@media (max-width:767px) { 
    .evenement {
        padding: 40px 0;
    }
    .lst-event.d-flex .item {
        margin-bottom: 30px;
    }
    .EvenementDetails {
        padding: 40px 0;
    }
     .EvenementDetails .blc-text {
        margin-bottom: 30px;
    }


    
}

@media (max-width:600px) { 
    .lst-event.d-flex .item {
        width: 100%;
        margin-bottom: 30px
    }
    .evenement {
        margin-bottom: 30px;
    }
    .lstEventRecent {
        padding: 24px 20px;
        margin-bottom: 35px
    }
}

.invisible {
    display : none;
}