@font-face {
  font-family: "vaguard";
  src: url("../fonts/vaguard.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "YourCustomFont", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  //font-family: "Arial", sans-serif;
  background: red; /*#efd7b1;*/
  padding: 2rem;
  text-align: center;
  margin:0;
  padding-bottom: 120px;
}

.container-fluid {
  box-shadow: 0 6px 10px 6px #92f803 !important;
  margin-bottom: 15px;
  border-radius: 0 15px;
}
@media screen and (max-width: 431px) {
  .container-fluid {
    text-align: center;
  }
}

.image {
  width: auto;
}
@media screen and (max-width: 431px) {
  .image {
    width: 60%;
  }
}

img.img_menu {
  width: 100px;
  margin: 10px;
  padding-right: 30px;
}
@media screen and (max-width: 431px) {
  img.img_menu {
    width: 40%;
    text-align: center;
  }
}

a.nav-link {
  color: black !important;
  margin: auto !important;
  padding: 10px !important;
  font-family: "vaguard", serif;
  font-size: 50px;
  color: #afaf3b !important;
}

a.nav-link:hover {
  font-weight: bolder;
  font-size: 60px;
  color: #675757 !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  margin: auto;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem transparent !important;
}

h1,
h4 {
  text-align: center;
}

@media screen and (max-width: 431px) {
  .gif img {
    width: 90%;
  }
}

/*@media screen and (max-width: 431px) {*/
/*  .container {*/
/*    width: 100% !important;*/
/*    padding: 0 !important;*/
/*  }*/
/*}*/

.recherche {
  text-align: center;
}
.recherche input {
  border-radius: 20px;
  width: 50%;
  padding: 8px !important;
}
@media screen and (max-width: 431px) {
  .recherche input {
    width: 100% !important;
  }
}

.col-2 {
  display: flex;
  width: 100% !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
@media screen and (max-width: 431px) {
  .col-2 {
    flex-direction: column;
  }
}
.col-2 button {
  justify-content: center;
}
@media screen and (max-width: 431px) {
  .col-2 button {
    flex-direction: column;
    font-size: x-large;
  }
}
.col-2 .categorie-btn {
  margin: 5px;
  padding: 6px 12px;
  border-radius: 12px;
  border: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: transform 0.2s;
}
.col-2 .categorie-btn:hover {
  transform: scale(1.05);
}

.hov:hover {
  box-shadow: 0 6px 10px 0 #92f803;
}

.recette-card {
  border: #cdf891 0.5px solid;
  box-shadow: 0 4px 8px 0 rgba(244, 36, 36, 0.2);
  margin: 5px;
  padding: 1rem;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  width: 90%;
}

.recette-card h2 {
  color: #f8a90a;
}
.recette-card a {
  text-decoration: none !important;
  text-align: center !important;
  color: black !important;
}

.corps {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(0, 0, 0) !important;
}

h1.titre {
  border-radius: 10px;
  padding: 2% 20%;
  width: auto;
  box-shadow: 3px 6px 6px 0 #92f803;
}

.fiche {
  width: auto;
  text-align: center;
  padding: 2% 19%;
}
.fiche input {
  text-align: center;
}
@media screen and (max-width: 431px) {
  .fiche {
    width: 100%;
    padding: 0;
  }
}

.partie {
  color: #f7b733;
}

.commentaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.comm {
  width: auto;
  margin: 0;
  padding: 0;
}

h3 {
  margin: 10px;
}

textarea {
  width: 100% !important;
  text-align: center;
}

.cnx {
  text-align: center;
}
.cnx input {
  width: 50%;
  padding: 8px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 431px) {
  .cnx input {
    width: 90%;
  }
}

.ajout {
  text-align: center;
}
.ajout input {
  border-radius: 10px;
}
.ajout button {
  border-radius: 10px;
  padding: 7px;
}
.ajout .etape {
  width: 80%;
}
.ajout .cadre {
  box-shadow: 4px 4px 8px 8px rgba(247, 99, 101, 0.5);
}

p {
  line-height: 1.2;
  vertical-align: middle;
}


.commentaire p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.commentaire p strong,
.commentaire p span,
.commentaire p {
  display: inline-block;
  vertical-align: middle;
}

.nombre {
  font-family: "Arial", sans-serif;
  line-height: 1;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */