#lookbook-2025 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1540px;
  margin: 0 auto;
}
#lookbook-2025 * {
  font-family: Helvetica, Heebo, Arial, sans-serif;
  text-transform: uppercase;
  color: #2e2d2c;
}
#lookbook-2025 h1 {
  font-size: 45px;
  line-height: 48px;
  margin: 65px 0;
  text-align: left;
}
#lookbook-2025 a {
  text-decoration: none;
  color: inherit;
  text-transform: none;
}
#lookbook-2025 img {
  display: inherit;
}
#lookbook-2025 p {
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  margin: 0;
}
#lookbook-2025 .margin {
  height: 6rem;
  width: 100%;
}
#lookbook-2025 .container-header {
  width: 100%;
}
#lookbook-2025 .container-galerie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  align-items: center;
}
#lookbook-2025 .container-galerie-trio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#lookbook-2025 .bloc-text-only.poeme {
  align-self: center;
  margin-bottom: 40px;
  margin: 0 64px;
}
#lookbook-2025 .bloc-text-only.poeme p {
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  text-transform: none;
}
#lookbook-2025 .container-credit p,
#lookbook-2025 .container-address p {
  font-size: 12px;
  line-height: 15px;
}
#lookbook-2025 .container-credit {
  display: flex;
  gap: 25px;
  margin-top: 150px;
  margin-bottom: 50px;
  align-self: flex-start;
  text-align: left;
}
#lookbook-2025 .container-credit .bloc-credit p {
  padding-top: 0;
  text-align: left;
}
#lookbook-2025 .container-credit .text-bolder {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#lookbook-2025 .container-infos {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  font-size: 12px;
}
#lookbook-2025 .bloc-img-subtitle {
  position: relative;
  isolation: isolate;
}
#lookbook-2025 .bloc-img-subtitle img {
  width: 100%;
  height: auto;
}
#lookbook-2025 .bloc-img-subtitle.block-full {
  grid-column: span 2;
}

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


#lookbook-2025 .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-2025 .bloc-img-subtitle .hover.black {
  color  : #000;
}

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


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

@media screen and (max-width: 1023px) {
  #lookbook-2025 .container-galerie {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #lookbook-2025 .bloc-img-subtitle.block-full {
    grid-column: span 1;
  }
  #lookbook-2025 .bloc-text-only.poeme {
    margin: 0;
  }
  #lookbook-2025 .bloc-text-only.poeme p {
    font-size: 24px;
    line-height: normal;
  }
  #lookbook-2025 h1 {
    font-size: 21px;
    line-height: 23px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  #lookbook-2025 .bloc-text-only.poeme {
    margin: 0;
  }
  #lookbook-2025 .bloc-text-only.poeme p {
    font-size: 20px;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  #lookbook-2025 .container-credit {
    margin-top: 50px;
    flex-direction: column;
  }
  #lookbook-2025 .bloc-img-subtitle .hover {
    line-height: normal;
    font-size: 20px;
  }
  #lookbook-2025 .bloc-img-subtitle .hover a {
    font-size: 20px;
  }
  #lookbook-2025 .container-infos {
    text-align: left;
    margin: 20px 0;
  }
}
@media screen and (max-width: 425px) {
  #lookbook-2025 h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 32px 0;
    padding: 0;
  }
  #lookbook-2025 .bloc-text-only.poeme {
    margin: 0;
  }
  #lookbook-2025 .bloc-text-only.poeme p {
    font-size: 16px;
    line-height: normal;
  }
}

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