.callout-events .e-box {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.callout-events .e-box .item {
  float: left;
  width: 33%;
  margin-left: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.callout-events .e-box .item .slide-item {
  float: none !important;
  margin-left: 0 !important;
  width: 100% !important;
  display: block !important;
}
.callout-events .e-box .item .slide-item.model-ratio-image .containerImg {
  padding-bottom: 61.80469716% !important;
}
.callout-events .e-box .item .slide-item .date-event {
  position: absolute;
  z-index: 2 !important;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px !important;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
  border: 0;
  z-index: 10;
}
.callout-events .e-box .item .slide-item .date-event .digit {
  font-size: 22px;
  display: block;
  line-height: 1em;
}
.callout-events .e-box .item .slide-item .na_logo_fa {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.callout-events .e-box .item .slide-item .na_logo_fa .fas {
  font-size: 60px;
}
.callout-events .e-box .item .slide-item .more-infos-hover {
  display: flex;
  transition: bottom .5s;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 3% !important;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
  max-height: 100%;
  overflow: hidden;
  height: 50px;
}
.callout-events .e-box .item .slide-item .more-infos-hover .more-infos-title {
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 590px) {
  .callout-events .autres_events .item {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 10px !important;
  }
}
