#animation {
  width: 100%;
  height: 100%;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

::-webkit-scrollbar {
  width: 5px;
  /* display: none; */
}

::-webkit-scrollbar-thumb {
  background-color: black;
}



@font-face {
  font-family: "Neue-Reg";
  src: url("./assets/font/Neue Haas Grot Disp-55 Roman.otf");
}
@font-face {
  font-family: "Neue-Light";
  src: url("./assets/font/Neue Haas Grot Disp-45 Light.otf");
}
@font-face {
  font-family: "Neue-Bold";
  src: url("./assets/font/Neue Haas Grot Text-75 Bold.otf");
}
@font-face {
  font-family: "Neue-Thin";
  src: url("./assets/font/Neue Haas Grot Disp-35 Thin.otf");
}
@font-face {
  font-family: "Mono";
  src: url("./assets/font/ABCMonumentGroteskMono-Light.otf");
}



.p2{
  /* font-size: 1.5rem;
  line-height: 1.1rem; */
  font-variant-caps: all-small-caps;
  /* font-family: Neue-Bold; */
}
.s{
  /* margin: 0;
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.5rem; */
  /* font-family: Neue-Thin; */
}
.s-g{
  font-family: "adobe-garamond-pro", serif;
  /* font-size: 1.5rem;
  line-height: 1.7rem; */

}
.old-issue{
  margin-bottom: 0rem !important;
    text-align: center;

}
.old-issue a{
  text-decoration: none;
  color: black;
}
body,
html {
  height: 200%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
    font-family: "adobe-garamond-pro", serif;
    font-size: 15px !important;
    line-height: 17px !important;

}
.images-magazine {
  display: flex;
  flex-direction: row;
  width: calc(100% - 20px) !important;
  flex-wrap: wrap;
}


.images-magazine {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cover-item {
  position: relative;
  overflow: hidden;
}

.cover-item img,
.cover-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cover-item video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cover-item:hover video {
  opacity: 1;
}
.image-list{
  width: 100% !important;
}
.images-magazine figure {
  flex: 1 1 25%; /* Chaque image prend environ 48% de la largeur du conteneur */
  margin: 0;
  display: flex;
  margin-bottom: 7.5px;
  justify-content: center;
  align-items: center;
  margin-block-start: 0;
  margin-inline-start: 0;/
}

.images-magazine {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; /* espace entre les images */
  justify-content: center;
  max-width: 1000px;
}

.images-magazine figure {
  position: relative;
  flex: 0 1 calc((100% - 2 * 24px) / 3); /* 3 colonnes */
  aspect-ratio: 3 / 4; /* format vertical type magazine */
  overflow: hidden;
  margin: 0;
}

.images-magazine img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.footer a {
  color: black;
  text-decoration: underline;
  text-underline-offset: 2px;
text-decoration-thickness: .5px;

}
.footer > div:last-child{
  font-family: "adobe-garamond-pro", serif;

}
.footer > div:first-child{
  padding-top: 1rem;
}
.title-magazine a {
  display: flex;
    text-decoration: none;
    flex-direction: column;
    color: black;
}
.title-stockist{
  /* font-size: 1.3rem !important;
  line-height: 1.5rem !important; */
}
li{
  /* font-size: 1.3rem !important;
  line-height: 1.5rem !important; */
}
.wrapper-d{
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
  flex-direction: column;
  pointer-events: auto;
}

.credits-mob{
  display: none;
}
.credits-desktop{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

figure img {
  width: 98%;
  }
.logo {
  top: 0%;
  margin-top: calc(50vh - 65px);
  position: sticky;
  z-index: 1;
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: center;
  /* background-color: white; */
  align-items: center;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: -1;
  width: 30vw; */
}

.hero-video{
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.hero-video mux-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;      /* <-- fullscreen, no black bars */
  pointer-events: none;   /* just in case it overlays content */
}
.logo img {
  /* width: 8.5vw; */
  height: 30px;
  margin-left:0px;
}

mux-video {
  --media-object-fit: cover;
  --media-object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* safe redundancy */
}
.logo img {
  filter: invert(0);
  transition: filter 0.5s ease-in-out;
}

body.past-video-half .logo img {
  filter: invert(1);
}
/* .pin-spacer {
  height: 8312px !important;
  z-index: 1 !important; 
} */
.previous-images-magazine{
  display: flex;
}
.wrapper {
  /* height: 8312px; */
  /* height: 10325px; */
  /* height: 6500px; */
    height: 7500px;

  width: 100%;
}

.linestock{
      height: 1px;
    width: 95%;
    margin: 25px;
    background: black;
    margin-bottom: 50px;

}

.linestock > h1{
      display: flex;
    padding: 25px;
}
.title-magazine{
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  flex-direction: column;
  font-size: 15px;
  line-height: 17px;
  font-variant-caps: small-caps;
  font-feature-settings: "lnum";
  margin-top: 25px;

}

.buy-button{
  opacity: 0;
  transition: 500ms ease-in-out;

}

.buy-button.show{
  opacity: 1;
transition: 500ms ease-in-out;
}
.num{
  font-variant-caps: all-small-caps;
  font-family: "adobe-garamond-pro", serif;
      font-feature-settings: "pnum";
}
.line{
  height: 1px;
  width: 95%;
  background: black;
}
li{
  margin: 1rem;
}
.area{
  padding-top: 1rem;
}
.stockists{
  display: flex;
  justify-content: space-around;
  width: 82.5%;
}
/* .about div:nth-child(1) {
  margin-top: 100vh;
} */

.wrapper-video{
  display: block;
}
.wrapper-video-m{
  display: none;
}
.wrapper-video{
  width: 100%;
  height: 200vh;
}

iframe{
  position: sticky;
  top: 0;
}
.wrapper-video video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.about {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* background-color: #e5585877; */
  align-items: center;
  padding-top: 1rem;
  font-weight: 400;
  margin-top: -8312px;
  z-index: 0;
  height: auto;
  top: 0px;
  position: sticky;
}
#animation img {
  object-fit: cover;
}
.about div {
  /* width: 90%; */
}

.about-mag{
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
  width: 35%;
}
.about-mag p{
  /* font-family: Mono; */
}
.contributor-title{
  margin-top: 2rem;
  display: flex;
    justify-content: center;
  
}

.col{
  display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
}

.credits{
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1{
  display: flex;
  justify-content: center;
  font-variant-caps: small-caps;

}
.col h1{
    white-space: nowrap;
    font-variant-caps: all-small-caps;
}
button{
  position: fixed;
    bottom: 3%;
    outline: none;
    font-size: 1.3rem;
    border: none;
    padding: 5px 27.5px;
    font-size: 1.3rem !important;
    background-color: black;
    cursor: pointer;
    z-index: 2;
}
button a{
  color: white;
  text-decoration: none;
}
ul{
  padding: 0;
  list-style: none;
}
ul a {
  text-decoration: none;
  color: black;
}

.footer{
  width: 82.5%;
    padding-bottom: 10vh;
    display: flex;
    justify-content: space-around;
    /* font-size: .85rem; */
    font-family: Neue-Thin;
}

.stockist{
margin-bottom: 2rem;
width: 30%;
}
.stockist h1{
  margin-bottom: 1rem;
}
.footer > div{
padding: .75rem;
    display: flex;
    width: 30%;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}
.footer > div > div{
  display: flex;
    flex-direction: column;
    padding-top: 1rem;
    font-family: Neue-Thin;
}
.footer strong{

  font-variant-caps: all-small-caps;
}

em{
  font-family: "adobe-garamond-pro", serif;
  font-style: italic !important;
  font-variant-caps: normal;
}
.footer > div > div:first-of-type{
    padding-top: 3rem;
}
.footer > div > div:last-child{
  padding-top: 3rem;
}