body {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.ptj--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #191919;
  color: #f9c100;
}

.ptj--navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 120px;
  margin-bottom: -120px;
}

.footer--main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 35px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #5c5c5c #5c5c5c #d8d8d8;
}

.footer--secondary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 36px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer--main-link {
  border: 1px none #000;
  font-family: Grandstander, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.footer--secondary-link {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-decoration: none;
}

.section--upsells {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section--upsells.ptj-product-single.recipes {
  padding-bottom: 40px;
  background-color: #fff;
}

.section--upsells.ptj-product-single.this-page-only {
  background-color: #f9c100;
}

.section--main {
  position: relative;
  background-color: #af0d1d;
}

.section--main.ptj-products-archive {
  padding-bottom: 40px;
  background-color: #f9c100;
}

.ptj--topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #191919;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product--header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  min-height: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product--main-img-container {
  position: absolute;
  left: 0%;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.product--garniture {
  display: block;
  width: 100%;
  max-height: 300px;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.product--main-img {
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  bottom: 0px;
  display: block;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ptj--product-grid {
  margin-top: -30px;
  margin-bottom: 100px;
  color: #fff;
}

.commitment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.commitment.homepage-modifier {
  width: 20%;
  max-width: 100%;
  min-width: 180px;
}

.commitment.our-savoir-faire--modifier {
  min-width: 33%;
}

.commitments-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53.69px;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nutritional-values {
  display: block;
  width: 269px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-description {
  display: block;
  width: 309px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.product--garniture-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sticky-img-area {
  position: relative;
  z-index: 1;
  max-width: 1242px;
  margin-top: -150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
}

.product--details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product--details.single-recipe {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.details--text-block {
  position: relative;
  width: 25%;
  min-width: 307px;
  color: #fff;
}

.product--details-img {
  width: auto;
  height: 34vw;
  max-height: 484px;
  max-width: 60%;
  min-width: 25%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ptj--header-logo {
  width: auto;
  max-height: 70px;
  margin-right: auto;
}

.ptj--footer-logo {
  width: 140px;
  height: auto;
  margin-top: 40px;
}

.product--header-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.product--header-img.only-this-page {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.product-header-heading {
  position: absolute;
  margin-right: 17%;
  margin-left: 17%;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
}

.ptj--header-link {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: none;
}

.ptj--main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.commitment-text {
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.commitment-text.homepage-modifier {
  color: #191919;
  font-weight: 600;
}

.commitment-text.our-savoir-faire--modifier {
  max-width: 190px;
  font-weight: 600;
}

.main-description-heading {
  font-family: Grandstander, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}

.main-description-text {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.nutritional-values-heading {
  font-family: Grandstander, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}

.nutritional-values-text {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Nunito, sans-serif;
  line-height: 22px;
  font-weight: 600;
}

.commitment-img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nutritional-values-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.upsells-heading {
  margin-top: 67px;
  margin-bottom: 0px;
  font-family: Grandstander, sans-serif;
  color: #191919;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.upsells-heading.single-ptj-recipe {
  margin-top: 0px;
}

.upsells-heading.inside-section-yellow {
  color: #fff;
}

.upsells-link {
  margin-top: 10px;
  font-family: Grandstander, sans-serif;
  color: #af0d1d;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.product--details-heading {
  font-family: Grandstander, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}

.product--details-paragraph {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.heading-3 {
  font-family: Grandstander, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}

.paragraph-2 {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.commitment-text-2 {
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.related-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1194px;
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.related-items.ptj-products-archive {
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.related-items.ptj-recipe-archive {
  margin-bottom: 0px;
  padding-bottom: 80px;
}

.single-related-item {
  width: 25vw;
  text-decoration: none;
}

.single-related-item.recipe-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 312px;
  min-width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-related-item.recipe-item.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 312px;
  min-width: 240px;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.single-related-item.recipe-item.ptj-product-page {
  margin-bottom: 40px;
}

.single-related-item.recipe-item.ptj-recipe-archive {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-related-item.product-item {
  width: 30%;
  margin-bottom: 40px;
}

.single-related-item.ptj-products-archive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-related-item.ptj-products-archive.fix {
  width: auto;
  margin-bottom: 64px;
}

.single-related-item.ptj-recipe-archive {
  position: relative;
  width: 30%;
  padding-top: 80px;
}

.related-product-main-img {
  position: absolute;
  left: auto;
  top: 15%;
  width: auto;
  height: 80%;
  max-height: 279px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.related-product-main-img.ingredients {
  left: auto;
  height: 80%;
  max-height: 369px;
}

.related-product-main-img.archive-products {
  left: auto;
  max-height: 80%;
}

.related-item-name {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.related-item-name.recipe-item {
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
}

.related-item-name.ptj-products-archive {
  display: block;
  font-weight: 600;
  text-align: center;
}

.related-item-name.inside-section-yellow {
  color: #fff;
}

.related-product-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-item-img-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 24vw;
  height: 24vw;
  max-height: 300px;
  max-width: 300px;
  min-height: 180px;
  min-width: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f9c100;
}

.related-item-img-container.ingredients {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background-color: #fff;
}

.related-item-img-container.ptj-product-single {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.related-product-garniture {
  width: 100%;
  margin-bottom: 20%;
  -o-object-fit: contain;
  object-fit: contain;
}

.related-product-garniture.ingredients {
  margin-bottom: auto;
  padding-top: 30%;
}

.related-recipe-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.html-embed {
  display: none;
}

.html-embed-2 {
  display: none;
}

.product-line-selector {
  background-color: transparent;
  font-family: Grandstander, sans-serif;
  color: #af0d1d;
  font-size: 24px;
  line-height: 46px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-subheading {
  position: relative;
  font-family: Grandstander, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.header-subheading.ptj-recipe-archive {
  max-width: 38ch;
}

.header-heading {
  position: relative;
  margin-right: 17%;
  margin-left: 17%;
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
}

.collection-list-wrapper {
  max-width: 1079px;
  margin-right: auto;
  margin-left: auto;
}

.taxo-collection-list-wrapper {
  max-width: 1079px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-yellow {
  position: relative;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9c100;
  color: #fff;
}

.section-yellow.our-values {
  padding-right: 6.8%;
  padding-left: 6.8%;
}

.section-white {
  padding-top: 100px;
  background-color: #fff;
  color: #191919;
}

.section-red {
  position: relative;
  padding-top: 75px;
  background-color: #af0d1d;
  color: #fff;
}

.section-red.our-values {
  padding-right: 6.8%;
  padding-bottom: 147px;
  padding-left: 6.8%;
}

.image-2 {
  position: absolute;
  right: 0px;
  width: 65vw;
  height: 50vw;
  margin-top: 70px;
}

.heading-4 {
  z-index: 1;
  width: 15ch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 80px;
  line-height: 100px;
}

.section-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vw;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Grandstander, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Grandstander, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.recipe--single-step {
  width: 33%;
  margin-top: 40px;
  margin-right: 8.3%;
  margin-left: 8.3%;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.heading-7.recipe__preparation-heading {
  font-family: Grandstander, sans-serif;
  font-weight: 500;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-8 {
  position: relative;
  z-index: 1;
  margin: 140px 15% -100px;
  font-size: 80px;
  line-height: 100px;
  text-align: center;
}

.paragraph-3 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.heading-9 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 70px;
  font-family: Grandstander, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1179px;
  min-height: 570px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  position: absolute;
  left: 55%;
  top: 0px;
  width: 80vw;
  height: 60vw;
  max-height: 570px;
  max-width: 733px;
  margin-right: -33%;
}

.div-block-2 {
  width: 34%;
  margin-left: 12%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-transform: uppercase;
}

.homepage-commitments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1079px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #191919;
}

.swiper-container.main-swiper-container {
  margin-bottom: 12vw;
}

.swiper-wrapper.single-ptj-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.swiper-slide.story__timeline-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide.single-ptj-product-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase--img-container {
  position: relative;
  width: 486px;
  height: 332px;
  -webkit-transform: translate(-20%, 0px);
  -ms-transform: translate(-20%, 0px);
  transform: translate(-20%, 0px);
}

.showcase--text-block {
  position: relative;
  display: inline-block;
  width: 306px;
  color: #fff;
  text-decoration: none;
}

.link {
  display: inline-block;
  font-family: Grandstander, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link-2 {
  display: inline-block;
  margin-left: 35px;
  font-family: Grandstander, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-10 {
  display: block;
  font-size: 35px;
  line-height: 50px;
  font-weight: 600;
}

.showcase--product-image {
  width: 240px;
  height: 240px;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.showcase--serving-suggestion {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 383px;
  height: 243px;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
}

.commitment-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination {
  position: absolute;
  bottom: -46px;
}

.swiper-pagination.single-ptj-product-page {
  position: absolute;
  bottom: -46px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  max-width: 1180px;
  margin-right: auto;
  margin-bottom: 127px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.list-2 {
  width: 38%;
  margin-bottom: 0px;
  padding-left: 0px;
}

.story__timeline-img-container {
  width: 50%;
  max-width: 500px;
}

.story__timeline-text-container {
  width: 50%;
  max-width: 380px;
}

.story__description {
  max-width: 780px;
  margin: 90px auto;
  font-family: Grandstander, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.story__slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Grandstander, sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}

.section-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-row.our-values__conclusion {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-row.stretch {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-row.wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-row.savoir-faire {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.masked-img-container {
  width: 60vw;
  -webkit-transform: translate(-25%, 0px);
  -ms-transform: translate(-25%, 0px);
  transform: translate(-25%, 0px);
}

.masked-img-container.masked-img-2 {
  position: absolute;
  left: 33%;
  height: 100%;
  -webkit-transform: translate(25%, 0px);
  -ms-transform: translate(25%, 0px);
  transform: translate(25%, 0px);
}

.masked-img-container.masked-img-4 {
  position: relative;
  width: 42%;
  height: 0px;
  padding-bottom: 42%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.masked-img-container.masked-img-3 {
  position: absolute;
  right: 41%;
  height: 100%;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: 50% 120%;
  -ms-transform-origin: 50% 120%;
  transform-origin: 50% 120%;
}

.our-values__description {
  width: 33%;
  margin-top: 200px;
  margin-right: 8%;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.our-values__description.savoir-faire {
  margin-top: 40px;
  margin-bottom: 80px;
}

.our-values__heading {
  position: absolute;
  left: 50%;
  top: 0px;
  right: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-size: 90px;
  line-height: 110px;
  text-align: center;
}

.our-values__secondary-title {
  font-family: Grandstander, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.our-values__text-container {
  width: 33%;
  margin-top: 90px;
  margin-bottom: 90px;
  margin-left: 8%;
}

.our-values__column-layout {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: 8%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 13.6%;
  column-gap: 13.6%;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.our-values__single-bullet {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.list-3 {
  margin-top: 38px;
  padding-left: 32.5px;
}

.our-savoir-faire__heading {
  width: 11ch;
  max-width: 100%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  font-family: Grandstander, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
}

.our-savoir-faire__revendication-title {
  width: 32ch;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: Grandstander, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.our-savoir-faire__conclusion {
  width: 50%;
  font-family: Grandstander, sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
}

.masked-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masked-img.absolute {
  position: absolute;
  top: 0px;
  bottom: 0px;
}

.story__commitments-description {
  max-width: 780px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Grandstander, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.inline-svg-container {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.recipe-item-pictos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24vw;
  max-width: 260px;
  margin-top: 37px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recipe-item__guests-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Grandstander, sans-serif;
  color: #191919;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
}

.text-block {
  margin-top: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Grandstander, sans-serif;
  color: #191919;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block.underlined-cta {
  color: #af0d1d;
}

.text-block-2 {
  margin-top: auto;
  font-family: Grandstander, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-2.ptj-product-single {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #191919;
}

.text-block-2.ptj-product-single.underlined-cta {
  color: #af0d1d;
}

.related-item-name-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  font-size: 25px;
  line-height: 35px;
}

.related-item-name-2.recipe-item {
  margin: 10px auto 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.related-item-name-2.recipe-item.ptj-product-single {
  color: #191919;
}

.related-item-img-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24vw;
  height: 24vw;
  max-height: 300px;
  max-width: 300px;
  min-height: 180px;
  min-width: 180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f9c100;
}

.related-item-img-container-2.ptj-recipe-archive {
  max-height: 260px;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}

.recipe-item__guests-count-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Grandstander, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
}

.recipe-item__guests-count-2.ptj-product-single {
  color: #191919;
}

.heading-11 {
  font-family: Grandstander, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.lexicon-container {
  position: relative;
  margin: 60px 15% 40px;
}

.culinary-term {
  font-family: Grandstander, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.culinary-definition {
  margin-top: 0px;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.culinary-lexicon__moving-logo-area {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed-3 {
  display: block;
}

.scrim {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(25, 25, 25, 0.24);
}

.scrim.banner {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: linear-gradient(180deg, #000, transparent);
  opacity: 0.35;
}

.filter-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-button {
  display: none;
}

.filter-options {
  margin-bottom: 0px;
  padding-left: 0px;
  background-color: #fff;
  color: #191919;
  text-align: center;
}

.single-filter {
  margin-right: 6px;
  list-style-type: none;
}

.single-option {
  color: #191919;
  list-style-type: none;
}

.single-option:hover {
  background-color: #af0d1d;
  color: #fff;
}

.filter-label {
  padding-right: 0px;
  background-color: transparent;
  font-family: Grandstander, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-option-btn {
  width: 100%;
  background-color: transparent;
  font-family: Grandstander, sans-serif;
  color: #191919;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding-bottom: 30px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.burger-icon {
  position: absolute;
  right: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-product-svg {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.lexicon--logo-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  max-width: 60%;
}

.div-block-5 {
  width: 100%;
}

.heading-12 {
  margin-bottom: 15px;
  font-size: 90px;
  line-height: 110px;
  text-align: center;
}

.heading-13 {
  margin-top: 35px;
  margin-bottom: 0px;
  font-family: Grandstander, sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.paragraph-6 {
  margin-top: 23px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.paragraph-7 {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 70px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 46px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-14 {
  margin-bottom: 0px;
  font-family: Grandstander, sans-serif;
  font-weight: 500;
  text-align: center;
}

.image-6 {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-9 {
  width: 57%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.collection-item {
  width: 33%;
  text-align: center;
}

.body {
  background-color: #191919;
}

.body-2 {
  background-color: #191919;
}

.body-3 {
  background-color: #191919;
}

.body-4 {
  background-color: #191919;
}

.body-5 {
  background-color: #191919;
}

.body-6 {
  background-color: #191919;
}

.body-7 {
  background-color: #191919;
}

.body-8 {
  background-color: #191919;
}

.body-9 {
  background-color: #191919;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.burger-line {
  position: relative;
  width: 80%;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .ptj--header-logo {
    margin-left: auto;
  }

  .related-item-name {
    line-height: 1.2em;
  }

  .story__commitments-description {
    font-size: 18px;
    line-height: 28px;
  }

  .culinary-definition {
    margin-top: 0px;
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 767px) {
  .footer--main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer--secondary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer--main-link {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .footer--secondary-link {
    line-height: 30px;
    text-align: center;
  }

  .commitment.homepage-modifier {
    width: 100%;
    max-width: 80%;
  }

  .nutritional-values {
    width: 100%;
  }

  .main-description {
    width: 100%;
  }

  .sticky-img-area {
    max-width: 80vw;
  }

  .product--details.single-recipe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .details--text-block {
    width: 100%;
    min-width: 100%;
  }

  .ptj--header-logo {
    margin-left: auto;
  }

  .product-header-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .ptj--header-link {
    display: none;
  }

  .commitment-text {
    line-height: 28px;
  }

  .commitment-text.homepage-modifier {
    font-weight: 600;
  }

  .commitment-text.our-savoir-faire--modifier {
    color: #191919;
  }

  .main-description-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .main-description-text {
    font-size: 13px;
    line-height: 23px;
  }

  .nutritional-values-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .commitment-img {
    width: 60%;
    height: auto;
    max-width: 173px;
  }

  .upsells-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .upsells-link {
    font-size: 16px;
    line-height: 26px;
  }

  .product--details-heading {
    font-size: 23px;
    line-height: 33px;
  }

  .product--details-paragraph {
    font-size: 13px;
    line-height: 23px;
  }

  .nutritional-single-property {
    font-size: 13px;
  }

  .nutritional-single-value {
    font-size: 13px;
  }

  .related-items {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .related-items.ptj-recipe-archive {
    padding-right: 10px;
    padding-left: 10px;
  }

  .single-related-item.recipe-item {
    margin-bottom: 40px;
  }

  .single-related-item.recipe-item.w--current {
    margin-right: auto;
    margin-left: auto;
  }

  .single-related-item.recipe-item.ptj-recipe-archive {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
  }

  .single-related-item.product-item {
    width: 100%;
    max-width: 300px;
    margin: 20px;
  }

  .single-related-item.ptj-recipe-archive {
    width: 50%;
    margin-bottom: 40px;
  }

  .related-item-name {
    font-size: 18px;
    line-height: 28px;
  }

  .related-item-name.ptj-products-archive {
    display: block;
  }

  .related-item-img-container {
    width: 32vw;
    height: 32vw;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .related-item-img-container.ingredients {
    overflow: visible;
  }

  .related-product-garniture {
    margin-bottom: 20%;
  }

  .header-subheading {
    font-size: 16px;
    line-height: 26px;
  }

  .header-heading {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
  }

  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-red.our-values {
    overflow: hidden;
  }

  .image-2 {
    margin-top: 140px;
  }

  .heading-4 {
    margin-left: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .recipe--single-step {
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-7 {
    font-size: 35px;
    line-height: 45px;
  }

  .list {
    margin-top: 58px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .heading-8 {
    margin-right: 6vw;
    margin-left: 6vw;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-9 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    position: relative;
  }

  .div-block-2 {
    width: auto;
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .div-block-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .homepage-commitments {
    margin-bottom: 0px;
  }

  .swiper-slide.hp__commitment-swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swiper-slide.story__timeline-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .showcase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .showcase--img-container {
    width: 70%;
    height: 60vw;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .showcase--text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link {
    font-size: 16px;
    line-height: 26px;
  }

  .link-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-10 {
    width: 100%;
    margin-bottom: 28px;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
  }

  .showcase--product-image {
    width: 40vw;
    height: 40vw;
    max-width: 250px;
    -webkit-transform: translate(-36px, 0px) rotate(-6deg);
    -ms-transform: translate(-36px, 0px) rotate(-6deg);
    transform: translate(-36px, 0px) rotate(-6deg);
  }

  .showcase--serving-suggestion {
    width: 60vw;
    height: auto;
    max-height: 250px;
    max-width: 380px;
  }

  .swiper-pagination {
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .list-item {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .list-2 {
    width: 100%;
    padding-left: 40px;
  }

  .story__timeline-img-container {
    width: 100%;
  }

  .story__timeline-text-container {
    width: 100%;
    max-width: none;
    padding-right: 43px;
    padding-left: 43px;
  }

  .story__description {
    margin-right: 35px;
    margin-left: 35px;
    font-size: 18px;
    line-height: 28px;
  }

  .section-row.our-values__conclusion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-row.stretch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-row.savoir-faire {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .masked-img-container.masked-img-2 {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .masked-img-container.masked-img-4 {
    width: 80%;
    padding-bottom: 80%;
  }

  .masked-img-container.masked-img-3 {
    position: relative;
    right: 0%;
    width: 100%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .masked-img-container.masked-img-1 {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .our-values__description {
    width: 100%;
    margin-top: 40px;
  }

  .our-values__description.savoir-faire {
    margin-right: 0%;
  }

  .our-values__heading {
    position: relative;
    font-size: 35px;
    line-height: 60px;
  }

  .our-values__secondary-title {
    font-size: 23px;
    line-height: 33px;
  }

  .our-values__text-container {
    width: 100%;
    margin-top: 0px;
    margin-left: 0%;
  }

  .our-values__column-layout {
    margin-left: 0%;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .our-savoir-faire__heading {
    width: auto;
    font-size: 35px;
    line-height: 60px;
  }

  .our-savoir-faire__revendication-title {
    font-size: 23px;
    line-height: 33px;
  }

  .our-savoir-faire__conclusion {
    width: 100%;
    margin-top: 40px;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
  }

  .story__commitments-description {
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .recipe-item-pictos-container {
    width: 100%;
    min-width: 180px;
  }

  .related-item-name-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .related-item-img-container-2 {
    width: 32vw;
    height: 32vw;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-11 {
    font-size: 23px;
    line-height: 33px;
  }

  .paragraph-4 {
    font-size: 13px;
    line-height: 23px;
  }

  .culinary-term {
    font-size: 30px;
    line-height: 40px;
  }

  .filter-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter-button {
    display: inline-block;
    background-color: transparent;
    font-family: Grandstander, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }

  .filter-scrim-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(25, 25, 25, 0.49);
  }

  .filter-options {
    display: inline-block;
    width: 90%;
    background-color: #fff;
  }

  .single-filter {
    list-style-type: none;
  }

  .single-option {
    list-style-type: none;
  }

  .list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-12 {
    font-size: 40px;
    line-height: 50px;
  }

  .collection-item {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .single-related-item.ptj-recipe-archive {
    width: 100%;
    max-width: 100%;
  }
}

