#lookbook-2026 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1540px;
  margin: 0 auto;
}

#lookbook-2026 * {
  font-family: Helvetica, Heebo, Arial, sans-serif;
  color: #2e2d2c;
}

#lookbook-2026 h1 {
  font-size: 45px;
  line-height: 48px;
  margin: 65px 0;
  text-align: left;
  font-weight: normal;
}

#lookbook-2026 a {
  text-decoration: none;
  color: inherit;
  text-transform: none;
}

#lookbook-2026 img {
  display: inherit;
}

#lookbook-2026 p {
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  margin: 0;
}

#lookbook-2026 .margin {
  height: 6rem;
  width: 100%;
}

#lookbook-2026 .container-header {
  width: 100%;
}

#lookbook-2026 .container-galerie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  align-items: center;
}

#lookbook-2026 .container-galerie-trio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#lookbook-2026 .bloc-text-only.poeme {
  align-self: flex-start;
  margin-bottom: 40px;
  margin: 0 64px;
}

#lookbook-2026 .bloc-text-only.poeme p {
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  text-transform: none;
}

#lookbook-2026 .container-credit p,
#lookbook-2026 .container-address p {
  font-size: 12px;
  line-height: 15px;
}

#lookbook-2026 .container-credit {
  display: flex;
  gap: 80px;
  margin-top: 150px;
  margin-bottom: 50px;
  justify-content: center;
  text-align: left;
}

#lookbook-2026 .container-credit .bloc-credit p {
  padding-top: 0;
  text-align: left;
}

#lookbook-2026 .container-credit .text-bolder {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#lookbook-2026 .container-infos {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  font-size: 12px;
}

#lookbook-2026 .bloc-img-subtitle {
  position: relative;
  isolation: isolate;
}

#lookbook-2026 .bloc-img-subtitle img {
  width: 100%;
  height: auto;
}

#lookbook-2026 .bloc-img-subtitle.block-full {
  grid-column: span 2;
}

#lookbook-2026 .bloc-img-subtitle.block-full.img-portrait {
  width: 50%;
  margin: 0 auto;
}


#lookbook-2026 .bloc-img-subtitle .hover {
  position: absolute;
  bottom: 65px;
  left: 35px;
  font-size: 20px;
  color: #fff;
  text-transform: none;
  text-align: left;
  opacity: 0;
  line-height: 1.5;
  transition: all 0.2s linear;
  font-weight: 300;
}

#lookbook-2026 .credits-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 40px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
}

#lookbook-2026 .credits-grid>div:nth-child(even) {
  text-align: right;
}

#lookbook-2026 .credits-grid>div.spacer {
  margin-block: 1rem;
}

@media screen and (max-width: 1440px) {
  #lookbook-2026 .credits-grid {
    font-size: 18px;
    gap: 0 30px;
  }
}

@media screen and (max-width: 1023px) {
  #lookbook-2026 .credits-grid {
    font-size: 16px;
    gap: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #lookbook-2026 .credits-grid {
    font-size: 14px;
    gap: 0 15px;
  }
}

#lookbook-2026 .bloc-img-subtitle .hover.black {
  color: #000;
}

#lookbook-2026 .bloc-img-subtitle .hover.black a {
  color: #000;
}


#lookbook-2026 .bloc-img-subtitle .hover a {
  text-decoration: none;
  color: #fff;
  text-underline-offset: 5px;
}

#lookbook-2026 .bloc-img-subtitle .hover a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

#lookbook-2026 .bloc-img-subtitle:hover .hover {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  #lookbook-2026 .container-galerie {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #lookbook-2026 .bloc-img-subtitle.block-full {
    grid-column: span 1;
  }

  #lookbook-2026 .bloc-text-only.poeme {
    margin: 0;
  }

  #lookbook-2026 .bloc-text-only.poeme p {
    font-size: 24px;
    line-height: normal;
  }

  #lookbook-2026 h1 {
    font-size: 21px;
    line-height: 23px;
    padding: 0 80px;
    font-weight: normal;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  #lookbook-2026 .bloc-text-only.poeme {
    margin: 0;
  }

  #lookbook-2026 .bloc-text-only.poeme p {
    font-size: 20px;
    line-height: normal;
  }
}

@media screen and (max-width: 768px) {
  #lookbook-2026 .container-credit {
    margin-top: 50px;
    flex-direction: column;
  }

  #lookbook-2026 .bloc-img-subtitle .hover {
    line-height: normal;
    font-size: 20px;
  }

  #lookbook-2026 .bloc-img-subtitle .hover a {
    font-size: 20px;
  }

  #lookbook-2026 .container-infos {
    text-align: left;
    margin: 20px 0;
  }
}

@media screen and (max-width: 425px) {
  #lookbook-2026 h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 32px 0;
    padding: 0;
    font-weight: normal;
  }

  #lookbook-2026 .bloc-text-only.poeme {
    margin: 0;
  }

  #lookbook-2026 .bloc-text-only.poeme p {
    font-size: 16px;
    line-height: normal;
  }
}

/*# sourceMappingURL=ss-lookbook2025-v3.css.map */