#gg-homepage-events {
  /* Conteneur général */
  margin: 0 auto;
  padding: 30px 0;
}


#gg-homepage-event .swiper-container {
  margin-bottom: 35px;
}

#gg-events-list {}

#gg-events-list .gg-events-month:nth-child(odd) {
  background-color: #efefef;
  padding: 20px 0 40px 0;
}

#gg-events-list h3 {
  text-align: center;


}

#gg-events-list .gg-events-list {
  display: flex;
  gap: 30px;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}



#gg-events-list .event-item {
  flex: 0 0 calc(33% - 30px);
  border: 1px solid #ddd;
  padding-top: 0 !important;
  border-radius: 5px;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
  #gg-events-list .event-item {
    flex: 0 0 calc(50% - 30px);
  }

}

@media screen and (max-width: 767px) {
  #gg-events-list .event-item {
    flex: 0 0 calc(100%);
  }
}

.gg-events-list .swiper-container {
  overflow-x: hidden;

}


.gg-events-list .swiper-slide div.inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.gg-events-list span {
  display: inline-block;
  vertical-align: top;
}

.gg-events-list div.datetime {
  font-size: 0.9rem;
  padding: 2px 10px;
  color: #fff;
  margin-right: 7px;
  background-color: #111;
  white-space: nowrap;
  width: 100%;
  border-radius: 5px;
}

.gg-events-list span.date,
.gg-events-list span.time {
  margin-left: 10px;
  margin-right: 10px;
}

.gg-events-list div.icon {
  max-width: 32x;
  margin: 0 auto;
}

.gg-events-list div.summary {
  font-weight: bold;
  opacity: 0.9;
  width: 100%;
}

.gg-events-list _wrp p.calendar_link a {
  color: #fff;
  font-size: 16px;
}




.gg-events-list .icon {
  width: 50px;
  height: 50px;
  background-color: var(--medium-orange);
  mask-image: url('/app/ggcalendar/icons/event.png?w=34');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

@media screen and (min-width: 1200px) {
  .gg-events-list .swiper-button {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .gg-events-list .swiper-container {
    max-width: calc(100% - 120px);
    margin: 0 auto;
  }
}