.pix-wrapper-bande-pages {
  background: #106E3F url('i/bg-bande-pages.png') no-repeat center center;
  background-size: cover;
  padding: 5em 1em;
  
  font-size: 20px;
  --pix-page-height: 300px;
  --pix-page-border: 5px;
}

@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {
  .pix-wrapper-bande-pages {
    background-image: url('i/bg-bande-pages-2x.png');
  }
}

.pix-wrapper-bande-pages-inner {
  max-width: 1560px;
  margin: 0 auto;
}


.pix-wrapper-bande-pages h2.h1.pix-title {
  color: #fff!important;
}
.pix-wrapper-bande-pages h2.pix-title span.dl {
  color: #fff;
}


.pix-wrapper-bande-pages .pix-wrapper-pages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}


.pix-wrapper-bande-pages .pix-page {

}

.pix-wrapper-bande-pages .pix-page a {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background: #FFF9EB;
  border-radius: 6px;
  border: 5px solid #FFF9EB;
  height: calc(var(--pix-page-height) + var(--pix-page-border) * 2);
  overflow: hidden;
}

.pix-wrapper-bande-pages .pix-page a::before {
  content: '';
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 1.3em;
  height: 1.3em;
  background: url('i/page-etoile.svg') no-repeat center center;
  background-size: 100% auto;
}


.pix-wrapper-bande-pages .pix-wrapper-page-image img {
  vertical-align: top;

  height: var(--pix-page-height);
  width: auto;
}

.pix-wrapper-bande-pages .pix-page h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #333333;
  font-family: "Marcellus", serif; 
  font-size: 1.3em;
  text-align: right;
  line-height: 1;
  margin: 0;
  padding: 0.8em;

}

@media (max-width: 1390px) {
  .pix-wrapper-bande-pages {
    font-size: 17px;
    --pix-page-height: 250px;
  }
  .pix-wrapper-bande-pages .pix-page h3 {
    letter-spacing: -0.04em;
  }
}

@media (max-width: 1390px) {
  .pix-wrapper-bande-pages {
    --pix-page-height: 200px;
  }
}

@media (max-width: 1090px) {
  .pix-wrapper-bande-pages {
    padding: 3em 1em 4em;
  }
  .pix-wrapper-bande-pages .pix-wrapper-pages {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 730px) {
  .pix-wrapper-bande-pages {
    font-size: 14px;
    --pix-page-height: 150px;
    padding: 2em 1em 3em;
  }
  .pix-wrapper-bande-pages .pix-wrapper-pages {
    gap: 0.5em;
  }
  .pix-wrapper-bande-pages .pix-page h3 {
    padding: 0.5em;
  }
}

@media (max-width: 550px) {
  .pix-wrapper-bande-pages {
    --pix-page-height: 120px;
  }
}
@media (max-width: 490px) {
  .pix-wrapper-bande-pages {
    --pix-page-height: 200px;
  }
  .pix-wrapper-bande-pages .pix-wrapper-page-image img {
    height: calc(var(--pix-page-height) - 60px);
  }
  .pix-wrapper-bande-pages .pix-page h3 {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    text-align: left;
    padding: 0.2em;
  }
}

@media (max-width: 400px) {
  .pix-wrapper-bande-pages {
    --pix-page-height: 160px;
  }
}