@charset "UTF-8";
/* Gestion des class pour les background et couleur de textes.*/ 
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.color-main {
  color: #00382E !important;
}

.bg-main {
  background-color: #00382E !important;
}

.color-snd {
  color: #FFC52B !important;
}

.bg-snd {
  background-color: #FFC52B !important;
}

.color-third {
  color: #FF3D11 !important;
}

.bg-third {
  background-color: #FF3D11 !important;
}

.color-beige {
  color: #FEEDD1 !important;
}

.bg-beige {
  background-color: #FEEDD1 !important;
}

.color-dark {
  color: #ABABAB !important;
}

.bg-dark {
  background-color: #ABABAB !important;
}

.color-light {
  color: #F9F9F9 !important;
}

.bg-light {
  background-color: #F9F9F9 !important;
}

.color-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.color-text {
  color: #414B5A !important;
}

.bg-text {
  background-color: #414B5A !important;
}

.color-text75 {
  color: #7E8C9F !important;
}

.bg-text75 {
  background-color: #7E8C9F !important;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
html, body {
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
  font-family: "Poppins", sans-serif;
  color: #414B5A;
}

.heading--n1 {
  font-family: "Fraunces", sans-serif;
  font-size: clamp(2.188rem, 1.763rem + 1.86vw, 3.438rem);
  line-height: clamp(2.5rem, 2.054rem + 1.953vw, 3.813rem);
  letter-spacing: calc(clamp(2.188rem, 1.763rem + 1.86vw, 3.438rem) * -1 / 100);
  font-weight: 600;
}
.heading--n2 {
  font-family: "Fraunces", sans-serif;
  font-size: clamp(1.875rem, 1.578rem + 1.302vw, 2.75rem);
  line-height: clamp(2.063rem, 1.787rem + 1.209vw, 2.875rem);
  letter-spacing: normal;
  font-weight: 600;
}
.heading--n3 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.75rem, 1.601rem + 0.651vw, 2.188rem);
  line-height: normal;
  letter-spacing: calc(clamp(1.75rem, 1.601rem + 0.651vw, 2.188rem) * -1 / 100);
  font-weight: 400;
}
.heading--n4 {
  font-family: "Fraunces", sans-serif;
  font-size: clamp(1.5rem, 1.415rem + 0.372vw, 1.75rem);
  line-height: clamp(1.625rem, 1.471rem + 0.657vw, 2.063rem);
  letter-spacing: normal;
  font-weight: 600;
}
.heading--n5 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 500;
}

span {
  line-height: inherit;
}

hr {
  border: none;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  list-style-type: none;
}

.label {
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: normal;
  font-weight: 600;
}

.legende {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.24px;
}

.bold {
  font-weight: 600;
}

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

p a {
  text-decoration: underline;
}

hr {
  width: 97px;
  height: 16px;
  opacity: 1;
  background: transparent;
  position: relative;
  display: block;
}
hr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/hr_snd.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
hr.third::before {
  background-image: url("../images/hr_third.png");
}

.parent {
  position: relative;
  cursor: pointer;
}

.clickable-parent {
  color: inherit;
  text-decoration: none;
}
.clickable-parent::before {
  content: "";
  display: block;
  inset: 0;
  z-index: 1;
  position: absolute;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 16px 24px;
  transition: 0.3s;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: normal;
  font-weight: 600;
  border-radius: 16px;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #00382E;
  color: white;
  border: 1px solid #00382E;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #00382E;
  border: 1px solid #00382E;
}
.btn--main-outline {
  background: transparent;
  color: #00382E;
  border: 1px solid #00382E;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #00382E;
  color: #FFFFFF;
  border: 1px solid #00382E;
}
.btn--snd {
  background: #FFC52B;
  color: #423000;
  border: solid 1px #FFC52B;
}
.btn--snd:hover, .btn--snd:focus, .btn--snd:active {
  background: transparent;
  color: #FFC52B;
  border: solid 1px #FFC52B;
}
.btn--white {
  background: #FFFFFF;
  color: #00382E;
  border: solid 1px #FFFFFF;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background: transparent;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
.btn--white-outline {
  background: transparent;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
.btn--white-outline:hover, .btn--white-outline:focus, .btn--white-outline:active {
  background: #FFFFFF;
  color: #00382E;
  border: solid 1px #FFFFFF;
}
.btn--plus {
  font-size: 24px;
  font-weight: 200;
  width: 59px;
  padding: 0;
  aspect-ratio: 1/1;
  touch-action: unset !important;
  transform: none;
}
.btn--plus:hover, .btn--plus:active, .btn--plus:focus {
  transform: rotate(90deg);
}

#burger {
  background-color: transparent;
  border: none;
  height: 64px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 10;
}
#burger.opened {
  z-index: 100000000000;
}
#burger .line {
  fill: none;
  stroke: #FFC52B;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}
#burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #FFC52B !important;
}
#burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
  stroke: #FFC52B !important;
}
#burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #FFC52B !important;
}

.header {
  position: relative;
  z-index: 1;
}

.header__pseudo-el {
  padding-block: 21px 26px;
  position: relative;
}
.header__pseudo-el::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.header__pseudo-el::after {
  content: "";
  display: block;
  width: 189px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #3C9F37 0%, #3C9F37 33.33%, #FFFFFF 33.33%, #FFFFFF 66.66%, #EA3C2E 66.66%, #EA3C2E 100%);
  z-index: 1;
}

.header.color-text .header__pseudo-el::before, .header.color-text .header__list__item::before {
  background: #7E8C9F;
}

.header__nav {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 100%);
  left: 50%;
  background: #00382E;
  width: 100vw;
  z-index: 99999;
}
@media screen and (min-width: 992px) {
  .header__nav {
    display: block;
    transform: none;
    position: relative;
    left: unset;
    width: 100%;
    background: transparent;
  }
}

.header__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-inline: auto;
  max-width: 540px;
  padding-block: 30px;
  padding-inline: 0.75rem;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .header__list {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .header__list {
    flex-direction: row;
    align-items: center;
    max-width: unset;
    padding-block: 0;
    padding-inline: 0;
    gap: 0;
  }
}

.header__list__item {
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: normal;
  font-weight: 600;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .header__list__item {
    font-size: 18px;
  }
}
.header__list__item:not(.btn)::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.header__list__item:not(.btn):hover::before, .header__list__item:not(.btn):active::before, .header__list__item:not(.btn):focus::before {
  width: 100%;
  transition: 0.3s;
}

.footer {
  background: #00382E;
  color: #FFFFFF;
  padding-top: 32px;
}

.footer--border, .footer--border-flag {
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 30px;
}
.footer--border::before, .footer--border-flag::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.footer--border-flag::after {
  content: "";
  display: block;
  width: 189px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #3C9F37 0%, #3C9F37 33.33%, #FFFFFF 33.33%, #FFFFFF 66.66%, #EA3C2E 66.66%, #EA3C2E 100%);
  z-index: 1;
}

.footer__address__col {
  margin-bottom: 16px;
}

.footer__title {
  color: #FFC52B;
  font-family: "Fraunces", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.footer__horaires {
  margin-top: 8px;
}
.footer__horaires p:first-child {
  opacity: 0.6;
}
.footer__horaires p {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .footer__horaires {
    padding-right: 70px;
  }
}

.footer__list__item {
  display: block;
  padding-bottom: 16px;
  position: relative;
  width: fit-content;
}
.footer__list__item::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.footer__list__item:hover::before, .footer__list__item:active::before, .footer__list__item:focus::before {
  width: 100%;
  transition: 0.3s;
}

.footer__sante {
  padding-block: 16px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  text-align: center;
}
.footer__sante p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.footer__sante::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #F9F9F9;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

form {
  position: relative;
}
form label {
  color: #414B5A;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.32px;
}
form input, form select {
  border: 1px solid #ABABAB;
  height: fit-content;
  color: #414B5A;
  background: transparent;
  display: block;
  width: 100%;
  margin: 6px 0 30px 0;
  border-radius: 16px;
  padding: 17px 18px;
}
form input:focus, form select:focus {
  box-shadow: none;
  border-bottom: 1px solid #00382E;
  outline: none;
}
form input::placeholder, form select::placeholder {
  font-size: 15px;
  color: #414B5A;
  transition: all 0.3s;
}
form input:focus::placeholder, form select:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox], form select[type=checkbox] {
  width: 10%;
}
form input[type=radio], form select[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #ABABAB;
  color: #414B5A;
  background: transparent;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 16px;
  min-height: 178px;
  padding: 17px 18px;
}
form textarea::placeholder {
  color: #414B5A;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form label.checking {
  margin-block: 32px;
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: normal;
  color: #414B5A;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #414B5A;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form input[type=checkbox]#check {
  width: 100%;
  height: 100%;
  margin: 0;
}
form div:has(input) {
  position: relative;
}
form div.error .message_required {
  display: block;
}
form div:has(.checking) .message_required {
  bottom: -20px;
}
form .message_required {
  display: none;
  position: absolute;
  bottom: 8px;
  font-size: 12px;
  margin: 0;
  color: #FF3D11;
}
form .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}
form #form_done, form #form_fail {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
form #form_done {
  background: rgba(0, 56, 46, 0.4);
}
form #form_fail {
  background: rgba(255, 61, 17, 0.6);
}

/* purgecss start ignore */
.rank-math-breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .rank-math-breadcrumb {
    display: block;
    padding-block: 17px;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.rank-math-breadcrumb a {
  color: #7E8C9F;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}
.rank-math-breadcrumb .separator {
  color: transparent;
  position: relative;
}
.rank-math-breadcrumb .separator::before {
  content: "";
  background-image: url("../images/small_chevron.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 100%;
}
.rank-math-breadcrumb .last {
  color: #414B5A;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
}

/* purgecss end ignore */
.produit__card {
  height: 100%;
}
.produit__card:hover img, .produit__card:focus-within img, .produit__card:active img {
  transform: scale(1.1);
  transition: 0.3s;
}
.produit__card.boissons img, .produit__card.menus img {
  object-fit: contain;
  margin-top: -20px;
  transform: scale(0.9);
}

.produit__card__thumbnail {
  overflow: hidden;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  height: 275px;
}
.produit__card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.produit__card__thumbnail img {
  transition: 0.3s;
  transform: none;
}

.produit__card__content {
  background: #FFFFFF;
  border-radius: 32px;
  transform: translateY(-30px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  height: calc(100% - 275px);
}

#boissons .card__boissons {
  margin-bottom: 30px;
}
#boissons .produit__card__thumbnail img {
  object-fit: contain;
}
#boissons .produit__card__content {
  transform: none;
}

.produit__card[data-gamme=Boissons] .produit__card__thumbnail img, .produit__card[data-gamme=Menus] .produit__card__thumbnail img {
  object-fit: contain;
  margin-top: -20px;
  scale: 0.9;
}

.photos {
  overflow: hidden;
  padding-block: 40px 183px;
}
@media screen and (min-width: 768px) {
  .photos {
    padding-block: 136px 183px;
  }
}

.photos__wrapper {
  width: 100%;
}

.photos__container {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
}

.photos__cell {
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .photos__cell {
    max-width: unset;
  }
}
.photos__cell:nth-of-type(2n) {
  transform: rotate(-9.85deg) translateY(80px);
}
.photos__cell:nth-of-type(4n) {
  transform: rotate(10.71deg);
}

.commander {
  padding-top: 76px;
  position: relative;
  margin-top: -95px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .commander {
    margin-top: 0;
    z-index: 0;
  }
}
.commander::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 540px);
  position: absolute;
  bottom: 482px;
  left: 0;
  background: linear-gradient(180deg, rgba(254, 237, 209, 0.04) 0.48%, #FEEDD1 62.88%, #FEEDD1 62.88%);
}

.commander__card {
  padding: 63px 68px 48px 68px;
  background: #FFFFFF;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  transform: translateY(160px);
}
@media screen and (min-width: 992px) {
  .commander__card {
    padding: 93px 98px 68px 98px;
  }
}

.commander__titre {
  position: relative;
}
.commander__titre::before {
  content: "";
  display: block;
  width: 58px;
  height: 61px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/commander-deco.png");
  position: absolute;
  top: 20px;
  left: 0;
  transform: translate(-100%, -100%);
}

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

.commander__left-bkg, .commander__right-bkg {
  height: 482px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .commander__left-bkg, .commander__right-bkg {
    width: 50%;
  }
}

.engagements {
  padding-block: 60px 0;
}
@media screen and (min-width: 768px) {
  .engagements {
    padding-block: 121px 0;
  }
}

.engagements__card {
  text-align: center;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.engagements__card > * {
  margin-bottom: 0;
}

.engagements__card__picto {
  display: block;
  width: 87px;
  height: 87px;
  border-radius: 24px;
  background: #FEEDD1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.reviews {
  padding-block: 60px;
  background: linear-gradient(180deg, rgba(254, 237, 209, 0.04) 10.48%, #FEEDD1 92.88%);
}
@media screen and (min-width: 768px) {
  .reviews {
    padding-block: 102px;
  }
}
.reviews #wprev-slider-1 .wprev_preview_bg1_T6 {
  border-radius: 24px;
  border: none;
  box-shadow: 0 43px 12px 0 rgba(0, 0, 0, 0), 0 28px 11px 0 rgba(0, 0, 0, 0.01), 0 16px 9px 0 rgba(0, 0, 0, 0.05), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
}
.reviews #wprev-slider-1 .wprev_preview_bg1_T6 .wpproslider_t6_DIV_3_logo {
  top: 24px;
  right: 24px;
}

.reviews__title {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.reviews__heart {
  content: "";
  display: block;
  width: 84px;
  height: 97px;
  background-image: url("../images/heart.png");
  z-index: -1;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(100%, -100%);
}

.pop-in {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100dvw;
  height: 100dvh;
  z-index: 9999;
}

.pop-in__close {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pop-in__card {
  background: #FFFFFF;
  border-radius: 30px;
  max-width: 70%;
  margin-inline: auto;
  padding: 60px;
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #00382E;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #00382E;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #00382E;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

.page-template-template-contact .header {
  z-index: 99;
}
.page-template-template-contact .header__nav {
  background: #FFFFFF;
}

/**************************************\ */
/*************** EN-TÊTE **************\ */
/**************************************\ */
.hero-contact {
  padding-block: 34px 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-contact {
    padding-block: 57px 80px;
  }
}

.hero-contact__before {
  content: "";
  display: block;
  width: 446px;
  height: 406px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/contact-deco.png");
  position: absolute;
  top: -100px;
  right: calc(50% - 960px);
}

.hero-contact__adresses {
  margin-top: 40px;
}

.hero-contact__adresses__cell {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}
.hero-contact__adresses__cell::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/location.png");
  flex-shrink: 0;
}
.hero-contact__adresses__cell p {
  margin-bottom: 0;
}

/**************************************\ */
/************* FORMULAIRE *************\ */
/**************************************\ */
.contact {
  position: relative;
}
.contact::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 285px);
  background: #FEEDD1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact__form {
  border-radius: 32px;
  background: #FFFFFF;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 45px 52px 45px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    padding: 40px 63px 52px 63px;
  }
}
@media screen and (min-width: 992px) {
  .contact__form {
    padding: 80px 103px 92px 103px;
  }
}

/**************************************\ */
/*************** PHOTOS ***************\ */
/**************************************\ */
.page-template-template-contact .photos {
  background: #FEEDD1;
}

.page-template-template-fidelite .header {
  z-index: 99;
}
.page-template-template-fidelite .header__nav {
  background: #FFFFFF;
}

/**************************************\ */
/*************** EN-TÊTE **************\ */
/**************************************\ */
.hero-fidelite {
  padding-block: 70px;
  background: #FFC52B;
  position: relative;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .hero-fidelite {
    padding-block: 48px 177px;
  }
}

.hero-fidelite__parmesan {
  content: "";
  display: block;
  width: 380px;
  height: 480px;
  position: absolute;
  top: -80px;
  right: calc(50% - 727px);
  background-image: url("../images/fidelite-deco.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-fidelite__champignon {
  content: "";
  display: block;
  width: 451px;
  height: 576px;
  background-image: url("../images/fidelite-deco-2.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -110px;
  left: calc(50% - 846px);
}

.hero-fidelite__titre {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .hero-fidelite__titre {
    margin-bottom: 70px;
  }
}

.hero-fidelite__points {
  transform: rotate(-4.45deg);
  display: block;
  padding: 8px 14px;
  background: #FF3D11;
  color: #FFFFFF;
  width: fit-content;
  margin-inline: auto;
}

.hero-fidelite__reassurances {
  position: relative;
}
@media screen and (min-width: 576px) {
  .hero-fidelite__reassurances::before {
    content: "";
    display: block;
    width: 190px;
    height: 168px;
    background-image: url("../images/fidelite-deco-3.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    left: -90px;
  }
}

.hero-fidelite__reassurances__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FEEDD1;
  padding: 24px;
  border-radius: 32px;
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  .hero-fidelite__reassurances__cell {
    height: calc(100% - 35px);
    flex-shrink: 0;
    max-width: calc(33% - 15px);
  }
}

.reassurance__picto {
  width: 87px;
  height: 87px;
  background: #FFFFFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

/**************************************\ */
/************* APPLICATION ************\ */
/**************************************\ */
.application {
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  .application {
    padding-block: 126px 74px;
  }
}

.application__texte {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.application__texte > * {
  margin-block: 0;
}

.application__sur-titre {
  color: #FFFFFF;
  display: block;
  padding: 12px 20px;
  background: #00382E;
  width: fit-content;
  transform: rotate(-4.45deg);
}

.application__qr-code {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 120px;
  height: 120px;
  background: #00382E;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .application__qr-code {
    width: 211px;
    height: 211px;
    top: 0;
    left: 20px;
  }
}

.application__phone {
  position: relative;
  margin-top: 80px;
  margin-inline: auto;
  transform: translateX(80px);
}
@media screen and (min-width: 992px) {
  .application__phone {
    margin: 0;
  }
}
.application__phone::before {
  content: "";
  display: block;
  width: calc(100% - 101px);
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 80px);
  transform: translateX(-50%);
  background: #FEEDD1;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .application__phone::before {
    left: -68px;
    transform: none;
    width: calc(100% - 61px);
  }
}

.application__phone__before {
  content: "";
  display: block;
  width: 110px;
  height: 85px;
  background-image: url("../images/appli_deco.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -28px;
  right: 61px;
}
@media screen and (min-width: 576px) {
  .application__phone__before {
    width: 220px;
    height: 171px;
  }
}
@media screen and (min-width: 992px) {
  .application__phone__before {
    right: 129px;
  }
}

.hero-produit {
  padding-block: 65px 189px;
}

.hero-produit__thumbnail {
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 35px;
  height: auto;
  aspect-ratio: 1/1;
}
.hero-produit__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-produit__texte {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-produit__texte > * {
  margin-bottom: 0;
}
.hero-produit__texte .btn {
  margin-top: 12px;
}

.hero-produit__paiement {
  margin-block: 32px;
  padding-block: 32px;
  border-top: solid 1px #7E8C9F;
  border-bottom: solid 1px #7E8C9F;
}

.hero-produit__small-card {
  background: rgba(254, 237, 209, 0.4);
  width: 100%;
  flex-shrink: 0;
  padding: 12px;
  margin-top: 20px;
  border-radius: 16px;
}
@media screen and (min-width: 385px) {
  .hero-produit__small-card {
    width: calc(33% - 8px);
  }
}
.hero-produit__small-card img {
  margin-bottom: 8px;
}
.hero-produit__small-card > p {
  margin-bottom: 0;
}

.produits-associes {
  padding-block: 61px 88px;
  background: #FEEDD1;
  position: relative;
}
.produits-associes::before {
  content: "";
  display: block;
  width: 100px;
  height: 64px;
  background-image: url("../images/produits-associes-deco.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  right: calc(50% - 350px);
}
@media screen and (min-width: 768px) {
  .produits-associes::before {
    top: 127px;
    right: calc(50% - 430px);
  }
}
@media screen and (min-width: 992px) {
  .produits-associes::before {
    top: 47px;
    width: 154px;
    height: 134px;
    right: calc(50% - 600px);
  }
}
@media screen and (min-width: 1200px) {
  .produits-associes::before {
    right: calc(50% - 699px);
  }
}
.produits-associes::after {
  content: "";
  display: block;
  width: 571px;
  height: 589px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/produits-associes-basilic.png");
  position: absolute;
  bottom: -342px;
  left: calc(50% - 1020px);
}

.page-template-template-carte .header {
  background: #FEEDD1;
  z-index: 99999;
}
.page-template-template-carte .header__nav {
  background: #FEEDD1;
}
.page-template-template-carte .fil_arianne {
  background: #FEEDD1;
}
.page-template-template-carte .reviews {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .page-template-template-carte .reviews {
    padding-block: 102px;
  }
}

.hero-carte {
  background: #FEEDD1;
  padding-block: 51px 189px;
  position: relative;
}

.hero-carte__oignons {
  content: "";
  display: block;
  width: 385px;
  height: 567px;
  position: absolute;
  left: calc(50% - 990px);
  top: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/oignons.png");
}

.hero-carte__peppers {
  content: "";
  display: block;
  width: 366px;
  height: 381px;
  position: absolute;
  right: calc(50% - 832px);
  bottom: 0;
  transform: translateY(20%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/peppers.png");
}

.hero-carte__entete {
  margin-bottom: 65px;
}

.hero-carte__entete__sous-titre {
  display: block;
  width: fit-content;
  padding: 12px 16px;
  color: #FFFFFF;
  background: #00382E;
  transform: rotate(-4.45deg);
  margin-inline: auto;
  margin-bottom: 30px;
}

.hero-carte__nav-before {
  position: relative;
}

.hero-carte__nav-wrapper {
  position: relative;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
  z-index: 2000;
  transition: 0.3s;
  border-radius: 16px;
  max-width: 100%;
  scrollbar-width: none;
  overflow: scroll;
}
.hero-carte__nav-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 576px) {
  .hero-carte__nav-wrapper {
    max-width: unset;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .hero-carte__nav-wrapper {
    left: unset;
    transform: none;
  }
}
.hero-carte__nav-wrapper.is-fixed {
  transition: 0.3s;
  background: #FFFFFF;
  position: fixed;
  top: 10px;
  left: 50%;
  right: 0;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .hero-carte__nav-wrapper.is-fixed {
    left: 0;
    top: 50px;
  }
}

.hero-carte__nav {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  position: relative;
  width: max-content;
}

.hero-carte__cursor {
  position: absolute;
  bottom: 0;
  height: 100%;
  background: #FFC52B;
  border-radius: 16px;
  transition: none;
  will-change: transform, width;
  pointer-events: none;
  z-index: 0;
}

.hero-carte__nav__item {
  display: block;
  padding: 20px 15px;
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: normal;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hero-carte__nav__item {
    font-size: 18px;
    padding: 20px;
  }
}

.carte__liste {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .carte__liste {
    margin-top: 40px;
  }
  .carte__liste.first {
    margin-top: 84px;
  }
}

.subcategory-underline {
  position: relative;
  width: fit-content;
}
.subcategory-underline::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 10px;
  background-image: url("../images/hr_green.svg");
  background-repeat: no-repeat;
}

.page-template-template-valeurs .header {
  background: #00382E;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .page-template-template-valeurs .header {
    z-index: 1;
  }
}
.page-template-template-valeurs .header__nav {
  background: #00382E;
}
.page-template-template-valeurs .fil_arianne {
  background: #00382E;
}
.page-template-template-valeurs .rank-math-breadcrumb a, .page-template-template-valeurs .rank-math-breadcrumb .last {
  color: #FFFFFF;
}
.page-template-template-valeurs .commander {
  background: #FEEDD1;
}
.page-template-template-valeurs .commander::before {
  display: none;
}

.valeurs {
  padding-block: 86px 155px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .valeurs {
    height: 100vh;
    overflow: hidden;
  }
}
.valeurs::before {
  content: "";
  display: block;
  width: 549px;
  height: 549px;
  background: #02231D;
  border-radius: 100%;
  position: absolute;
  top: 389px;
  left: calc(50% - 1063px);
  z-index: 0;
}
.valeurs::after {
  content: "";
  display: block;
  width: 727px;
  height: 727px;
  border-radius: 100%;
  background: #02231D;
  position: absolute;
  bottom: 0;
  right: calc(50% - 1187px);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
  transform: translateY(20%);
}
.valeurs .container::before {
  content: "";
  display: block;
  width: 317px;
  height: 317px;
  border-radius: 100%;
  background: #02231D;
  position: absolute;
  top: 155px;
  right: calc(50% - 1052px);
}
.valeurs .container::after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #02231D;
  position: absolute;
  top: 425px;
  right: calc(50% - 728px);
}
.valeurs .row::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 100%;
  background: #02231D;
  top: 146px;
  left: calc(50% - 997px);
}
.valeurs .row::after {
  content: "";
  display: block;
  width: 458px;
  height: 458px;
  background: #02231D;
  border-radius: 100%;
  position: absolute;
  bottom: 351px;
  right: calc(50% - 545px);
}

.valeurs__intro {
  position: relative;
  z-index: 12;
}

.valeurs__grid {
  z-index: 3;
  display: grid;
  padding-left: 30px;
  grid-template-columns: 1fr;
  position: relative;
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .valeurs__grid {
    grid-template-columns: repeat(2, calc(50% - 60px));
    grid-auto-flow: dense;
    column-gap: 120px;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .valeurs__grid {
    grid-template-columns: repeat(2, calc(50% - 115px));
    column-gap: 230px;
  }
}
.valeurs__grid::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 100px);
  background: linear-gradient(to bottom, rgba(255, 197, 43, 0) 0%, #FFC52B 26%, #FFC52B 70%, rgba(255, 197, 43, 0) 100%);
  position: absolute;
  top: -50px;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .valeurs__grid::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .valeurs__cell__texte {
    max-width: 359px;
  }
}

.valeurs__cell__titre {
  max-width: 100%;
  margin-bottom: 16px;
}
.valeurs__cell__titre .heading {
  position: relative;
}
.valeurs__cell__titre .heading::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  background: #FFC52B;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .valeurs__grid__left .valeurs__cell__texte {
    margin-left: auto;
  }
}
.valeurs__grid__left .valeurs__cell__titre .heading {
  position: relative;
}
.valeurs__grid__left .valeurs__cell__titre .heading::before {
  left: -30px;
}
@media screen and (min-width: 768px) {
  .valeurs__grid__left .valeurs__cell__titre .heading::before {
    right: -72px;
    left: unset;
  }
}
@media screen and (min-width: 992px) {
  .valeurs__grid__left .valeurs__cell__titre .heading::before {
    right: -127px;
  }
}
.valeurs__grid__left .valeurs__grid__cell:first-of-type::before {
  content: "";
  display: block;
  width: 295px;
  height: 239px;
  background-image: url("../images/basilic.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  .valeurs__grid__left .valeurs__grid__cell:first-of-type::before {
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .valeurs__grid__left .valeurs__grid__cell:nth-of-type(2) .valeurs__cell__titre {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .valeurs__grid__left .valeurs__grid__cell:nth-of-type(2) .valeurs__cell__titre {
    justify-content: space-between;
    flex-direction: row;
  }
}
.valeurs__grid__left .valeurs__grid__cell:nth-of-type(2) .valeurs__cell__titre::before {
  content: "";
  display: block;
  width: 246px;
  height: 197px;
  background-image: url("../images/tomate.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.valeurs__grid__left .valeurs__grid__cell:nth-of-type(3) .valeurs__cell__titre {
  display: flex;
  align-items: flex-end;
  height: 238px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .valeurs__grid__left .valeurs__grid__cell:nth-of-type(3) .valeurs__cell__titre {
    justify-content: flex-end;
  }
}
.valeurs__grid__left .valeurs__grid__cell:nth-of-type(3) .valeurs__cell__titre::after {
  content: "";
  display: block;
  width: 197px;
  height: 100%;
  background-image: url("../images/oignons-mini.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .valeurs__grid__left .valeurs__grid__cell:nth-of-type(3) .valeurs__cell__titre::after {
    right: 0;
    transform: translateX(50%);
  }
}

.valeurs__grid__right .valeurs__cell__texte {
  margin-right: auto;
}
.valeurs__grid__right .valeurs__cell__titre .heading {
  position: relative;
}
.valeurs__grid__right .valeurs__cell__titre .heading::before {
  left: -72px;
}
@media screen and (min-width: 992px) {
  .valeurs__grid__right .valeurs__cell__titre .heading::before {
    left: -127px;
  }
}
@media screen and (min-width: 576px) {
  .valeurs__grid__right .valeurs__grid__cell:nth-of-type(2) .valeurs__cell__titre {
    display: flex;
    align-items: flex-end;
  }
}
.valeurs__grid__right .valeurs__grid__cell:nth-of-type(2) .valeurs__cell__titre::after {
  content: "";
  display: block;
  width: 218px;
  height: 210px;
  background-image: url("../images/jambon.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  .valeurs__grid__right .valeurs__grid__cell:nth-of-type(2) .valeurs__cell__titre::after {
    transform: translateX(-45px);
  }
}
@media screen and (min-width: 576px) {
  .valeurs__grid__right .valeurs__grid__cell:nth-of-type(3) {
    margin-top: -50px;
  }
}
.valeurs__grid__right .valeurs__grid__cell:nth-of-type(3) .valeurs__cell__titre {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 576px) {
  .valeurs__grid__right .valeurs__grid__cell:nth-of-type(3) .valeurs__cell__titre {
    flex-direction: row;
    align-items: flex-end;
  }
}
.valeurs__grid__right .valeurs__grid__cell:nth-of-type(3) .valeurs__cell__titre::after {
  content: "";
  display: block;
  width: 308px;
  height: 284px;
  background-image: url("../images/champignons.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  .valeurs__grid__right .valeurs__grid__cell:nth-of-type(3) .valeurs__cell__titre::after {
    transform: translate(-50px, 40px);
  }
}

.valeurs__pizza-wrapper {
  position: relative;
  height: auto;
  z-index: 3;
}

@media screen and (min-width: 576px) {
  .valeurs__pizza {
    margin-top: -90px;
  }
}
@media screen and (min-width: 992px) {
  .valeurs__pizza {
    position: fixed;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    z-index: 100;
  }
}

.decouvrir {
  padding-top: 65px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .decouvrir {
    padding-top: 185px;
  }
}
.decouvrir::before {
  content: "";
  display: block;
  width: 189px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #3C9F37 0%, #3C9F37 33.33%, #FFFFFF 33.33%, #FFFFFF 66.66%, #EA3C2E 66.66%, #EA3C2E 100%);
  z-index: 1;
}

.decouvrir__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.decouvrir__content > * {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .decouvrir__content {
    position: relative;
  }
  .decouvrir__content::before {
    content: "";
    display: block;
    width: 155px;
    height: 169px;
    background-image: url("../images/heart.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateX(100%);
  }
}

.decouvrir__image {
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  margin-top: 40px;
}
.decouvrir__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .decouvrir__image {
    margin-top: 0;
  }
}

/**************************************\ */
/*************** TEMPLATE **************\ */
/**************************************\ */
.page-template-template-home .header {
  z-index: 2;
}
.page-template-template-home .header__nav {
  background: #00382E;
}
.page-template-template-home .commander {
  background: #00382E;
  padding-top: 0;
}
.page-template-template-home .commander::before {
  display: none;
}
.page-template-template-home .photos {
  position: relative;
  padding-bottom: 102px;
}
.page-template-template-home .photos::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFC52B;
}
.page-template-template-home .hero-fidelite {
  padding-block: 0 70px;
}
@media screen and (min-width: 768px) {
  .page-template-template-home .hero-fidelite {
    padding-block: 48px 177px;
  }
}

/**************************************\ */
/*************** EN-TÊTE **************\ */
/**************************************\ */
.hero {
  padding-block: 37px 55px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-block: 37px 137px;
  }
}
.hero::before {
  content: "";
  display: block;
  width: 727px;
  height: 737px;
  background: #02231D;
  position: absolute;
  top: -350px;
  right: calc(50% - 1187px);
  border-radius: 100%;
  z-index: -1;
}
.hero::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 200px);
  background: #00382E;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.hero .container::before {
  content: "";
  display: block;
  width: 549px;
  height: 549px;
  background: #02231D;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1063px);
  z-index: -1;
  transform: translateY(23%);
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0 77%);
}
.hero .container::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 100%;
  background: #02231D;
  top: 146px;
  left: calc(50% - 997px);
}
.hero .btn {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hero .btn {
    width: fit-content;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 30px;
}

.hero__titre {
  font-size: clamp(2.188rem, 1.857rem + 1.408vw, 3.125rem);
  line-height: clamp(2.438rem, 2.085rem + 1.502vw, 3.438rem);
  letter-spacing: calc(clamp(2.188rem, 1.857rem + 1.408vw, 3.125rem) * -1 / 100);
}

.hero__sur-titre {
  display: block;
  width: fit-content;
  background: #FFC52B;
  padding: 8px 12px;
  max-width: 406px;
  font-weight: 500;
  transform: rotate(-3deg);
  font-family: "Poppins", sans-serif;
  margin-bottom: 18px;
}

.hero__image {
  position: relative;
}
.hero__image::before {
  content: "";
  display: block;
  width: 73%;
  height: auto;
  aspect-ratio: 1/1;
  background: #02231D;
  border-radius: 100%;
  position: absolute;
  bottom: -50px;
  right: calc(50% - 320px);
  z-index: -1;
}

/**************************************\ */
/*************** PRODUITS *************\ */
/**************************************\ */
.produits {
  padding-block: 83px 62px;
  transition: 0.3s;
  position: relative;
}
.produits.offre-du-mois {
  background: #02231D;
}
.produits.offre-du-mois .produits__gamme-title {
  color: #00382E;
}
.produits.offre-du-mois .slider-dot {
  border: solid 1px #00382E;
}
.produits.offre-du-mois .slider-dot.is-active {
  background: #00382E;
}
.produits.pizzas {
  background: #F6BC2F;
}
.produits.salades {
  background: #02231D;
}
.produits.boissons {
  background: #FF722B;
}
.produits.desserts {
  background: #106657;
}
.produits.menus {
  background: #3E783C;
}
.produits::before {
  content: "";
  display: block;
  width: 100px;
  height: 64px;
  background-image: url("../images/produits-associes-deco.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  right: calc(50% - 350px);
}
@media screen and (min-width: 768px) {
  .produits::before {
    top: 127px;
    right: calc(50% - 430px);
  }
}
@media screen and (min-width: 992px) {
  .produits::before {
    top: 216px;
    width: 118px;
    height: 98px;
    right: calc(50% - 600px);
  }
}
@media screen and (min-width: 1200px) {
  .produits::before {
    right: calc(50% - 662px);
  }
}

.produits__basilic {
  content: "";
  display: block;
  width: 571px;
  height: 589px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/produits-associes-basilic.png");
  position: absolute;
  bottom: -342px;
  left: calc(50% - 1020px);
}

.produits__active-gamme {
  padding-block: 45px;
}

.produits__gamme-title {
  text-align: center;
  font-size: clamp(3.125rem, 1.607rem + 6.479vw, 7.438rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: calc(clamp(3.125rem, 1.607rem + 6.479vw, 7.438rem) * -1 / 100);
  color: #FFFFFF;
  transition: 0.3s;
}

.produits__slider {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  padding-inline: 30px;
  z-index: 30;
}
@media screen and (min-width: 576px) {
  .produits__slider {
    padding-inline: 0;
  }
}

.produits__slider-inner {
  display: flex;
  gap: 30px;
  will-change: transform;
  max-width: 100%;
}

.produit__slide {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .produit__slide {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .produit__slide {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .produit__slide {
    width: 20%;
  }
}

.slider-arrow {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  background: #FFFFFF;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  color: transparent;
  position: relative;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
.slider-arrow::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-arrow--next::before {
  background-image: url("../images/chevron-right.png");
}
.slider-arrow--prev::before {
  background-image: url("../images/chevron-left.png");
}

.produits__navigation-controls {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .produits__navigation-controls {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.produits__nav-wrapper {
  position: relative;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
  z-index: 2000;
  transition: 0.3s;
  border-radius: 16px;
  max-width: 100%;
  scrollbar-width: none;
  overflow: scroll;
}
.produits__nav-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 576px) {
  .produits__nav-wrapper {
    max-width: unset;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .produits__nav-wrapper {
    left: unset;
    transform: none;
  }
}
.produits__nav-wrapper.is-fixed {
  transition: 0.3s;
  background: #FFFFFF;
  position: fixed;
  top: 10px;
  left: 50%;
  right: 0;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .produits__nav-wrapper.is-fixed {
    left: 0;
    top: 50px;
  }
}

.produits__nav {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  position: relative;
  width: max-content;
  margin-inline: auto;
}

.produits__cursor {
  position: absolute;
  bottom: 0;
  height: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  transition: none;
  will-change: transform, width;
  pointer-events: none;
  z-index: 0;
}

.produits__nav__item {
  display: block;
  padding: 20px 15px;
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: normal;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .produits__nav__item {
    font-size: 18px;
    padding: 20px;
  }
}

.produits__pagination {
  margin-inline: auto;
  width: fit-content;
  display: flex;
  gap: 12px;
  margin-block: 40px;
}

.slider-dot {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: solid 1px #FFFFFF;
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transition: 0.3s;
}
.slider-dot.is-active {
  background: #FFFFFF;
  transition: 0.3s;
}

/**************************************\ */
/************* RESTAURANTS ************\ */
/**************************************\ */
.restaurants {
  padding-block: 60px 30px;
  margin-top: 108px;
  background: #FEEDD1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .restaurants {
    padding-block: 100px;
  }
}
.restaurants::before {
  content: "";
  display: block;
  width: 189px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #3C9F37 0%, #3C9F37 33.33%, #FFFFFF 33.33%, #FFFFFF 66.66%, #EA3C2E 66.66%, #EA3C2E 100%);
  z-index: 1;
}

.restaurants__tomates {
  content: "";
  display: block;
  width: 476px;
  height: 433px;
  background-image: url("../images/restaurants-deco.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -160px;
  right: calc(50% - 888px);
}

.restaurants__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .restaurants__title {
    margin-bottom: 72px;
  }
}

/**************************************\ */
/**************** MOMENT **************\ */
/**************************************\ */
.moment {
  padding-block: 28px;
}
@media screen and (min-width: 768px) {
  .moment {
    padding-block: 110px 28px;
  }
}
@media screen and (min-width: 992px) {
  .moment {
    position: relative;
  }
  .moment .moment__deco {
    content: "";
    display: block;
    width: 222px;
    height: 172px;
    position: absolute;
    top: 24px;
    left: calc(50% + 75px);
    background-image: url("../images/moment-deco.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    will-change: transform;
    transform-origin: center center;
  }
}

.moment__content-wrapper {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
@media screen and (min-width: 992px) {
  .moment__content-wrapper {
    border-bottom-left-radius: 32px;
    border-top-right-radius: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.moment__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-block: 50px;
  justify-content: center;
  max-width: 580px;
  padding-inline: 50px;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .moment__content {
    padding-inline: 50px 113px;
  }
}

.moment__sur-titre {
  display: block;
  width: fit-content;
  padding: 12px 16px;
  background: #FFC52B;
  color: #00382E;
  transform: rotate(-4.45deg);
}

.moment__photo {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  height: 100%;
  overflow: hidden;
}
.moment__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .moment__photo {
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
  }
}

/**************************************\ */
/*************** VALEURS **************\ */
/**************************************\ */
.valeurs--home {
  padding-block: 98px 10px;
  position: relative;
  z-index: 2;
}
.valeurs--home::before {
  content: "";
  display: block;
  width: 549px;
  height: 549px;
  background: #02231D;
  border-radius: 100%;
  position: absolute;
  bottom: -160px;
  left: calc(50% - 1063px);
  z-index: 0;
}
.valeurs--home::after {
  content: "";
  display: block;
  width: 727px;
  height: 727px;
  border-radius: 100%;
  background: #02231D;
  position: absolute;
  top: 0;
  right: calc(50% - 1187px);
  clip-path: polygon(0 30%, 100% 30%, 100% 100%, 0 100%);
  transform: translateY(-30%);
}
.valeurs--home .container::before {
  content: "";
  display: block;
  width: 317px;
  height: 317px;
  border-radius: 100%;
  background: #02231D;
  position: absolute;
  bottom: 36px;
  right: calc(50% - 1052px);
}
.valeurs--home .container::after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #02231D;
  position: absolute;
  bottm: -37px;
  right: calc(50% - 728px);
}
.valeurs--home .first-row::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 100%;
  background: #02231D;
  top: 584px;
  left: calc(50% - 996px);
}
.valeurs--home .first-row::after {
  content: "";
  display: block;
  width: 458px;
  height: 458px;
  background: #02231D;
  border-radius: 100%;
  position: absolute;
  top: 351px;
  right: calc(50% - 545px);
}
@media screen and (min-width: 576px) {
  .valeurs--home .valeurs__pizza {
    position: static;
    transform: none;
    margin-top: -70px;
  }
}
.valeurs--home .valeurs__grid__cell {
  margin-bottom: 50px;
}

.valeurs__grid-wrapper {
  position: relative;
  padding-bottom: 54px;
}
@media screen and (min-width: 992px) {
  .valeurs__grid-wrapper::before {
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 197, 43, 0) 0%, #FFC52B 26%, #FFC52B 70%, rgba(255, 197, 43, 0) 100%);
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.valeurs__grid-wrapper::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 197, 43, 0) 0%, #ffc52b 100%);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .valeurs__grid-wrapper::after {
    height: 25%;
  }
}

.woocommerce-info {
  border-top-color: #00382E !important;
}
.woocommerce-info::before {
  color: #00382E !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #F9F9F9;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #00382E;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}

/*# sourceMappingURL=main.css.map */
