@font-face {
  font-family: "SweetApricot";
  src: url("fonts/SweetApricot/SweetApricot.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Neulis";
  src: url("fonts/Neulis/Neulis-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Neulis";
  src: url("fonts/Neulis/Neulis-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Gilmer";
  src: url("fonts/Gilmer/Gilmer-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Gilmer";
  src: url("fonts/Gilmer/Gilmer-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham/Gotham-Light.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham/Gotham-Book.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Relation";
  src: url("fonts/Relation/Relation.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Relation Script";
  src: url("fonts/Relation/RelationScript.ttf") format("truetype");
  font-weight: 400;
}
html {
  margin: 0 !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.is-fullwidth {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.loader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transition: 0.3s all ease-in-out;
}
.loader svg {
  width: 50%;
  height: 50%;
}
.loaderinvisible {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}
body {
  margin: 0 !important;
  background-color: #E4DDC0;
}
img {
  image-rendering: auto;
}
.site-main {
  min-height: unset;
  overflow-x: hidden;
  padding: 0;
}
.imgcropCtn {
  position: relative;
  overflow: hidden;
}
.imgcrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
.container-myprod {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
h1 {
  color: #E4DDC0;
  font-family: "Relation Script", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  text-transform: normal;
  text-align: center;
}
h1 strong {
  font-family: "Relation", sans-serif;
  text-transform: uppercase;
}
h2 {
  color: #29311c;
  font-family: "Relation Script", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.2;
  text-transform: normal;
  margin: 0 0 24px;
}
h2 strong {
  font-family: "Relation", sans-serif;
  text-transform: uppercase;
}
h3 {
  color: #E4DDC0;
  font-family: "Relation", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 16px;
}
a {
  color: #E4DDC0;
  font-family: "Relation", sans-serif;
  font-size: 1.6rem;
  margin: 0 0 8px;
  transition: 0.3s all ease;
}
a:hover {
  transition: 0.3s all ease;
}
h1 strong,
h2 strong {
  font-family: "Relation", sans-serif;
}
strong,
b {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
p {
  color: #E4DDC0;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1.5;
  margin: 0 0 16px;
}
p a {
  font-family: "Poppins", sans-serif;
  text-decoration: underline 1px solid #000 !important;
  transition: 0.3s all ease;
}
p a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
ul {
  margin: 0;
  list-style: none;
}
ul li {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
}
.cta-text-contenu a {
  text-decoration: none;
}
.exergue-com {
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 6px 3px 6px;
  font-family: "Poppins", sans-serif;
  background-color: #E4DDC0;
  border-radius: 50px;
  text-decoration: none;
}
.exergue-event {
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 6px 3px 6px;
  font-family: "Poppins", sans-serif;
  background-color: #888E63;
  border-radius: 50px;
  text-decoration: none;
}
.btn {
  display: flex;
  padding: 14px 12px 12px 12px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 12px;
  font-family: gotham;
  font-size: 1.5rem;
  font-weight: 400;
  width: fit-content;
  color: var(--BEIGE,#E4DDC0);
  text-decoration: none;
  border: 0px solid transparent;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: var(--VERT,#2A311C);
  transition: 0.3s all ease-in-out !important;
}
.btn svg {
  display: none;
}
.btn .arrow {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  transition: 0.3s all ease;
}
.btn .arrow::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  bottom: 0;
  background-image: url(https://www.cucina-e-piacere.fr/wp-content/uploads/2025/10/ArrowCucina.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(0,0) scale(.7);
  transform-origin: 50% 50%;
  opacity: 0;
  transition: 0.3s all ease;
}
.btn .arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(1);
  transform-origin: 50% 50%;
  opacity: 1;
  width: 14px;
  height: 14px;
  background-image: url(https://www.cucina-e-piacere.fr/wp-content/uploads/2025/10/ArrowCucina.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
}
.btn:hover {
  color: #2A311C;
  background-color: var(--green-light,#E4DDC0);
  box-shadow: 0px 3px 6px 0px #00000029;
  transition: 0.3s all ease-in-out !important;
}
.btn:hover .arrow::before {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%,50%) scale(1);
  transform-origin: 50% 50%;
  opacity: 1;
  filter: invert(1);
  transition: 0.3s all ease;
}
.btn:hover .arrow::after {
  top: -50%;
  left: 80%;
  opacity: 0;
  filter: invert(1);
  transform: translate(0,0) scale(.7);
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.btn-secondary {
  position: relative;
  color: #2A311C;
  background-color: #E4DDC0;
  transition: 0.3s all ease-in-out;
}
.btn-secondary .arrow:before {
  filter: invert(1);
}
.btn-secondary .arrow:after {
  filter: invert(1);
}
.btn-secondary:hover {
  color: var(--BEIGE,#E4DDC0);
  background-color: #888E63;
  transition: 0.3s all ease-in-out;
}
.btn-secondary:hover .arrow::before {
  filter: unset;
}
.btn-secondary:hover .arrow::after {
  filter: unset;
}
.btn-tertiary {
  position: relative;
  border: 1px solid #2A311C;
  color: #2A311C;
  transition: 0.3s all ease-in-out;
}
.btn-tertiary:before {
  z-index: 3;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 2px;
  background-color: #2A311C;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  border-radius: 50px;
}
.btn-tertiary:after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 2px;
  background-color: #FFF;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  border-radius: 50px;
}
.btn-tertiary:hover {
  color: var(--BEIGE,#E4DDC0);
  background-color: #2A311C;
  transition: 0.3s all ease-in-out;
}
.btn-tertiary:hover::before {
  width: 1px;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}
.btn-tertiary:hover::after {
  width: 24px;
  background-color: #FFF;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.3s;
}
.btn-white {
  color: #FEFAE0;
  border: 1px solid #FEFAE0;
  background-color: transparent;
}
.btn-white .arrow::before {
  filter: unset;
}
.btn-white .arrow::after {
  filter: unset;
}
.btn-white:hover {
  color: #FFF;
  background-color: #888E63;
  transition: 0.3s all ease-in-out;
}
.btn-white:hover .arrow::before {
  filter: unset;
}
.btn-white:hover .arrow::after {
  filter: unset;
}
.btn-header {
  font-family: "Relation Script", sans-serif;
  font-size: 3rem;
  padding: 12px 0;
  margin: 0;
  border: unset;
  background-color: transparent;
}
.btn-header svg {
  display: block;
}
.btn-header:hover {
  color: #2A311C;
  background-color: transparent;
}
.btn-header::before {
  content: unset;
}
.btn-header::after {
  content: unset;
}
.btn-header .blue-bar path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7,0,0.3,1);
}
.btn-header:hover .blue-bar path {
  stroke-dashoffset: 0;
  transition-timing-function: cubic-bezier(0.8,1,0.7,1);
  transition-duration: 0.3s;
}
.btn-header .orange-bar path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7,0,0.3,1);
}
.btn-header:hover .orange-bar path {
  stroke-dashoffset: 0;
  transition-timing-function: cubic-bezier(0.8,1,0.7,1);
  transition-duration: 0.3s;
}
.btn-noAnimation path {
  opacity: 0;
}
.blue-bar {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.orange-bar {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
#wpadminbar {
  display: none;
}
header.site-header {
  z-index: 1000000;
  opacity: 1;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #E4DDC0;
  transition: 0.3s all ease-in-out;
}
header.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100%;
  padding: 24px 0;
  max-width: 1160px;
}
header.site-header .wrapper nav.main-navigation {
  padding: 12px;
  border-radius: 10px;
  background-color: white;
}
header.site-header .logo-site {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  margin: 0;
  transition: 0.3s all ease-in-out;
}
header.site-header .rs {
  order: 3;
}
header.site-header .rs .wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
header.site-header .rs .wrapper a {
  color: white;
}
header.site-header .burger-menu {
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: 0.3s all ease;
}
header.site-header .burger-menu span {
  display: block;
  width: 100%;
  opacity: 1;
  height: 1px;
  margin: 0 auto;
  background-color: #E4DDC0;
  color: #FFF;
  transition: 0.3s all ease;
}
header.site-header .burger-menu:hover {
  transition: 0.3s all ease;
}
header.site-header .menu-container {
  z-index: 10000;
  display: flex;
  gap: 48px;
  align-items: center;
}
header.site-header .menu-container p {
  content: "Menu";
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 1;
  padding: 0 0 0 14px;
  margin: 0;
  color: #FFF;
  font-family: "Relation", sans-serif;
  text-transform: unset;
  transition: 0.3s all ease;
}
header.nav-colored {
  background-color: #2A311C;
}
#masthead.hide-header {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.main-navigation-left-part__infos {
  display: none;
}
.menu-hamburger-direct .burger-menu {
  display: flex;
}
.menu-hamburger-direct .btn-liste {
  position: relative;
  z-index: 10001;
  order: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.menu-hamburger-direct .btn-liste a.cart {
  position: relative;
  z-index: 999999;
  display: flex;
  order: 4;
  margin: 0 0 0 10px;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.menu-hamburger-direct .btn-liste a.cart:hover {
  opacity: 0.8;
  transform: scale(0.9);
  transform-origin: center center;
  transition: 0.3s all ease;
}
.menu-hamburger-direct .btn-liste a.compte {
  position: relative;
  z-index: 999999;
  display: flex;
  order: 4;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  margin: 0;
}
.menu-hamburger-direct .btn-liste a.compte:hover {
  opacity: 0.8;
  transform: scale(0.9);
  transform-origin: center center;
  transition: 0.3s all ease;
}
.menu-hamburger-direct .btn-liste .btn {
  overflow: hidden;
  margin: 0 !important;
}
.menu-hamburger-direct nav.main-navigation {
  z-index: 9999;
  position: fixed;
  background: #2A311C;
  background-color: #2A311C !important;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0 !important;
  pointer-events: none;
  transition: 0.3s opacity ease-in-out;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-fond {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #566f3d;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-wrapper {
  display: flex;
  flex-direction: row;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  row-gap: 48px;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger {
  z-index: 9999;
  position: absolute;
  top: 36px;
  right: 36px;
  width: 28px;
  height: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span {
  width: 100%;
  opacity: 1;
  height: 2px;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span:first-child {
  position: relative;
  top: 11%;
  background-color: #0A0A0A;
  rotate: 45deg;
  transform-origin: 50% 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span:nth-child(2) {
  display: none;
  position: relative;
  opacity: 1;
  background-color: #0A0A0A;
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .closeburger span:last-child {
  position: relative;
  top: -11%;
  background-color: #0A0A0A;
  rotate: 135deg;
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container {
  z-index: 10001;
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 120px 0 0 0;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul {
  display: grid;
  width: 100%;
  column-gap: 48px;
  grid-template-columns: 4fr 6fr;
  grid-auto-rows: auto;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #888E63;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #888E63;
  pointer-events: none;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:first-child {
  border-top: 1px solid #888E63;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:nth-child(2) {
  border-top: 1px solid #888E63;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #888E63;
  pointer-events: none;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover a {
  z-index: 1;
  position: relative;
  color: #fefae0 !important;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover a::after {
  content: "";
  z-index: 2;
  position: relative;
  filter: grayscale(100) brightness(100);
  transform: rotate(180deg);
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  color: #FEFAE0;
  font-size: 3.2rem;
  font-weight: 400;
  padding: 24px 16px 20px;
  text-transform: uppercase;
  font-family: "Relation", sans-serif;
  margin: 0;
  line-height: 1;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("https://www.cucina-e-piacere.fr/wp-content/uploads/2025/10/Group-79-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li.current-menu-item a {
  color: #FEFAE0;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a:hover {
  color: #FEFAE0;
  opacity: 0.8;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu {
  position: initial;
  display: block;
  height: 0;
  opacity: 0;
  pointer-events: none;
  box-shadow: unset;
  padding: 0;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li {
  padding: 0;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a {
  color: var(--cream,#FEFAE0);
  font-family: "gotham";
  text-transform: initial;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.activeSubMenu {
  position: initial;
  display: block;
  height: auto;
  opacity: 1;
  pointer-events: all;
  box-shadow: unset;
  padding: 8px 0px 0px 12px;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-infos {
  display: grid;
  flex: 1 1 0;
  width: 100%;
  column-gap: 48px;
  grid-template-columns: 4fr 6fr;
  grid-auto-rows: auto;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-infos .btn-liste {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-infos .btn-liste .btn {
  display: flex;
  width: max-content;
}
.menu-hamburger-direct .main-navigation-right-part {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.menu-hamburger-direct .main-navigation-right-part img {
  transition: 0.3s all ease;
}
.menu-hamburger-direct .activeMenuBurger span {
  transition: 0.3s all ease;
}
.menu-hamburger-direct .activeMenuBurger span:first-child {
  position: relative;
  top: 15%;
  background-color: #e4ddc0;
  rotate: 45deg;
  transform-origin: 50% 50%;
  transform: unset;
  transition: 0.3s all ease;
}
.menu-hamburger-direct .activeMenuBurger span:nth-child(2) {
  display: none;
  position: relative;
  opacity: 1;
  background-color: #e4ddc0;
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.menu-hamburger-direct .activeMenuBurger span:last-child {
  position: relative;
  top: -15%;
  background-color: #e4ddc0;
  rotate: 135deg;
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.menu-hamburger-direct nav.activeMenuMyProd {
  pointer-events: all;
}
header.site-header .wrapper nav.activeMenuMyProd {
  padding: 0;
}
.menu-hamburger-direct .logo-center .logo-site {
  order: 2;
}
.menu-hamburger-direct .logo-center .menu-container {
  order: 1;
}
.menu-hamburger-direct .logo-center .btn {
  order: 3;
}
.menu-hamburger-direct .logo-center .main-navigation {
  order: 4;
}
.menu-hamburger-direct .logo-gauche .logo-site {
  z-index: 9999;
  order: 2;
}
.menu-hamburger-direct .logo-gauche .menu-container {
  z-index: 10000;
  order: 1;
}
.menu-hamburger-direct .logo-gauche .menu-container .burger-menu {
  order: 1;
}
.menu-hamburger-direct .logo-gauche .btn {
  order: 3;
  margin: 0 16px 0 0;
  backdrop-filter: blur(10px);
}
.menu-hamburger-direct .logo-gauche .main-navigation {
  order: 4;
}
.menu-hamburger-direct .logo-droite .logo-site {
  order: 2;
}
.menu-hamburger-direct .logo-droite .menu-container {
  order: 1;
}
.menu-hamburger-direct .logo-droite .btn {
  display: none;
}
.menu-hamburger-direct .logo-droite .main-navigation {
  order: 4;
}
.menu-complet .burger-menu {
  display: none !important;
}
.menu-complet .logo-center .logo-site {
  order: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.menu-complet .logo-center .menu-container {
  order: 0;
}
.menu-complet .logo-center .btn {
  display: none;
}
.menu-complet .logo-center .main-navigation {
  order: 1;
}
.menu-complet .logo-gauche .logo-site {
  order: 1;
}
.menu-complet .logo-gauche .menu-container {
  order: 0;
}
.menu-complet .logo-gauche .btn {
  display: none;
}
.menu-complet .logo-gauche nav.main-navigation {
  width: auto;
  order: 1;
}
.menu-complet .logo-gauche nav.main-navigation .neon-bg {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: 50px;
  border-radius: 5px;
  padding: 12px 16px;
  background: #243E36;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li {
  z-index: 1;
  position: relative;
  padding: 12px 16px;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.has-menu-item {
  display: flex;
  gap: 6px;
  align-items: center;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.has-menu-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("http://localhost:8888/2F/wp-content/uploads/2025/07/icon-15.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.has-menu-item:hover::after {
  filter: grayscale(100) brightness(1000);
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:nth-child(7) {
  color: white;
  background-color: #019E4D;
  border-radius: 5px;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:nth-child(7) a {
  color: white;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:nth-child(7):hover {
  background-color: black;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:nth-child(7):hover a {
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.current-menu-item {
  background-color: #243d358b;
  border-radius: 5px;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.current-menu-item a {
  color: white;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.current-menu-item::after {
  filter: grayscale(100) brightness(1000);
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li a {
  color: #0A0A0A;
  font-family: "gotham";
  margin: 0;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li a:hover {
  color: white;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:hover > a {
  color: white;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.menu-item-has-children:hover > a {
  color: white;
  padding: 8px 16px;
  border-radius: 20px 20px 0 0;
  background: #1A2843;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  filter: invert(1);
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.menu-item-has-children > a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/FlecheMenu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:last-child {
  position: relative;
  margin: 0 0 0 16px;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:last-child {
  display: flex;
  color: white;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 16px;
  border-radius: 5px;
  background: #019E4D;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:last-child > a {
  color: white;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:last-child:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:last-child::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("http://localhost:8888/2F/wp-content/uploads/2025/07/ArrowWhiteAfter.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: all;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li > .sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 100%;
  left: 0;
  transition: 0.3s all ease;
  padding: 24px;
  box-shadow: 0px 3px 6px 0px #00000029;
  border-radius: 0 0 20px 20px;
  background-color: white;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li > .sub-menu a {
  background-color: transparent;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.menu > li > .sub-menu a:hover {
  align-items: flex-start;
  justify-content: flex-start;
  color: #1a2843 !important;
  text-align: left !important;
  text-decoration: #1A2843 underline 1px solid;
  padding: 0;
  transition: 0.3s all ease;
}
.menu-complet .logo-gauche nav.main-navigation ul.sub-menu li a {
  color: #1B2E28 !important;
}
.menu-complet .logo-droite .logo-site {
  order: 2;
}
.menu-complet .logo-droite .menu-container {
  order: 0;
}
.menu-complet .logo-droite .btn {
  display: none;
}
.menu-complet .logo-droite #site-navigation {
  order: 1;
  margin: 0 5% 0 0;
}
.menu-static {
  position: relative;
}
.menu-fixe {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
}
.main-navigation-right-part .wrapper {
  position: relative;
  display: flex;
  margin-left: -20%;
}
.main-navigation-right-part .wrapper .imgcropCtn {
  width: 100%;
  height: 100%;
}
.main-navigation-right-part .wrapper:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 10%;
  right: 14%;
  width: 200px;
  height: 200px;
  background-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/CtaMenuJaune.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%);
}
.main-navigation-right-part .wrapper::after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 5%;
  right: 55%;
  width: 150px;
  height: 150px;
  background-image: url(https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/CtaMenuBleu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%);
}
.main-navigation-right-part__first {
  z-index: 5;
  position: relative;
  top: -50px;
  left: 5%;
  display: flex;
  text-decoration: none;
  width: 47%;
  aspect-ratio: 0.6;
  -webkit-mask-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/Ctableu.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: none;
}
.main-navigation-right-part__first .imgcrop {
  object-position: top left;
}
.main-navigation-right-part__second {
  z-index: 5;
  position: relative;
  bottom: -135px;
  right: 5%;
  display: flex;
  text-decoration: none;
  width: 53%;
  aspect-ratio: 0.6;
  -webkit-mask-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/Ctajaunebis.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  transition: none;
}
.main-navigation-right-part__second .imgcrop {
  object-position: bottom right;
}
.logo-site img {
  transition: 0.3s all ease-in-out;
}
.logo-site img:hover {
  transform: scale(0.95);
  transition: 0.3s all ease-in-out;
}
.main-navigation li a {
  transition: 0.3s all ease-in-out;
}
.main-navigation li a:hover {
  color: #888E63;
  transition: 0.3s all ease-in-out;
}
.actualites {
  max-width: 900px;
  width: 90%;
  margin: 200px auto 120px auto;
}
.actualites h1 strong {
  display: unset;
  margin: 0 0 4px 0;
}
.actualites .container-myprod {
  width: 100%;
  max-width: 100%;
}
.actualites .cta-text {
  padding: 0;
}
.actualites .cta-text .btn-bord,
.restrained-template .cta-text .btn-bord {
  background: transparent;
  color: #2a311c;
  border: 1px solid #2a311c;
}
.actualites .cta-text .btn-bord:hover,
.restrained-template .cta-text .btn-bord:hover {
  background: #2a311c !important;
  color: white;
  border: 1px solid white;
}
.single-post .preheader {
  background: #2a311c;
}
.actualites a {
  color: #2a311c;
  text-decoration: underline #2a311c;
}
.actualites .btn,
.actualites .wp-block-button__link {
  font-size: 1.6rem;
  color: white;
  background: #2a311c;
  border: 1px solid transparent;
  text-decoration: none;
}
.actualites .btn:hover,
.actualites .wp-block-button__link:hover {
  color: #2a311c;
  border: 1px solid #2a311c;
  background: white;
}
.actualites h1,
.actualites h2,
.actualites h3,
.actualites p {
  color: #2a311c;
}
footer {
  background-color: transparent;
}
footer .wrapperGlobal {
  position: relative;
}
footer .wrapperGlobal > .banner-contact {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 64px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-self: stretch;
  border-radius: 0;
  background: #2A311C;
  margin: 100px auto 100px auto;
}
footer .wrapperGlobal > .banner-contact .wrapper {
  z-index: 2;
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
}
footer .wrapperGlobal > .banner-contact .wrapper .content {
  flex: 6 1 0;
}
footer .wrapperGlobal > .banner-contact .wrapper h2 {
  color: #e4ddc0;
  text-align: left;
  max-width: 600px;
}
footer .wrapperGlobal > .banner-contact .wrapper p {
  color: #e4ddc0;
  text-align: left;
  max-width: 600px;
}
footer .wrapperGlobal > .banner-contact .wrapper .btn-liste {
  display: flex;
  flex: 4 1 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 24px auto 0 auto;
}
footer .wrapperGlobal > .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 128px 0 32px;
  border-top: 1px solid var(--VERT-GRIS,#888E63);
  border-bottom: 1px solid var(--VERT-GRIS,#888E63);
  background-color: #2A311C;
}
footer .wrapperGlobal > .wrapper .subWrapper {
  z-index: 2;
  position: relative;
}
footer .wrapperGlobal > .wrapper a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .first-row {
  display: flex;
  gap: 8.333%;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 80px 0;
}
footer .wrapperGlobal > .wrapper .first-row .logo {
  display: flex;
  flex-basis: 200px;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .wrapperGlobal > .wrapper .first-row .logo img {
  width: 100%;
}
footer .wrapperGlobal > .wrapper .first-row .footer-projet {
  position: relative;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  padding: 0 0 32px;
}
footer .wrapperGlobal > .wrapper .first-row .footer-projet::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #fefefe;
  background: -moz-linear-gradient(90deg,#fefefe 0%,#5b4a42 100%);
  background: -webkit-linear-gradient(90deg,#fefefe 0%,#5b4a42 100%);
  background: linear-gradient(90deg,#fefefe 0%,#5b4a42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefefe",endColorstr="#5b4a42",GradientType=1);
}
footer .wrapperGlobal > .wrapper .first-row .footer-projet h2 {
  color: #FEFAE0;
  font-weight: 400;
}
footer .wrapperGlobal > .wrapper .second-row {
  display: grid;
  grid-auto-rows: auto;
  width: 100%;
  grid-template-columns: repeat(4,1fr);
  column-gap: 16px;
  padding: 0 0 64px 0;
}
footer .wrapperGlobal > .wrapper .second-row .menuTitle strong {
  color: var(--VERT-GRIS,#888E63);
  font-family: "Relation";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
}
footer .wrapperGlobal > .wrapper .second-row p,
footer .wrapperGlobal > .wrapper .second-row a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #FEFAE0;
}
footer .wrapperGlobal > .wrapper .second-row .first-menu img {
  width: 180px;
  height: auto;
}
footer .wrapperGlobal > .wrapper .second-row .second-menu ul li {
  margin: 0 0 4px 0;
}
footer .wrapperGlobal > .wrapper .second-row .second-menu ul li a {
  color: var(--cream,#FEFAE0);
  text-align: left;
  font-family: gotham;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
footer .wrapperGlobal > .wrapper .second-row .third-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
footer .wrapperGlobal > .wrapper .second-row .third-menu .bottom-part p {
  margin: 0 0 8px 0;
}
footer .wrapperGlobal > .wrapper .second-row .third-menu .bottom-part a {
  color: var(--VERT-GRIS,#888E63);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer .wrapperGlobal > .wrapper .second-row .fourth-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
footer .wrapperGlobal > .wrapper .second-row .fourth-menu .fourth-menu-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
footer .wrapperGlobal > .wrapper .second-row .fourth-menu .fourth-menu-row span {
  color: var(--VERT-GRIS,#888E63);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
footer .wrapperGlobal > .wrapper .second-row .fourth-menu .fourth-menu-row span.hour {
  color: var(--BEIGE,#E4DDC0);
}
footer .wrapperGlobal > .wrapper .second-row ul {
  list-style: none;
  padding: 0;
}
footer .wrapperGlobal > .wrapper .second-row ul li {
  margin: 0 0 4px 0;
}
footer .wrapperGlobal > .wrapper .second-row ul li .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
}
footer .wrapperGlobal > .wrapper .second-row .rs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 24px 0 0 0;
}
footer .wrapperGlobal > .wrapper .second-row .rs p {
  font-weight: 700;
}
footer .wrapperGlobal > .wrapper .second-row .rs .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
}
footer .wrapperGlobal > .wrapper .second-row .rs .wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background: transparent;
  border: 1px solid #e4ddc0;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .second-row .rs .wrapper a i {
  color: #e4ddc0;
  font-size: 1.8rem;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .second-row .rs .wrapper a:hover {
  opacity: 1;
  background-color: #888E63;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .second-row .rs .wrapper a:hover i {
  color: #E4DDC0;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .special-row .wrapper-row {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #FEFEFE;
  border-bottom: 1px solid #FEFEFE;
}
footer .wrapperGlobal > .wrapper .special-row .wrapper-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
footer .wrapperGlobal > .wrapper .third-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 0 0;
}
footer .wrapperGlobal > .wrapper .third-row a:first-child {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  color: #e4ddc0;
}
footer .wrapperGlobal > .wrapper .third-row a:first-child:hover {
  color: #888E63;
}
footer .wrapperGlobal > .wrapper .third-row a {
  color: #e4ddc0;
  text-decoration: underline #e4ddc0 1px solid !important;
}
footer .wrapperGlobal > .wrapper .third-row a:hover {
  color: #e4ddc0 !important;
  opacity: 0.6;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .third-row p {
  color: #e4ddc0;
  text-align: center;
  margin: 0;
}
footer .wrapper .second-row nav .menu-menu-1-container ul.menu li:hover a {
  color: #888E63;
  transition: 0.3s all ease-in-out;
}
.mb-0 {
  padding-bottom: 0;
}
.mb-20 {
  padding-bottom: 20px;
}
.mb-40 {
  padding-bottom: 40px;
}
.mb-60 {
  padding-bottom: 60px;
}
.mb-80 {
  padding-bottom: 80px;
}
.mb-100 {
  padding-bottom: 100px;
}
.mb-120 {
  padding-bottom: 120px;
}
.mb-140 {
  padding-bottom: 140px;
}
.mb-160 {
  padding-bottom: 160px;
}
.mb-180 {
  padding-bottom: 180px;
}
.mb-200 {
  padding-bottom: 200px;
}
.mh-0 {
  padding-top: 0;
}
.mh-20 {
  padding-top: 20px;
}
.mh-40 {
  padding-top: 40px;
}
.mh-60 {
  padding-top: 60px;
}
.mh-80 {
  padding-top: 80px;
}
.mh-100 {
  padding-top: 100px;
}
.mh-120 {
  padding-top: 120px;
}
.mh-140 {
  padding-top: 140px;
}
.mh-160 {
  padding-top: 160px;
}
.mh-180 {
  padding-top: 180px;
}
.mh-200 {
  padding-top: 200px;
}
.wp-block-embed iframe {
  margin: 80px auto;
  max-width: 100%;
  display: block;
}
header .flottant1 {
  z-index: -1;
  position: absolute;
  top: 35%;
  left: -3%;
  width: 160px;
  aspect-ratio: 1.7777777777778;
  background-image: url(http://localhost:8888/Regietech/wp-content/uploads/2025/04/BorderGrey.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
header .flottant2 {
  z-index: -1;
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 59px;
  aspect-ratio: 1.6865671641791;
  background-image: url(http://localhost:8888/Regietech/wp-content/uploads/2025/04/FullGrey.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
header .flottant3 {
  z-index: -1;
  position: absolute;
  bottom: 10%;
  right: 2%;
  width: 113px;
  aspect-ratio: 1.6865671641791;
  background-image: url(http://localhost:8888/Regietech/wp-content/uploads/2025/04/FullGrey.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .menu-complet .main-navigation {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    background: #243f36;
  }
  .menu-complet .main-navigation .menu-menu-1-container {
    width: 100%;
    height: 100%;
  }
  .menu-complet .main-navigation .menu-menu-1-container ul {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 5%;
  }
  .menu-complet .main-navigation .menu-menu-1-container ul li {
    margin: 4px 12px;
  }
  .menu-complet .main-navigation .menu-menu-1-container ul li a {
    color: white;
    font-size: 2rem;
  }
  .menu-complet .main-navigation .menu-menu-1-container ul li a:hover {
    opacity: 0.6;
  }
  body .menu-complet .logo-gauche nav.main-navigation ul {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .menu-complet .logo-gauche nav.main-navigation ul.menu > li {
    z-index: 1;
    display: block !important;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .menu-complet .main-navigation .menu-menu-1-container {
    position: relative;
  }
  .menu-complet .main-navigation .menu-menu-1-container > ul {
    position: relative;
  }
  .menu-complet .main-navigation .menu-menu-1-container > ul > li {
    position: initial;
  }
  .menu-complet .logo-gauche nav.main-navigation {
    display: none;
    margin: 0;
  }
  .menu-complet .logo-gauche nav.activeMenuMyProd {
    display: block;
  }
  .menu-complet .main-navigation .menu-menu-1-container ul#primary-menu {
    gap: 8px;
    padding: 125px 5% 24px 5% !important;
  }
  .menu-complet .logo-gauche nav.main-navigation ul.menu > li:nth-child(7) {
    width: 100%;
    text-align: center;
  }
  .menu-complet .logo-gauche nav.main-navigation ul.menu > li:nth-child(7) a {
    width: 100%;
    text-align: center;
    padding: 8px 16px;
  }
  .menu-complet .logo-gauche nav.main-navigation ul.menu > li:last-child > a {
    margin: 0;
  }
  .activeMenuBurger span:nth-child(2) {
    opacity: 1 !important;
  }
  .menu-complet .logo-gauche nav.main-navigation .neon-bg {
    display: none;
  }
  header .wrapper .activeMenuBurger span {
    background-color: white !important;
  }
  .mobile-menu {
    order: 2;
    display: flex !important;
  }
  .activeMenuBurger span {
    transition: 0.3s all ease;
  }
  .activeMenuBurger span:first-child {
    position: relative;
    top: 15%;
    rotate: 45deg;
    transform-origin: 50% 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease;
  }
  .activeMenuBurger span:last-child {
    position: relative;
    top: -22%;
    rotate: 135deg;
    transform-origin: 50% 50%;
    transition: 0.3s all ease;
  }
  .menu-complet .main-navigation .menu-menu-1-container ul li a {
    color: white !important;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0;
  }
  .menu-complet .logo-gauche nav.main-navigation ul.menu > li.current-menu-item > a {
    opacity: 0.6;
    padding: 0;
  }
  footer .wrapperGlobal > .wrapper .second-row {
    grid-template-columns: repeat(1,1fr);
  }
  .menu-complet .logo-gauche nav.main-navigation ul.menu > li > .sub-menu {
    opacity: 1;
    position: initial;
    height: auto;
    pointer-events: all;
    align-items: flex-start;
    gap: 4px;
    background: transparent;
    background-color: transparent;
    padding: 0;
    box-shadow: unset;
  }
  .menu-complet .logo-gauche nav.main-navigation ul.menu > li > .sub-menu li {
    margin: 0;
  }
  .menu-complet .logo-gauche nav.main-navigation ul.menu > li > .sub-menu li a {
    font-size: 1.6rem;
    font-weight: 400;
    color: white !important;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .menu-hamburger-direct .logo-gauche .btn {
    display: none;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
    width: 60%;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-right-part {
    width: 40%;
  }
  .main-navigation-right-part__second {
    bottom: -100px;
  }
  .main-navigation-right-part .wrapper:before {
    top: 0;
  }
  .main-navigation-right-part .wrapper::after {
    bottom: 15%;
  }
  footer .wrapper .first-row {
    grid-template-columns: repeat(2,1fr);
    row-gap: 36px;
  }
  footer .wrapper .second-row nav .menu-menu-1-container ul.menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .wrapper .special-row .wrapper-row {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
  }
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2rem;
  }
  .btn {
    width: 100% !important;
    text-align: center;
  }
  footer .wrapperGlobal > .banner-contact {
    padding: 0;
  }
  footer .wrapperGlobal > .banner-contact .wrapper {
    padding: 32px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  footer .wrapperGlobal > .banner-contact .wrapper .btn-liste {
    width: 100%;
  }
  footer .wrapperGlobal > .banner-contact .wrapper h2,
  footer .wrapperGlobal > .banner-contact .wrapper p {
    text-align: center;
  }
  footer .wrapperGlobal > .wrapper .second-row {
    display: flex;
    flex-direction: column;
  }
  footer .wrapperGlobal > .wrapper .second-row .third-menu {
    align-items: flex-start;
    order: 2;
  }
  footer .wrapperGlobal > .wrapper .second-row .third-menu .top-part h3 {
    text-align: left;
  }
  footer .wrapperGlobal > .wrapper .second-row .third-menu .top-part p {
    text-align: left;
  }
  footer .wrapperGlobal > .wrapper .second-row .second-menu {
    order: 3;
  }
  footer .wrapperGlobal > .wrapper .second-row .third-menu .bottom-part a {
    text-align: left;
  }
  footer .wrapperGlobal > .wrapper .second-row .third-menu .bottom-part p {
    text-align: left;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container {
    padding: 100px 0 0 0;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container::before {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #2a311c;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    column-gap: 0;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:nth-child(2) {
    border-top: 0;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
    font-size: 2.4rem;
    padding: 12px 12px 8px;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a::after {
    width: 28px;
    height: 28px;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    row-gap: 16px;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-infos {
    display: block;
    padding: 0 0 24px 0;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-infos .imgcropCtn {
    display: none;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-infos .btn-liste {
    gap: 8px;
  }
}
@media (max-width: 900px) {
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part {
    width: 100%;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-right-part {
    display: none;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul {
    opacity: 0;
    transition: 0.3s all ease-in-out;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-fond {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header.site-header .logo-site {
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 110px;
  }
  header.site-header .wrapper .btn-header {
    font-size: 2rem;
  }
  footer .wrapper .second-row {
    flex-wrap: wrap;
  }
  header.site-header .rs {
    display: none;
  }
  footer .wrapper .second-row {
    grid-template-columns: repeat(1,1fr);
    row-gap: 32px;
  }
  h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 600px) {
  header.site-header .wrapper {
    justify-content: space-between;
  }
  header.site-header .wrapper .btn-header {
    display: none;
  }
  footer .wrapper .first-row {
    grid-template-columns: repeat(1,1fr);
  }
  footer .wrapper .second-row nav .menu-menu-1-container ul.menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .mh-100 {
    padding-top: 50px;
  }
  .mb-100 {
    padding-bottom: 50px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 9px;
  }
  footer .wrapper .first-row {
    grid-template-columns: repeat(1,1fr);
  }
  footer .wrapper .second-row nav .menu-menu-1-container ul.menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
    font-size: 2.2rem;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
    font-size: 1.8rem;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li ul.sub-menu li a {
    font-size: 1.4rem;
  }
  .menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li::before {
    top: 16%;
  }
}
body.page-id-2889 .menu-complet .logo-gauche nav.main-navigation ul > li:last-child a {
  background: #EA4A54 !important;
}
body.page-id-2889 .menu-complet .logo-gauche nav.main-navigation ul.sub-menu > li:last-child a {
  background-color: transparent !important;
}
body.page-id-2889 .grande-image .grande-image-content {
  background: #EA4A54 !important;
}
body.page-id-2889 .grande-image .grande-image-content .flottant1 svg path {
  fill: #FA993B;
}
body.page-id-2889 .cta-text__centered .btn {
  background: #EA4A54 !important;
}
body.page-id-2889 .cta-text__centered .btn:hover {
  color: #EA4A54 !important;
  background-color: white !important;
}
body.page-id-2889 .accordeon .accordeon-liste > li .ac-header .cross span {
  background-color: #EA4A54 !important;
}
body.page-id-2889 .accordeon .accordeon-liste > li .ac-panel ul li::before {
  background-color: #EA4A54 !important;
}
body.page-id-2889 .text-image ul li::before {
  background-color: #EA4A54 !important;
}
body.page-id-2889 .text-image ul li strong {
  text-transform: uppercase;
  color: #EA4A54 !important;
}
body.page-id-2889 .text-image .btn {
  background-color: #EA4A54;
}
body.page-id-2889 .text-image .btn:hover {
  color: #EA4A54;
  background-color: white;
}
body.page-id-2889 .listebloc-titlepart h2 {
  margin: 0 auto 24px auto;
}
body.page-id-2889 .listebloc .container-myprod .blocContainerGlobal:nth-child(2) .imgpart .arrow,
body.page-id-2889 .listebloc .container-myprod .blocContainerGlobal:nth-child(2) .content {
  background: #FA993B;
}
body.page-id-2887 .menu-complet .logo-gauche nav.main-navigation ul > li:last-child a {
  background: #0AACB1 !important;
}
body.page-id-2887 .menu-complet .logo-gauche nav.main-navigation ul.sub-menu > li:last-child a {
  background-color: transparent !important;
}
body.page-id-2887 .grande-image .grande-image-content {
  background: #0AACB1 !important;
}
body.page-id-2887 .grande-image .grande-image-content .flottant1 svg path {
  fill: #FA993B;
}
body.page-id-2887 .cta-text__centered .btn {
  background: #0AACB1 !important;
}
body.page-id-2887 .cta-text__centered .btn:hover {
  color: #0AACB1 !important;
  background-color: white !important;
}
body.page-id-2887 .accordeon .accordeon-liste > li .ac-header .cross span {
  background-color: #0AACB1 !important;
}
body.page-id-2887 .accordeon .accordeon-liste > li .ac-panel ul li::before {
  background-color: #0AACB1 !important;
}
body.page-id-2887 .text-image ul li::before {
  background-color: #0AACB1 !important;
}
body.page-id-2887 .text-image ul li strong {
  text-transform: uppercase;
  color: #0AACB1 !important;
}
body.page-id-2887 .text-image .btn {
  background-color: #0AACB1;
}
body.page-id-2887 .text-image .btn:hover {
  color: #0AACB1;
  background-color: white;
}
body.page-id-2887 .listebloc-titlepart h2 {
  margin: 0 auto 24px auto;
}
body.page-id-2887 .listebloc .container-myprod .blocContainerGlobal:nth-child(1) .imgpart .arrow,
body.page-id-2887 .listebloc .container-myprod .blocContainerGlobal:nth-child(1) .content {
  background: #EA4A54;
}
body.page-id-2887 .listebloc .container-myprod .blocContainerGlobal:nth-child(2) .imgpart .arrow,
body.page-id-2887 .listebloc .container-myprod .blocContainerGlobal:nth-child(2) .content {
  background: #FA993B;
}
body.page-id-2891 .menu-complet .logo-gauche nav.main-navigation ul > li:last-child a {
  background: #FA993B !important;
}
body.page-id-2891 .menu-complet .logo-gauche nav.main-navigation ul.sub-menu > li:last-child a {
  background-color: transparent !important;
}
body.page-id-2891 .grande-image .grande-image-content {
  background: #FA993B !important;
}
body.page-id-2891 .grande-image .grande-image-content .flottant1 svg path {
  fill: #EA4A54;
}
body.page-id-2891 .cta-text__centered .btn {
  background: #FA993B !important;
}
body.page-id-2891 .cta-text__centered .btn:hover {
  color: #FA993B !important;
  background-color: white !important;
}
body.page-id-2891 .accordeon .accordeon-liste > li .ac-header .cross span {
  background-color: #FA993B !important;
}
body.page-id-2891 .accordeon .accordeon-liste > li .ac-panel ul li::before {
  background-color: #FA993B !important;
}
body.page-id-2891 .text-image ul li::before {
  background-color: #FA993B !important;
}
body.page-id-2891 .text-image ul li strong {
  text-transform: uppercase;
  color: #FA993B !important;
}
body.page-id-2891 .text-image .btn {
  background-color: #FA993B;
}
body.page-id-2891 .text-image .btn:hover {
  color: #FA993B;
  background-color: white;
}
body.page-id-2891 .listebloc-titlepart h2 {
  margin: 0 auto 24px auto;
}
body.page-id-2891 .listebloc .container-myprod .blocContainerGlobal:nth-child(2) .imgpart .arrow,
body.page-id-2891 .listebloc .container-myprod .blocContainerGlobal:nth-child(2) .content {
  background: #EA4A54;
}
.logo-site .logo-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .logo-site .logo-desktop {
    display: none !important;
  }
  .logo-site .logo-mobile {
    display: inline !important;
  }
}
#sb_instagram {
  display: block;
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
#sb_instagram_header {
  display: none !important;
}
.pswp {
  z-index: 9999999999;
}
.space {
  width: 3px;
}
#pwgc-redeem-gift-card-container label {
  font-family: "Poppins";
  font-size: 1.6rem;
}
#pwgc-redeem-gift-card-number {
  width: 100% !important;
  margin: 0 0 12px 0;
}
.wc-backward {
  text-decoration: none !important;
}
:root {
  --acc-bg: #fff;
  --acc-muted: #6b7280;
  --acc-border: #E5E7EB;
  --acc-ring: #9EC08C;
  --acc-ring-strong: #2A311C;
  --acc-shadow: 0 10px 30px rgba(0,0,0,0.06);
  --radius-xl: 18px;
  --radius-lg: 12px;
  --gap: clamp(18px,2.5vw,28px);
  --pad: clamp(18px,2.5vw,28px);
  --font: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.woocommerce #customer_login {
  display: grid;
  grid-column: 1 / 3;
  grid-template-columns: 1fr;
  gap: var(--gap);
  margin: clamp(16px,2vw,24px) 0;
  font-family: var(--font);
}
.woocommerce #customer_login::before {
  display: none;
}
@media (min-width: 900px) {
  .woocommerce #customer_login {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce #customer_login .u-column1,
.woocommerce #customer_login .u-column2 {
  background: var(--acc-bg);
  border: 1px solid var(--acc-border);
  border-radius: var(--radius-xl);
  padding: clamp(22px,3vw,36px);
  box-shadow: var(--acc-shadow);
  position: relative;
  overflow: hidden;
}
.woocommerce #customer_login .u-column1::before,
.woocommerce #customer_login .u-column2::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(120px 120px at 100% 100%,rgba(42,49,28,0.08),transparent 70%);
  pointer-events: none;
}
.woocommerce #customer_login h2 {
  margin: 0 0 14px 0;
  font-size: clamp(22px,2.2vw,28px);
  line-height: 1.2;
  color: var(--acc-ring-strong);
  letter-spacing: .2px;
}
.woocommerce #customer_login .woocommerce-notices-wrapper {
  margin-bottom: 10px;
}
.woocommerce #customer_login form .form-row,
.woocommerce #customer_login form .woocommerce-form-row {
  margin: 0 0 16px 0;
}
.woocommerce #customer_login form label {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--acc-muted);
  margin-bottom: 8px;
}
.woocommerce #customer_login form .required {
  color: var(--acc-ring-strong);
}
.woocommerce #customer_login .woocommerce-Input.input-text {
  width: 100%;
  border: 1px solid var(--acc-border);
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 12px 14px;
  font-size: 1rem;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.woocommerce #customer_login .woocommerce-Input.input-text:focus {
  outline: none;
  border-color: var(--acc-ring);
  box-shadow: 0 0 0 4px rgba(158,192,140,0.22);
}
.woocommerce #customer_login .password-input {
  position: relative;
  display: block;
}
.woocommerce #customer_login .password-input .show-password-input {
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 0%;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
}
.woocommerce #customer_login .password-input .show-password-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(158,192,140,0.35);
}
.woocommerce #customer_login .password-input .show-password-input::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 7px auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%232A311C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8S1 12 1 12Z'/><circle cx='12' cy='12' r='3.5'/></svg>");
  opacity: .8;
}
.woocommerce #customer_login .password-input .show-password-input.display-password::before {
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%232A311C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M3 3l18 18'/><path d='M10.6 10.6A3.5 3.5 0 0 0 12 15.5 3.5 3.5 0 0 0 15.5 12c0-.5-.1-.9-.2-1.3'/><path d='M9.9 4.2A13.6 13.6 0 0 1 12 4c7 0 11 8 11 8a21.5 21.5 0 0 1-4.1 5.7M6.1 6.1A21.7 21.7 0 0 0 1 12s4 8 11 8c1.8 0 3.4-.5 4.9-1.3'/></svg>");
}
.woocommerce #customer_login .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 14px;
  color: var(--acc-muted);
  font-size: .98rem;
}
.woocommerce #customer_login .woocommerce-form__input-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--acc-ring-strong);
  border-radius: 4px;
}
.woocommerce #customer_login .button,
.woocommerce #customer_login .woocommerce-button,
.woocommerce #customer_login .woocommerce-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--acc-ring-strong);
  color: #fff;
  border: 1px solid var(--acc-ring-strong);
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 6px 16px rgba(42,49,28,0.18);
}
.woocommerce #customer_login .button:hover,
.woocommerce #customer_login .woocommerce-button:hover,
.woocommerce #customer_login .woocommerce-Button:hover {
  filter: brightness(1.05);
  box-shadow: 0 8px 22px rgba(42,49,28,0.22);
}
.woocommerce #customer_login .button:active,
.woocommerce #customer_login .woocommerce-button:active,
.woocommerce #customer_login .woocommerce-Button:active {
  transform: translateY(1px);
}
.woocommerce #customer_login .woocommerce-form-register__submit,
.woocommerce #customer_login .woocommerce-form-login__submit {
  width: 100%;
  margin-top: 6px;
}
.woocommerce #customer_login .woocommerce-LostPassword {
  margin-top: 10px;
}
.woocommerce #customer_login .woocommerce-LostPassword a {
  color: var(--acc-ring-strong);
  text-decoration: none;
  border-bottom: 1px dashed rgba(42,49,28,0.35);
  padding-bottom: 1px;
}
.woocommerce #customer_login .woocommerce-LostPassword a:hover {
  border-bottom-style: solid;
}
.woocommerce #customer_login .woocommerce-privacy-policy-text {
  font-size: .92rem;
  color: var(--acc-muted);
  background: linear-gradient(180deg,rgba(42,49,28,0.04),transparent 60%);
  padding: 10px 12px;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(42,49,28,0.12);
  margin: 6px 0 8px;
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
  float: none !important;
  width: auto !important;
}
body.woocommerce-account .woocommerce {
  width: 90%;
  max-width: 1160px;
  margin: 140px auto 100px;
}
body.woocommerce-account .woocommerce::before {
  display: none;
}
body.woocommerce-account .site-header {
  background-color: #2A311C;
}
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  box-sizing: border-box;
}
@media (min-width: 901px) {
  body.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
  }
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  width: 100%;
  top: 120px;
  align-self: start;
  background: #2A311C;
  border: 1px solid #888E63;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  color: #E4DDC0;
  transition: .2s ease;
  position: relative;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23E4DDC0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .9;
  transition: .2s ease;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: #324852;
  transform: translateX(2px);
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active > a {
  color: #2A311C;
  background: #B8C61D;
  font-weight: 700;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active > a::after {
  filter: invert(1);
}
body.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  background: #fff;
  border: 1px solid #2A311C;
  border-radius: 12px;
  padding: 24px;
  min-height: 420px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}
body.woocommerce-account .woocommerce-MyAccount-content p {
  color: #2A311C;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
body.woocommerce-account .woocommerce-MyAccount-content a {
  color: #2A311C;
  text-decoration: underline 1px solid #2A311C !important;
  transition: .2s ease;
}
body.woocommerce-account .woocommerce-MyAccount-content a:hover {
  opacity: .7;
}
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: #324852;
  font-family: "Relation", "Josefin Sans", Georgia, serif;
  font-weight: 400;
  margin: 0 0 16px;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  padding: 0 0 12px;
  pointer-events: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
  pointer-events: auto;
  margin: 0 0 8px;
  border-radius: 10px;
  border: 1px solid #888E63;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  font-family: Poppins;
  font-size: 1.4rem;
  animation: accountNoticeIn .2s ease-out both;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
  background: #E4DDC0;
  color: #2A311C;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  background: #324852;
  color: #FEFEFE;
  border-color: #243E36;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
  background: #AC111D;
  color: #FEFEFE;
  border-color: #650B12;
}
@keyframes accountNoticeIn {
  from {
    transform: translateY(-8px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@media (min-width: 901px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 48px;
  }
}
body.woocommerce-account table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #2A311C;
  border-radius: 8px;
  overflow: hidden;
  font-family: Poppins;
  font-size: 1.4rem;
}
body.woocommerce-account table.shop_table thead {
  background: #2A311C;
  color: #E4DDC0;
}
body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
  padding: 12px 14px;
  border-bottom: 1px solid #E6E6E6;
}
body.woocommerce-account table.shop_table tbody tr:hover {
  background: #FAFAF7;
}
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  font-family: Poppins;
  font-size: 1.4rem;
  color: #E4DDC0 !important;
  border: 1px solid #888E63;
  background: #888E63;
  border-radius: 6px;
  transition: .2s ease;
  text-decoration: none !important;
}
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce .button:hover {
  background: #2A311C;
  border-color: #2A311C;
}
body.woocommerce-account .woocommerce form .form-row input.input-text,
body.woocommerce-account .woocommerce form .form-row textarea,
body.woocommerce-account .woocommerce form .form-row select {
  position: relative;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #888E63;
  border-radius: 6px;
  background: #FEFEFE;
  color: #2A311C;
  font-family: Poppins;
  font-size: 1.5rem;
  transition: .2s ease;
}
body.woocommerce-account .woocommerce form .form-row input:focus,
body.woocommerce-account .woocommerce form .form-row textarea:focus,
body.woocommerce-account .woocommerce form .form-row select:focus {
  outline: none;
  border-color: #2A311C;
  box-shadow: 0 0 0 3px rgba(42,49,28,0.15);
}
body.woocommerce-account .woocommerce form .required {
  color: #AC111D;
}
body.woocommerce-account .select2-container .select2-selection {
  border: 1px solid #888E63;
  border-radius: 6px;
  height: 42px;
}
body.woocommerce-account .select2-container .select2-selection__rendered {
  line-height: 42px;
  padding-left: 10px;
  color: #2A311C;
}
body.woocommerce-account .select2-container .select2-selection__arrow {
  height: 42px;
}
@media (max-width: 900px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
    border-radius: 12px;
    padding: 8px;
    overflow: hidden;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 1.4rem;
  }
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 56px 16px 20px;
  }
}
body.woocommerce-account a:focus {
  outline: 2px dashed #B8C61D;
  outline-offset: 2px;
}
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: #324852;
  font-family: "Relation", "Josefin Sans", serif;
  font-weight: 400;
  margin: 0 0 16px;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
  border-radius: 10px;
  border: 1px solid #888E63;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  font-family: Poppins;
  font-size: 1.4rem;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  background: #324852;
  color: #FEFEFE;
  border-color: #243E36;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
  background: #E4DDC0;
  color: #2A311C;
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
  background: #AC111D;
  color: #FEFEFE;
  border-color: #650B12;
}
body.woocommerce-account .woocommerce-orders-table {
  width: 100%;
  border: 1px solid #2A311C;
  border-radius: 12px;
  overflow: hidden;
  font-family: Poppins;
  font-size: 1.4rem;
}
body.woocommerce-account .woocommerce-orders-table thead {
  background: #2A311C;
  color: #E4DDC0;
}
body.woocommerce-account .woocommerce-orders-table th,
body.woocommerce-account .woocommerce-orders-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #E6E6E6;
  vertical-align: middle;
}
body.woocommerce-account .woocommerce-orders-table tbody tr:hover {
  background: #FAFAF7;
}
body.woocommerce-account .woocommerce-orders-table .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 1.3rem;
  border: 1px solid #888E63;
  background: #888E63;
  color: #E4DDC0 !important;
  border-radius: 6px;
  transition: .2s ease;
}
body.woocommerce-account .woocommerce-orders-table .button:hover {
  background: #2A311C;
  border-color: #2A311C;
}
body.woocommerce-account .woocommerce-orders-table__cell-order-status {
  text-transform: capitalize;
}
body.woocommerce-account .woocommerce-orders-table__cell-order-status > * {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #E4DDC0;
  color: #2A311C;
}
body.woocommerce-account .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
body.woocommerce-account .woocommerce-order-overview li {
  border: 1px solid #2A311C;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #2A311C;
  font-family: Poppins;
  font-size: 1.4rem;
}
body.woocommerce-account .woocommerce-table--order-details {
  width: 100%;
  border: 1px solid #2A311C;
  border-radius: 12px;
  overflow: hidden;
  font-family: Poppins;
  font-size: 1.4rem;
  margin: 16px 0 24px;
}
body.woocommerce-account .woocommerce-table--order-details thead {
  background: #2A311C;
  color: #E4DDC0;
}
body.woocommerce-account .woocommerce-table--order-details th,
body.woocommerce-account .woocommerce-table--order-details td {
  padding: 12px 14px;
  border-bottom: 1px solid #E6E6E6;
}
body.woocommerce-account .woocommerce-customer-details address,
body.woocommerce-account .woocommerce-Address address {
  background: #FAFAF7;
  border: 1px solid #E4DDC0;
  color: #2A311C;
  padding: 16px;
  border-radius: 10px;
  font-family: Poppins;
  font-size: 1.5rem;
}
body.woocommerce-account .addresses {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
body.woocommerce-account .addresses::before,
body.woocommerce-account .addresses::after {
  display: none;
}
@media (max-width: 900px) {
  body.woocommerce-account .addresses {
    grid-template-columns: 1fr;
  }
}
body.woocommerce-account .woocommerce-Address {
  width: 100% !important;
  border: 1px solid #2A311C;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.woocommerce-account .woocommerce-Address header {
  background: #2A311C;
  color: #E4DDC0;
  padding: 12px 16px;
}
body.woocommerce-account .woocommerce-Address header h2 {
  color: #e4ddc0;
  font-size: 20px;
  font-family: "Poppins", serif;
}
body.woocommerce-account .woocommerce-Address .title h3 {
  margin: 0;
  color: #E4DDC0;
  font-weight: 400;
  font-family: "Relation", "Josefin Sans", serif;
}
body.woocommerce-account .woocommerce-Address .title a.edit {
  text-decoration: none !important;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #888E63;
  background: #888E63;
  color: #E4DDC0 !important;
  font-family: Poppins;
  border-radius: 6px;
  transition: .2s ease;
  text-decoration: none;
}
body.woocommerce-account .woocommerce-Address .title a.edit:hover {
  background: #2A311C;
  border-color: #2A311C;
}
body.woocommerce-account .woocommerce-Address address {
  margin: 16px;
}
body.woocommerce-account .edit-account form,
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-Address form {
  margin-top: 8px;
}
body.woocommerce-account .woocommerce-Address form .form-row,
body.woocommerce-account .woocommerce-EditAccountForm .form-row {
  margin: 0 0 12px;
}
@media (min-width: 901px) {
  body.woocommerce-account .woocommerce-Address form .form-row-first,
  body.woocommerce-account .woocommerce-Address form .form-row-last,
  body.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
  body.woocommerce-account .woocommerce-EditAccountForm .form-row-last {
    width: calc(42%);
    float: left;
  }
  body.woocommerce-account .woocommerce-Address form .form-row-last,
  body.woocommerce-account .woocommerce-EditAccountForm .form-row-last {
    margin-left: 16px;
  }
}
body.woocommerce-account .woocommerce-Address form .clear,
body.woocommerce-account .woocommerce-EditAccountForm .clear {
  clear: both;
}
body.woocommerce-account .woocommerce-Address form button.button,
body.woocommerce-account .woocommerce-EditAccountForm button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  font-family: Poppins;
  font-size: 1.4rem;
  border-radius: 6px;
  border: 1px solid #888E63;
  background: #888E63;
  color: #E4DDC0 !important;
  transition: .2s ease;
}
body.woocommerce-account .woocommerce-Address form button.button:hover,
body.woocommerce-account .woocommerce-EditAccountForm button.button:hover {
  background: #2A311C;
  border-color: #2A311C;
}
body.woocommerce-account .woocommerce form .description {
  display: block;
  margin-top: 6px;
  font-size: 1.3rem;
  color: #324852;
  opacity: .9;
}
body.woocommerce-account .woocommerce-EditAccountForm {
  border: 1px solid #2A311C;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}
body.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: 1px dashed #E4DDC0;
  border-radius: 10px;
  padding: 12px 12px 4px;
  margin: 8px 0 0;
}
body.woocommerce-account .woocommerce-EditAccountForm legend {
  color: #324852;
  font-family: "Relation", "Josefin Sans", serif;
  font-size: 1.6rem;
  padding: 0 8px;
}
body.woocommerce-account table.woocommerce-table--downloads {
  width: 100%;
  border: 1px solid #2A311C;
  border-radius: 12px;
  overflow: hidden;
  font-family: Poppins;
  font-size: 1.4rem;
}
body.woocommerce-account table.woocommerce-table--downloads thead {
  background: #2A311C;
  color: #E4DDC0;
}
body.woocommerce-account table.woocommerce-table--downloads th,
body.woocommerce-account table.woocommerce-table--downloads td {
  padding: 12px 14px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 760px) {
  body.woocommerce-account table.shop_table thead {
    display: none;
  }
  body.woocommerce-account table.shop_table tbody tr {
    display: block;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin: 0 0 12px;
    background: #fff;
  }
  body.woocommerce-account table.shop_table tbody td {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 10px;
    border: none;
    border-bottom: 1px solid #F1F1F1;
    padding: 10px 12px;
  }
  body.woocommerce-account table.shop_table tbody td:last-child {
    border-bottom: none;
  }
  body.woocommerce-account table.shop_table tbody td::before {
    content: attr(data-title);
    color: #324852;
    font-weight: 600;
  }
  body.woocommerce-account .woocommerce-orders-table__cell-order-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-NoticeGroup {
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  padding: 0 0 12px;
  pointer-events: none;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  padding-top: 56px;
}
@media (max-width: 900px) {
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 64px;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content a:focus,
body.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
  outline: 2px dashed #B8C61D;
  outline-offset: 2px;
}
:root {
  --checkout-notice-top: 100px;
}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  display: none;
}
@keyframes wcSlideIn {
  from {
    transform: translateY(-12px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
body.woocommerce-checkout #customer_details input,
body.woocommerce-checkout #customer_details select,
body.woocommerce-checkout #customer_details textarea,
body.woocommerce-checkout #customer_details .select2-selection {
  scroll-margin-top: calc(var(--checkout-notice-top) + 20px);
}
.woocommerce-NoticeGroup-checkout:empty {
  display: none;
}
@media (max-width: 767px) {
  :root {
    --checkout-notice-top: 80px;
  }
  body.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
    font-size: 1.3rem;
  }
}
body.woocommerce-checkout .site-header {
  background-color: #2A311C;
}
body.woocommerce-checkout .woocommerce {
  width: 90%;
  max-width: 1160px;
  margin: 140px auto 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  align-items: start;
}
body.woocommerce-checkout .woocommerce-notices-wrapper {
  margin: 0;
  padding: 0;
  flex: 1 1 100%;
  width: 100%;
}
body.woocommerce-checkout .woocommerce-notices-wrapper:empty {
  display: none;
}
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message {
  font-family: Poppins;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  width: 100%;
  flex: 1 1 100%;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  border: 1px solid var(--VERT-GRIS,#888E63);
  background: #fff;
  color: var(--VERT,#2A311C);
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon {
  font-family: Poppins;
  text-decoration: underline;
}
body.woocommerce-checkout form.woocommerce-form-coupon {
  margin: 12px 0 0;
  padding: 12px;
  border: 1px dashed var(--VERT-GRIS,#888E63);
  border-radius: 8px;
  background: #fff;
  display: none;
}
body.woocommerce-checkout form.woocommerce-form-coupon .form-row-first,
body.woocommerce-checkout form.woocommerce-form-coupon .form-row-last {
  width: 100%;
  margin: 0 0 8px 0;
}
body.woocommerce-checkout form.woocommerce-form-coupon input.input-text {
  display: inline-flex;
  width: 100%;
  padding: 10px 12px;
  font-family: Poppins;
  font-size: 1.4rem;
  color: var(--VERT,#2A311C);
  border: 1px solid var(--VERT,#2A311C);
  background: transparent;
  border-radius: 4px;
}
body.woocommerce-checkout form.woocommerce-form-coupon .button {
  display: inline-flex;
  height: auto;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: Poppins;
  font-size: 1.4rem;
  color: var(--BEIGE,#E4DDC0);
  border: 1px solid var(--VERT-GRIS,#888E63);
  background: var(--VERT-GRIS,#888E63);
  transition: .2s ease;
}
body.woocommerce-checkout form.woocommerce-form-coupon .button:hover {
  background: #3b4a29;
}
body.woocommerce-checkout .woocommerce-info::before {
  position: initial;
  color: #2a311c;
  margin: 0px 8px 0 0;
}
body.woocommerce-checkout form.woocommerce-checkout {
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-auto-rows: auto;
  column-gap: 16px;
  row-gap: 16px;
}
body.woocommerce-checkout form.woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
}
body.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
  float: unset;
  margin: 0 0 16px 0;
}
body.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  float: unset;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  display: none;
}
body.woocommerce-checkout #customer_details {
  background: transparent;
  border: 0;
}
body.woocommerce-checkout #customer_details .col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--VERT,#2A311C);
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading {
  color: #324852;
  font-family: "Relation Script", sans-serif, "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 0 0 16px;
}
body.woocommerce-checkout .woocommerce form .form-row {
  margin: 0 0 12px;
  padding: 0;
}
body.woocommerce-checkout .woocommerce form .form-row label {
  display: block;
  margin: 0 0 6px;
  color: var(--VERT,#2A311C);
  font-family: Poppins;
  font-size: 1.4rem;
}
body.woocommerce-checkout .woocommerce form .form-row .input-text,
body.woocommerce-checkout .woocommerce form .form-row select,
body.woocommerce-checkout .woocommerce form .form-row textarea {
  width: 100%;
  padding: 10px 12px;
  color: var(--VERT,#2A311C);
  font-family: Poppins;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid var(--VERT-GRIS,#888E63);
  border-radius: 6px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.woocommerce-checkout .woocommerce form .form-row textarea {
  min-height: 110px;
}
body.woocommerce-checkout .woocommerce form .form-row .input-text:focus,
body.woocommerce-checkout .woocommerce form .form-row select:focus,
body.woocommerce-checkout .woocommerce form .form-row textarea:focus {
  outline: none;
  border-color: var(--VERT,#2A311C);
  box-shadow: 0 0 0 3px rgba(42,49,28,0.15);
}
body.woocommerce-checkout .woocommerce-invalid .input-text {
  border-color: #c62828 !important;
}
body.woocommerce-checkout .woocommerce-validated .input-text {
  border-color: #2e7d32 !important;
}
body.woocommerce-checkout .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 6px;
  border: 1px solid var(--VERT-GRIS,#888E63);
}
body.woocommerce-checkout .select2-selection__rendered {
  line-height: 40px !important;
  padding: 0 12px !important;
}
body.woocommerce-checkout .select2-selection__arrow {
  height: 40px !important;
}
body.woocommerce-checkout #order_review {
  position: sticky;
  top: 120px;
  padding: 16px;
  border: 1px solid var(--VERT,#2A311C);
  border-radius: 12px;
  background: #2A311C;
  color: #E4DDC0;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
body.woocommerce-checkout #order_review a {
  text-decoration: none;
}
body.woocommerce-checkout #order_review .woocommerce-privacy-policy-link {
  font-size: 1.2rem;
  text-decoration: underline #e4ddc0 !important;
}
body.woocommerce-checkout #order_review .woocommerce-terms-and-conditions-checkbox-text {
  color: #e4ddc0;
}
body.woocommerce-checkout #order_review .woocommerce-terms-and-conditions-checkbox-text a {
  font-size: 1.4rem;
  text-decoration: underline #e4ddc0 !important;
}
body.woocommerce-checkout #order_review .shop_table {
  width: 100%;
  border: 0;
  background: transparent;
  border-collapse: separate;
  border-spacing: 0 8px;
}
body.woocommerce-checkout #order_review thead th {
  color: #E4DDC0;
  font-family: Poppins;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: 0;
  padding: 0 0 8px;
}
body.woocommerce-checkout #order_review tbody tr {
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
}
body.woocommerce-checkout #order_review tbody td {
  color: #E4DDC0;
  font-family: Poppins;
  font-size: 1.4rem;
  border: 0;
  padding: 8px 10px;
}
body.woocommerce-checkout #order_review tfoot th,
body.woocommerce-checkout #order_review tfoot td {
  color: #E4DDC0;
  font-family: Poppins;
  font-size: 1.5rem;
  border: 0;
  padding: 8px 0;
}
body.woocommerce-checkout #order_review tfoot .order-total th,
body.woocommerce-checkout #order_review tfoot .order-total td {
  border-top: 1px solid #888E63;
  padding-top: 12px;
  font-weight: 700;
}
body.woocommerce-checkout #order_review .woocommerce-Price-amount {
  font-weight: 700;
}
body.woocommerce-checkout #payment {
  margin-top: 16px;
  background: transparent;
  border-radius: 8px;
}
body.woocommerce-checkout .wc_payment_methods {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}
body.woocommerce-checkout .wc_payment_methods .payment_method,
body.woocommerce-checkout .wc_payment_methods > li {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  padding: 12px;
  margin: 0 0 8px;
}
body.woocommerce-checkout #payment .woocommerce-info {
  color: #E4DDC0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin: 8px 0 16px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  color: #E4DDC0;
  font-family: Poppins;
  font-size: 1.3rem;
}
body.woocommerce-checkout .woocommerce-privacy-policy-text p {
  color: #E4DDC0;
  font-family: Poppins;
  font-size: 1.3rem;
  margin: 0 0 8px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-link,
body.woocommerce-checkout .woocommerce-privacy-policy-link {
  color: #E4DDC0;
  text-decoration: underline;
}
body.woocommerce-checkout #place_order,
body.woocommerce-checkout .woocommerce .button.alt {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: auto;
  padding: 12px 14px;
  font-family: Poppins;
  font-size: 1.6rem;
  color: var(--BEIGE,#E4DDC0);
  border: 1px solid var(--VERT-GRIS,#888E63);
  background: var(--VERT-GRIS,#888E63);
  transition: .2s ease;
}
body.woocommerce-checkout #place_order:hover {
  background: #3b4a29;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.woocommerce-checkout #customer_details .col2-set {
    grid-template-columns: 1fr;
  }
  body.woocommerce-checkout #order_review {
    position: static;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce {
    width: 92%;
    margin: 100px auto 80px;
  }
  body.woocommerce-checkout .woocommerce form .form-row label {
    font-size: 1.3rem;
  }
  body.woocommerce-checkout #order_review .shop_table thead {
    display: none;
  }
  body.woocommerce-checkout #order_review .shop_table tbody td {
    padding: 10px 0;
  }
}
body.woocommerce-checkout .woocommerce.is-fullwidth {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(0%);
  margin-right: calc(0%);
  padding-left: 5vw;
  padding-right: 5vw;
}
body.woocommerce-cart .site-header {
  background-color: #2A311C;
}
body.woocommerce-cart .woocommerce {
  width: 90%;
  max-width: 1160px;
  margin: 140px auto 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  align-items: start;
}
body.woocommerce-cart .woocommerce-cart-form {
  width: 100%;
  flex: 1 1 100%;
  background: transparent;
}
body.woocommerce-cart a.restore-item {
  font-family: Poppins;
}
body.woocommerce-cart .shop_table.cart {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 12px;
}
body.woocommerce-cart .shop_table thead th {
  color: var(--VERT,#2A311C);
  font-family: Poppins;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: 0;
  padding: 12px 10px;
}
body.woocommerce-cart .shop_table tbody tr.cart_item {
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}
body.woocommerce-cart .shop_table tbody tr.cart_item td {
  background: #fff;
  border: 1px solid var(--VERT,#2a311c21);
  border-right: 0;
  padding: 12px 10px;
  vertical-align: middle;
}
body.woocommerce-cart .shop_table tbody tr.cart_item td:first-child {
  border-radius: 8px 0 0 8px;
}
body.woocommerce-cart .shop_table tbody tr.cart_item td:last-child {
  border-right: 1px solid var(--VERT,#2a311c21);
  border-radius: 0 8px 8px 0;
}
body.woocommerce-cart table.cart td.actions {
  position: absolute;
  display: flex;
  width: max-content;
  align-items: stretch;
  gap: 16px;
}
body.woocommerce-cart .product-remove .remove {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background: var(--VERT-GRIS,#888E63);
  transition: .2s ease;
  box-sizing: border-box;
}
body.woocommerce-cart .product-remove .remove:hover {
  background: #3b4a29;
  transform: scale(.95);
}
body.woocommerce-cart .product-thumbnail img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}
body.woocommerce-cart .product-name a {
  color: var(--VERT,#2A311C);
  font-family: Poppins;
  font-size: 1.6rem;
  text-decoration: none;
  transition: .2s ease;
}
body.woocommerce-cart .product-name a:hover {
  opacity: .7;
}
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
  white-space: nowrap;
}
body.woocommerce-cart .woocommerce-Price-amount {
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--VERT,#2a311c);
}
body.woocommerce-cart .product-quantity .quantity {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.woocommerce-cart .product-quantity .qty {
  width: 72px;
  height: 38px;
  text-align: center;
  color: var(--VERT,#2A311C);
  font-family: Poppins;
  font-size: 1.6rem;
  background: transparent;
  border: 1px solid var(--VERT-GRIS,#888E63);
  border-radius: 4px;
}
body.woocommerce-cart .product-quantity .qty::-webkit-outer-spin-button,
body.woocommerce-cart .product-quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .shop_table .actions {
  background: transparent;
  border: 0;
  padding: 0;
}
body.woocommerce-cart .shop_table .actions .coupon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}
body.woocommerce-cart .shop_table .actions .coupon #coupon_code {
  display: inline-flex;
  width: 150px;
  padding: 10px 12px;
  color: var(--VERT,#2A311C) !important;
  font-family: Poppins;
  font-size: 1.4rem;
  background: transparent;
  border: 1px solid var(--VERT,#2A311C) !important;
  border-radius: 4px;
}
body.woocommerce-cart .shop_table .actions .coupon #coupon_code::placeholder {
  color: var(--VERT,#2A311C) !important;
}
body.woocommerce-cart :where(.woocommerce) .button[name="apply_coupon"],
body.woocommerce-cart :where(.woocommerce) .button[name="update_cart"] {
  min-width: 180px;
}
body.woocommerce-cart :where(.woocommerce) .button[disabled] {
  opacity: .5;
  cursor: not-allowed;
}
body.woocommerce-cart .cart-collaterals {
  flex: 1 1 40%;
  position: sticky;
  top: 120px;
}
body.woocommerce-cart .cart_totals {
  padding: 24px;
  border-radius: 12px;
  background: #2A311C;
  color: #E4DDC0;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
body.woocommerce-cart .cart_totals .woocommerce-Price-amount {
  color: #e4ddc0;
}
body.woocommerce-cart .cart_totals h2 {
  color: #E4DDC0;
  font-family: "Relation Script", sans-serif, "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin: 0 0 16px;
}
body.woocommerce-cart .cart_totals .shop_table {
  width: 100%;
  border: 0;
  background: transparent;
}
body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td {
  color: #E4DDC0;
  font-family: Poppins;
  font-size: 1.6rem;
  border: 0;
  background: transparent;
  padding: 8px 0;
}
body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  border-top: 1px solid #2a311c21;
  padding-top: 16px;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
}
body.woocommerce-cart .cart_totals .checkout-button {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 12px;
  color: var(--BEIGE,#E4DDC0) !important;
  border: 1px solid var(--VERT-GRIS,#888E63);
  background: var(--VERT-GRIS,#888E63);
  text-decoration: none;
  transition: .2s ease;
}
body.woocommerce-cart .cart_totals .checkout-button:hover {
  background: #3b4a29;
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.woocommerce-cart .cart-collaterals {
    position: static;
  }
}
@media (max-width: 767px) {
  body.woocommerce-cart .shop_table thead {
    display: none;
  }
  body.woocommerce-cart .shop_table tr,
  body.woocommerce-cart .shop_table td {
    display: block;
    width: 100%;
  }
  body.woocommerce-cart .shop_table tbody tr.cart_item td {
    border-right: 1px solid var(--VERT,#2A311C);
  }
  body.woocommerce-cart .shop_table td[data-title]::before {
    content: attr(data-title) " ";
    display: block;
    color: var(--VERT-GRIS,#888E63);
    font-family: Poppins;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  body.woocommerce-cart .product-thumbnail {
    padding-top: 10px;
  }
  body.woocommerce-cart .product-thumbnail img {
    width: 100%;
    height: auto;
  }
  body.woocommerce-cart .shop_table .actions {
    padding: 0;
    margin-top: 8px;
  }
  body.woocommerce-cart .shop_table .actions .coupon {
    grid-template-columns: 1fr;
  }
  body.woocommerce-cart :where(.woocommerce) .button[name="apply_coupon"],
  body.woocommerce-cart :where(.woocommerce) .button[name="update_cart"] {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce.is-fullwidth {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(0%);
  margin-right: calc(0%);
  padding-left: 5vw;
  padding-right: 5vw;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  display: flex;
  height: auto;
  padding: 10px 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Poppins";
  gap: 8px;
  color: var(--BEIGE,#E4DDC0);
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid var(--VERT-GRIS,#888E63);
  background: var(--VERT-GRIS,#888E63);
}
.produit-single-cucina  {
  display: block;
  margin: 200px 0 0 0;
}
div.product_meta span {
  color: var(--VERT,#2A311C);
  font-family: "Poppins";
  font-size: 1.6rem;
}
div.product_meta a {
  color: var(--VERT,#2A311C);
  font-family: "Poppins";
  font-size: 1.6rem;
  transition: 0.3s all ease;
}
div.product_meta a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.woocommerce div.product .product_title {
  color: var(--VERT-GRIS,#888E63);
  text-align: left;
  font-family: "Relation";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-family: Poppins;
}
.woocommerce .woocommerce-product-details__short-description p {
  color: var(--VERT,#2A311C);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.single-product .woocommerce-breadcrumb {
  display: flex;
  margin: 0 0 50px 0;
  align-items: center;
  justify-content: flex-end;
  color: var(--VERT,#2A311C);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.single-product .woocommerce-breadcrumb a {
  color: var(--VERT,#2A311C);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.single-product .accordeon {
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-product .site-main .site-main {
  overflow-x: visible;
}
.single-product .accordeon .accordeon-liste > li .ac-panel {
  width: 100%;
}
.single-product .accordeon .accordeon-liste > li .ac-panel .ac-content-part {
  width: 100%;
  flex: 1 1 100%;
}
.single-product .accordeon .accordeon-liste > li .ac-panel .ac-content-part span,
.single-product .accordeon .accordeon-liste > li .ac-panel .ac-content-part label {
  color: var(--BEIGE,#E4DDC0);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.single-product .accordeon .accordeon-liste > li .ac-panel .ac-content-part div.product_meta a {
  color: var(--BEIGE,#E4DDC0);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.single-product .accordeon .accordeon-liste > li .ac-panel .ac-content-part #comment {
  background-color: #E4DDC0;
}
.single-product .accordeon .accordeon-liste > li .ac-panel .ac-content-part .form-submit input#submit {
  display: flex;
  height: auto;
  padding: 8px 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Poppins";
  gap: 8px;
  color: var(--BEIGE,#E4DDC0);
  font-size: 1.6rem;
  border: 1px solid var(--VERT-GRIS,#888E63);
  background: var(--VERT-GRIS,#888E63);
}
.single-product .site-header {
  background-color: #2A311C;
}
.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.single-product div.product div.images.woocommerce-product-gallery {
  width: auto;
  flex: 5 1 40%;
  margin: 0;
}
.single-product div.product div.summary {
  display: flex;
  flex-direction: column;
  width: auto;
  flex: 7 1 58%;
  padding: 0 0 0 8.333%;
  margin: 0;
}
.single-product div.product div.summary div.product_meta {
  order: 5;
}
.single-product div.product div.summary .product_title {
  order: 1;
  margin: 0 0 24px 0;
}
.single-product div.product div.summary .woocommerce-product-details__short-description {
  order: 2;
}
.single-product div.product div.summary .woocommerce-product-details__short-description p {
  font-weight: 300;
}
.single-product div.product div.summary p.price {
  color: var(--VERT-GRIS,#888E63);
  font-family: Poppins;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  order: 3;
}
.single-product div.product div.summary form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  gap: 16px;
  order: 4;
}
.single-product div.product div.summary form.cart::before {
  display: none;
}
.single-product div.product div.summary form.cart div.quantity {
  display: block;
  height: auto;
  float: unset;
  margin: 0;
}
.single-product div.product div.summary form.cart div.quantity .qty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  padding: 8px 10px;
  text-align: center;
  color: var(--VERT,#2A311C);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background: transparent;
  border: 1px solid var(--VERT-GRIS,#888E63);
}
.single-product div.product div.summary form.cart .button {
  display: flex;
  height: auto;
  padding: 8px 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Poppins";
  gap: 8px;
  color: var(--BEIGE,#E4DDC0);
  font-size: 1.6rem;
  border: 1px solid var(--VERT-GRIS,#888E63);
  background: var(--VERT-GRIS,#888E63);
}
.single-product .related ul.products {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  grid-auto-rows: auto;
  gap: 16px;
  padding: 0;
  list-style: none;
}
.single-product .related ul.products::before {
  content: unset;
}
.single-product .related ul.products li.product {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  margin: 0;
  border: 1px solid var(--VERT,#2A311C);
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease;
  background: #fff;
}
.single-product .related ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.single-product .related ul.products li.product a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 16px;
}
.post-type-archive-product .swiperGrandBloc .imgcrop {
  height: 100%;
  object-position: 50% 15%;
}
.boutiqueBigContainer {
  margin: 0 auto;
}
.boutiqueBigContainer .shop-filters {
  position: relative;
  padding: 50px 16px 0 0;
}
.boutiqueBigContainer .shop-filters .shop-filters-wrapper {
  position: sticky;
  top: 120px;
  padding: 0 0 24px 0;
}
.boutiqueBigContainer .shop-filters h2 {
  color: var(--BEIGE,#E4DDC0);
}
.boutiqueBigContainer .shop-filters::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: var(--VERT,#2A311C);
}
.boutiqueBigContainer .shop-filters .wpfFilterButtons {
  display: none;
}
.boutiqueBigContainer .shop-filters .wpfFilterWrapper .wpfFilterTaxNameWrapper {
  color: #E4DDC0;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
}
.boutiqueBigContainer .shop-filters .wpfMainWrapper .wpfCount {
  color: var(--VERT-GRIS,#888E63);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  padding-left: 6px;
}
.boutiqueBigContainer .shop-filters .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
  border-radius: 0 !important;
  border: 1px solid var(--BEIGE,#E4DDC0) !important;
  background-color: transparent !important;
}
.boutiqueBigContainer .shop-filters .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label {
  background-color: #E4DDC0 !important;
}
.boutiqueBigContainer .shop-filters #wpfBlock_1 .wpfFilterVerScroll {
  max-height: 350px;
}
.boutiqueBigContainer .shop-content {
  padding: 0 0 0 24px;
  margin: 50px 0 0 0;
}
.boutiqueBigContainer .shop-content nav.woocommerce-pagination ul li span.current {
  color: var(--VERT,#2A311C);
  text-align: center;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  background-color: unset;
}
.boutiqueBigContainer .shop-content nav.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boutiqueBigContainer .shop-content nav.woocommerce-pagination ul li a.next {
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-image: url(https://www.cucina-e-piacere.fr/wp-content/uploads/2025/10/Group-79-1.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid var(--VERT-GRIS,#888E63);
  margin-left: 8px;
}
.boutiqueBigContainer .shop-content nav.woocommerce-pagination ul li a.prev {
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-image: url(https://www.cucina-e-piacere.fr/wp-content/uploads/2025/10/Group-79-1.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid var(--VERT-GRIS,#888E63);
  transform: scale(-1);
  margin-right: 8px;
}
.boutiqueBigContainer .shop-content .woocommerce-result-count {
  color: #2A311C;
  margin-bottom: 2rem;
  font-family: Poppins;
  font-size: 1.6rem;
}
.boutiqueBigContainer .shop-content .woocommerce-ordering {
  margin: 0 0 24px;
}
.boutiqueBigContainer .shop-content .woocommerce-ordering select {
  display: inline-flex;
  padding: 8px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--VERT,#2A311C) !important;
  font-family: Poppins;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid var(--VERT,#2A311C);
}
.boutiqueBigContainer .shop-content ul.products {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
  padding: 0;
  list-style: none;
}
.boutiqueBigContainer .shop-content ul.products::before {
  content: unset;
}
.boutiqueBigContainer .shop-content ul.products li.product {
  float: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  margin: 0;
  border: 1px solid var(--VERT,#2A311C);
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  transition: transform .2s ease, box-shadow .2s ease;
  background: #fff;
}
.boutiqueBigContainer .shop-content ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.boutiqueBigContainer .shop-content ul.products li.product a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 16px;
}
.woocommerce ul.products li.product a img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  border-radius: 4px;
}
.woocommerce-loop-product__title {
  color: var(--VERT,#2A311C);
  text-align: center;
  font-family: "Poppins";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
  white-space: normal;
  margin: 8px 0;
  min-height: 3em;
}
.woocommerce ul.products li.product .price {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Poppins";
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  background: var(--VERT,#888E63);
  color: #E4DDC0 !important;
  font-family: Poppins;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 18px;
  border-radius: 0 0 4px 4px;
  transition: background .2s ease;
  margin: 0;
}
.woocommerce ul.products li.product .button:hover {
  background: #3b4a29;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--VERT,#2A311C);
  text-align: center;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce ul.products li.product .add_to_cart_button {
  display: flex;
  flex-direction: row !important;
  gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
}
.woocommerce ul.products li.product .add_to_cart_button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("https://www.cucina-e-piacere.fr/wp-content/uploads/2025/10/PanierCucina.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-id-3553 header.site-header .logo-site,
.page-id-3534 header.site-header .logo-site,
.page-id-3544 header.site-header .logo-site,
.single-post header.site-header .logo-site,
.single-offres_emploi header.site-header .logo-site {
  filter: unset;
}
.page-id-58 footer .wrapperGlobal > .banner-contact {
  display: none;
}
.activeHeaderMyProd.menu-hamburger-direct .logo-gauche .btn-white {
  color: #FEFAE0;
  border: 1px solid #FEFAE0;
  background-color: transparent;
}
.activeHeaderMyProd .btn-white span.arrow::before,
.activeHeaderMyProd .btn-white span.arrow::after {
  background-image: url(https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/ArrowDiageEUROCHENCREAM.svg);
}
.listeProduitEurochene {
  padding: 200px 0 100px 0;
}
.listeProduitEurochene .realisations-content {
  margin: 0 0 32px 0;
}
.listeProduitEurochene .realisations-content h1 {
  text-align: left;
  margin: 0;
}
.listeProduitEurochene .realisations-content a {
  display: block;
  font-family: Josefin Sans;
  transition: 0.3s all ease;
}
.listeProduitEurochene .realisations-content a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.listeProduitEurochene .realisations-liste__posts .grid-item {
  width: 32.5%;
}
.listeProduitEurochene .realisations-liste__posts .grid-item .imgcropCtn {
  border-radius: 0;
}
.listeProduitEurochene .realisations-liste__posts .grid-item .content {
  position: relative;
  margin: 0;
  background-color: #2a311c;
  overflow: hidden;
  padding: 32px;
}
.listeProduitEurochene .realisations-liste__posts .grid-item .content h2 {
  z-index: 1;
  position: relative;
}
.listeProduitEurochene .realisations-liste__posts .grid-item .content .btn {
  z-index: 1;
  position: relative;
}
.listeProduitEurochene .realisations-liste__posts .grid-item .content::before {
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/MotifRiles.png);
  background-size: 350%;
  background-repeat: no-repeat;
  background-position: center center;
}
.listeProduitEurochene .realisations-liste__posts .grid-item .content h2 {
  font-size: 2.8rem;
  color: var(--cream,#FEFAE0);
  margin: 0 0 24px 0;
}
.listeProduitEurochene .realisations-liste__posts .grid-item .imgcropCtn ul li {
  display: flex;
  font-family: Poppins;
  font-size: 12px;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid var(--cream,#FEFAE0);
  background-color: transparent;
}
.single-post header,
.single-offres_emploi header {
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  background-color: #2a311c;
  box-shadow: unset;
  transition: 0.3s all ease;
  overflow: hidden;
}
.post-type-archive-produit_eurochene header {
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  background-color: #2a311c;
  box-shadow: unset;
  transition: 0.3s all ease;
  overflow: hidden;
}
.post-type-archive-produit_eurochene header::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url("https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/MotifRiles.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tax-categorie_eurochene header.site-header .logo-site {
  filter: unset;
}
.tax-categorie_eurochene .menu-hamburger-direct .logo-gauche .btn {
  color: var(--blue-dark,#0C1012);
  border-radius: 75px;
  border: 1px solid var(--blue-dark,#0C1012);
}
.tax-categorie_eurochene .menu-hamburger-direct .logo-gauche .btn:hover {
  color: white;
}
.tax-categorie_eurochene .btn-white span.arrow::before,
.tax-categorie_eurochene .btn-white span.arrow::after {
  background-image: url("https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/ArrowDiageEUROCHEN.svg");
}
.tax-categorie_eurochene .btn-white:hover span.arrow::before,
.tax-categorie_eurochene .btn-white:hover span.arrow::after {
  background-image: url("https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/ArrowDiageEUROCHENCREAM.svg");
}
.tax-categorie_eurochene .realisations {
  padding: 200px 0 0;
}
.tax-categorie_eurochene .realisations h1 {
  text-align: left;
}
.tax-categorie_eurochene .realisations-liste__filtres .filters-button-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: max-content;
  margin: 0 auto 64px 0;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 50px;
  border: 1px solid var(--blue-dark,#0C1012);
  padding: 8px;
  gap: 8px;
  scrollbar-width: thin;
}
.tax-categorie_eurochene .realisations-liste__filtres .filters-button-group button {
  z-index: 1;
  position: relative;
  cursor: pointer;
  font-family: "Poppins";
  font-size: 1.4rem;
  font-weight: 400;
  color: #0C1012;
  text-decoration: none;
  margin: 0;
  padding: 8px;
  border: 0;
  background: transparent;
  transition: 0.3s all ease;
}
.tax-categorie_eurochene .realisations-liste__filtres .filters-button-group button.is-checked {
  z-index: 1;
  position: relative;
  cursor: pointer;
  font-family: "Poppins";
  font-weight: 400;
  color: #0C1012;
  text-decoration: none;
  margin: 0;
  padding: 8px;
  border: 0;
  background: transparent;
  transition: 0.3s all ease;
}
.tax-categorie_eurochene .realisations-liste__filtres #neon {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: 50px;
  border-radius: 75px;
  padding: 16px;
  color: white;
  background: #B8C61D;
  transition: transform 0.3s ease;
  transform: translateY(-50%);
  z-index: 0;
}
.tax-categorie_eurochene .realisations-liste__single {
  display: block;
  width: 100%;
  height: auto;
}
.tax-categorie_eurochene .grid-item {
  width: 32.5%;
}
.tax-categorie_eurochene .grid-item .imgcropCtn {
  border-radius: 0;
}
.tax-categorie_eurochene .grid-item .content {
  position: relative;
  margin: 0;
  background-color: #2a311c;
  overflow: hidden;
  padding: 32px;
}
.tax-categorie_eurochene .grid-item .content h2 {
  z-index: 1;
  position: relative;
}
.tax-categorie_eurochene .grid-item .content .btn {
  z-index: 1;
  position: relative;
}
.tax-categorie_eurochene .grid-item .content::before {
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/MotifRiles.png);
  background-size: 350%;
  background-repeat: no-repeat;
  background-position: center center;
}
.tax-categorie_eurochene .grid-item .content h2 {
  font-size: 2.8rem;
  color: var(--cream,#FEFAE0);
  margin: 0 0 24px 0;
}
.tax-categorie_eurochene .grid-item .imgcropCtn ul li {
  display: flex;
  font-family: Poppins;
  font-size: 12px;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid var(--cream,#FEFAE0);
  background-color: transparent;
}
.blocintroproduit {
  width: 100%;
  height: 90vh;
}
.blocintroproduit .blocintroproduit__imagefond {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.blocintroproduit .row {
  height: 100%;
  align-items: flex-end !important;
}
.blocintroproduit {
  position: relative;
}
.blocintroproduit__parallax {
  position: relative;
  background-color: #2a311c;
  padding: 64px;
}
.blocintroproduit__parallax::before {
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/MotifRiles.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blocintroproduit__bis {
  position: relative;
  bottom: -100px;
}
.blocintroproduit__bis .backblocintroproduit {
  z-index: 1;
  position: relative;
  display: block;
  gap: 12px;
  color: var(--cream,#FEFAE0);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration: none;
  margin: 0 0 48px 0;
  transition: 0.3s all ease;
}
.blocintroproduit .blocintroproduit__tags {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 16px 0;
}
.blocintroproduit .blocintroproduit__tags a {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid var(--cream,#FEFAE0);
  color: var(--cream,#FEFAE0);
  leading-trim: both;
  text-edge: cap;
  font-family: "Poppins";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.blocintroproduit__bis .backblocintroproduit:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.blocintroproduit__bis .blocintroproduit__parallax {
  width: 58.31%;
  margin: 0 0 0 auto;
}
.blocintroproduit__parallax .blocintroproduit__titre-bis {
  z-index: 1;
  position: relative;
  color: var(--cream,#FEFAE0);
  font-family: "Josefin Sans";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.blocintroproduit__parallax .blocintroproduit__contenu-bis {
  z-index: 1;
  position: relative;
  display: block;
  padding: 0 0 24px 0;
}
.blocintroproduit__parallax .blocintroproduit__contenu-bis ul {
  padding: 0 0 0 28px;
}
.blocintroproduit__parallax .blocintroproduit__contenu-bis ul li {
  position: relative;
  color: var(--cream,#FEFAE0);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
.blocintroproduit__parallax .blocintroproduit__contenu-bis ul li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  top: 50%;
  left: -24px;
  background-image: url("https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/VectorGreenEurochene.svg");
  background-size: contain;
  background-position: center center;
  transform: translateY(-50%);
}
.blocintroproduit__parallax .blocintroproduit__contenu-bis ul li:last-child {
  margin: 0;
}
.blocintroproduit__liens {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blocintroproduit__liens a.btn {
  margin: 0;
}
.blocintroproduit__parallax .btn {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.blocintroproduit__parallax .blocintroproduit__contenu-bis p {
  text-align: center;
  color: #FEFAE0;
}
.blocintroproduit .blocintroproduit__bis h1 {
  color: #FEFAE0;
}
.blocintroproduit .blocintroproduit__bis h2 {
  color: #FEFAE0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 24px;
  text-transform: uppercase;
  text-align: center;
}
.blocintroproduit .blocintroproduit__contenu-bis {
  z-index: 1;
  position: relative;
}
.blocintroproduit .blocintroproduit__contenu-separated {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.blocintroproduit .blocintroproduit__contenu-separated p {
  position: relative;
  display: block;
  text-align: center;
  flex: 1 1 47%;
}
.blocintroproduit .blocintroproduit__contenu-separated::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 100%;
  background-color: var(--Green-2,#243E36);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .blocintroproduit .blocintroproduit__bis {
    order: 1;
  }
  .blocintroproduit .blocintroproduit__texte {
    order: 2;
    padding: 16px 0 0 0;
  }
  .blocintroproduit .blocintroproduit__bis h2 {
    font-size: 3.2rem;
  }
  body.woocommerce-cart table.cart td.actions {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }
  body.woocommerce-cart .cart-collaterals {
    padding: 80px 0 0 0;
  }
  body.woocommerce-checkout form.woocommerce-checkout {
    display: flex;
    flex-direction: column;
  }
}
.text-imageproduit {
  position: relative;
}
.text-imageproduit ul {
  margin: 0px 0 16px 0;
  padding: 0 0 0 32px;
}
.text-imageproduit ul li {
  position: relative;
  color: black;
  font-weight: 200;
}
.text-imageproduit ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  display: flex;
  width: 25px;
  height: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1;
  background-image: url("http://localhost:8888/2F/wp-content/uploads/2025/07/IconListe.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.text-imageproduit em {
  color: #009e4d;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.text-imageproduit p a {
  font-family: "Nunito Sans";
  transition: 0.3s all ease;
}
.text-imageproduit p a:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.text-imageproduit .text-imageproduit__image {
  position: relative;
}
.text-imageproduit .pretitle p {
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
.text-imageproduit .text-imageproduit__texte h2,
.text-imageproduit .text-imageproduit__texte h3 {
  color: #1B2E28;
  margin: 0 0 32px 0;
}
.text-imageproduit .text-imageproduit__texte a {
  margin: 32px 0 0 0;
}
.text-imageproduit .text-imageproduit__image .imgcropCtn {
  width: auto;
  height: auto;
  margin: 0 auto 0 0;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
.imagedroite .text-imageproduit__image .imgcropCtn {
  margin: 0 0 0 auto;
}
.imagegaucheproduit .flottant1 {
  z-index: 1;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 40%;
  aspect-ratio: 1.5384615384615;
  background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/RedFormText.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.imagegaucheproduit .flottant2 {
  z-index: 1;
  position: absolute;
  bottom: 10%;
  left: 20%;
  width: 45%;
  aspect-ratio: 1.0766283524904;
  background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/OrangeFormText.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.imagedroite .flottant1 {
  z-index: 1;
  position: absolute;
  top: -10%;
  right: 25%;
  width: 40%;
  aspect-ratio: 1.5384615384615;
  background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/RedFormText.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.imagedroite .flottant2 {
  z-index: 1;
  position: absolute;
  bottom: 10%;
  right: -30%;
  width: 45%;
  aspect-ratio: 1.0766283524904;
  background-image: url(http://localhost:8888/Comet/wp-content/uploads/2025/05/BlueFormText.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.text-imageproduit__image {
  position: relative;
}
.text-imageproduit .text-imageproduit__image .deuxiemeImage {
  position: absolute;
  width: 50%;
  height: auto;
  bottom: -15px;
  right: -15px;
}
.text-imageproduit .autrestyle {
  border-top: unset;
  padding: unset;
}
.text-imageproduit .btn {
  margin: 0 0 16px 0 !important;
}
.text-imageproduit .btn:first-child {
  margin: 0 16px 16px 0 !important;
}
.text-imageproduit .btn-liste {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 32px 0 0 0;
}
.autrestyle {
  position: relative;
  background-color: transparent;
}
.autrestyle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: #F0F0F0;
  z-index: -1;
}
.autrestyle .row {
  align-items: flex-end !important;
}
.imagegaucheproduit .text-imageproduit__image {
  position: relative;
}
.imagegaucheproduit .text-imageproduit__image::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  height: 100%;
  transform: translateY(-50%);
  background-color: #650B12;
  background-image: url("https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/MotifRouge.png");
  background-size: cover;
  background-position: center;
  margin: 0 16px 0 0;
}
.text-imageproduit__texte .neon-bg {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: 50px;
  border-radius: 75px;
  padding: 16px;
  background: #B8C61D;
  transition: transform 0.3s ease;
  transform: translateY(-50%);
  z-index: 0;
}
.text-imageproduit__texte .blocswitch__lienliste {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto 64px auto;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 50px;
  border: 1px solid var(--blue-dark,#0C1012);
  padding: 8px;
}
.text-imageproduit__texte .blocswitch__lienliste button {
  z-index: 1;
  position: relative;
  cursor: pointer;
  font-family: "Poppins";
  font-weight: 400;
  color: #0C1012;
  text-decoration: none;
  margin: 0;
  padding: 16px;
  border: 0;
  background: transparent;
  transition: 0.3s all ease;
}
.text-imageproduit__texte .blocswitch__lienliste button:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.text-imageproduit__texte .blocswitch__textpart .btn {
  background-color: #B8C61D;
}
.text-imageproduit__texte .blocswitch__textpart .btn:hover {
  background-color: #FEFEFE;
}
.text-imageproduit__texte .blocswitch__textpart .caracteristiques__part .caracteristiques__item {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6,1fr);
  column-gap: 16px;
  padding: 16px 0;
}
.text-imageproduit__texte .blocswitch__textpart .caracteristiques__part .caracteristiques__item .caracteristique__libelle {
  color: var(--red-light,#AC111D);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  grid-column: 1 / 3;
}
.text-imageproduit__texte .blocswitch__textpart .caracteristiques__part .caracteristiques__item .caracteristique__valeur {
  grid-column: 3 / 7;
  color: var(--blue-dark,#0C1012);
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.text-imageproduit__texte .blocswitch__textpart .caracteristiques__partend {
  position: relative;
  padding: 0 0 0 28px;
  margin: 32px 0 0 0;
}
.text-imageproduit__texte .blocswitch__textpart .caracteristiques__partend::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 11px;
  background-image: url("https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/PinROUGE.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.blocswitch__liste .blocswitch__imagepart .imgcropCtn {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 12px;
}
.blocswitch__liste .blocswitch__section .firstpart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 32px 0;
}
.blocswitch__liste .blocswitch__section .firstpart .index {
  display: flex;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  color: var(--Base-white,#FEFEFE);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 12px;
  background: var(--Charte-blue-1,#4BC3F2);
  backdrop-filter: blur(10px);
}
.blocswitch__liste .blocswitch__section .firstpart .title {
  flex: 1 1 0;
}
.blocswitch__liste .blocswitch__section .firstpart .title h2 {
  margin: 0;
}
.blocswitch__liste .blocswitch__section .secondpart {
  display: flex;
  width: 100%;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 12px;
  background: linear-gradient(180deg,rgba(254,254,254,0.1) 0%,rgba(254,254,254,0) 100%);
  backdrop-filter: blur(10px);
}
.blocswitch__liste .blocswitch__section .secondpart .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.blocswitch__liste .blocswitch__section .secondpart .tags .tag {
  display: flex;
  width: auto;
  height: auto;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Base-white,#FEFEFE);
  color: var(--Base-white,#FEFEFE);
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}
.caracteristiques__part {
  border-top: 1px solid var(--grey,#C8C8C8);
  border-bottom: 1px solid var(--grey,#C8C8C8);
}
.caracteristiques__item {
  padding: 16px 0;
}
@media (max-width: 767px) {
  .text-imageproduit__texte .blocswitch__lienliste {
    width: 100%;
  }
  .text-imageproduit__texte .neon-bg {
    top: 0;
  }
  .text-imageproduit__texte .blocswitch__lienliste {
    flex-direction: column;
  }
}
.caracteristiques .caracteristique {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--Platinum,#C6D2D2);
}
.caracteristiques .caracteristique:first-child {
  border-top: 1px solid var(--Platinum,#C6D2D2);
}
.caracteristiques .caracteristique h3 {
  color: var(--Platinum,#C6D2D2);
  font-family: "Public Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  flex: 1 1 48%;
  margin: 0;
}
.caracteristiques .caracteristique p {
  color: var(--Green-2,#243E36);
  font-family: "Public Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  flex: 1 1 48%;
  margin: 0;
}
.single-projet footer .banner-contact {
  display: none;
}
.biggalerie {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 0 0 0;
  margin: 100px 0 0 0;
}
.biggalerie .galerie-projet {
  aspect-ratio: 1.7777777777778;
  max-width: 923px;
  width: 65%;
  margin: 0;
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 1px);
}
.biggalerie .galerie-projet .swiper-wrapper .imgcropCtn {
  width: 100%;
  height: 100%;
}
.swiperBigGalerieNav {
  z-index: 99;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 90%;
  max-width: 1366px;
  flex-direction: row;
  gap: 8px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.swiperBigGalerieNav .swiperBigNext {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("http://localhost:8888/2F/wp-content/uploads/2025/07/Right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: 0.3s all ease;
}
.swiperBigGalerieNav .swiperBigNext:hover {
  transform: scale(0.9);
  transition: 0.3s all ease;
}
.swiperBigGalerieNav .swiperBigPrev {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("http://localhost:8888/2F/wp-content/uploads/2025/07/Left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: 0.3s all ease;
}
.swiperBigGalerieNav .swiperBigPrev:hover {
  transform: scale(0.9);
  transition: 0.3s all ease;
}
.swiperBigNextLink {
  z-index: 99;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
  max-width: 1366px;
  flex-direction: row;
  gap: 8px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.swiperBigNextLink .wrapper {
  display: flex;
  opacity: 0.8;
  padding: 32px 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  background: var(--Green-3,#1B2E28);
  transition: 0.3s all ease;
}
.swiperBigNextLink .wrapper:hover {
  opacity: 1;
  transition: 0.3s all ease;
}
.swiperBigNextLink .wrapper a.retour {
  color: var(--White,#FEFEFE);
  text-align: center;
  font-family: "Public Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0;
  transition: 0.3s all ease;
}
.swiperBigNextLink .wrapper a.retour:hover {
  opacity: 0.6;
  transition: 0.3s all ease;
}
.swiperBigNextLink .wrapper a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: transparent;
  box-shadow: unset !important;
  margin: 0;
}
.swiperBigNextLink .wrapper a.btn span {
  display: block;
  color: var(--White,#FEFEFE);
  text-align: center;
  font-family: "Public Sans";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.swiperBigNextLink .wrapper a.btn span.arrow {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: var(--Green-1,#019E4D);
  overflow: hidden;
}
.agenda-objet .grande-image-content {
  position: relative;
  display: flex;
  padding: 64px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 50px;
  background: #1A2843;
  overflow: hidden;
}
.agenda-objet .grande-image-content .btn-liste {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.agenda-objet .grande-image-content .wrapper {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}
.agenda-objet .grande-image-content .wrapper .content1 {
  display: block;
  flex: 1 1 0;
}
.agenda-objet .grande-image-content .wrapper .content1 h1 {
  color: white;
}
.agenda-objet .grande-image-content .wrapper .content2 {
  display: block;
  flex: 1 1 0;
}
.agenda-objet .grande-image-content .wrapper .content2 p {
  color: white;
}
.agenda-objet .grande-image-content .flottant1 {
  position: absolute;
  bottom: -15%;
  left: 25%;
  width: 20%;
}
.scrollinvit {
  z-index: 9999;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.scrollinvit .scroll-down-dude span {
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-bottom: 4px solid black;
  border-right: 4px solid black;
}
.scrollinvit .scroll-down-dude span:first-child {
  animation: down-arrow-before 2.6s cubic-bezier(0.77,0,0.175,1) infinite;
}
.scrollinvit .scroll-down-dude span:last-child {
  animation: down-arrow-after 2.6s cubic-bezier(0.77,0,0.175,1) infinite;
}
@keyframes down-arrow-before {
  50% {
    transform: rotate(45deg) translate(70%,70%);
  }
  100% {
    transform: rotate(45deg) translate(70%,70%);
  }
}
@keyframes down-arrow-after {
  50% {
    transform: rotate(45deg) translate(110%,110%);
    opacity: 0;
  }
  51% {
    transform: rotate(45deg) translate(-130%,-130%);
  }
  100% {
    transform: rotate(45deg) translate(-70%,-70%);
    opacity: 1;
  }
}
footer .adresse1 a {
  color: #E4DDC0;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 8px;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child img {
  width: 100%;
}
@media (max-width: 1366px) {
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
    left: 0;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .firstproductbottom {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .agenda-objet .grande-image-content .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .single-product .woocommerce-breadcrumb {
    flex-wrap: wrap;
  }
  .single-product div.product div.summary {
    flex: 7 1 100%;
    padding: 0;
  }
  .single-product .related ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .boutiqueBigContainer .shop-filters {
    padding: 50px 16px 0 0;
  }
  .boutiqueBigContainer .shop-filters::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -10vw;
    width: 110vw;
    height: 100%;
    background: var(--VERT,#2A311C);
  }
  .boutiqueBigContainer .shop-content ul.products {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .caracteristiques .caracteristique {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .caracteristiques .caracteristique h3 {
    font-size: 1.8rem;
  }
  .biggalerie .galerie-projet {
    width: 100%;
    height: 500px;
    aspect-ratio: unset;
    max-width: unset;
  }
  .swiperBigNextLink {
    top: unset;
    bottom: 16px;
    transform: translateX(-50%);
  }
  .swiperBigNextLink .wrapper {
    width: 100%;
    padding: 16px;
  }
  .swiperBigNextLink .wrapper a.btn span {
    font-size: 2rem;
  }
  .swiperBigNextLink .wrapper a.btn span.arrow {
    width: 40px;
    height: 40px;
  }
  .blocintroproduit__bis .blocintroproduit__parallax {
    width: 100%;
  }
  .blocintroproduit__bis {
    bottom: -300px;
  }
  .blocintroproduit__parallax {
    padding: 48px 32px;
  }
  .blocintroproduit .blocintroproduit__tags {
    flex-wrap: wrap;
  }
  .blocintroproduit__parallax .blocintroproduit__titre-bis {
    font-size: 3rem;
  }
  .blocintroproduit .blocintroproduit__tags a {
    margin: 0;
  }
  .blocintroproduit__liens {
    flex-wrap: wrap;
  }
  .blocintroproduit__parallax .blocintroproduit__contenu-bis ul li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 11px;
    top: 6px;
    left: -24px;
    background-image: url(https://dimgrey-ram-921172.hostingersite.com/wp-content/uploads/2025/09/VectorGreenEurochene.svg);
    background-size: contain;
    background-position: center center;
    transform: unset;
  }
  .text-imageproduit__texte .blocswitch__lienliste {
    margin: 32px auto;
    border-radius: 16px;
  }
  .tax-categorie_eurochene .grid-item,
  .listeProduitEurochene .realisations-liste__posts .grid-item {
    width: 98%;
  }
  .single-product .accordeon .accordeon-liste > li h3 {
    font-size: 2.4rem;
  }
  .single-product .accordeon .accordeon-liste > li .ac-header > .arrow::after,
  .single-product .accordeon .accordeon-liste > li .ac-header > .arrow::before {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce {
    margin: 120px auto 80px !important;
  }
  .entry-realisations .entry-realisations__mission .col-md-6 h2 {
    text-align: center;
  }
  .entry-realisations .entry-realisations__mission .col-md-6 .entry-realisations__content {
    text-align: center;
  }
  .boutiqueBigContainer .shop-content ul.products {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
  .single-product .related ul.products {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__autre--image:nth-child(2) {
    position: relative;
    left: unset;
    width: 80%;
    margin: 0 auto;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child {
    position: relative;
    left: unset;
    width: 80%;
    margin: 0 auto;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
    width: 160px;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type h2 {
    font-size: 1.4rem;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__typeAutre {
    width: 160px;
    justify-content: center;
    padding: 0 0 0 5%;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__typeAutre h2 {
    font-size: 1.4rem;
  }
  .entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type {
    width: 200px;
    height: 150px;
  }
  .entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type h2 {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 1.4rem;
    padding: 0 0 0 15%;
    line-height: 1.2;
    text-align: left;
    font-weight: 900;
  }
  .entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type {
    width: 200px;
    height: 150px;
  }
  .entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type h2 {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 900;
    padding: 0 20%;
  }
}
@media (max-width: 600px) {
  .entry-realisations .entry-realisations__end .first-product {
    display: none;
  }
  body.woocommerce-cart .cart-collaterals {
    padding: 120px 0 0 0;
  }
}
.cdp-copy-alert-success {
  display: none !important;
}
@media print {
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt;
  }
  .site-main {
    min-height: auto !important;
  }
  .single-produit_eurochene p,
  .single-produit_eurochene a,
  .single-produit_eurochene li,
  .single-produit_eurochene h2,
  .single-produit_eurochene h3,
  .single-produit_eurochene h4 {
    color: #000 !important;
  }
  .blocintroproduit {
    position: static !important;
    height: auto !important;
  }
  header,
  footer,
  nav,
  .blocintroproduit__liens,
  .imagegaucheproduit .flottant1,
  .imagegaucheproduit .flottant2 {
    display: none !important;
  }
  .blocintroproduit__titre-bis,
  .text-imageproduit h2,
  .text-imageproduit h3 {
    color: #000 !important;
    font-size: 18pt !important;
    margin: 1em 0 .5em;
  }
  .blocintroproduit__contenu-bis,
  .text-imageproduit p,
  .text-imageproduit ul,
  .text-imageproduit li {
    color: #000 !important;
    font-size: 12pt !important;
  }
  .blocintroproduit__bis .blocintroproduit__parallax {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    bottom: unset !important;
    transform: none !important;
  }
  .blocintroproduit .blocintroproduit__imagefond {
    display: none !important;
    top: unset !important;
    bottom: unset !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }
  .mh-200 {
    padding-top: 0 !important;
  }
  .listebloc-titlecontainerswiper,
  .listeblocswiper,
  .blocintroproduit__bis .backblocintroproduit {
    display: none !important;
  }
  .text-imageproduit .text-imageproduit__image .imgcropCtn {
    display: block;
    height: 300pt;
    width: 100%;
    margin: 0 0 30pt 0;
  }
  .blocintroproduit__parallax {
    padding: 50pt 0 0 0 !important;
  }
  .blocintroproduit__parallax .blocintroproduit__contenu-bis ul {
    padding: 0 !important;
  }
  .text-imageproduit__texte .blocswitch__textpart .caracteristiques__partend {
    padding: 0 !important;
  }
  .blocintroproduit__parallax .blocintroproduit__contenu-bis ul li::before,
  .cky-revisit-bottom-left,
  .text-imageproduit__texte .blocswitch__textpart .caracteristiques__partend::before {
    display: none !important;
  }
  .blocintroproduit__bis {
    display: block !important;
    position: static !important;
    bottom: unset !important;
    transform: unset !important;
  }
  .blocintroproduit {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .text-imageproduit__texte .blocswitch__lienliste {
    display: none !important;
  }
  [style*="opacity"],
  [style*="transform"],
  .gsap-anim,
  .gsap-init {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  #wpadminbar {
    display: none !important;
  }
  .cky-consent-container {
    display: none !important;
  }
  .blocswitch__liste .blocswitch__section {
    opacity: 1 !important;
    display: block !important;
    transform: unset !important;
  }
  * {
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}
.amelia-v2-booking {
  display: block;
  width: 90%;
  height: auto;
  max-width: 1160px;
  margin: 50px auto;
}
