body {
  margin: 0;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
}

h2 {
  font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
}

.edito-more {
  background-color: #e7e7e7 !important;
}

.content * {
  font-weight: 400;
}

.swiper,
.swiper-slide {
  width: auto;
  max-width: 1000px;
  height: auto;
  max-height: 730px;
}

.swiper-img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1000px;
  max-height: 730px;
}

.swiper-pagination-bullet {
  background: #c2c2c3;
  margin-left: 5px;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  border: 1px solid #c2c2c3;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .custom-sticky.margin {
    top: 10rem;
  }
}

@media (min-width: 2000px) {
  .swiper,
  .swiper-slide {
    max-width: 1200px;
  }

  .swiper-img {
    max-width: 1200px;
  }
}

atelier-h2 {
  font-family: 'Barlow Semi Condensed',sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: none !important;
  text-align: center;
}