.main {
  width: 100%;
  margin-top: 64px;
}
.main-bg {
  height: 700px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.programme {
  padding: 8rem 0
}
.programme .inner {
  max-width: 1200px;
  padding-top: 33px;
  margin-left: auto;
  margin-right: auto;
}
.programme .title {
  /*padding-left: 67px;*/
  padding-right: 30px;
  margin-bottom: 20px;
  position: relative;
  max-width: 900px;
}
.programme .title h3 {
  font-size: 2rem;
  z-index: 1;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.programme .title:after {
  content: "";
  display: block;
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
  height: 350px;
  min-height: 120%;
  /*background: #3e155c;*/
  background: linear-gradient(45deg,#003761 , #B5D676);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e155c",endColorstr="#e4015b",GradientType=1);*/
  box-shadow: 0 10px 20px 0 #003761;
  z-index: -1;
}
.programme .media {
  position: relative;
  margin-left: auto;
  max-width: 1170px;
  z-index: 1;
  padding: 0 45px;
}
.programme .media:after {
  z-index: -1;
  /*height: calc(100% + 10px);*/
  height: 100%;
  margin-top: -70px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 52%);
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: hsla(0, 0%, 64%, 0.8);
}
.swiper-wrapper {
  /* display: flex; */
  /* flex-wrap: wrap; */
}
.swiper-button-prev, .swiper-button-next {
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  padding: 30px;
  background-size: 20px 20px
}
.swiper-button-prev {
  left: calc(5%);
}
.swiper-button-next {
  right: calc(5%);
}
.swiper-slide {
  position: relative;
}
.swiper-slide p {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  font-size: 1rem;
  color: #fff;
  /*transform: rotate(45deg);*/
  width: 100%;
  text-align: center;
  padding: 1rem;
  background-color: rgb(0 0 0 / 50%);
}
.swiper-slide:hover p {
  transition: all 0.3s;
  background-color: rgb(0 0 0 / 70%);
}