@media only screen and (min-width: 981px) {

  #addRecipePage {
    display: flex;
    align-items: center;
  }
  #addRecipeDiv {
    height: auto;
  }

  .addRecipeFormTypeDiv, .addRecipeFormNameDiv {
    width: 50%;
    float: left;
  }
  .recipeType, .recipeName {
    height: 6vh;
    width: 70%;
    font-size: 16px;
    margin-top: 10px;
  }

  /* ADD INGREDIENT */
  .addRecipeIngredientListDiv {
    float: left;
  }
/* INGREDIENT LIST */
  .addRecipeIngredientList {
    margin-top: 20px;
  }
  .addRecipeIngredientDiv {
    height: 6vh;
  }

  .ingredientName, .ingredientQuantity, .ingredientUnit {
    height: 6vh;
    font-size: 16px;
    width: 30%;
  }

  .addRecipeIngredientHeader {
    /* margin-bottom: 10px; */
  }
  .addRecipeIngredientBody {
    display: flex;
    justify-content: space-between;
  }
  .addRecipeIngredientParams {
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .addRecipeIngredientDelete {
    height: 100%;
    cursor: pointer;
  }
  .addRecipeIngredientDelete img {
    height: 100%;
  }

  /* ADD INGREDIENT */
  .addIngredientToRecipeDiv {
    margin-top: 20px;
  }
  .addIngredientToRecipe {
    width: 30%;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* VALIDATE RECIPE */
  .valideAddRecipeFormDiv {
    margin-top: 20px;
    float: left;
  }
  .valideAddRecipeForm {
    width: 30%;
    margin: auto;
  }

}
