.modeleThumb{
  max-width: 240px;
  max-height: 240px;
  position: relative;

  .close{
    position: absolute;
    background-color: $red;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    color: $grey-lighter;
    cursor: pointer;
  }

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


.accessoires{
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;

}