.modele_projet{
  .portfolio-top::-webkit-scrollbar {
    display: none;
  }
    .portfolio-top{
      -ms-overflow-style: none; /* IE et Edge */
      scrollbar-width: none; /* Firefox */
      @media screen and (max-width: 800px) {
        overflow:unset;
        height:auto;
      }
    .blocImageUn{
      margin:0 50px;
      background-size: cover;
      background-repeat: no-repeat;
      height:90vh;
      @media screen and (max-width: 800px) {
        margin:0;
        height:40vh;
      }
      @media screen and (max-width: 768px) {
        height:50vh;
      }
    }
    .imagesMosaique{
      margin:20px 50px;
      height:90vh;
      display: flex;
      gap:20px;
      @media screen and (max-width: 1600px) {
        height:70vh;
      }
      @media screen and (max-width: 1400px) {
        height:60vh;
      }
      @media screen and (max-width: 1100px) {
        height:50vh;
      }
      @media screen and (max-width: 800px) {
        margin:20px 0;
     flex-flow: wrap;
     height: auto;
      }

      .blocImageDeux, 
      .blocImageTrois,
      .blocImageQuatre
      {
        background-size: cover;
        width:33%;
        height:100%;
        @media screen and (max-width: 800px) {
          width:100%;
          height: 50vh;
        }
      }
    }
    .blocImageCinq{
      margin:0 50px;
      background-size: cover;
      background-repeat: no-repeat;
      height:90vh;
      @media screen and (max-width: 800px) {
        margin:0;
        height:35vh;
      }
      @media screen and (max-width: 360px) {
        height:45vh;
      }
    }

  }  
 

  .retour{
    margin:35px 0 40px 0;
    @media screen and (max-width: 1024px) {
      margin:25px 0 40px 0;
    }
    @media screen and (max-width: 800px) {
      margin:50px 0;
    }
  }
  h1{
    color: #000;
    font-size:40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; 
    letter-spacing: -1.2px;
    margin-bottom:7px;
    @media screen and (max-width: 500px) {
      span{
        white-space: nowrap;
      }
    }
  }
  .informations{
    margin-top:55px;
    margin-bottom:80px;
    display: flex;
    gap:20px;
    @media screen and (max-width: 800px) {
      flex-wrap:wrap;
    }
    hr{
      border: 1px solid #001EB4;
    }
    h4{
      color: #001EB4;
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: 16px; 
      letter-spacing: 2.4px;
      text-transform: uppercase;
      margin:24px 0;
    }
    .left{
      width:32%;
      @media screen and (max-width: 800px) {
        width:45%;
      }
      @media screen and (max-width: 500px) {
        width:100%;
      }
    }
    .right{
      width:65%;
      @media screen and (max-width: 800px) {
        width:100%;
        margin-top:32px;
      }
      @media screen and (max-width: 500px) {
        margin-top:62px;
      }
      h2{
        margin-bottom: 32px;
      }
      h3{
        margin-bottom: 16px;
      }
      p{
        margin-bottom:32px;
      }
      ul{
        padding-left:19px;
      }
    }
  }
}