.section-prochainsevenementsslider {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.section-prochainsevenementsslider .intro {
  margin-bottom: 20px;
}
.section-prochainsevenementsslider .intro .flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-prochainsevenementsslider .intro .flex h2 {
  font-size: 3rem;
  color: #A7CB55;
  margin-bottom: 0;
}
.section-prochainsevenementsslider .intro .flex span.trait {
  flex-grow: 1;
  margin: 0 15px 10px 7px;
  border-bottom: 2px solid #A7CB55;
}
.section-prochainsevenementsslider a.itemagenda {
  height: 100%;
  min-height: 420px;
  background-color: #F6F6F6;
  border: 2px solid #007751;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-prochainsevenementsslider a.itemagenda .dates {
  display: flex;
  align-items: center;
}
.section-prochainsevenementsslider a.itemagenda .dates i {
  font-size: 2.9rem;
  margin-right: 10px;
  color: #007751;
}
.section-prochainsevenementsslider a.itemagenda .dates span {
  color: #007751;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.section-prochainsevenementsslider a.itemagenda h3 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.7rem;
  margin-bottom: 15px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-prochainsevenementsslider a.itemagenda .imgcropCtn {
  height: 150px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-prochainsevenementsslider a.itemagenda .withicon {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.section-prochainsevenementsslider a.itemagenda .withicon i {
  font-size: 2.4rem;
  color: #007751;
  margin-right: 10px;
}
.section-prochainsevenementsslider a.itemagenda .withicon span {
  color: #007751;
  font-size: 1.6rem;
}
.section-prochainsevenementsslider a.itemagenda:hover h3 {
  color: #FAAA25;
}
.section-prochainsevenementsslider .row.auto,
.section-prochainsevenementsslider .row.manuel {
  flex-wrap: nowrap;
}
.section-prochainsevenementsslider .row.auto .colswiper,
.section-prochainsevenementsslider .row.manuel .colswiper {
  width: 100%;
}
.section-prochainsevenementsslider .row.auto .colswiper .swiper--ctn,
.section-prochainsevenementsslider .row.manuel .colswiper .swiper--ctn {
  padding-left: 60px;
}
.section-prochainsevenementsslider .row.auto .colswiper .s-button-prev,
.section-prochainsevenementsslider .row.auto .colswiper .s-button-next,
.section-prochainsevenementsslider .row.manuel .colswiper .s-button-prev,
.section-prochainsevenementsslider .row.manuel .colswiper .s-button-next {
  left: 0;
  right: auto;
}
.section-prochainsevenementsslider .row.auto .colswiper .s-button-prev,
.section-prochainsevenementsslider .row.manuel .colswiper .s-button-prev {
  top: calc(50% + 30px);
}
.section-prochainsevenementsslider .row.auto .colswiper .s-button-next,
.section-prochainsevenementsslider .row.manuel .colswiper .s-button-next {
  top: calc(50% - 30px);
}
.section-prochainsevenementsslider .row.manuel {
  padding-top: 30px;
}
.section-prochainsevenementsslider .row.manuel > div:first-child a.itemagenda {
  position: relative;
  background-color: #A7CB55;
  border-color: #A7CB55;
  border-top-right-radius: 0;
}
.section-prochainsevenementsslider .row.manuel > div:first-child a.itemagenda:before {
  position: absolute;
  top: -30px;
  right: -2px;
  height: 30px;
  font-size: 1.6rem;
  line-height: 1;
  content: "À la une";
  display: inline-block;
  padding: 9px 15px 3px;
  color: white;
  font-weight: 700;
  background-color: #A7CB55;
  border-radius: 5px 5px 0 0;
}
.section-prochainsevenementsslider .row.manuel > div:first-child a.itemagenda .dates i {
  color: white;
}
.section-prochainsevenementsslider .row.manuel > div:first-child a.itemagenda .dates span {
  color: white;
}
.section-prochainsevenementsslider .row.manuel > div:first-child a.itemagenda h3 {
  color: white;
}
.section-prochainsevenementsslider .row.manuel > div:first-child a.itemagenda .withicon i {
  color: white;
}
.section-prochainsevenementsslider .row.manuel > div:first-child a.itemagenda .withicon span {
  color: white;
}
.section-prochainsevenementsslider .swiper-slide {
  height: 420px;
}
@media screen and (max-width: 1199px) {
  .section-prochainsevenementsslider a.itemagenda {
    min-height: auto;
  }
  .section-prochainsevenementsslider .col-md-6 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  section.section-prochainsevenementsslider .intro .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  section.section-prochainsevenementsslider .intro .flex h2 {
    font-size: 2.6rem;
  }
  section.section-prochainsevenementsslider .intro .flex span.trait {
    width: 100%;
  }
  .section-prochainsevenementsslider .intro .flex h2 {
    font-size: 2.2rem;
  }
  .section-prochainsevenementsslider a.itemagenda {
    padding: 20px 20px;
  }
  .section-prochainsevenementsslider a.itemagenda h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .section-prochainsevenementsslider a.itemagenda .dates span {
    font-size: 1.6rem;
  }
  .section-prochainsevenementsslider a.itemagenda .withicon span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  section.section-prochainsevenementsslider .intro {
    margin-bottom: 15px;
  }
  .section-prochainsevenementsslider a.itemagenda .imgcropCtn {
    height: 220px;
    margin-bottom: 15px;
  }
  .section-prochainsevenementsslider .row.auto,
  .section-prochainsevenementsslider .row.manuel {
    flex-wrap: wrap;
  }
  .section-prochainsevenementsslider .row.auto .colswiper .swiper--ctn,
  .section-prochainsevenementsslider .row.manuel .colswiper .swiper--ctn {
    padding-left: 0;
  }
  .section-prochainsevenementsslider .row.auto .colswiper .swiper--ctn .s-button-prev,
  .section-prochainsevenementsslider .row.manuel .colswiper .swiper--ctn .s-button-prev {
    top: calc(50% - 23px);
    left: -20px;
    right: auto;
  }
  .section-prochainsevenementsslider .row.auto .colswiper .swiper--ctn .s-button-next,
  .section-prochainsevenementsslider .row.manuel .colswiper .swiper--ctn .s-button-next {
    top: calc(50% - 23px);
    left: auto;
    right: -20px;
  }
}
@media screen and (max-width: 575px) {
  .section-prochainsevenementsslider a.itemagenda .imgcropCtn {
    height: 40vw;
  }
}
