.btn {
  text-transform: uppercase;
}

.nouveautes-recettes-produits {
  background-color: #fdf6ec;
}
.nouveautes-recettes-produits .tile__content {
  background-color: #fff;
}

.post-type-archive-produit .recipe-category, .tax-categorie_produit .recipe-category {
  position: relative;
}
.post-type-archive-produit .recipe-category:before, .tax-categorie_produit .recipe-category:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  margin-top: -50%;
  background: transparent url(../evo/epis.svg) no-repeat center;
  transform: scale(0) translateY(25%);
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.post-type-archive-produit .recipe-category:hover:before, .tax-categorie_produit .recipe-category:hover:before {
  transform: scale(0.75) translateY(0);
  opacity: 1;
}

.tax-categorie_produit .search-options.panel {
  display: block;
  background-color: #fdf6ec;
  padding: 5px 15px;
}
.tax-categorie_produit .search-options.panel label {
  padding-left: 2em;
}
.tax-categorie_produit .search-options.panel label:after {
  top: 0;
  font-size: 2.4rem;
  left: 0.125em;
  line-height: 1;
  color: #FF5E08;
}
.tax-categorie_produit .search-options.panel .search-options-title, .tax-categorie_produit .search-options.panel .checkbox-bio, .tax-categorie_produit .search-options.panel .checkbox-gluten {
  font-size: 1em;
}
.tax-categorie_produit .recipe-categories .product-list > li a {
  border-bottom: 2px solid #FF4013;
  padding: 0.5em 1em;
  display: block;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-position: left center;
  background-repeat: no-repeat;
}
.tax-categorie_produit .recipe-categories .product-list > li a:hover {
  text-decoration: none;
  border-color: #FF5E08;
  background-image: url(../img/menu-item-active.png);
  background-position: left center;
  padding-left: 2.5em;
  background-size: 2em auto;
}
.tax-categorie_produit .recipe-categories .product-image {
  height: 300px;
  aspect-ratio: 4/3;
  max-width: 100%;
  object-fit: scale-down;
}

.produit-template-default .slider > img {
  aspect-ratio: 1;
  object-fit: scale-down;
}
.produit-template-default .slider-ctrl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em;
}
.produit-template-default .prod-thumb {
  margin: 0;
  width: 10rem;
  height: 10rem;
}

table.nutrition {
  margin-bottom: 2em;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 1em;
  border: 2px solid #FF5E08;
  width: 100%;
}
table.nutrition th {
  background-color: #FF5E08;
  color: #fff;
}
table.nutrition th:first-child {
  border-top-left-radius: 0.75em;
}
table.nutrition th:last-child {
  border-top-right-radius: 0.75em;
}
table.nutrition th, table.nutrition td {
  padding: 0.25em 0.5em;
}
table.nutrition tbody tr:nth-child(odd) {
  background-color: #ffe3d4;
}

@media (min-width: 992px) {
  .categories {
    background: #FF5E08;
  }
  .categories:before {
    content: none;
  }
}
.picto--tiktok:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' fill='%23ffffff' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z'/%3E%3C/svg%3E");
}
.picto--tiktok:hover:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' fill='%23bb4100' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z'/%3E%3C/svg%3E");
}

.wrapper--header .navbar-main .navbar-nav > li:not(:last-child):not(:nth-child(6)) {
  border-right: 1px solid #4d4d4d;
}