  
  .single-projet section .container{
    max-width: 1920px;
  }
  .k-header {
    background-color: #DBCFC3 !important;
  }

  .hero-section {
    background: linear-gradient(180deg, rgba(219, 207, 195, 1) 27%, rgba(219, 207, 195, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
    padding-top: max(3.5rem, 6vw);
  }

  .hero-section h1{
    font-size: max(2.3rem, 4vw);
    padding-bottom: max(1.5rem, 2vw);
  }

  .hero-section .lead{
    font-size: max(16px, 1vw);
    margin-bottom: 0;
  }

  @media  (min-width:1200px) {
      .hero-section .lead{
    padding-bottom: clamp(3rem, 6vh, 8rem);

      }

  }

  .hero-section .lead p:last-of-type{
    margin-bottom: 0;
  }

  .hero-section ul{
    list-style: none;
    padding-left: 0;
  }

  .kuroko-rounded{
    border-radius: max(12px, 1vw);
  }

  .quote-section{
    padding: clamp(3rem, 6vh, 8rem) 0;
  }

  .quote-section h3{
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1;
  }


  .quote-section h2{
    font-size: clamp(1.8rem, 4vw, 4.5rem);
    font-weight: 400;
    margin-bottom: clamp(3rem, 4vw, 8rem);
    line-height: 1;
  }

  .txt-section h2{
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1;
  }

  .txt-section .col-txt p:last-of-type,.last-bloc p:last-of-type{
    margin-bottom: 0;
  }

  .txt-section .lead{
    font-size: max(16px, 1.1vw);
  }

  .other-projects-section{
    padding-top: max(7rem, 12vw);
    padding-bottom: max(3.5rem, 6vw);
  }

  .other-projects-section h2{
    font-size: max(2.3rem, 4vw);
    font-weight: 400;
    padding-bottom: max(1.5rem, 2vw);
  }

 
   .content-builder-project .gallery-builder:last-of-type{
        padding-bottom: max(3.5rem, 6vw);

  }

  .like-project {
  cursor: pointer;
  transition: transform 0.2s ease;
  user-select: none;
  z-index: 10;
  position: relative;
      min-width: 80px;
    text-align: end;
}

.like-project:hover {
  transform: scale(1.1);
}

.like-project.liked svg path {
  fill: #E1551E;
}

.like-project:active {
  transform: scale(0.95);
}

.like-project .number {
  margin-left: 0.5rem;
  font-weight: 500;
  color: #E1551E;
}
