.others{
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap;

  .header{
    height: 35px;
    width: 100%;
    display: flex;
    justify-content: center;

    .titre{
      width: 745px;
      height: 100%;
      text-align: right;
      text-transform: uppercase;
      @extend .din-extraBlack;
      font-size: 1.125rem;
    }
  }

  .modeles{
    display: flex;

    .bloc{
      width: 235px;
      border-top: 1px solid black;
      padding-top: 20px;
      display: block;

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

      .image img{
        width: 100%;
      }

      &:not(:last-child){
        margin-right: 20px;
      }     
    }
  }
}
