#designers{
  .liste{
    opacity: 0;
    transition: opacity 0.5s ease;
    
    &.loaded{
      opacity: 1;
    }
  }

  .photo{
    &.sortable-ghost{
      border:3px dashed #193952;
      img{
        opacity:0.4;
      }
    }

    &.sortable-chosen{
      opacity:1;
    }
  }   

  .tabs{
    ul{
      margin-right: 0;
      margin-left: 0;
    }
    
    li{
      margin-top: 4px;
    }

    a {
      border-bottom-width: 1px;
      margin-bottom: -1px;
      text-decoration: none;
    }
  }


  .designers-texte{
    height: 450px;
  }

}