﻿.Tuile_Categorie
{
    width: 300px;
    height: 300px;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}
.Tuile_Categorie h4
{
    text-align: center;
    font-size: 20px;
    margin: 0 20px 0 20px;
    background-color: rgb(4,62,3);
    color: #ffffff;
}
.Tuile_Categorie picture
{
    height: 100%;
    width: 100%;
}
.Tuile_Categorie img
{
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    margin-left: 20px;
}
.Tuile_Categorie:hover
{
    background-color: rgb(4, 62, 3);
    cursor: pointer;
}

.Tuile_Recette
{
    width: 100%;
    height: 80px;
    display: inline-flex;
    flex-direction: row;
    text-align: center;
    background-color: #def3dc;
    margin: 10px;
}
.Tuile_Recette h4
{
    text-align: left;
    width: calc(100% - 50px);
    padding: 10px 5px 5px 10px;
    margin: 0;
}
.Tuile_Recette h4:hover
{
    background-color: rgb(4, 62, 3);
    cursor: pointer;
    color: white;
}
.Tuile_Recette .oi
{
    font-size: 32px;     
    padding-top: 20px;
}


.zone-ingredient
{
    max-width: 450px;
    border: 1px solid grey;
    padding: 15px;
}
.zone-ingredient .ingredient
{
    display: flex;
    flex-direction: row;
}
.zone-ingredient .ingredient:hover
{
    background-color: aliceblue;
}
.zone-ingredient .ingredient .ingredient-libelle
{
    flex-grow: 1;
}
.zone-etape
{
    margin: 10px;
    padding: 0;
}
.zone-etape .etape
{
    margin: 10px;
}
.zone-etape .etape:hover
{
    background-color: aliceblue;
}
.zone-etape li
{
    width: 100%;
    display: inline-flex;
    flex-direction: row;
}
.zone-etape li span:first-child
{
    min-width: 25px;
    text-align: center;
    background-color: grey;
    color: white;
}
.zone-etape li p
{
    display: inline;
    margin-left: 20px;
}
.zone-etape li .action
{
    margin-left: 10px;
}
.zone-etape li .action span
{
    padding: 0 5px 5px 0;
}
.content
{
    /*padding-left: 0px !important;*/
    padding: 0px!important;
}
h3
{
    font-size: 1.75rem;
    background-color: #07630c;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
}