#modeles{
  .vignettes{
    display: flex;
    justify-content: space-between;

    .vignette{
      border-top: 1px solid black;
      padding:0;
      padding-top: 20px;
      width: 23.5%;
      margin-bottom: 30px;

      .reference{
        @extend .din-bold;
        font-size: 1.125rem;
        line-height: 1rem;
  
        text-align: right;
        margin-bottom: 20px;
      }

      .img{
        width: 100%;

        img{
          width: 100%;
          display: block;
        }
      }
    }
  }
}


@media screen and (max-width: $tablet-horizontale){
  #modeles{
    .vignettes{
      flex-wrap: wrap;
      
      .vignette{
        width: 31%;
      }
    }
  }
} 


@media screen and (max-width: $phone){
  #modeles{
    .vignettes{
      .vignette{
        width: 48%;
      }
    }
  }
} 
