/* ***********
| style page
************* */
/*global*/

#lookbook-2023 * {
    font-family: Helvetica, Heebo, Arial, sans-serif;
    text-transform: uppercase;
    color: #2e2d2c;
  }
  
  #lookbook-2023 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1540px;
    margin: 0 auto;
  }
  
  #lookbook-2023 h1 {
    font-size: 45px;
    line-height: 48px;
    margin: 65px 0;
    text-align: left;
    text-transform: uppercase;
  }
  
  #lookbook-2023 a {
    text-decoration: none;
    color: inherit;
  }
  
  #lookbook-2023 img {
    display: inherit;
  }
  
  #lookbook-2023 p {
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    line-height: 0;
    margin: 0;
  }
  
  #lookbook-2023 .container-galerie .bloc-text-only article p {
    text-align: left;
    text-transform: initial;
    padding: 20px 0;
  }
  
  #lookbook-2023 .container-galerie .bloc-text-only.poeme article p {
    font-size: 30px;
    line-height: 38px;
  }
  
  #lookbook-2023 .container-galerie .bloc-text-only.saison article p {
    font-size: 30px;
    line-height: 38px;
  }
  
  #lookbook-2023 .container-credit p,
  #lookbook-2023 .container-address p {
    font-size: 12px;
    line-height: 15px;
  }
  
  #lookbook-2023 .container-credit p {
    text-align: left;
  }
  
  #lookbook-2023 .container-address p {
    text-align: center;
  }
  
  #lookbook-2023 .bloc-img-subtitle img {
    width: 100%;
    height: auto;
    margin: 0;
    max-width: 750px;
  }
  
  /*header*/
  
  #lookbook-2023 .container-header {
    margin-bottom: 110px;
  }
  
  /*galerie*/
  
  #lookbook-2023 .container-galerie {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    align-items: center;
  }
  
  #lookbook-2023 .container-galerie .bloc-img-subtitle p {
    padding-bottom: 20px;
  }
  
  #lookbook-2023 .container-galerie .bloc-img-subtitle p.subtitle-hidden {
    visibility: hidden;
  }
  
  #lookbook-2023 .container-galerie .bloc-text-only {
    align-self: center;
    margin-bottom: 40px;
  }
  
  #lookbook-2023 .container-galerie .container-video {
    grid-column: span 2;
    margin-bottom: 40px;
  }
  #lookbook-2023 .container-galerie .block-full {
    grid-column: span 2;
  }
  #lookbook-2023 .container-galerie .block-full img {
    max-width: 100%;
  }
  
  #lookbook-2023 .container-galerie .bloc-img-subtitle {
    position: relative;
    isolation: isolate;
  }
  
  /* #lookbook-2023 .container-galerie .bloc-img-subtitle::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    background-color: hsla(0, 0%, 100%, 0.3);
    transition: opacity 0.1s linear;
  }
  
  #lookbook-2023 .container-galerie .bloc-img-subtitle:hover::after {
    opacity: 1;
  } */
  
  /*container crÃ©dit*/
  
  #lookbook-2023 .container-credit {
    display: flex;
    flex-wrap: nowrap;
    align-self: flex-start;
    gap: 25px;
    margin-top: 190px;
  }
  
  #lookbook-2023 .container-credit .text-bolder {
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
  }
  
  #lookbook-2023 .container-credit .bloc-credit:nth-child(2) {
    max-width: 15%;
  }
  
  /*container address*/
  
  .container-address {
    margin-top: 100px;
    margin-bottom: 65px;
  }
  
  #lookbook-2023 .bloc-img-subtitle {
    position: relative;
  }
  
  #lookbook-2023 .bloc-img-subtitle .hover {
    position: absolute;
    bottom: 65px;
    left: 35px;
    font-size: 20pt;
    color: white;
    text-transform: none;
    text-align: left;
    opacity: 0;
    line-height: 1.2;
    transition: all 0.2s linear;
    font-weight: 300;
  }
  #lookbook-2023 .bloc-img-subtitle .hover a {
    text-decoration: none;
    color: #fff;
    text-transform: none;
    text-underline-offset: 5px;
  }
  #lookbook-2023 .bloc-img-subtitle .hover a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: #fff;
  }
  #lookbook-2023 .bloc-img-subtitle:hover .hover {
    position: absolute;
    opacity: 1;
  }
  
  /*media queries*/
  
  @media screen and (min-width: 1024px) and (max-width: 1700px) {
    #lookbook-2023 {
      max-width: 85vw;
    }
  }
  
  @media screen and (min-width: 551px) and (max-width: 1919px) {
    #lookbook-2023 .container-galerie .bloc-text-only article p {
      padding: 5px 0;
    }
  
    #lookbook-2023 .container-galerie .bloc-text-only.poeme article p,
    #lookbook-2023 .container-galerie .bloc-text-only.saison article p {
      font-size: 1rem;
      line-height: 1.2;
      font-size: clamp(
        1rem,
        0.6475694444444444rem + 1.023391812865497vw,
        1.875rem
      );
    }
  }
  
  @media screen and (min-width: 1024px) {
    #lookbook-2023 span.prefix-mobile-only {
      display: none;
    }
  }
  
  @media screen and (max-width: 1023px) {
    .hover {
      display: none !important;
    }
    #lookbook-2023 h1 {
      font-size: 21px;
      line-height: 23px;
      padding: 0 80px;
    }
  
    #lookbook-2023 p {
      font-size: 8px;
    }
  
    #lookbook-2023 .container-galerie .bloc-text-only {
      margin-bottom: 70px;
    }
  
    #lookbook-2023 .container-galerie .bloc-text-only article p {
      padding: 10px 0;
    }
  
    #lookbook-2023 .container-galerie .bloc-text-only.poeme article p {
      font-size: 28px;
      line-height: 32px;
    }
  
    #lookbook-2023 .container-galerie .bloc-text-only.saison article p {
      font-size: 21px;
      line-height: 24px;
    }
  
    #lookbook-2023 .container-credit p,
    #lookbook-2023 .container-address p {
      font-size: 9px;
      line-height: 12px;
      text-align: center;
    }
  
    #lookbook-2023 .container-galerie {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
    #lookbook-2023 .container-header {
      margin-bottom: 34px;
    }
  
    #lookbook-2023 p {
      padding-top: 34px;
      line-height: 12px;
    }
  
    #lookbook-2023 .container-galerie .bloc-img-subtitle p {
      padding-bottom: 34px;
    }
  
    #lookbook-2023 .bloc-img-subtitle {
      margin: 0 64px;
    }
  
    #lookbook-2023 .bloc-img-subtitle.full-width {
      margin: 0;
      padding: 0;
      width: 100%;
    }
  
    #lookbook-2023 .container-video {
      width: 100vw;
      height: auto;
    }
  
    #lookbook-2023 .container-credit .bloc-credit:nth-child(2) {
      max-width: 80%;
    }
  
    #lookbook-2023 .container-credit {
      align-self: center;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 0;
      margin-top: 100px;
    }
  
    #lookbook-2023 .container-credit p {
      padding-top: 0;
    }
  
    #lookbook-2023 .container-credit .text-bolder {
      font-weight: inherit;
      padding-bottom: 1px;
    }
  
    #lookbook-2023 .container-credit .bloc-credit p br {
      display: none;
    }
  }