.recettesShow {
  margin: 1rem;
}

.recettesShow .card {
  padding: 1rem;
}

.recettesShow .card .titre {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.recettesShow .card .titre h1 {
  margin-top: 1.5rem;
}
.recettesShow .card .titre div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.recettesShow .card .titre .prive,
.recettesShow .card .titre .public {
  padding: 0.15rem 0.3rem;
  margin-left: 0.3rem;
  line-height: normal;
  background-color: var(--color-light);
  border-radius: 3px;
  color: var(--color-two);
  font-size: 0.7rem;
}
.recettesShow .card .titre .public {
  background-color: #fff4cf;
  color: #ba8f01;
}

.recettesShow .imgRecette {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.recettesShow .imgRecette img {
  max-width: 400px;
  border-radius: 10px;
}

.tempsGroupe {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recettesShow .saisons p,
.recettesShow .tempsGroupe p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}

.recettesShow .cardRepasRecette {
  padding: 1rem;
  background-color: var(--color-three);
}

.recettesShow .cardRepasRecette span {
  font-family: "AlegreyaBold", Arial, Helvetica, sans-serif;
}

/* repas effectués */

.repas .card-content {
  display: flex;
  flex-wrap: wrap;
}

.repas .card-content .texte {
  font-weight: bold;
}


/* *******************

COMMUNAUTE

**********************/
.communaute {
  margin-bottom: 0;
}
.recettesShow .card .pseudo {
  font-size: .8rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  }
  .recettesShow .card .pseudo span {
  font-weight: bold;
    color: var(--color-four);
    }