@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;
}
html {
  margin: 0 !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.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;
}
img {
  image-rendering: auto;
}
.site-main {
  min-height: unset;
  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: #1B2E28;
  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;
}
h2 {
  color: #324852;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 24px;
}
h3 {
  color: #1B2E28;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 16px;
}
a {
  color: #1B2E28;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  margin: 0 0 8px;
  transition: 0.3s all ease-in-out;
}
a:hover {
  transition: 0.3s all ease-in-out;
}
h1 strong,
h2 strong {
  font-family: "Josefin Sans", sans-serif;
}
strong,
b {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
p {
  color: #1B2E28;
  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: #B8C61D;
  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: #566E3D;
  border-radius: 50px;
  text-decoration: none;
}
.btn {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  width: fit-content;
  color: #0C1012;
  text-decoration: none;
  border: 0px solid transparent;
  -webkit-border-top-right-radius: 75px;
  -webkit-border-bottom-right-radius: 75px;
  -webkit-border-bottom-left-radius: 75px;
  -webkit-border-top-left-radius: 75px;
  -moz-border-radius-topright: 75px;
  -moz-border-radius-bottomright: 75px;
  -moz-border-radius-bottomleft: 75px;
  -moz-border-radius-topleft: 75px;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
  border-top-left-radius: 75px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: var(--green-light,#B8C61D);
  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: 12px;
  height: 12px;
  left: 0;
  bottom: 0;
  background-image: url(https://www.eurochene.com/wp-content/uploads/2025/09/ArrowDiageEUROCHEN.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: 12px;
  height: 12px;
  background-image: url(https://www.eurochene.com/wp-content/uploads/2025/09/ArrowDiageEUROCHEN.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
}
.btn:hover {
  background-color: var(--green-light,#d1e120);
  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;
  transition: 0.3s all ease;
}
.btn:hover .arrow::after {
  top: -50%;
  left: 80%;
  opacity: 0;
  transform: translate(0,0) scale(.7);
  transform-origin: 50% 50%;
  transition: 0.3s all ease;
}
.btn-primary {
  position: relative;
  background-color: #B8C61D;
  transition: 0.3s all ease-in-out;
}
.btn-secondary {
  position: relative;
  border: 1px solid #566E3D;
  color: #566E3D;
  transition: 0.3s all ease-in-out;
}
.btn-secondary:before {
  z-index: 3;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 2px;
  background-color: #566E3D;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  border-radius: 50px;
}
.btn-secondary: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-secondary:hover {
  color: #FFF;
  background-color: #566E3D;
  transition: 0.3s all ease-in-out;
}
.btn-secondary:hover::before {
  width: 1px;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}
.btn-secondary:hover::after {
  width: 24px;
  background-color: #FFF;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.3s;
}
.btn-tertiary {
  position: relative;
  border: 1px solid #650B12;
  color: #650B12;
  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: #650B12;
  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: #FFF;
  background-color: #650B12;
  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:hover {
  background-color: black;
}
.btn-white span.arrow::before,
.btn-white span.arrow::after {
  background-image: url("https://www.eurochene.com/wp-content/uploads/2025/09/ArrowDiageEUROCHENCREAM.svg");
}
.btn-header {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  padding: 12px 0;
  margin: 0;
  border: unset;
  background-color: transparent;
}
.btn-header svg {
  display: block;
}
.btn-header:hover {
  color: #650B12;
  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;
  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: 16px 0;
  max-width: 1160px;
}
header.site-header .wrapper nav.main-navigation {
  padding: 12px;
  border-radius: 10px;
  background-color: white;
}
header.site-header .logo-site {
  max-width: 250px;
  filter: grayscale(1000) brightness(1000);
  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: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 200px;
  background: var(--green-light,#B8C61D);
  cursor: pointer;
  transition: 0.3s all ease;
}
header.site-header .burger-menu span {
  display: block;
  width: 20px;
  opacity: 1;
  height: 1px;
  margin: 0 auto;
  background-color: #0C1012;
  color: #FFF;
  transition: 0.3s all ease-in-out;
}
header.site-header .burger-menu:hover {
  background-color: #FEFAE0;
  transition: 0.3s all ease;
}
header.site-header .menu-container {
  z-index: 9996;
  display: flex;
  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: "Josefin Sans", sans-serif;
  text-transform: unset;
  transition: 0.3s all ease-in-out;
}
header.nav-colored {
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  background-color: #566E3D;
  box-shadow: unset;
  transition: 0.3s all ease;
  overflow: hidden;
}
header.nav-colored::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url("https://www.eurochene.com/wp-content/uploads/2025/09/MotifRiles.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
header.nav-colored .wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100%;
  max-width: 1160px;
  border-radius: 5px;
  transition: 0.3s all ease;
}
header.nav-colored .wrapper .logo-site img {
  opacity: 1;
  pointer-events: none;
  transition: 0.3s all ease;
}
header.nav-colored .wrapper nav.main-navigation {
  padding: 12px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 3px 6px 0px #00000029;
}
header.nav-colored .logo-gauche nav.main-navigation ul.menu > li ul.sub-menu li a {
  color: #FEFAE0;
}
header.nav-colored .logo-site {
  max-width: 200px;
  transition: 0.3s all ease;
}
header.nav-colored .logo-site img {
  filter: invert(1) grayscale(100) brightness(100);
  transition: 0.3s all ease;
}
header.nav-colored .burger-menu span {
  background-color: #FFF;
}
#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 nav.main-navigation {
  z-index: 9999;
  position: fixed;
  background: #0a0a0a7b;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease-in-out;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-fond {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #566f3d;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-fond::before {
  content: "";
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.eurochene.com/wp-content/uploads/2025/09/MotifRiles.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.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;
  width: 50%;
  background-color: transparent;
}
.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-in-out;
}
.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-in-out;
}
.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-in-out;
}
.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-in-out;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 100px 0;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 16px;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li:hover a {
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct nav.main-navigation .main-navigation-left-part .menu-menu-1-container ul li a {
  width: 100%;
  height: auto;
  color: #FEFAE0;
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Josefin Sans", 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.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 .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-in-out;
}
.menu-hamburger-direct .activeMenuBurger span:first-child {
  position: relative;
  top: 6%;
  background-color: #0A0A0A;
  rotate: 45deg;
  transform-origin: 50% 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct .activeMenuBurger span:nth-child(2) {
  display: none;
  position: relative;
  opacity: 1;
  background-color: #0A0A0A;
  transform-origin: 50% 50%;
  transition: 0.3s all ease-in-out;
}
.menu-hamburger-direct .activeMenuBurger span:last-child {
  position: relative;
  top: -6%;
  background-color: #0A0A0A;
  rotate: 135deg;
  transform-origin: 50% 50%;
  transition: 0.3s all ease-in-out;
}
.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: 1;
}
.menu-hamburger-direct .logo-gauche .menu-container {
  z-index: 9999;
  order: 3;
}
.menu-hamburger-direct .logo-gauche .menu-container .burger-menu {
  order: 2;
}
.menu-hamburger-direct .logo-gauche .btn {
  order: 2;
  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: #566E3D;
  transition: 0.3s all ease-in-out;
}
.actualites {
  max-width: 900px;
  width: 90%;
  margin: 260px auto 120px auto;
}
.actualites h1 strong {
  display: unset;
  margin: 0 0 4px 0;
  font-size: 2.4rem;
}
.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: #009fe3;
  border: 1px solid #009fe3;
}
.actualites .cta-text .btn-bord:hover,
.restrained-template .cta-text .btn-bord:hover {
  background: #009fe3 !important;
  color: white;
  border: 1px solid white;
}
.single-post .preheader {
  background: #009fe3;
  background: linear-gradient(90deg,#009fe3 0%,#163e6f 100%);
}
.actualites a {
  color: #009fe3;
  text-decoration: underline #009fe3;
}
.actualites .btn,
.actualites .wp-block-button__link {
  font-size: 1.6rem;
  color: white;
  background: #009fe3;
  border: 1px solid transparent;
  background: linear-gradient(90deg,#009fe3 0%,#163e6f 100%);
  text-decoration: none;
}
.actualites .btn:hover,
.actualites .wp-block-button__link:hover {
  color: #009fe3;
  border: 1px solid #009fe3;
  background: white;
}
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: #566f3d;
  margin: 100px auto 100px auto;
}
footer .wrapperGlobal > .banner-contact::before {
  content: "";
  opacity: 0.25;
  z-index: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://www.eurochene.com/wp-content/uploads/2025/09/MotifRiles.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
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: white;
  text-align: left;
  max-width: 600px;
}
footer .wrapperGlobal > .banner-contact .wrapper p {
  color: white;
  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;
  background-color: #660b12;
}
footer .wrapperGlobal > .wrapper::before {
  content: "";
  opacity: 0.25;
  z-index: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://www.eurochene.com/wp-content/uploads/2025/09/MotifRouge.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
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(--cream,#FEFAE0);
  font-family: Gotham;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
  margin: 0 0 16px 0;
}
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 .fourth-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
footer .wrapperGlobal > .wrapper .second-row .fourth-menu .top-part {
  position: relative;
  padding: 0 0 12px 0;
}
footer .wrapperGlobal > .wrapper .second-row .fourth-menu .top-part::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background: #B8C61D;
}
footer .wrapperGlobal > .wrapper .second-row .fourth-menu .bottom-part {
  padding: 12px 0 0 0;
}
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: 40px;
  height: 40px;
  border-radius: 100px;
  background: transparent;
  border: 1px solid #FEFAE0;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .second-row .rs .wrapper a i {
  font-size: 2rem;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .second-row .rs .wrapper a:hover {
  opacity: 1;
  background-color: #566E3D;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .second-row .rs .wrapper a:hover i {
  color: #B8C61D;
  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: white;
}
footer .wrapperGlobal > .wrapper .third-row a:first-child:hover {
  color: #566E3D;
}
footer .wrapperGlobal > .wrapper .third-row a {
  color: white;
  text-decoration: underline white 1px solid !important;
}
footer .wrapperGlobal > .wrapper .third-row a:hover {
  color: white !important;
  opacity: 0.6;
  transition: 0.3s all ease;
}
footer .wrapperGlobal > .wrapper .third-row p {
  color: white;
  text-align: center;
  margin: 0;
}
footer .wrapper .second-row nav .menu-menu-1-container ul.menu li:hover a {
  color: #566E3D;
  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-in-out;
  }
  .activeMenuBurger span:first-child {
    position: relative;
    top: 15%;
    rotate: 45deg;
    transform-origin: 50% 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
  }
  .activeMenuBurger span:last-child {
    position: relative;
    top: -22%;
    rotate: 135deg;
    transform-origin: 50% 50%;
    transition: 0.3s all ease-in-out;
  }
  .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;
  }
}
@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;
  }
}
.pswp {
  z-index: 9999999999;
}
.space {
  width: 3px;
}
.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;
}
.page-template-template-fond header.site-header .logo-site {
  filter: unset;
}
.page-template-template-fond .menu-hamburger-direct .logo-gauche .btn {
  color: var(--blue-dark,#0C1012);
  border-radius: 75px;
  border: 1px solid var(--blue-dark,#0C1012);
}
.page-template-template-fond .menu-hamburger-direct .logo-gauche .btn:hover {
  color: white;
}
.page-template-template-fond .btn-white span.arrow::before,
.page-template-template-fond .btn-white span.arrow::after {
  background-image: url("https://eurochene.com/wp-content/uploads/2025/09/ArrowDiageEUROCHEN.svg");
}
.page-template-template-fond .btn-white:hover span.arrow::before,
.page-template-template-fond .btn-white:hover span.arrow::after {
  background-image: url("https://eurochene.com/wp-content/uploads/2025/09/ArrowDiageEUROCHENCREAM.svg");
}
.page-template-template-fond header.nav-colored.menu-hamburger-direct .logo-gauche .btn-white {
  color: #FEFAE0;
  border: 1px solid #FEFAE0;
  background-color: transparent;
}
.page-template-template-fond header.nav-colored.menu-hamburger-direct .logo-gauche .btn-white:hover {
  background-color: black;
}
.page-template-template-fond header.nav-colored .btn-white span.arrow::before,
.page-template-template-fond header.nav-colored .btn-white span.arrow::after {
  background-image: url(https://eurochene.com/wp-content/uploads/2025/09/ArrowDiageEUROCHENCREAM.svg);
}
.activeHeaderMyProd .logo-site img {
  filter: grayscale(1000) brightness(1000);
  transition: 0.3s all ease;
}
.activeHeaderMyProd.menu-hamburger-direct .logo-gauche .btn-white {
  color: #FEFAE0;
  border: 1px solid #FEFAE0;
  background-color: transparent;
}
.activeHeaderMyProd.menu-hamburger-direct .logo-gauche .btn-white:hover {
  background-color: black;
}
.activeHeaderMyProd .btn-white span.arrow::before,
.activeHeaderMyProd .btn-white span.arrow::after {
  background-image: url(https://eurochene.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 {
  display: flex;
}
.listeProduitEurochene .realisations-liste__posts .grid-item {
  width: 32%;
}
.listeProduitEurochene .realisations-liste__posts .grid-item .imgcropCtn {
  border-radius: 0;
}
.listeProduitEurochene .realisations-liste__posts .grid-item .content {
  position: relative;
  margin: 0;
  background-color: #566E3D;
  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://eurochene.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: Gotham;
  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: #566E3D;
  box-shadow: unset;
  transition: 0.3s all ease;
  overflow: hidden;
}
.single-post header::before,
.single-offres_emploi header::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url("https://eurochene.com/wp-content/uploads/2025/09/MotifRiles.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-type-archive-produit_eurochene header {
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  background-color: #566E3D;
  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://eurochene.com/wp-content/uploads/2025/09/MotifRiles.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-4044 header.site-header .logo-site {
  filter: unset;
}
.page-id-4044 .menu-hamburger-direct .logo-gauche .btn {
  color: var(--blue-dark,#0C1012);
  border-radius: 75px;
  border: 1px solid var(--blue-dark,#0C1012);
}
.page-id-4044 .menu-hamburger-direct .logo-gauche .btn:hover {
  color: white;
}
.page-id-4044 .btn-white span.arrow::before,
.page-id-4044 .btn-white span.arrow::after {
  background-image: url("https://eurochene.com/wp-content/uploads/2025/09/ArrowDiageEUROCHEN.svg");
}
.page-id-4044 .btn-white:hover span.arrow::before,
.page-id-4044 .btn-white:hover span.arrow::after {
  background-image: url("https://eurochene.com/wp-content/uploads/2025/09/ArrowDiageEUROCHENCREAM.svg");
}
.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://eurochene.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://eurochene.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: "Gotham";
  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: "Gotham";
  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%;
}
.tax-categorie_eurochene .grid-item .imgcropCtn {
  border-radius: 0;
}
.tax-categorie_eurochene .grid-item .content {
  position: relative;
  margin: 0;
  background-color: #566E3D;
  overflow: hidden;
  padding: 32px;
}
.tax-categorie_eurochene .grid-item .content h2 {
  z-index: 1;
  position: relative;
}
.tax-categorie_eurochene .grid-item .content .sous-titre-produit {
  font-family: "Gotham";
  font-size: 1.6rem !important;
  color: var(--cream,#FEFAE0);
  margin: 4px 0 0 0;
}
.tax-categorie_eurochene .grid-item .content .btn {
  z-index: 1;
  position: relative;
  margin: 24px 0 0 0;
}
.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://eurochene.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 0 0;
}
.tax-categorie_eurochene .grid-item .content .sous-titre-produit {
  font-size: 2rem;
  color: var(--cream,#FEFAE0);
}
.tax-categorie_eurochene .grid-item .imgcropCtn ul {
  flex-wrap: wrap;
}
.tax-categorie_eurochene .grid-item .imgcropCtn ul li {
  display: flex;
  font-family: Gotham;
  text-align: center;
  font-size: 12px;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid var(--cream,#FEFAE0);
  background-color: transparent;
}
.produit-galerie {
  width: 100%;
}
.produit-galerie__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.produit-galerie__item {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.produit-galerie__item .imgcropCtn {
  overflow: hidden;
}
.produit-galerie__item img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.produit-galerie__item:hover img {
  transform: scale(1.03);
}
.produit-galerie__item--thumb .imgcropCtn {
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .produit-galerie__grid {
    grid-template-columns: repeat(2,1fr);
  }
  .produit-galerie__item--main {
    grid-column: -1;
  }
}
.produit-galerie {
  position: relative;
  width: 100%;
}
.produit-galerie__visible {
  position: relative;
  width: 100%;
}
.produit-galerie__cover {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}
.produit-galerie__cover .imgcropCtn {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.produit-galerie__cover .imgcrop {
  transition: transform 0.35s ease;
}
.produit-galerie__cover:hover .imgcrop {
  transform: scale(1.04);
}
.produit-galerie__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
  padding: 24px;
  background: linear-gradient(to top,rgba(12,16,18,0.72) 0%,rgba(12,16,18,0.1) 45%,rgba(12,16,18,0) 100%);
  transition: opacity 0.3s ease;
}
.produit-galerie__cover:hover .produit-galerie__overlay {
  opacity: 0.9;
}
.produit-galerie__overlay-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FEFAE0;
  color: #0C1012;
  flex: 0 0 52px;
}
.produit-galerie__overlay-text {
  display: flex;
  flex-direction: column;
  color: #FEFAE0;
  font-family: "Gotham";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.produit-galerie__overlay-text small {
  font-size: 1.3rem;
  font-weight: 400;
  opacity: 0.9;
}
.produit-galerie__hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .produit-galerie__overlay {
    padding: 16px;
  }
  .produit-galerie__overlay-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .produit-galerie__overlay-text {
    font-size: 1.4rem;
  }
}
.produit-galerie__single {
  position: relative;
  display: block;
}
.produit-galerie__single .imgcropCtn {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.produit-galerie__single .imgcrop {
  transform: none !important;
}
.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: #566e3d;
  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://eurochene.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: Gotham;
  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: "Gotham";
  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: Gotham;
  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://eurochene.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;
  flex-wrap: wrap;
  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;
  }
}
.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;
}
.blocswitch__section1 .blocswitch__textpart ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -24px;
  width: 15px;
  height: 11px;
  background-image: url(https://eurochene.com/wp-content/uploads/2025/09/PinROUGE.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: "Poppins";
  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: "Poppins";
  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://eurochene.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: "Gotham";
  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: Gotham;
  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: Gotham;
  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://eurochene.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%;
}
.entry-realisations .entry-realisations__entete {
  width: 85%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre {
  padding: 48px 0 0 0;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre .fil a {
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre .fil .titlereal {
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre p.pretitle {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  color: #650B12;
}
.entry-realisations .entry-realisations__entete .entry-realisations__titre h1 {
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0 -5px;
}
.entry-realisations .entry-realisations__entete .entry-images {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.entry-realisations .entry-realisations__entete .entry-images img {
  position: relative;
  width: 80%;
}
.entry-realisations .entry-realisations__entete .entry-images img:nth-child(2) {
  position: relative;
  width: 50%;
  left: -20%;
}
.entry-realisations .entry-realisations__entete .entry-images div {
  position: absolute;
}
.entry-realisations .entry-realisations__entete .entry-images .petalTop {
  top: -10%;
  left: 14%;
}
.entry-realisations .entry-realisations__entete .entry-images .petalLeft {
  bottom: 18%;
  left: 0%;
}
.entry-realisations .entry-realisations__entete .entry-images .petalRight {
  top: 8%;
  right: 22%;
}
.entry-realisations .entry-realisations__entete .entry-images--solo {
  justify-content: center;
}
.entry-realisations .entry-realisations__produit {
  position: relative;
  min-height: 100vh;
}
.entry-realisations .entry-realisations__produit:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__produit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item {
  position: relative;
  width: 95%;
  align-items: flex-start;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
  z-index: 2;
  position: absolute;
  width: 250px;
  aspect-ratio: 1;
  top: 5%;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 40px;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type h2 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.2;
  font-weight: 900;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__image {
  width: 75%;
  max-width: 900px;
  min-width: 400px;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__image img {
  display: block;
  max-height: 80vh;
  margin: -15vh auto 0 auto;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .firstproductbottom {
  z-index: 2;
  position: absolute;
  bottom: -5%;
  right: 8%;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__link {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  bottom: 0;
}
.entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__link a {
  font-size: 3.2rem;
  color: white;
}
.entry-realisations .entry-realisations__mission {
  position: relative;
  width: 95%;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 10%;
}
.entry-realisations .entry-realisations__mission h2 {
  text-align: center;
}
.entry-realisations .entry-realisations__mission .entry-realisations__content {
  text-align: center;
}
.entry-realisations .entry-realisations__mission--image {
  position: relative;
  min-height: 85vh;
}
.entry-realisations .entry-realisations__mission--image img {
  display: block;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__mission--image:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__mission--image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__mission--image div {
  z-index: 3;
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-width: 400px;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__autre {
  position: relative;
  width: 95%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.entry-realisations .entry-realisations__autre .entry-realisations__typeAutre {
  z-index: 2;
  position: absolute;
  width: 320px;
  aspect-ratio: 1;
  top: 0%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 105px;
  transform: translateX(-20%);
}
.entry-realisations .entry-realisations__autre .entry-realisations__typeAutre h2 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: left;
  font-weight: 900;
}
.entry-realisations .entry-realisations__autre .entry-realisations__typeAutre svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:nth-child(2) {
  position: relative;
  left: 5%;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:nth-child(2) img {
  max-height: 550px;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child {
  position: relative;
  left: -5%;
}
.entry-realisations .entry-realisations__autre .entry-realisations__autre--image:last-child img {
  max-height: 550px;
}
.entry-realisations .entry-realisations__autrebis {
  position: relative;
}
.entry-realisations .entry-realisations__autrebis:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__autrebis::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__autrebis .wrapper {
  position: relative;
  width: 95%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type {
  z-index: 2;
  position: absolute;
  width: 280px;
  aspect-ratio: 1;
  top: 0%;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 3%;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type h2 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: left;
  font-weight: 900;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--type svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.entry-realisations .entry-realisations__autrebis .wrapper .col-md-12 {
  left: unset !important;
  margin: 0 auto;
}
.entry-realisations .entry-realisations__autrebis .wrapper .col-md-12 img {
  margin: 0;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--image:nth-child(2) {
  position: relative;
  left: 10%;
}
.entry-realisations .entry-realisations__autrebis .wrapper .entry-realisations__autrebis--image:last-child {
  position: relative;
  left: -10%;
}
.entry-realisations .entry-realisations__end {
  position: relative;
  min-height: 400px;
  padding: 50px 0 50px 0;
}
.entry-realisations .entry-realisations__end:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations .entry-realisations__end .first-product {
  z-index: 2;
  position: absolute;
  top: 0%;
  left: 5%;
}
.entry-realisations .entry-realisations__end img {
  z-index: 1;
  position: relative;
  display: block;
  width: 75%;
  max-width: 1000px;
  margin: -30px auto 0 auto;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px 0;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a {
  color: #FFF;
  text-decoration: none;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  padding: 0 24px 0 0;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a:nth-child(2) {
  font-family: "Poppins", sans-serif;
}
.entry-realisations .entry-realisations__end .entry-realisations__end--links a:last-child {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  padding: 0 0 0 24px;
}
.entry-realisations__evenement .entry-images img {
  position: relative;
  width: auto !important;
  max-height: 600px;
}
.entry-realisations__evenement .entry-realisations__galerie {
  position: relative;
}
.entry-realisations__evenement .entry-realisations__galerie:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleX(-1);
  vertical-align: middle;
}
.entry-realisations__evenement .entry-realisations__galerie::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 100vw 130px 0px;
  border-color: transparent white transparent transparent;
  display: inline-block;
  transform: scaleY(-1);
  vertical-align: middle;
}
.entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type {
  z-index: 2;
  position: absolute;
  width: 280px;
  aspect-ratio: 1;
  top: -5%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3% 0 0;
}
.entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type h2 {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 900;
}
.entry-realisations__evenement .entry-realisations__galerie .entry-realisations__galerie--type svg {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 200px 10% 100px 10%;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper {
  overflow: visible;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-slide {
  padding: 16px 16px 48px 16px;
  background-color: white;
  box-shadow: 0 0 4px #00000077;
  aspect-ratio: 1;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-slide .imgcropCtn {
  width: 100%;
  height: 100%;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  background-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/DiapoArrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-next:hover:after {
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  opacity: 0.4;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url("https://www.myproduction-themefr.gqoe9330.odns.fr/wp-content/themes/myprod/img/svg/DiapoArrowBlue.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transform: scaleX(-1);
  transition: 0.3s all ease-in-out;
}
.entry-realisations__evenement .entry-realisations__galerie .wrapper .entry-realisations__galerie--swiper .swiper-button-prev:hover:after {
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.entry-realisations__autre--image-solo {
  left: 0 !important;
}
.entry-realisations__autre--image-solo img {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.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: #1B2E28;
  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) {
  .entry-realisations .entry-realisations__entete .entry-realisations__titre {
    padding: 0 0 100px 0;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre h2 {
    text-align: center;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre .fil {
    text-align: center;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre .pretitle {
    text-align: center;
  }
  .entry-realisations .entry-realisations__entete .entry-realisations__titre h1 {
    text-align: center;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .firstproductbottom {
    display: none;
  }
  .entry-realisations .entry-realisations__produit .entry-realisations__produit--item .entry-realisations__type {
    top: 0;
    left: 0;
  }
  .entry-realisations .entry-realisations__autre .entry-realisations__typeAutre {
    right: 0;
  }
  .entry-realisations .entry-realisations__end .first-product {
    left: -10%;
  }
  .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://eurochene.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%;
  }
}
@media (max-width: 767px) {
  .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;
  }
  .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;
  }
}
.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 10pt 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;
  }
}
.realisations {
  padding: 100px 0;
}
.realisations-content h2 {
  text-align: center;
  margin: 0;
}
.realisations-content a {
  margin: 16px auto;
}
.realisations-liste__filtres {
  padding: 24px 0;
}
.realisations-liste__filtres .filters-button-group {
  position: relative;
  display: flex;
  width: fit-content;
  padding: 12px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  background: #F8F8F8;
}
.realisations-liste__filtres .filters-button-group button {
  position: relative;
  z-index: 2;
  color: #101820;
  font-family: "Public Sans";
  margin: 0;
  padding: 12px 16px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.realisations-liste__filtres .filters-button-group button.is-checked {
  color: white;
  background-color: #019e4d8c;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.realisations-liste__filtres .filters-button-group button:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.realisations-liste__filtres #neon {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: 50px;
  border-radius: 5px;
  padding: 12px 16px;
  background: #019E4D;
  transform: translateY(-50%);
  z-index: 0;
  transition: 0.3s all ease;
}
.grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0.5%;
  text-decoration: none;
  color: white;
  transition: unset !important;
}
.grid-item:hover:before {
  opacity: 0.4;
  transition: opacity transform 0.3s ease-in-out;
}
.grid-item .imgcrop {
  transition: 0.3s all ease-in-out;
}
.grid-item:hover .imgcrop {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.grid-item:hover {
  opacity: 0.8;
}
.grid-item .imgcropCtn {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
.grid-item .imgcropCtn ul {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.grid-item .imgcropCtn ul li {
  display: flex;
  font-family: "Public Sans";
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  border-radius: 5px;
  background: var(--Green-3,#1B2E28);
}
.grid-item .content {
  z-index: 3;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 16px 0 0 0;
}
.grid-item .content h2 {
  color: #1B2E28;
  margin: 0 0 4px 0;
}
.grid-item .content p {
  color: var(--Green-1,#019E4D);
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.grid-item .content ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.grid-item .content ul li {
  display: flex;
  font-size: 16px;
  font-family: "Public Sans";
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  margin: 4px 6px;
  border-radius: 50px;
}
.grid-item .content ul li.identitedemarque {
  background-color: #002779;
}
.grid-item .content ul li.sitesinternet {
  background-color: #00B4DD;
}
.grid-item .content ul li.photosetvideos {
  background-color: #DE372D;
}
.grid-item .content ul li.evenements {
  background-color: #F3974D;
}
.grid-item .content ul li.supportsimprimes {
  background-color: #F3974D;
}
.grid-item:hover .content ul {
  width: auto;
  height: auto;
  pointer-events: all;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.grid-item .content img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 200px;
  max-height: 200px;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.grid-item > * {
  margin: 0;
  padding: 0;
}
@media (max-width: 1366px) {
  .grid-item {
    width: 49%;
    margin: 0.5%;
  }
  .grid-item .content img {
    max-width: 200px;
    max-height: 150px;
  }
  .realisations-liste__posts {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .grid-item {
    width: 98%;
    margin: 2%;
  }
  .realisations-liste__filtres .filters-button-group {
    flex-wrap: wrap;
  }
  .realisations-liste__filtres .filters-button-group button {
    margin: 12px;
  }
  .realisations-liste__posts {
    max-width: 500px;
    margin: 0 auto;
  }
  .realisations-liste__filtres {
    overflow: scroll;
  }
  .realisations-liste__filtres .filters-button-group {
    width: max-content;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .realisations-liste__filtres .filters-button-group button {
    margin: 4px;
  }
}
@media (max-width: 500px) {
  .grid-item .content ul li {
    font-size: 12px;
  }
}
.listebloc {
  overflow: hidden;
}
.listebloc .row .swiper {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 1px);
  margin: 0 auto 0 0;
}
.listeblocswiper {
  background-color: transparent;
  padding: 0 0 100px 0;
}
.listebloc-titlecontainerswiper {
  background-color: transparent;
  margin: 0 !important;
  padding: 100px 0 0 0;
}
.listebloc .row .swiper .swiper-wrapper {
  overflow-x: visible;
}
.listebloc,
.listebloc-titlecontainer {
  position: relative;
  margin: 0;
}
.listebloc-titlecontainer h2 {
  color: white;
}
.listebloc-titlecontainer p {
  color: white;
}
.listebloc-titlepart {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.listebloc-titlepart .content {
  width: fit-content;
}
.listebloc-titlepart h2 {
  color: #324852;
  text-align: left;
  max-width: 777px;
  margin: 0 0 24px 0;
}
.listebloc-titlepart p {
  max-width: 777px;
}
.listebloc .container-myprod {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  row-gap: 32px;
}
.listebloc .container-myprod .blocContainerGlobal {
  max-width: 33%;
  flex: 1 1 32%;
}
.listebloc .container-myprod .blocContainerGlobal .imgpart {
  position: relative;
}
.listebloc .container-myprod .blocContainerGlobal .imgpart {
  position: relative;
}
.listebloc .container-myprod .blocContainerGlobal .content h2 {
  color: white;
}
.listebloc .container-myprod .blocContainerGlobal .content h3 {
  color: white;
  margin: 0 0 8px;
}
.listebloc .container-myprod .blocContainerGlobal .content p {
  display: -webkit-box;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
}
.listebloc .container-myprod .blocContainerGlobal .btn {
  margin: 0;
}
.cardListe .imgcropCtn {
  width: 100%;
  height: 300px;
}
.cardListe .content {
  padding: 24px 6%;
}
.cardListe {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 4px 6px 12px #00000029;
}
.cardListeFlip {
  width: 100%;
  height: 700px;
  perspective: 1000px;
  background-color: transparent;
}
.cardListeFlip .imgcropCtn {
  width: 100%;
  height: 300px;
}
.cardListeFlip .content {
  padding: 24px 6%;
}
.flipWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 4px 6px 12px #00000029;
  background-color: white;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.cardListeFlip:hover .flipWrapper {
  transform: rotateY(180deg);
}
.flip-card-front {
  z-index: 2;
  background-color: white;
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.flip-card-back {
  background-color: white;
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}
.swiperListeBloc {
  overflow: hidden;
  counter-reset: swiperCounter;
}
.swiperListeBloc .swiper-slide .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  align-items: flex-start;
  justify-content: stretch;
  padding: 32px;
  gap: 12px;
  box-sizing: border-box;
}
.swiperListeBloc .swiper-slide .imgcropCtn {
  display: block;
  width: 100%;
  height: 250px;
}
.swiperListeBloc .swiper-slide a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
}
.swiperListeBloc .swiper-slide .content a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiperListeBloc .swiper-slide .content .contentPart {
  display: block;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.swiperListeBloc .swiper-slide {
  position: relative;
  display: flex;
  height: auto;
  align-items: flex-end;
  justify-content: flex-start;
  background: #566E3D;
  transition: 0.3s all ease;
}
.swiperListeBloc .swiper-slide::before {
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://eurochene.com/wp-content/uploads/2025/09/MotifRiles.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiperListeBloc .swiper-slide a {
  z-index: 1;
  position: relative;
  text-decoration: none;
  margin: 0;
}
.swiperListeBloc .swiper-slide:hover {
  transition: 0.3s all ease;
}
.swiperListeBloc .swiper-slide:hover img {
  transform: scale(1.05);
  transition: 0.3s all ease;
}
.swiperListeBloc .swiper-slide .content h3 {
  overflow: hidden;
  color: var(--cream,#FEFAE0);
  text-overflow: ellipsis;
  font-family: "Josefin Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
.swiperListeBloc .swiper-slide .content .contentPart .sous-titre-produit {
  color: var(--cream,#FEFAE0);
}
.swiperListeBloc .swiper-slide .content .btn {
  margin: 16px 0 0 0;
}
.swiperListeBloc .swiper-slide .content p {
  color: white;
  margin: 0;
}
.listebloc .swiper-button-prev {
  left: 16px;
  height: 36px;
  background-image: url("https://www.scierie-mendozacom.gqoe9330.odns.fr/wp-content/uploads/2025/02/Vector-1-1.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.listebloc .swiper-button-next {
  z-index: 10;
  right: 16px;
  height: 36px;
  transform: rotate(180deg);
  transform-origin: center;
  background-image: url("https://regietech-fr.preview-domain.com/wp-content/uploads/2025/04/ArrowSlider.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.listebloc .swiper-button-prev::after {
  content: unset;
}
.listebloc .swiper-button-next::after {
  content: unset;
}
.listebloc-titlecontainerliste_blocs {
  margin: 0 0 48px 0;
}
.listebloc-titlecontainerliste_blocs h1 {
  margin: 0;
}
.listebloc-titlecontainerliste_blocs h2 {
  color: #243E36;
  margin: 0 0 12px 0;
}
.listeblocliste_blocs {
  overflow: hidden;
  counter-reset: swiperCounter;
}
.listeblocliste_blocs .blocContainerGlobal .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  align-items: flex-start;
  justify-content: stretch;
  padding: 32px;
  gap: 12px;
}
.listeblocliste_blocs .blocContainerGlobal .imgpart {
  display: block;
  width: 100%;
  height: 250px;
}
.listeblocliste_blocs .blocContainerGlobal .imgcropCtn {
  width: 100%;
  height: 100%;
}
.listeblocliste_blocs .blocContainerGlobal a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.listeblocliste_blocs .blocContainerGlobal .content a {
  display: block;
  width: 100%;
  height: 100%;
}
.listeblocliste_blocs .blocContainerGlobal .content .contentPart {
  display: block;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.listeblocliste_blocs .blocContainerGlobal {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: #566E3D;
  transition: 0.3s all ease;
}
.listeblocliste_blocs .blocContainerGlobal::before {
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(https://eurochene.com/wp-content/uploads/2025/09/MotifRiles.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.listeblocliste_blocs .blocContainerGlobal a {
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.listeblocliste_blocs .blocContainerGlobal img {
  transition: 0.3s all ease;
}
.listeblocliste_blocs .blocContainerGlobal:hover img {
  transform: scale(1.05);
  transition: 0.3s all ease;
}
.listeblocliste_blocs .blocContainerGlobal .content h3 {
  overflow: hidden;
  color: var(--cream,#FEFAE0);
  text-overflow: ellipsis;
  font-family: "Josefin Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.listeblocliste_blocs .blocContainerGlobal .content p {
  color: white;
  margin: 0;
}
@media (max-width: 1024px) {
  .listebloc .container-myprod {
    flex-direction: column;
  }
  .listebloc .container-myprod .blocContainerGlobal {
    max-width: 100%;
    flex: 1 1 0;
  }
  .listeblocswiper {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .listeblocliste_blocs .container-myprod .blocContainerGlobal .content h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .listebloc .swiper-button-next {
    top: unset;
    bottom: 0;
    right: unset;
    left: 56%;
    height: 28px;
    transform: translateX(-50%) rotate(180deg);
  }
  .listebloc .swiper-button-prev {
    top: unset;
    bottom: 0;
    right: unset;
    left: 44%;
    height: 28px;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .swiperListeBloc .swiper-slide .content h3 {
    font-size: 2.4rem !important;
    margin: 0 0 16px 0;
  }
}
.tax-categorie_eurochene .menu-hamburger-direct.nav-colored .logo-gauche .btn {
  color: white;
  border: 1px solid white;
}
.tax-categorie_eurochene header.nav-colored .btn-white span.arrow::before,
.tax-categorie_eurochene header.nav-colored .btn-white span.arrow::after {
  background-image: url("https://eurochene.com/wp-content/uploads/2025/09/ArrowDiageEUROCHENCREAM.svg");
}
.cf7-candidature-grid {
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  max-width: 700px;
  gap: 4px 16px;
  margin: 48px auto 0 auto;
}
.cf7-field-full {
  grid-column: 0.33333333333333;
}
.cf7-candidature-grid label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #3b322c;
}
.cf7-candidature-grid input[type="text"],
.cf7-candidature-grid input[type="email"],
.cf7-candidature-grid input[type="tel"],
.cf7-candidature-grid input[type="file"],
.cf7-candidature-grid textarea,
.cf7-candidature-grid select {
  width: 100%;
  border: 1px solid #d8d2cb;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.4;
  background: #fff;
  color: #2c2622;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cf7-candidature-grid textarea {
  height: 150px;
  resize: vertical;
}
.cf7-candidature-grid input:focus,
.cf7-candidature-grid textarea:focus,
.cf7-candidature-grid select:focus {
  outline: none;
  border-color: #a57c52;
  box-shadow: 0 0 0 3px rgba(165,124,82,0.12);
}
.cf7-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #5a514b;
}
.cf7-consent input[type="checkbox"] {
  margin-top: 3px;
}
.cf7-candidature-grid .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.cf7-candidature-grid .wpcf7-submit:hover {
  opacity: 0.92;
}
.cf7-candidature-grid .wpcf7-submit:active {
  transform: translateY(1px);
}
.cf7-candidature-grid .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
}
.cf7-candidature-grid .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .cf7-candidature-grid {
    grid-template-columns: 1fr;
  }
}
