html,
body {
      position: relative;
      height: 100%;
}

body {
      background: #fff;
      /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
      font-family: 'Courier New', Courier, monospace;
      font-size: 12px;
      color: #000;
      margin: 0;
      padding: 0;
    }

.swiper {
      width: 100%;
      height: 100%;
}

.swiper-slide {
	  background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
}

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}

/* Les flèches */   
.swiper-button-next,
.swiper-button-prev {
      color: #000;
}

.swiper-pagination {
      /*margin-bottom: 0.5em;*/
      /*text-align: right;*/
}

.swiper-pagination-bullet-active {
      background: #000;
}

/* Images */
figure {
      margin: 0;
      padding: 0;
}
    
/* Légende en bas */
figcaption {
      text-align: left;
      padding-top: 1.5em;
}
