@charset "UTF-8";
/*
Theme Name: Androuet
Theme URI: https://www.makethegrade.fr/
Author: Make The Grade.
Author URI: https://www.makethegrade.fr/
Description: Un thème WordPress Androuet basé sur Bedrock, conçu pour une personnalisation facile et une structure modulaire.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: androuet
*/
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/pzw6yrd.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 0;
  line-height: 0;
}

button {
  appearance: none;
  border: none;
  background: none;
}

body {
  line-height: 150%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p,
ul,
li {
  margin: 0;
  padding: 0;
}

/*

| REM      | PX    |
|----------|-------|
| 0.5rem   | 8px   |
| 0.75rem  | 12px  |
| 0.875rem | 14px  |
| 1rem     | 16px  |
| 1.25rem  | 20px  |
| 1.5rem   | 24px  |
| 1.75rem  | 28px  |
| 2rem     | 32px  |
| 2.25rem  | 36px  |
| 2.5rem   | 40px  |
| 2.75rem  | 44px  |
| 3rem     | 48px  |
| 3.25rem  | 52px  |
| 3.5rem   | 56px  |
| 3.75rem  | 60px  |
| 4rem     | 64px  |
| 4.5rem   | 72px  |
| 5rem     | 80px  |
| 5.5rem   | 88px  |
| 6rem     | 96px  |
| 6.5rem   | 104px |
| 7rem     | 112px |
| 7.5rem   | 120px |
| 8rem     | 128px |
| 8.5rem   | 136px |
| 9rem     | 144px |
| 9.5rem   | 152px |
| 10rem    | 160px |
| 10.5rem  | 168px |
| 11rem    | 176px |
| 11.5rem  | 184px |
| 12rem    | 192px |
*/
html {
  font-size: 16px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
}

*:focus-visible {
  outline: 2px solid #58171E !important;
  outline-offset: 3px;
  transition: 0s;
}
@media (max-width: 768px) {
  *:focus-visible {
    outline: none !important;
  }
}

.skip-link {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1000;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  transform: translateY(-60px);
  transition: transform 0.2s ease;
}
.skip-link:focus-within {
  transform: translateY(0px);
}
.skip-link a {
  color: #fff;
  font-size: 1.25rem;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  line-height: 150%;
  font-weight: 300;
  font-family: "Inter Tight", sans-serif;
}
body.visible {
  padding-top: 3.75rem;
}
body.visible .skip-link {
  transform: translateY(0px);
}
body.visible header {
  top: 3.75rem;
}

main {
  padding-top: 6rem;
}

div.container, [class^=wp-block-] {
  max-width: calc(1280px + 3rem);
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

[class^=wp-block-] [class^=wp-block-] {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-sm {
  padding-top: 2rem;
}

.pt-md {
  padding-top: 4rem;
}

.pt-lg {
  padding-top: 6rem;
}

.pt-xl {
  padding-top: 8rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-sm {
  padding-bottom: 2rem;
}

.pb-md {
  padding-bottom: 4rem;
}

.pb-lg {
  padding-bottom: 6rem;
}

.pb-xl {
  padding-bottom: 8rem;
}

@media all and (max-width: 768px) {
  .pt-m-0 {
    padding-top: 0 !important;
  }
}

@media all and (max-width: 768px) {
  .pt-m-sm {
    padding-top: 2rem !important;
  }
}

@media all and (max-width: 768px) {
  .pt-m-md {
    padding-top: 4rem !important;
  }
}

@media all and (max-width: 768px) {
  .pt-m-lg {
    padding-top: 6rem !important;
  }
}

@media all and (max-width: 768px) {
  .pt-m-xl {
    padding-top: 8rem !important;
  }
}

@media all and (max-width: 768px) {
  .pb-m-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (max-width: 768px) {
  .pb-m-sm {
    padding-bottom: 2rem !important;
  }
}

@media all and (max-width: 768px) {
  .pb-m-md {
    padding-bottom: 4rem !important;
  }
}

@media all and (max-width: 768px) {
  .pb-m-lg {
    padding-bottom: 6rem !important;
  }
}

@media all and (max-width: 768px) {
  .pb-m-xl {
    padding-bottom: 8rem !important;
  }
}

.wp-block-heading {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 120%;
  letter-spacing: 0.02em;
  font-weight: 400;
  overflow-wrap: break-word;
  margin: 0;
  font-family: "Owners", sans-serif;
}

h1,
.h1 {
  font-size: 3.25rem;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: 2.75rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

h3,
.h3 {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}

h5,
.h5,
h6,
.h6 {
  font-size: 22px;
}

*.p-sm,
.p-sm {
  font-size: 0.875rem;
}

*.p-md,
.p-md {
  font-size: 1rem;
}

*.p-lg,
.p-lg {
  font-size: 1.25rem;
}

.label {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-transform: uppercase;
}
.label > p,
.label > span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

figure.cover {
  width: 100%;
  height: 100%;
}
figure.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure.contain {
  width: 100%;
  height: 100%;
}
figure.contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag {
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1;
  border-radius: 0.25rem;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  transition: 0.35s;
  display: inline-block;
}

p {
  max-width: 1280px;
  margin: 0 auto;
}

section p {
  margin: 0;
}

.beige {
  background-color: #F9F6F1;
}

.flower-effect {
  mask-size: 0% 0%;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: 0.35s;
  opacity: 0;
  mask-repeat: no-repeat;
  mask-size: 4000% 100%;
  mask-image: url("https://androuet.com/wp-content/uploads/2026/03/mask-flower.png");
}
.flower-effect.active {
  opacity: 1;
  will-change: transform;
  animation: slideMask 1.3s steps(39, end) forwards;
}
@keyframes slideMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 100% 0%;
  }
}

img:not([src]) {
  visibility: hidden;
}

/**
 * Components
 */
article {
  width: 100%;
  max-width: calc(33.3333333333% - 1rem);
}
article.recipe a div.wrapper-text div.tags span:before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
article.recipe a div.wrapper-text div.tags span.people:before {
  background-image: url("./assets/components-_article-svg-1.svg");
}
article.recipe a div.wrapper-text div.tags span.preparation:before {
  background-image: url("./assets/components-_article-svg-2.svg");
}
article.recipe a div.wrapper-text div.tags span.cooking:before {
  background-image: url("./assets/components-_article-svg-3.svg");
}
article.shop-card {
  max-width: calc(33.3333333333% - 1rem);
  padding: 0rem;
  gap: 1rem;
  border: none;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
article.shop-card .wrapper-image {
  border-radius: 0.25rem;
  height: 100%;
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article.shop-card .wrapper-image {
    aspect-ratio: 118/79;
  }
}
article.shop-card .wrapper-image span.country-label {
  position: absolute;
  padding: 6px 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #58171E;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  left: 0.75rem;
  top: 0.75rem;
  background-color: #F5F1E7;
  border-radius: 0.25rem;
  font-size: 15px;
  line-height: 15px;
}
article.shop-card .wrapper-image span.country-label:before {
  display: block;
  content: "";
  width: 9px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/components-_article-svg-4.svg");
}
article.shop-card .wrapper-text {
  gap: 0.5rem;
  height: calc(100% - 140px - 1rem);
  display: flex;
  flex-direction: column;
}
article.shop-card .wrapper-text h3 {
  margin: 0px;
}
article.shop-card .wrapper-text address {
  font-style: normal;
}
article.shop-card .wrapper-text address * {
  color: #686561;
}
article.shop-card .wrapper-text .btn-tertiary {
  margin-top: auto;
}
article.producer-card {
  max-width: calc(33.3333333333% - 1rem);
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  article.producer-card {
    padding: 1.5rem;
  }
}
article.producer-card:hover div.wrapper-image figure {
  transform: scale(1.02);
}
article.producer-card .wrapper-image {
  height: 12.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  article.producer-card .wrapper-image {
    height: 11.75rem;
  }
}
article.producer-card .wrapper-image figure {
  transition: 0.35s;
}
article.producer-card .wrapper-text {
  height: calc(100% - 12.5rem - 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  article.producer-card .wrapper-text {
    height: calc(100% - 11.75rem - 1.25rem);
  }
}
article.producer-card .wrapper-text * {
  text-align: center;
}
article.producer-card .wrapper-text .h4 {
  text-align: center;
  color: #58171E;
}
article.producer-card .wrapper-text .btn {
  margin-top: auto;
  justify-content: center;
}
article.page a {
  background-color: #F9F6F1;
  border: none;
  padding: 2rem;
  border-radius: 0.5rem;
}
article.page a .wrapper-text h3 {
  margin-bottom: 0rem;
}
article.page a .wrapper-text .txt {
  margin-bottom: 1.25rem;
}
article a {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-bottom: 1px solid #D5D2CC;
  padding-bottom: 2rem;
  height: 100%;
}
article a:hover div.wrapper-image figure {
  transform: scale(1.02);
}
article a:hover div.wrapper-text .btn-tertiary span {
  border-color: #141414;
}
article a:hover div.wrapper-text .btn-tertiary:after {
  transform: rotate(0deg);
}
article a div.wrapper-image {
  height: 16.25rem;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  article a div.wrapper-image {
    height: 13.5rem;
  }
}
article a div.wrapper-image figure {
  transition: 0.35s;
}
article a div.wrapper-image span.category {
  background-color: #F5F1E7;
  border-radius: 0.25rem;
  text-transform: uppercase;
  color: #58171E;
  padding: 6px 0.75rem;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-weight: 400;
  max-width: calc(100% - 2rem);
}
article a div.wrapper-text {
  height: calc(100% - 280px);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
article a div.wrapper-text div.tags {
  display: flex;
  align-items: center;
  gap: 1rem;
}
article a div.wrapper-text div.tags span {
  font-size: 0.875rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
article a div.wrapper-text div.infos {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
article a div.wrapper-text div.infos span {
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 400;
  color: #58171E;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
article a div.wrapper-text div.infos span:not(:last-of-type):after {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #58171E;
  width: 2px;
  height: 2px;
}
article a div.wrapper-text h3 {
  margin-bottom: 28px;
}
article a div.wrapper-text .btn {
  margin-top: auto;
}

.dark .wrapper-breadcrumb nav {
  background-color: #341014;
}
.dark .wrapper-breadcrumb nav ol li a span {
  color: #F9F6F1;
}
.dark .wrapper-breadcrumb nav ol li span {
  color: #fff;
}

.wrapper-breadcrumb {
  position: relative;
  overflow: hidden;
}
.wrapper-breadcrumb nav {
  padding: 0.25rem 0.75rem;
  background-color: #ECE6D7;
  border-radius: 0.25rem;
  display: inline-block;
}
.wrapper-breadcrumb nav ol {
  display: flex;
}
.wrapper-breadcrumb nav ol li {
  position: relative;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .wrapper-breadcrumb nav ol li:not(:nth-last-child(2)) {
    display: none;
  }
  .wrapper-breadcrumb nav ol li:nth-last-child(2) {
    margin: 0px;
    padding-left: 1rem;
  }
  .wrapper-breadcrumb nav ol li:nth-last-child(2):before {
    transform: rotate(180deg);
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("./assets/components-_breadcrumb-svg-1.svg");
  }
  .wrapper-breadcrumb nav ol li:nth-last-child(2) a {
    font-weight: 600;
  }
  .wrapper-breadcrumb nav ol li:nth-last-child(2) a span {
    font-weight: 600;
  }
}
.wrapper-breadcrumb nav ol li:after {
  display: none;
}
.wrapper-breadcrumb nav ol li a {
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  color: #686561;
}
.wrapper-breadcrumb nav ol li a::first-letter {
  text-transform: uppercase;
}
.wrapper-breadcrumb nav ol li a:hover {
  color: #141414;
}
.wrapper-breadcrumb nav ol li a span {
  font-weight: 300;
}
.wrapper-breadcrumb nav ol li span {
  font-weight: 600;
}
.wrapper-breadcrumb nav ol li + li {
  padding-left: 1rem;
  margin-left: 0.5rem;
}
.wrapper-breadcrumb nav ol li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./assets/components-_breadcrumb-svg-2.svg");
}

.wrapper-buttons {
  display: flex;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  text-decoration: none;
  user-select: none;
  transition: all 0.5s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  appearance: none;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  vertical-align: bottom;
  font-family: "Inter Tight", sans-serif;
}
.btn.btn-primary {
  background-color: #A72E35;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-weight: 400;
  border: 1px solid #A72E35;
}
.btn.btn-primary:hover {
  background-color: #58171E;
  border: 1px solid #58171E;
}
.btn.btn-primary:hover:not(.shop) {
  padding-left: 11px;
  padding-right: 29px;
  transition-delay: 0s;
}
.btn.btn-primary:hover:not(.shop):after {
  opacity: 1;
  transition-delay: 0.15s;
}
.btn.btn-primary:not(.shop) {
  transition-delay: 0.25s;
}
.btn.btn-primary:not(.shop):after {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  right: 11px;
  top: 50%;
  opacity: 0;
  transition-delay: 0s;
  transition: 0.35s;
  transform: translateY(-50%);
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url("./assets/components-_buttons-svg-1.svg");
}
.btn.btn-primary {
  /*
  &:before{
      display: block;
      content:'';
      position: absolute;
      right:11px;
      top:50%;
      transform: translateY(-50%);
      width:0.75rem;
      height:10px;
      background-color: $n-0;
      mask-position: center;
      mask-repeat: no-repeat;
      mask-image: url("./assets/components-_buttons-svg-2.svg");
  }
  */
}
.btn.btn-primary.shop {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 13px 1rem;
}
.btn.btn-primary.shop:before {
  display: none;
}
.btn.btn-primary.shop::after {
  background-color: #fff;
  content: "";
  right: 0;
  width: 16px;
  height: 1.25rem;
  position: relative;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url("./assets/components-_buttons-svg-3.svg");
}
.btn.btn-secondary {
  border: 1px solid #A72E35;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  font-weight: 400;
}
.btn.btn-secondary:hover {
  background-color: rgba(167, 46, 53, 0.1);
}
.btn.btn-tertiary {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #141414;
  transition: 0.35s;
}
.btn.btn-tertiary:hover:after {
  transform: rotate(0deg);
}
.btn.btn-tertiary:hover span {
  border-color: #141414;
}
.btn.btn-tertiary span {
  border-bottom: 1px solid transparent;
  line-height: 120%;
  transition: 0.35s;
}
.btn.btn-tertiary:after {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  transition: 0.35s;
  transform: rotate(-45deg);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/components-_buttons-svg-4.svg");
}
.btn.btn-quaternary {
  border: 1px solid #D5D2CC;
  border-radius: 0.25rem;
  padding: 10px 1rem;
  font-weight: 400;
  transition: 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.btn.btn-quaternary:after {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/components-_buttons-svg-5.svg");
}
.btn.btn-quaternary:hover {
  border: 1px solid #141414;
}
.btn.btn-more {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #141414;
  transition: 0.35s;
}
.btn.btn-more:hover span {
  border-color: #141414;
}
.btn.btn-more span {
  border-bottom: 1px solid transparent;
  line-height: 120%;
  font-weight: 500;
  transition: 0.35s;
}
.btn.btn-more:after {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  transition: 0.35s;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/components-_buttons-svg-6.svg");
}

.btn-form {
  height: 3rem;
  padding: 0rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #ECE6D7;
  background-color: #fff;
  color: #141414;
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  cursor: pointer;
  gap: 0.5rem;
}
.btn-form:hover {
  border: 1px solid #A72E35;
}
.btn-form.select-trigger {
  justify-content: space-between;
  gap: 0.75rem;
}
.btn-form.select-trigger span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-form.select-trigger span span {
  font-size: 10px;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #341014;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-form.select-trigger:hover {
  border-color: #A72E35;
}
.btn-form.select-trigger:after {
  display: block;
  width: 12px;
  height: 7px;
  content: "";
  transition: 0.35s;
  background-color: #58171E;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url("./assets/components-_buttons-svg-7.svg");
}
.btn-form-map:before {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/components-_buttons-svg-8.svg");
}

input[type=submit],
button[type=submit] {
  font-size: 1.25rem;
  line-height: 2rem;
  padding: 0 1rem;
  border-radius: 0rem;
  font-weight: 500;
  transition: all 0.5s;
  appearance: none;
  border: none;
  cursor: pointer;
  height: 48px;
}

button.search-button {
  height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid #A72E35;
  border-radius: 0.25rem;
  background-color: #A72E35;
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.35s;
}
button.search-button:hover {
  background-color: #58171E;
  border-color: #58171E;
}
button.search-button .icon-search {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url("./assets/components-_buttons-svg-9.svg");
}

.btn-arrow {
  width: 2.75rem;
  height: 2.75rem;
  display: block;
  border-radius: 0.25rem;
  border: 1px solid #A72E35;
  text-indent: -9999px;
  position: relative;
  cursor: pointer;
  transition: 0.35s;
}
.btn-arrow:hover {
  background-color: #A72E35;
}
.btn-arrow:hover:after {
  background-color: #fff;
}
.btn-arrow:after {
  transition: 0.35s;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #141414;
  position: absolute;
  top: 0px;
  left: 0px;
}
.btn-arrow-next:after {
  mask-image: url("./assets/components-_buttons-svg-10.svg");
}
.btn-arrow-prev:after {
  mask-image: url("./assets/components-_buttons-svg-11.svg");
}

section.section-error {
  padding-top: 150px;
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  section.section-error {
    padding: 8rem 0rem;
  }
}
section.section-error .wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.25rem;
}
section.section-error .wrapper .error-label {
  font-size: 6rem;
  font-weight: 700;
  line-height: 6rem;
}

form.forminator-ui {
  display: flex;
  flex-direction: column;
  gap: 1.25rem 0px;
}
form.forminator-ui .forminator-row {
  margin: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0px 1.25rem;
}
form.forminator-ui .forminator-row .forminator-col {
  padding: 0px !important;
  width: 100% !important;
}
@media (max-width: 425px) {
  form.forminator-ui .forminator-row .forminator-col {
    width: 100% !important;
  }
}
form.forminator-ui .forminator-row .forminator-col label, form.forminator-ui .forminator-row .forminator-col .forminator-label {
  display: block;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Inter Tight", sans-serif;
}
form.forminator-ui .forminator-row .forminator-col input[type=text],
form.forminator-ui .forminator-row .forminator-col input[type=tel],
form.forminator-ui .forminator-row .forminator-col input[type=number],
form.forminator-ui .forminator-row .forminator-col input[type=email],
form.forminator-ui .forminator-row .forminator-col input[type=password],
form.forminator-ui .forminator-row .forminator-col input[type=date],
form.forminator-ui .forminator-row .forminator-col input[type=url],
form.forminator-ui .forminator-row .forminator-col textarea,
form.forminator-ui .forminator-row .forminator-col select,
form.forminator-ui .forminator-row .forminator-col input[type=file] {
  width: 100% !important;
  padding: 0.75rem 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 300ms;
  background: #F9F6F1 !important;
  height: 43px;
  border: 1px solid #ECE6D7;
  border-radius: 0.25rem !important;
}
form.forminator-ui .forminator-row .forminator-col input[type=text]::placeholder,
form.forminator-ui .forminator-row .forminator-col input[type=tel]::placeholder,
form.forminator-ui .forminator-row .forminator-col input[type=number]::placeholder,
form.forminator-ui .forminator-row .forminator-col input[type=email]::placeholder,
form.forminator-ui .forminator-row .forminator-col input[type=password]::placeholder,
form.forminator-ui .forminator-row .forminator-col input[type=date]::placeholder,
form.forminator-ui .forminator-row .forminator-col input[type=url]::placeholder,
form.forminator-ui .forminator-row .forminator-col textarea::placeholder,
form.forminator-ui .forminator-row .forminator-col select::placeholder,
form.forminator-ui .forminator-row .forminator-col input[type=file]::placeholder {
  opacity: 1;
  color: #686561 !important;
  font-weight: 400;
}
form.forminator-ui .forminator-row .forminator-col input[type=text]:focus,
form.forminator-ui .forminator-row .forminator-col input[type=tel]:focus,
form.forminator-ui .forminator-row .forminator-col input[type=number]:focus,
form.forminator-ui .forminator-row .forminator-col input[type=email]:focus,
form.forminator-ui .forminator-row .forminator-col input[type=password]:focus,
form.forminator-ui .forminator-row .forminator-col input[type=date]:focus,
form.forminator-ui .forminator-row .forminator-col input[type=url]:focus,
form.forminator-ui .forminator-row .forminator-col textarea:focus,
form.forminator-ui .forminator-row .forminator-col select:focus,
form.forminator-ui .forminator-row .forminator-col input[type=file]:focus {
  outline: 2px solid #A72E35 !important;
  outline-offset: 0rem !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-textarea .forminator-description {
  display: none;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-radio .forminator-radio {
  margin-bottom: 6px !important;
  margin-top: 0px !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-radio .forminator-radio:last-child {
  margin-bottom: 0px !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-radio .forminator-radio .forminator-radio-bullet {
  border: 1px solid #341014 !important;
  background: transparent !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-radio .forminator-radio .forminator-radio-bullet:before {
  color: #341014 !important;
  background-color: #341014 !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-radio .forminator-radio span {
  font-weight: 400 !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-checkbox .forminator-checkbox, form.forminator-ui .forminator-row .forminator-col.forminator-field-consent .forminator-checkbox {
  margin-bottom: 6px !important;
  margin-top: 0px !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-checkbox .forminator-checkbox:last-child, form.forminator-ui .forminator-row .forminator-col.forminator-field-consent .forminator-checkbox:last-child {
  margin-bottom: 0px !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-checkbox .forminator-checkbox .forminator-checkbox-box, form.forminator-ui .forminator-row .forminator-col.forminator-field-consent .forminator-checkbox .forminator-checkbox-box {
  border: 1px solid #341014 !important;
  background: transparent !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-checkbox .forminator-checkbox .forminator-checkbox-box:before, form.forminator-ui .forminator-row .forminator-col.forminator-field-consent .forminator-checkbox .forminator-checkbox-box:before {
  color: #341014 !important;
}
form.forminator-ui .forminator-row .forminator-col.forminator-field-checkbox .forminator-checkbox span, form.forminator-ui .forminator-row .forminator-col.forminator-field-consent .forminator-checkbox span {
  font-weight: 400 !important;
}
@media (max-width: 425px) {
  form.forminator-ui .forminator-row .forminator-col.forminator-field-upload .forminator-file-upload {
    flex-direction: column;
    align-items: flex-start;
  }
}
form.forminator-ui .forminator-row .forminator-col span.select2-selection {
  background-color: #F9F6F1 !important;
  border: 1px solid #ECE6D7 !important;
  height: 43px !important;
  border-radius: 0px !important;
  padding: 0.75rem 0rem 0.75rem 1rem !important;
  border-radius: 0.25rem !important;
}
form.forminator-ui .forminator-row .forminator-col span.select2-selection span.select2-selection__rendered {
  padding: 0rem !important;
}
form.forminator-ui .forminator-row .forminator-col span.select2-selection span.select2-selection__arrow span {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("./assets/components-_form-svg-1.svg");
  background-position: center;
  background-repeat: no-repeat;
}
form.forminator-ui .forminator-row .forminator-col span.select2-selection span.select2-selection__arrow span:before {
  display: none !important;
}
form.forminator-ui .forminator-row .forminator-col button.forminator-button {
  background-color: #A72E35;
  padding: 0px 1.25rem !important;
  width: 100% !important;
  border-radius: 0.25rem !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1rem;
  color: #fff !important;
  height: 43px;
  transition: 0.35s !important;
  margin-top: 1.25rem;
}
form.forminator-ui .forminator-row .forminator-col button.forminator-button:hover {
  box-shadow: none;
  background-color: #58171E;
}
form.forminator-ui .forminator-row .forminator-col .forminator-all-group-copies {
  box-shadow: none !important;
  background-color: #F9F6F1 !important;
  border: 1px solid #ECE6D7 !important;
  padding: 1rem !important;
}
form.forminator-ui .forminator-row .forminator-col .forminator-all-group-copies input.forminator-repeater-add {
  margin-top: 0rem !important;
  background-color: #58171E !important;
  border: none !important;
  color: #fff !important;
}
form.forminator-ui .forminator-row .forminator-input-with-icon span.forminator-icon-calendar {
  display: none;
}
form.forminator-ui .forminator-row .forminator-input-with-icon input {
  background-repeat: no-repeat;
  background-position: 1rem 50%;
  background-size: 20px;
  background-image: url("./assets/components-_form-svg-2.svg");
}
form.forminator-ui .forminator-pagination--content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
form.forminator-ui span.forminator-error-message {
  background-color: transparent !important;
  color: #A72E35 !important;
  display: flex;
  gap: 0.25rem;
  position: relative;
  padding: 0rem 0rem 0rem 1.5rem !important;
  line-height: 0.875rem !important;
  margin-top: 0.5rem !important;
}
form.forminator-ui span.forminator-error-message:before {
  display: inline-block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0px;
  top: -2px;
  min-width: 1.25rem;
  margin-right: 0.25rem;
  background-color: #A72E35;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url("./assets/components-_form-svg-3.svg");
}
form.forminator-ui .forminator-pagination-steps {
  display: flex !important;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.25rem !important;
}
form.forminator-ui .forminator-pagination-steps .forminator-break {
  display: none !important;
}
form.forminator-ui .forminator-pagination-steps button {
  width: auto !important;
  display: flex !important;
  flex-direction: row-reverse !important;
  padding: 6px !important;
  border-radius: 0.25rem !important;
  color: #686561 !important;
  gap: 0.5rem;
  height: auto !important;
  transition: 0.35s !important;
}
form.forminator-ui .forminator-pagination-steps button:nth-of-type(1) span.forminator-step-dot:after {
  content: "1";
}
form.forminator-ui .forminator-pagination-steps button:nth-of-type(2) span.forminator-step-dot:after {
  content: "2";
}
form.forminator-ui .forminator-pagination-steps button:nth-of-type(3) span.forminator-step-dot:after {
  content: "3";
}
form.forminator-ui .forminator-pagination-steps button:nth-of-type(4) span.forminator-step-dot:after {
  content: "4";
}
form.forminator-ui .forminator-pagination-steps button.forminator-current {
  background-color: #F9F6F1 !important;
}
form.forminator-ui .forminator-pagination-steps button.forminator-current span.forminator-step-label {
  color: #141414 !important;
}
form.forminator-ui .forminator-pagination-steps button.forminator-current span.forminator-step-dot {
  background-color: #A72E35 !important;
}
form.forminator-ui .forminator-pagination-steps button span.forminator-step-label {
  color: #686561 !important;
  font-size: 0.875rem !important;
  line-height: 0.875rem !important;
}
form.forminator-ui .forminator-pagination-steps button span.forminator-step-dot {
  width: 1.25rem !important;
  min-width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 50%;
  background-color: #686561 !important;
  margin: 0px !important;
  border: none !important;
  position: relative;
}
form.forminator-ui .forminator-pagination-steps button span.forminator-step-dot:after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 10px;
}
form.forminator-ui .forminator-pagination-footer {
  margin-top: 3.75rem;
}
form.forminator-ui .forminator-pagination-footer .forminator-button {
  background-color: #A72E35;
  border-radius: 0.25rem !important;
  height: 43px !important;
  padding: 0rem 1.25rem !important;
  color: #fff !important;
  font-size: 1rem !important;
  cursor: pointer;
}
form.forminator-ui .forminator-pagination-footer .forminator-button:hover {
  box-shadow: none !important;
  background-color: #58171E;
}

span.forminator-select .forminator-select-dropdown {
  border: 1px solid #ECE6D7 !important;
  background-color: #F9F6F1 !important;
  padding: 0rem !important;
  border-radius: 0.25rem;
}
span.forminator-select .forminator-select-dropdown ul li {
  transition: 0.55s;
  border: none !important;
  outline: none !important;
}
span.forminator-select .forminator-select-dropdown ul li:hover {
  background-color: #ECE6D7 !important;
  border: none !important;
  outline: none !important;
}
span.forminator-select .forminator-select-dropdown ul li.select2-results__option--selected {
  background-color: #ECE6D7 !important;
  color: #141414 !important;
}

.ui-datepicker {
  border: 1px solid #ECE6D7 !important;
}
.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-calendar {
  background-color: #F9F6F1 !important;
}
.ui-datepicker .ui-datepicker-header a.ui-corner-all, .ui-datepicker .ui-datepicker-calendar a.ui-corner-all {
  background-color: #58171E !important;
}
.ui-datepicker .ui-datepicker-header tbody tr td a, .ui-datepicker .ui-datepicker-calendar tbody tr td a {
  background-color: #ECE6D7 !important;
}
.ui-datepicker .ui-datepicker-header tbody tr td a.ui-state-highlight, .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight {
  border: 1px solid #A72E35 !important;
  background-color: #A72E35 !important;
  color: #fff !important;
}
.menu-burger {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  display: none;
  border: 1px solid #D5D2CC;
  background-color: #F5F1E7;
  margin-left: 0.75rem;
  border-radius: 0.25rem;
  padding: 0rem;
}
@media (max-width: 1280px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}
.menu-burger.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}
.menu-burger.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}
.menu-burger svg {
  width: 100%;
  height: 100%;
}
.menu-burger svg .line {
  fill: none;
  stroke: black;
  stroke-width: 2;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-burger svg .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}
.menu-burger svg .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 3;
}
.menu-burger svg .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.wrapper-navigation {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wrapper-navigation .block-pagination {
  position: relative;
}
.wrapper-navigation .block-pagination .splide__pagination {
  position: relative;
  transform: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  bottom: 0rem;
}
.wrapper-navigation .block-pagination li {
  height: 0.5rem;
  list-style-position: inherit;
  list-style-type: none;
  display: flex;
}
.wrapper-navigation .block-pagination li .splide__pagination__page {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0;
  background-color: transparent;
  border: 1px solid #141414;
  opacity: 1;
  transform: none;
  appearance: none;
  transform: translateY(0px);
}
.wrapper-navigation .block-pagination li .splide__pagination__page.is-active {
  background-color: #141414;
  transform: none;
}

.richtext a:not(.btn) {
  text-decoration: underline;
}
.richtext img {
  border-radius: 0.5rem;
}
.richtext ul li, .richtext ol li {
  padding-left: 13px;
  position: relative;
  list-style-type: none;
}
.richtext ul li::before, .richtext ol li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #A72E35;
}
.richtext ul li + li, .richtext ol li + li {
  margin-top: 0.5rem;
}
.richtext ul li > ul, .richtext ul li > ol, .richtext ol li > ul, .richtext ol li > ol {
  padding-left: 0.25rem 0;
  margin-top: 0.5rem;
}
.richtext blockquote, .richtext pre {
  padding: 0.25rem 0;
  border-radius: 0.25rem;
  font-weight: 500;
}
.richtext h1 + h1, .richtext h1 + h2, .richtext h1 + h3, .richtext h1 + h4, .richtext h1 + h5, .richtext h1 + h6,
.richtext h2 + h1, .richtext h2 + h2, .richtext h2 + h3, .richtext h2 + h4, .richtext h2 + h5, .richtext h2 + h6,
.richtext h3 + h1, .richtext h3 + h2, .richtext h3 + h3, .richtext h3 + h4, .richtext h3 + h5, .richtext h3 + h6,
.richtext h4 + h1, .richtext h4 + h2, .richtext h4 + h3, .richtext h4 + h4, .richtext h4 + h5, .richtext h4 + h6,
.richtext h5 + h1, .richtext h5 + h2, .richtext h5 + h3, .richtext h5 + h4, .richtext h5 + h5, .richtext h5 + h6,
.richtext h6 + h1, .richtext h6 + h2, .richtext h6 + h3, .richtext h6 + h4, .richtext h6 + h5, .richtext h6 + h6 {
  margin-top: 2rem;
}
.richtext h1 + p,
.richtext h2 + p,
.richtext h3 + p,
.richtext h4 + p,
.richtext h5 + p,
.richtext h6 + p {
  margin-top: 1rem;
}
.richtext h1 + ol, .richtext h1 + ul,
.richtext h2 + ol, .richtext h2 + ul,
.richtext h3 + ol, .richtext h3 + ul,
.richtext h4 + ol, .richtext h4 + ul,
.richtext h5 + ol, .richtext h5 + ul,
.richtext h6 + ol, .richtext h6 + ul {
  margin-top: 1rem;
}
.richtext h1 + img, .richtext h1 + p > img,
.richtext h2 + img, .richtext h2 + p > img,
.richtext h3 + img, .richtext h3 + p > img,
.richtext h4 + img, .richtext h4 + p > img,
.richtext h5 + img, .richtext h5 + p > img,
.richtext h6 + img, .richtext h6 + p > img {
  margin-top: 0.25rem 0;
}
.richtext h1 + pre,
.richtext h2 + pre,
.richtext h3 + pre,
.richtext h4 + pre,
.richtext h5 + pre,
.richtext h6 + pre {
  margin-top: 0.25rem 0;
}
.richtext h1 + blockquote,
.richtext h2 + blockquote,
.richtext h3 + blockquote,
.richtext h4 + blockquote,
.richtext h5 + blockquote,
.richtext h6 + blockquote {
  margin-top: 0.25rem 0;
}
.richtext h1 + section,
.richtext h2 + section,
.richtext h3 + section,
.richtext h4 + section,
.richtext h5 + section,
.richtext h6 + section {
  margin-top: 0.25rem 0;
}
.richtext p + h1, .richtext p + h2, .richtext p + h3, .richtext p + h4, .richtext p + h5, .richtext p + h6 {
  margin-top: 2rem;
}
.richtext p + p {
  margin-top: 0.5rem;
}
.richtext p + ol, .richtext p + ul {
  margin-top: 1rem;
}
.richtext p + img, .richtext p + p > img {
  margin-top: 0.25rem 0;
}
.richtext p + pre {
  margin-top: 0.25rem 0;
}
.richtext p + blockquote {
  margin-top: 0.25rem 0;
}
.richtext p + section {
  margin-top: 0.25rem 0;
}
.richtext ul + h1, .richtext ul + h2, .richtext ul + h3, .richtext ul + h4, .richtext ul + h5, .richtext ul + h6,
.richtext ol + h1, .richtext ol + h2, .richtext ol + h3, .richtext ol + h4, .richtext ol + h5, .richtext ol + h6 {
  margin-top: 1rem;
}
.richtext ul + p,
.richtext ol + p {
  margin-top: 1rem;
}
.richtext ul + ol, .richtext ul + ul,
.richtext ol + ol, .richtext ol + ul {
  margin-top: 1rem;
}
.richtext ul + img, .richtext ul + p > img,
.richtext ol + img, .richtext ol + p > img {
  margin-top: 0.25rem 0;
}
.richtext ul + pre,
.richtext ol + pre {
  margin-top: 0.25rem 0;
}
.richtext ul + blockquote,
.richtext ol + blockquote {
  margin-top: 0.25rem 0;
}
.richtext ul + section,
.richtext ol + section {
  margin-top: 0.25rem 0;
}
.richtext img + h1, .richtext img + h2, .richtext img + h3, .richtext img + h4, .richtext img + h5, .richtext img + h6,
.richtext p > img + h1, .richtext p > img + h2, .richtext p > img + h3, .richtext p > img + h4, .richtext p > img + h5, .richtext p > img + h6 {
  margin-top: 0.25rem 0;
}
.richtext img + p,
.richtext p > img + p {
  margin-top: 0.25rem 0;
}
.richtext img + ol, .richtext img + ul,
.richtext p > img + ol, .richtext p > img + ul {
  margin-top: 0.25rem 0;
}
.richtext img + img, .richtext img + p > img,
.richtext p > img + img, .richtext p > img + p > img {
  margin-top: 0.25rem 0;
}
.richtext img + pre,
.richtext p > img + pre {
  margin-top: 0.25rem 0;
}
.richtext img + blockquote,
.richtext p > img + blockquote {
  margin-top: 0.25rem 0;
}
.richtext img + section,
.richtext p > img + section {
  margin-top: 0.25rem 0;
}
.richtext pre + h1, .richtext pre + h2, .richtext pre + h3, .richtext pre + h4, .richtext pre + h5, .richtext pre + h6 {
  margin-top: 0.25rem 0;
}
.richtext pre + p {
  margin-top: 0.25rem 0;
}
.richtext pre + ol, .richtext pre + ul {
  margin-top: 0.25rem 0;
}
.richtext pre + img, .richtext pre + p > img {
  margin-top: 0.25rem 0;
}
.richtext pre + pre {
  margin-top: 0.25rem 0;
}
.richtext pre + blockquote {
  margin-top: 0.25rem 0;
}
.richtext pre + section {
  margin-top: 0.25rem 0;
}
.richtext blockquote + h1, .richtext blockquote + h2, .richtext blockquote + h3, .richtext blockquote + h4, .richtext blockquote + h5, .richtext blockquote + h6 {
  margin-top: 0.25rem 0;
}
.richtext blockquote + p {
  margin-top: 0.25rem 0;
}
.richtext blockquote + ol, .richtext blockquote + ul {
  margin-top: 0.25rem 0;
}
.richtext blockquote + img, .richtext blockquote + p > img {
  margin-top: 0.25rem 0;
}
.richtext blockquote + pre {
  margin-top: 0.25rem 0;
}
.richtext blockquote + blockquote {
  margin-top: 0.25rem 0;
}
.richtext blockquote + section {
  margin-top: 0.25rem 0;
}
.richtext section + h1, .richtext section + h2, .richtext section + h3, .richtext section + h4, .richtext section + h5, .richtext section + h6 {
  margin-top: 0.25rem 0;
}
.richtext section + p {
  margin-top: 0.25rem 0;
}
.richtext section + ol, .richtext section + ul {
  margin-top: 0.25rem 0;
}
.richtext section + img, .richtext section + p > img {
  margin-top: 0.25rem 0;
}
.richtext section + pre {
  margin-top: 0.25rem 0;
}
.richtext section + blockquote {
  margin-top: 0.25rem 0;
}
.richtext section + section {
  margin-top: 0.25rem 0;
}

section {
  position: relative;
  overflow: hidden;
}
section .container {
  position: relative;
  z-index: 2;
}

/**
 * Blog
 */
/**
 * Templates
 */
body.search section.hero-search-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 5rem 0rem 5rem 0rem;
  background-color: #F5F1E7;
}
body.search section.hero-search-block .container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
body.search section.hero-search-block .container .wrapper-content {
  width: 100%;
  max-width: 846px;
  margin: 0 auto;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}
body.search section.hero-search-block .container .wrapper-content h1 {
  text-align: center;
}
body.search section.hero-search-block .container .wrapper-content form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  gap: 0.5rem;
  width: 100%;
  max-width: 870px;
  position: relative;
}
body.search section.hero-search-block .container .wrapper-content form label {
  position: relative;
  width: 100%;
  max-width: 670px;
  min-width: 670px;
}
@media screen and (max-width: 768px) {
  body.search section.hero-search-block .container .wrapper-content form label {
    min-width: inherit;
  }
}
body.search section.hero-search-block .container .wrapper-content form label span {
  color: #141414;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}
body.search section.hero-search-block .container .wrapper-content form label input {
  width: 100%;
  height: 3rem;
  border-radius: 0.25rem;
  padding: 0rem 3rem 0rem 1.25rem;
  border: 1px solid #341014;
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  appearance: none;
  background-color: #F9F6F1;
}
body.search section.hero-search-block .container .wrapper-content form label input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
body.search section.hero-search-block .container .wrapper-content form label input::placeholder {
  color: #141414;
  font-size: 1rem;
  font-family: "Inter Tight", sans-serif;
}
body.search section.hero-search-block .container .wrapper-content form label .search-clear {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1rem;
  height: 1rem;
  border: none;
  padding: 0Rem;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("./assets/templates-search-svg-1.svg");
  cursor: pointer;
  transition: opacity 0.3s;
}
body.search section.hero-search-block .container .wrapper-content form label .search-clear:hover {
  background-color: transparent;
}
body.search section.hero-search-block .container .wrapper-content form label .search-clear:after {
  display: none;
}
body.search section.hero-search-block .container .wrapper-content form button {
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  padding: 0rem;
  background-color: #A72E35;
  border: none;
  font-size: 1rem;
  font-family: "Inter Tight", sans-serif;
  border-radius: 0.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
body.search section.hero-search-block .container .wrapper-content form button:hover {
  background-color: #58171E;
}
body.search section.hero-search-block .container .wrapper-content form button:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-search-svg-2.svg");
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions {
  width: 100%;
  max-width: 670px;
  border: 1px solid #ECE6D7;
  border-radius: 0.25rem;
  background-color: #F9F6F1;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 0.5rem);
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-status {
  display: none;
  padding: 0.5rem 1.25rem;
  color: #686561;
  font-size: 0.95rem;
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-list .search-suggestion-item {
  border-bottom: 0.5px solid #ECE6D7;
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-list .search-suggestion-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  transition: 0.3s;
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-list .search-suggestion-link.is-active, body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-list .search-suggestion-link:hover {
  background-color: #ECE6D7;
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-list .search-suggestion-link .search-suggestion-tag {
  min-width: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #58171E;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.046875rem;
  text-transform: uppercase;
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-list .search-suggestion-link .search-suggestion-title {
  color: #141414;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-list .search-suggestion-link .search-suggestion-title strong {
  color: #58171E;
  font-weight: 600;
}
body.search section.hero-search-block .container .wrapper-content form .search-suggestions .search-suggestions-footer {
  margin: 0.75rem 0rem 0.75rem 1.25rem;
}
body.search .search-group {
  padding: 5rem 0rem;
}
body.search .search-group:last-of-type {
  padding-bottom: 6rem;
}
body.search .search-group h2 {
  font-size: 34px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.search .search-group h2 div {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}
body.search .search-group h2 span {
  color: #fff;
  padding: 0.5rem;
  background-color: #58171E;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  height: 2.5rem;
  min-width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.search .search-group .contain-posts {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
}

body.single-post section.hero-breadcrumb-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 3.5rem 0rem 4rem 0rem;
  background-color: #F5F1E7;
  background-image: url("./assets/templates-single-svg-1.svg");
}
@media screen and (max-width: 768px) {
  body.single-post section.hero-breadcrumb-block {
    padding-bottom: 7rem;
  }
}
body.single-post section.hero-breadcrumb-block .flower-effect {
  width: 193px;
  height: 140px;
  position: absolute;
  right: 4rem;
  bottom: -0.25rem;
}
@media screen and (max-width: 768px) {
  body.single-post section.hero-breadcrumb-block .flower-effect {
    width: 137px;
    height: 100px;
    left: 1.5rem;
  }
}
body.single-post section.hero-breadcrumb-block .flower-effect:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-single-svg-2.svg");
}
body.single-post section.hero-breadcrumb-block .container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
body.single-post section.hero-breadcrumb-block .container .wrapper-breadcrumb {
  margin-bottom: 2rem;
}
body.single-post section.hero-breadcrumb-block .container .wrapper-content {
  width: 100%;
  max-width: 846px;
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
body.single-post section.hero-breadcrumb-block .container .wrapper-content .richtext {
  margin-top: 1.25rem;
  font-weight: 300;
}
body.single-post section.hero-breadcrumb-block .container .wrapper-content .richtext * {
  font-weight: 300;
}
body.single-post section.content-post {
  padding: 7.5rem 0rem;
  overflow: inherit;
}
@media screen and (max-width: 768px) {
  body.single-post section.content-post {
    padding: 5rem 0rem;
  }
}
body.single-post section.content-post div.container {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 900px) {
  body.single-post section.content-post div.container {
    flex-direction: column;
  }
}
body.single-post section.content-post div.container .wrapper-content {
  width: 100%;
  max-width: calc(100% - 410px - 5rem);
}
@media screen and (max-width: 900px) {
  body.single-post section.content-post div.container .wrapper-content {
    max-width: 100%;
  }
}
body.single-post section.content-post div.container .wrapper-content .wrapper-thumbnail {
  width: 100%;
  height: 500px;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  body.single-post section.content-post div.container .wrapper-content .wrapper-thumbnail {
    height: 253px;
  }
}
body.single-post section.content-post div.container aside {
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 900px) {
  body.single-post section.content-post div.container aside {
    max-width: 100%;
  }
}
body.single-post section.content-post div.container aside .wrapper-aside {
  position: sticky;
  top: 7rem;
}
@media screen and (max-width: 900px) {
  body.single-post section.content-post div.container aside .wrapper-aside {
    position: relative;
    top: 0rem;
  }
}
body.single-post section.content-post div.container aside div.wrapper-summary {
  padding: 2rem;
  background-color: #F9F6F1;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  body.single-post section.content-post div.container aside div.wrapper-summary {
    margin-bottom: 1.25rem;
  }
}
body.single-post section.content-post div.container aside div.wrapper-summary p.title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 1.75rem;
}
body.single-post section.content-post div.container aside div.wrapper-summary p.title:before {
  display: block;
  content: "";
  width: 2.25rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-single-svg-3.svg");
}
body.single-post section.content-post div.container aside div.wrapper-summary .summary {
  margin-top: 1.5rem;
}
body.single-post section.content-post div.container aside div.wrapper-summary .summary ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body.single-post section.content-post div.container aside div.wrapper-summary .summary ul li {
  font-size: 1rem;
  font-weight: 500;
  list-style-type: none;
}
body.single-post section.content-post div.container aside div.wrapper-summary .summary ul li ul {
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}
body.single-post section.content-post div.container aside div.wrapper-summary .summary ul li ul li a {
  font-weight: 300;
  color: #686561;
}
body.single-post section.content-post div.container aside .wrapper-social-share {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.single-post section.content-post div.container aside .wrapper-social-share p.title {
  font-weight: 400;
  font-size: 22px;
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials {
  display: flex;
  gap: 0.5rem;
  list-style-type: none;
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li {
  list-style-type: none;
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li a,
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li span {
  display: block;
  text-align: center;
  text-indent: -9999px;
  position: relative;
  background-color: #F5F1E7;
  width: 34px;
  height: 34px;
  border-radius: 0.25rem;
  transition: 0.35s;
  cursor: pointer;
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li a:hover,
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li span:hover {
  background-color: #ECE6D7;
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li a:before,
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #141414;
  transition: 0.35s;
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li a.linkedin:before,
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li span.linkedin:before {
  mask-image: url("./assets/templates-single-svg-4.svg");
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li a.fb:before,
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li span.fb:before {
  mask-image: url("./assets/templates-single-svg-5.svg");
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li a.x:before,
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li span.x:before {
  mask-image: url("./assets/templates-single-svg-6.svg");
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li a.copy-link:before,
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li span.copy-link:before {
  mask-image: url("./assets/templates-single-svg-7.svg");
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li a.copy-link.active:after,
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li span.copy-link.active:after {
  opacity: 1;
  top: 42px;
}
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li a.copy-link:after,
body.single-post section.content-post div.container aside .wrapper-social-share ul.socials li span.copy-link:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Copié";
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  top: 46px;
  transition: 0.35s;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 30px;
  opacity: 0;
  background-color: #141414;
  border-radius: 0.25rem;
  text-indent: 0px;
}
body.single-post section.content-post div.container aside .wrapper-ai {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F9F6F1;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  body.single-post section.content-post div.container aside .wrapper-ai {
    padding: 1.25rem;
  }
}
body.single-post section.content-post div.container aside .wrapper-ai p {
  font-size: 22px;
}
body.single-post section.content-post div.container aside .wrapper-ai .contain-links {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
body.single-post section.content-post div.container aside .wrapper-ai .contain-links .ai-share-link {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  color: #141414;
  font-weight: 400;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  background-color: transparent;
  border: 1px solid #F5F1E7;
  transition: 300ms;
  background-color: #fff;
}
body.single-post section.content-post div.container aside .wrapper-ai .contain-links .ai-share-link:hover {
  border: 1px solid #141414;
}
body.single-post section.content-post div.container aside .wrapper-ai .contain-links .ai-share-link svg {
  width: 1rem;
  height: 1rem;
}
body.single-post section.content-post div.container aside .wrapper-ai .contain-links .ai-share-link svg path {
  fill: #141414;
  transition: fill 300ms;
}
body.single-post section.related-posts {
  padding: 6rem 0rem 7.5rem 0rem;
}
@media screen and (max-width: 768px) {
  body.single-post section.related-posts {
    padding: 0rem 0rem 4rem 0rem;
  }
}
body.single-post section.related-posts .flower-effect {
  position: absolute;
  width: 200px;
  height: 180px;
  top: -2rem;
  left: 0rem;
}
@media screen and (max-width: 768px) {
  body.single-post section.related-posts .flower-effect {
    display: none;
  }
}
body.single-post section.related-posts .flower-effect:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-single-svg-8.svg");
}
body.single-post section.related-posts div.container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.single-post section.related-posts div.container {
    gap: 2rem;
  }
}
body.single-post section.related-posts div.container .wrapper-top {
  max-width: 628px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.single-post section.related-posts div.container .wrapper-top * {
  text-align: center;
}
body.single-post section.related-posts div.container .wrapper-posts {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  visibility: visible;
}
body.single-post section.related-posts div.container .wrapper-posts .splide__track {
  width: 100%;
}
body.single-post section.related-posts div.container .wrapper-posts .splide__track .splide__list {
  transition: 0.5s;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  body.single-post section.related-posts div.container .wrapper-posts .splide__track .splide__list {
    gap: 0rem;
  }
}
body.single-post section.related-posts div.container .wrapper-posts .splide__track .splide__list article {
  max-width: calc(33.3333333333% - 1rem);
  width: 100%;
}
@media (max-width: 768px) {
  body.single-post section.related-posts div.container .wrapper-posts .splide__track .splide__list article {
    max-width: 340px;
  }
}
@media (max-width: 600px) {
  body.single-post section.related-posts div.container .wrapper-posts .splide__track .splide__list article {
    max-width: 100%;
  }
}
body.single-post section.related-posts div.container .wrapper-posts .splide__track .splide__list article:hover .btn-tertiary:after {
  transform: rotate(0deg);
}
body.single-post section.related-posts div.container .wrapper-posts .splide__track .splide__list article:hover .btn-tertiary span {
  border-color: #141414;
}
body.single-post section.related-posts div.container .wrapper-posts .wrapper-navigation {
  display: none;
}
@media (max-width: 768px) {
  body.single-post section.related-posts div.container .wrapper-posts .wrapper-navigation {
    display: flex;
  }
}
body.single-post section.related-posts div.container .wrapper-navigation {
  display: none;
}
@media (max-width: 768px) {
  body.single-post section.related-posts div.container .wrapper-navigation {
    display: flex;
  }
}
body.single-post section.related-posts div.container .btn-secondary {
  margin: 0 auto;
}

body.single-fromages section.hero-breadcrumb-block {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 3.5rem 0rem 4rem 0rem;
  background-color: #F5F1E7;
  background-image: url("./assets/templates-singles-fromages-svg-1.svg");
}
@media screen and (max-width: 768px) {
  body.single-fromages section.hero-breadcrumb-block {
    padding-bottom: 7rem;
  }
}
body.single-fromages section.hero-breadcrumb-block.dark {
  background-color: #58171E;
  background-image: url("./assets/templates-singles-fromages-svg-2.svg");
}
body.single-fromages section.hero-breadcrumb-block.dark .container .wrapper-content .richtext,
body.single-fromages section.hero-breadcrumb-block.dark .container .wrapper-content .title {
  color: #fff;
}
body.single-fromages section.hero-breadcrumb-block.dark .container .wrapper-content .richtext *,
body.single-fromages section.hero-breadcrumb-block.dark .container .wrapper-content .title * {
  color: #fff;
}
body.single-fromages section.hero-breadcrumb-block .flower-effect {
  width: 193px;
  height: 140px;
  position: absolute;
  right: 4rem;
  bottom: -0.25rem;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.hero-breadcrumb-block .flower-effect {
    width: 137px;
    height: 100px;
    left: 1.5rem;
  }
}
body.single-fromages section.hero-breadcrumb-block .flower-effect:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-singles-fromages-svg-3.svg");
}
body.single-fromages section.hero-breadcrumb-block .container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
body.single-fromages section.hero-breadcrumb-block .container .wrapper-breadcrumb {
  margin-bottom: 2rem;
}
body.single-fromages section.hero-breadcrumb-block .container .wrapper-content {
  width: 100%;
  max-width: 846px;
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
body.single-fromages section.hero-breadcrumb-block .container .wrapper-content .richtext {
  margin-top: 1.25rem;
  font-weight: 300;
}
body.single-fromages section.hero-breadcrumb-block .container .wrapper-content .richtext * {
  font-weight: 300;
}
body.single-fromages section.cheese-infos {
  background-color: #58171E;
  padding: 2rem 0rem;
}
body.single-fromages section.cheese-infos .container {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.cheese-infos .container {
    gap: 1.25rem 2rem;
    flex-wrap: wrap;
  }
}
body.single-fromages section.cheese-infos .container .wrapper-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.cheese-infos .container .wrapper-info {
    max-width: calc(50% - 1rem);
    width: 100%;
  }
}
body.single-fromages section.cheese-infos .container .wrapper-info p {
  color: #fff;
}
body.single-fromages section.cheese-infos .container .wrapper-info p.title {
  font-weight: 400;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.cheese-infos .container .wrapper-info p.title {
    font-size: 1.25rem;
  }
}
body.single-fromages section.cheese-infos .container .wrapper-info p.title:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./assets/templates-singles-fromages-svg-4.svg");
}
body.single-fromages section.cheese-infos .container .wrapper-info p:not(.title) {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.cheese-infos .container .wrapper-info p:not(.title) {
    font-size: 1rem;
  }
}
body.single-fromages section.cheese {
  padding: 4rem 0rem;
}
body.single-fromages section.cheese .container {
  display: flex;
  gap: 5.25rem;
}
@media screen and (max-width: 992px) {
  body.single-fromages section.cheese .container {
    gap: 2.5rem;
    flex-direction: column;
  }
}
body.single-fromages section.cheese .container div.wrapper-recipe {
  max-width: 782px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  body.single-fromages section.cheese .container div.wrapper-recipe {
    max-width: 100%;
  }
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cheese-img-slider {
  display: flex;
  gap: 0.75rem;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-recipe-details h2 {
  margin-bottom: 2rem;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-share {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-share a {
  background-color: #F5F1E7;
  border-radius: 0.25rem;
  color: #141414;
  font-weight: 500;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  transition: 0.35s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-share a:hover {
  background-color: #A72E35;
  color: #fff;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-share a:hover:after {
  background-color: #fff;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-share a:after {
  display: block;
  content: "";
  position: relative;
  background-color: #141414;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: 0.35s;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-share a.fb:after {
  width: 0.75rem;
  height: 1.5rem;
  mask-image: url("./assets/templates-singles-fromages-svg-5.svg");
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cta {
  background-color: #A72E35;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 900px) {
  body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cta .wrapper-cta-txt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cta .wrapper-cta-txt * {
  color: #fff;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cta .wrapper-buttons {
  min-width: fit-content;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cta .wrapper-buttons a.btn-primary {
  background-color: #F9F6F1;
  border: 1px solid #F9F6F1;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cta .wrapper-buttons a.btn-primary:after {
  background-color: #141414;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cta .wrapper-buttons a.btn-primary:hover {
  border: 1px solid #F9F6F1;
}
body.single-fromages section.cheese .container div.wrapper-recipe .wrapper-cta .wrapper-buttons a.btn-primary * {
  color: #141414;
}
body.single-fromages section.cheese .container aside {
  width: 100%;
  max-width: calc(100% - 782px - 5.25rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  body.single-fromages section.cheese .container aside {
    max-width: 100%;
  }
}
body.single-fromages section.cheese .container aside .wrapper-gallery-imgs {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  body.single-fromages section.cheese .container aside .wrapper-gallery-imgs {
    display: none;
  }
}
body.single-fromages section.cheese .container aside .wrapper-gallery-imgs button {
  border: 2px solid transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 0px;
  height: 5.75rem;
  width: 100%;
  cursor: pointer;
  transition: 0.35s;
}
body.single-fromages section.cheese .container aside .wrapper-gallery-imgs button.is-active {
  border: 2px solid #A72E35;
}
body.single-fromages section.cheese .container aside .wrapper-gallery-imgs button figure {
  border-radius: 0.25rem;
  overflow: hidden;
}
body.single-fromages section.cheese .container aside .wrapper-slider-img {
  height: 295px;
  overflow: hidden;
  width: 100%;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.cheese .container aside .wrapper-slider-img {
    height: 253px;
    overflow: inherit;
  }
}
body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__track,
body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__list,
body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__slide {
  height: 100%;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__track {
    overflow: inherit;
  }
}
@media screen and (max-width: 768px) {
  body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__list {
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__slide {
    border-radius: 0.5rem;
    overflow: hidden;
  }
}
body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__arrows .splide__arrow {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #F5F1E7;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.35s;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__arrows .splide__arrow {
    border: 1px solid #58171E;
  }
}
body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__arrows .splide__arrow:hover {
  border: 1px solid #A72E35;
}
body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__arrows .splide__arrow--prev {
  left: 22px;
  background-image: url("./assets/templates-singles-fromages-svg-6.svg");
}
body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__arrows .splide__arrow--next {
  right: 22px;
  background-image: url("./assets/templates-singles-fromages-svg-7.svg");
}
body.single-fromages section.cheese .container aside .wrapper-slider-img .splide__arrows .splide__arrow svg {
  display: none;
}
body.single-fromages section.cheese .container aside .wrapper-tasting {
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #F9F6F1;
}
@media screen and (max-width: 992px) {
  body.single-fromages section.cheese .container aside .wrapper-tasting {
    padding: 1.5rem;
  }
}
body.single-fromages section.cheese .container aside .wrapper-tasting h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
body.single-fromages section.cheese .container aside .wrapper-tasting h3:before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-singles-fromages-svg-8.svg");
}
body.single-fromages section.cheese .container aside .wrapper-tasting .tasting {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
body.single-fromages section.cheese .container aside .wrapper-tasting .tasting .tasting-month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
body.single-fromages section.cheese .container aside .wrapper-tasting .tasting .tasting-month span.month-name {
  font-weight: 400;
}
body.single-fromages section.cheese .container aside .wrapper-tasting .tasting .tasting-month .month-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
body.single-fromages section.cheese .container aside .wrapper-tasting .tasting .tasting-month .month-stars .star {
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("./assets/templates-singles-fromages-svg-9.svg");
}
body.single-fromages section.cheese .container aside .wrapper-tasting .tasting .tasting-month .month-stars .star.is-active {
  background-image: url("./assets/templates-singles-fromages-svg-10.svg");
}
body.single-fromages section.cheese .container aside .wrapper-associated-cheeses {
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #F9F6F1;
}
@media screen and (max-width: 992px) {
  body.single-fromages section.cheese .container aside .wrapper-associated-cheeses {
    padding: 1.5rem;
  }
}
body.single-fromages section.cheese .container aside .wrapper-associated-cheeses h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
body.single-fromages section.cheese .container aside .wrapper-associated-cheeses h3:before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-singles-fromages-svg-11.svg");
}
body.single-fromages section.cheese .container aside .wrapper-associated-cheeses div.associated-cheeses {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}
body.single-fromages section.cheese .container aside .wrapper-associated-cheeses div.associated-cheeses a {
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #ECE6D7;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  transition: 0.35s;
  border: 1px solid transparent;
}
body.single-fromages section.cheese .container aside .wrapper-associated-cheeses div.associated-cheeses a:hover {
  border: 1px solid #141414;
}
body.single-fromages section.cheese .container aside .wrapper-associated-wines {
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #F9F6F1;
}
@media screen and (max-width: 992px) {
  body.single-fromages section.cheese .container aside .wrapper-associated-wines {
    padding: 1.5rem;
  }
}
body.single-fromages section.cheese .container aside .wrapper-associated-wines h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
body.single-fromages section.cheese .container aside .wrapper-associated-wines h3:before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-singles-fromages-svg-12.svg");
}
body.single-fromages section.related-recipes {
  padding: 6rem 0rem 7.5rem 0rem;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.related-recipes {
    padding: 0rem 0rem 4rem 0rem;
  }
}
body.single-fromages section.related-recipes .flower-effect {
  position: absolute;
  width: 200px;
  height: 180px;
  top: 3rem;
  left: 0rem;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.related-recipes .flower-effect {
    display: none;
  }
}
body.single-fromages section.related-recipes .flower-effect:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-singles-fromages-svg-13.svg");
}
body.single-fromages section.related-recipes div.container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.single-fromages section.related-recipes div.container {
    gap: 2rem;
  }
}
body.single-fromages section.related-recipes div.container .wrapper-top {
  max-width: 628px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.single-fromages section.related-recipes div.container .wrapper-top * {
  text-align: center;
}
body.single-fromages section.related-recipes div.container .wrapper-recipes {
  display: flex;
  width: 100%;
  visibility: visible;
}
body.single-fromages section.related-recipes div.container .wrapper-recipes .splide__track {
  width: 100%;
}
body.single-fromages section.related-recipes div.container .wrapper-recipes .splide__track .splide__list {
  transition: 0.5s;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  body.single-fromages section.related-recipes div.container .wrapper-recipes .splide__track .splide__list {
    gap: 0rem;
  }
}
body.single-fromages section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article {
  max-width: calc(33.3333333333% - 1rem);
  width: 100%;
}
@media (max-width: 768px) {
  body.single-fromages section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article {
    max-width: 340px;
  }
}
@media (max-width: 600px) {
  body.single-fromages section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article {
    max-width: 100%;
  }
}
body.single-fromages section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article:hover .btn-tertiary:after {
  transform: rotate(0deg);
}
body.single-fromages section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article:hover .btn-tertiary span {
  border-color: #141414;
}
body.single-fromages section.related-recipes div.container .wrapper-navigation {
  display: none;
}
@media (max-width: 768px) {
  body.single-fromages section.related-recipes div.container .wrapper-navigation {
    display: flex;
  }
}

body.single-recettes section.hero-breadcrumb-block {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 3.5rem 0rem 4rem 0rem;
  background-color: #F5F1E7;
  background-image: url("./assets/templates-singles-recettes-svg-1.svg");
}
@media screen and (max-width: 768px) {
  body.single-recettes section.hero-breadcrumb-block {
    padding-bottom: 7rem;
  }
}
body.single-recettes section.hero-breadcrumb-block.dark {
  background-color: #58171E;
  background-image: url("./assets/templates-singles-recettes-svg-2.svg");
}
body.single-recettes section.hero-breadcrumb-block.dark .container .wrapper-content .richtext, body.single-recettes section.hero-breadcrumb-block.dark .container .wrapper-content .title {
  color: #fff;
}
body.single-recettes section.hero-breadcrumb-block.dark .container .wrapper-content .richtext *, body.single-recettes section.hero-breadcrumb-block.dark .container .wrapper-content .title * {
  color: #fff;
}
body.single-recettes section.hero-breadcrumb-block .flower-effect {
  width: 193px;
  height: 140px;
  position: absolute;
  right: 4rem;
  bottom: -0.25rem;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.hero-breadcrumb-block .flower-effect {
    width: 137px;
    height: 100px;
    left: 1.5rem;
  }
}
body.single-recettes section.hero-breadcrumb-block .flower-effect:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-singles-recettes-svg-3.svg");
}
body.single-recettes section.hero-breadcrumb-block .container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}
body.single-recettes section.hero-breadcrumb-block .container .wrapper-breadcrumb {
  margin-bottom: 2rem;
}
body.single-recettes section.hero-breadcrumb-block .container .wrapper-content {
  width: 100%;
  max-width: 846px;
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
body.single-recettes section.hero-breadcrumb-block .container .wrapper-content .richtext {
  margin-top: 1.25rem;
  font-weight: 300;
}
body.single-recettes section.hero-breadcrumb-block .container .wrapper-content .richtext * {
  font-weight: 300;
}
body.single-recettes section.recipe-infos {
  background-color: #58171E;
  padding: 2rem 0rem;
}
body.single-recettes section.recipe-infos .container {
  display: flex;
  gap: 0.75rem 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.recipe-infos .container {
    gap: 0.75rem 1.5rem;
  }
}
body.single-recettes section.recipe-infos .container .wrapper-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.recipe-infos .container .wrapper-info {
    flex-direction: row;
  }
}
body.single-recettes section.recipe-infos .container .wrapper-info p {
  color: #fff;
}
body.single-recettes section.recipe-infos .container .wrapper-info p.title {
  font-weight: 400;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.recipe-infos .container .wrapper-info p.title {
    text-indent: -9999px;
  }
}
body.single-recettes section.recipe-infos .container .wrapper-info p.title:before {
  display: block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.single-recettes section.recipe-infos .container .wrapper-info p.title.category:before {
  background-image: url("./assets/templates-singles-recettes-svg-4.svg");
}
body.single-recettes section.recipe-infos .container .wrapper-info p.title.person:before {
  background-image: url("./assets/templates-singles-recettes-svg-5.svg");
}
body.single-recettes section.recipe-infos .container .wrapper-info p.title.preparation:before {
  background-image: url("./assets/templates-singles-recettes-svg-6.svg");
}
body.single-recettes section.recipe-infos .container .wrapper-info p.title.cooking:before {
  background-image: url("./assets/templates-singles-recettes-svg-7.svg");
}
body.single-recettes section.recipe-infos .container .wrapper-info p:not(.title) {
  font-size: 1.25rem;
}
body.single-recettes section.recipe {
  padding: 4rem 0rem;
}
body.single-recettes section.recipe .container {
  display: flex;
  gap: 5.25rem;
}
@media screen and (max-width: 992px) {
  body.single-recettes section.recipe .container {
    flex-direction: column;
    gap: 2rem;
  }
}
body.single-recettes section.recipe .container div.wrapper-recipe {
  max-width: 782px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  body.single-recettes section.recipe .container div.wrapper-recipe {
    max-width: 100%;
  }
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider {
    margin-bottom: 2rem;
  }
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-gallery-imgs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 7.5rem;
  min-width: 7.5rem;
}
@media screen and (max-width: 900px) {
  body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-gallery-imgs {
    display: none;
  }
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-gallery-imgs button {
  border: 2px solid transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 0px;
  height: 5.75rem;
  width: 100%;
  cursor: pointer;
  transition: 0.35s;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-gallery-imgs button.is-active {
  border: 2px solid #A72E35;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-gallery-imgs button figure {
  border-radius: 0.25rem;
  overflow: hidden;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img {
  height: 495px;
  overflow: hidden;
  width: 100%;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img {
    height: 253px;
    overflow: inherit;
  }
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__track, body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__list, body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__slide {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__track {
    overflow: inherit;
  }
}
@media screen and (max-width: 768px) {
  body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__list {
    transition: 0.5s;
  }
}
@media screen and (max-width: 768px) {
  body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__slide {
    border-radius: 0.5rem;
    overflow: hidden;
  }
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__arrows .splide__arrow {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #F5F1E7;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.35s;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__arrows .splide__arrow {
    border: 1px solid #58171E;
  }
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__arrows .splide__arrow:hover {
  border: 1px solid #A72E35;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__arrows .splide__arrow--prev {
  left: 22px;
  background-image: url("./assets/templates-singles-recettes-svg-8.svg");
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__arrows .splide__arrow--next {
  right: 22px;
  background-image: url("./assets/templates-singles-recettes-svg-9.svg");
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-img-slider .wrapper-slider-img .splide__arrows .splide__arrow svg {
  display: none;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-recipe-details h2 {
  margin-bottom: 2rem;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-share {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-share a {
  background-color: #F5F1E7;
  border-radius: 0.25rem;
  color: #141414;
  font-weight: 500;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  transition: 0.35s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-share a:hover {
  background-color: #A72E35;
  color: #fff;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-share a:hover:after {
  background-color: #fff;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-share a:after {
  display: block;
  content: "";
  position: relative;
  background-color: #141414;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: 0.35s;
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-share a.print:after {
  width: 1.5rem;
  height: 1.5rem;
  mask-image: url("./assets/templates-singles-recettes-svg-10.svg");
}
body.single-recettes section.recipe .container div.wrapper-recipe .wrapper-share a.fb:after {
  width: 0.75rem;
  height: 1.5rem;
  mask-image: url("./assets/templates-singles-recettes-svg-11.svg");
}
body.single-recettes section.recipe .container aside {
  width: 100%;
  max-width: calc(100% - 782px - 5.25rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  body.single-recettes section.recipe .container aside {
    max-width: 100%;
  }
}
body.single-recettes section.recipe .container aside .wrapper-ingredients {
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #F9F6F1;
}
@media screen and (max-width: 992px) {
  body.single-recettes section.recipe .container aside .wrapper-ingredients {
    padding: 1.5rem;
  }
}
body.single-recettes section.recipe .container aside .wrapper-ingredients h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
body.single-recettes section.recipe .container aside .wrapper-ingredients h3:before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-singles-recettes-svg-12.svg");
}
body.single-recettes section.recipe .container aside .wrapper-ingredients div p {
  line-height: 30px;
}
body.single-recettes section.recipe .container aside .wrapper-associated-cheeses {
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #F9F6F1;
}
@media screen and (max-width: 992px) {
  body.single-recettes section.recipe .container aside .wrapper-associated-cheeses {
    padding: 1.5rem;
  }
}
body.single-recettes section.recipe .container aside .wrapper-associated-cheeses h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
body.single-recettes section.recipe .container aside .wrapper-associated-cheeses h3:before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-singles-recettes-svg-13.svg");
}
body.single-recettes section.recipe .container aside .wrapper-associated-cheeses div.associated-cheeses {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}
body.single-recettes section.recipe .container aside .wrapper-associated-cheeses div.associated-cheeses a {
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: #ECE6D7;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  transition: 0.35s;
  border: 1px solid transparent;
}
body.single-recettes section.recipe .container aside .wrapper-associated-cheeses div.associated-cheeses a:hover {
  border: 1px solid #141414;
}
body.single-recettes section.related-recipes {
  padding: 6rem 0rem 7.5rem 0rem;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.related-recipes {
    padding: 0rem 0rem 4rem 0rem;
  }
}
body.single-recettes section.related-recipes .flower-effect {
  position: absolute;
  width: 200px;
  height: 180px;
  top: 3rem;
  left: 0rem;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.related-recipes .flower-effect {
    display: none;
  }
}
body.single-recettes section.related-recipes .flower-effect:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/templates-singles-recettes-svg-14.svg");
}
body.single-recettes section.related-recipes div.container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.single-recettes section.related-recipes div.container {
    gap: 2rem;
  }
}
body.single-recettes section.related-recipes div.container .wrapper-top {
  max-width: 628px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body.single-recettes section.related-recipes div.container .wrapper-top * {
  text-align: center;
}
body.single-recettes section.related-recipes div.container .wrapper-recipes {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  visibility: visible;
}
body.single-recettes section.related-recipes div.container .wrapper-recipes .splide__track {
  width: 100%;
}
body.single-recettes section.related-recipes div.container .wrapper-recipes .splide__track .splide__list {
  transition: 0.5s;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  body.single-recettes section.related-recipes div.container .wrapper-recipes .splide__track .splide__list {
    gap: 0rem;
  }
}
body.single-recettes section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article {
  max-width: calc(33.3333333333% - 1rem);
  width: 100%;
}
@media (max-width: 768px) {
  body.single-recettes section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article {
    max-width: 340px;
  }
}
@media (max-width: 600px) {
  body.single-recettes section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article {
    max-width: 100%;
  }
}
body.single-recettes section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article:hover .btn-tertiary:after {
  transform: rotate(0deg);
}
body.single-recettes section.related-recipes div.container .wrapper-recipes .splide__track .splide__list article:hover .btn-tertiary span {
  border-color: #141414;
}
body.single-recettes section.related-recipes div.container .wrapper-recipes .wrapper-navigation {
  display: none;
}
@media (max-width: 768px) {
  body.single-recettes section.related-recipes div.container .wrapper-recipes .wrapper-navigation {
    display: flex;
  }
}
body.single-recettes section.related-recipes div.container .wrapper-navigation {
  display: none;
}
@media (max-width: 768px) {
  body.single-recettes section.related-recipes div.container .wrapper-navigation {
    display: flex;
  }
}

/**
 * System
 */
section.error-page {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 8rem 0px;
}
section.error-page .wrapper {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

section.password-prompt {
  padding: 8rem 0px;
  position: relative;
  text-align: center;
}
section.password-prompt div.container form {
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  width: 400px;
  max-width: 100%;
  gap: 1rem;
}
section.password-prompt div.container form input[type=password] {
  width: 100% !important;
  height: 48px !important;
  background: #ffffff;
  border-radius: 0;
  padding: 10px 15px;
  outline: none;
  -webkit-transition: 0.3s border cubic-bezier(0, 0.55, 0.45, 1);
  -moz-transition: 0.3s border cubic-bezier(0, 0.55, 0.45, 1);
  transition: 0.3s border cubic-bezier(0, 0.55, 0.45, 1);
  margin-top: 2rem;
  box-sizing: border-box;
}
section.password-prompt div.container form input[type=password]::placeholder {
  opacity: 1;
  color: #fff;
}

section.search-results-page {
  padding: 250px 0px;
  overflow: hidden;
}
section.search-results-page .wrapper-top {
  margin-bottom: 4rem;
}

section.subscription-preferences {
  padding: 8rem 0px;
  position: relative;
}
section.subscription-preferences .container {
  position: relative;
  padding: 0 1rem;
  z-index: 2;
}
section.subscription-preferences .container h1 {
  margin-top: 0;
}
section.subscription-preferences .container form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 800;
  max-width: 100%;
}
section.subscription-preferences .container form .page-header,
section.subscription-preferences .container form .header {
  text-align: center;
}
section.subscription-preferences .container form .item {
  width: 100% !important;
  outline: 0;
  margin-bottom: 1rem;
  text-align: left;
  cursor: pointer;
  margin: 2rem 0;
}
section.subscription-preferences .container form .item .item-inner {
  padding: 1rem 1rem;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  backdrop-filter: blur(20px);
}
section.subscription-preferences .container form .item .item-inner:hover {
  transform: translateY(-4px);
}
section.subscription-preferences .container form .item .item-inner .checkbox-row .fakelabel {
  display: flex;
  align-items: center;
}
section.subscription-preferences .container form .item .item-inner .checkbox-row span:not(.fakelabel) {
  margin-left: 0.5rem;
}
section.subscription-preferences .container form .item .item-inner .checkbox-row span input {
  margin-left: 0;
}
section.subscription-preferences .container form .item .item-inner p {
  margin: 0.5rem 0 0 1.5rem;
}
section.subscription-preferences .container form .subscribe-options {
  margin-bottom: 1rem;
  text-align: center;
}
section.subscription-preferences .container form .subscribe-options p:not(.header) label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.subscription-preferences .container form .subscribe-options p:not(.header) label input {
  cursor: pointer;
}
section.subscription-preferences .container form .subscribe-options p:not(.header) label span {
  margin-left: 0.5rem;
}
section.subscription-preferences .container form input[type=submit] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

section.subscriptions-confirmation {
  padding: 8rem 0px;
  position: relative;
}
section.subscriptions-confirmation .container {
  position: relative;
  padding: 0 1rem;
  z-index: 2;
  text-align: center;
}
section.subscriptions-confirmation .container h1 {
  margin-top: 0;
}
section.subscriptions-confirmation .container br {
  display: none;
}

section.unsubscribe {
  padding: 8rem 0px;
  position: relative;
  text-align: center;
}
section.unsubscribe div.container {
  position: relative;
  z-index: 2;
}
section.unsubscribe div.container a.btn {
  margin-top: 2rem;
}
section.unsubscribe div.container form {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
}
section.unsubscribe div.container form div.item,
section.unsubscribe div.container form div.subscribe-options {
  margin-top: 1rem;
}
section.unsubscribe div.container form input[type=email] {
  appearance: none;
  margin: 0px 0.25rem 0px 0px;
  border: none;
  position: relative;
  background-color: transparent;
  margin-top: 2rem;
  height: 48px;
}