#traductions{
  .zones{
    margin-top: 25px;

    .content{
      margin-bottom: 70px;
    }

  }

  .zoneHeader{
    display: flex;
    justify-content: space-between;
  }

  .headers{
    display: flex;
    min-height: 50px;
    align-items: stretch;

    .head{
      background-color: #ccc;
      text-align: center;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 10px;

      &.key{
        width: 22%;
        margin-right: 1%;
      }

      &.fr{
        margin-right: 1%;
      }

      &.fr, &.en{
        width: 38%;
      }
    }

  }


  .editInPlace{
    margin-left: 0;
    
    .editField{
      width:  100%;
      display: flex;
      justify-content: space-between;
      flex-direction:  column;
    }

    .buttons{
      margin-top: 10px;
      margin-bottom: 10px;
      
      a.button{
        flex:1;
      }

      span.icon{
        margin:  0 8px 0 -4px!important;
      }   

      .buttonLabel{
        display: inline;
      }
      
    }
  }
}