@charset "UTF-8";
@font-face {
  font-family: "FunnelDisplay-Light";
  src: url("../fonts/FunnelDisplay-Light.ttf") format("truetype");
}
@font-face {
  font-family: "FunnelDisplay-Regular";
  src: url("../fonts/FunnelDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FunnelDisplay-Bold";
  src: url("../fonts/FunnelDisplay-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "FunnelDisplay-ExtraBold";
  src: url("../fonts/FunnelDisplay-ExtraBold.ttf") format("truetype");
}
:root {
  --page-margin-x: 70px;
  --page-margin-y: 100px;
  --min-width-container: 1060px;
  --max-width-container-mobile: 100%;
  --height-nav-content: 85%;
  --ff-light: "FunnelDisplay-Light", Arial, sans-serif;
  --ff-regular: "FunnelDisplay-Regular", Arial, sans-serif;
  --ff-bold: "FunnelDisplay-Bold", Arial, sans-serif;
  --ff-ebold: "FunnelDisplay-ExtraBold", Arial, sans-serif;
  --cl-ekoled1: rgb(10, 15, 20);
  --cl-ekoled2: rgb(165, 175, 185);
  --cl-255: rgba(255, 255, 255, 1);
  --cl-250: rgba(250, 250, 250, 1);
  --cl-245: rgba(245, 245, 245, 1);
  --cl-240: rgba(240, 240, 240, 1);
  --cl-230: rgba(230, 230, 230, 1);
  --cl-220: rgba(220, 220, 220, 1);
  --cl-210: rgba(210, 210, 210, 1);
  --cl-200: rgba(200, 200, 200, 1);
  --cl-180: rgba(180, 180, 180, 1);
  --cl-160: rgba(160, 160, 160, 1);
  --cl-140: rgba(140, 140, 140, 1);
  --cl-120: rgba(120, 120, 120, 1);
  --cl-100: rgba(100, 100, 100, 1);
  --cl-080: rgba(80, 80, 80, 1);
  --cl-060: rgba(60, 60, 60, 1);
  --cl-040: rgba(40, 40, 40, 1);
  --cl-020: rgba(20, 20, 20, 1);
  --cl-000: rgba(0, 0, 0, 1);
  --brightness-img: brightness(0.99);
  --trans: all 400ms ease-out;
  --trans-transform: transform 0.5s ease-out;
  --border-cadre: 1px solid var(--cl-240);
  --radius-forme: 12px;
  --radius-large: 80px;
  --radius-cadre: 50px;
  --radius-med: 25px;
  --b-shadow-1: 0 2px 4px rgba(0, 0, 0, 0.04);
  --b-shadow-2: 0 5px 10px rgba(0, 0, 0, 0.04);
  --b-shadow-3: 0 10px 20px rgba(0, 0, 0, 0.1);
  --b-shadow-4: 0 15px 30px rgba(0, 0, 0, 0.2);
  --b-shadow-5: 0 20px 40px rgba(0, 0, 0, 0.3);
  --b-shadow-i1: 0 -2px 4px rgba(0, 0, 0, 0.04);
  --b-shadow-i2: 0 -5px 10px rgba(0, 0, 0, 0.04);
  --b-shadow-i3: 0 -10px 20px rgba(0, 0, 0, 0.1);
  --b-shadow-i4: 0 -15px 30px rgba(0, 0, 0, 0.2);
  --b-shadow-i5: 0 -20px 40px rgba(0, 0, 0, 0.3);
  --text-ff: var(--ff-regular);
  --text-fs: 10.5pt;
  --text-cl: var(--cl-020);
  --text-mute-ff: var(--ff-regular);
  --text-mute-fs: 10.5pt;
  --text-mute-cl: var(--cl-120);
  --text-smal-ff: var(--ff-regular);
  --text-smal-fs: 9.5pt;
  --text-smal-cl: var(--cl-020);
  --titre-lit-ff: var(--ff-light);
  --titre-lit-fs: 20pt;
  --titre-lit-cl: var(--cl-000);
  --titre-big-ff: var(--ff-ebold);
  --titre-big-fs: 24pt;
  --titre-big-cl: var(--cl-020);
  --titre-bld-ff: var(--ff-ebold);
  --titre-bld-fs: 20pt;
  --titre-bld-cl: var(--cl-020);
  --titre-med-ff: var(--ff-bold);
  --titre-med-fs: 16pt;
  --titre-med-cl: var(--cl-020);
  --titre-sml-ff: var(--ff-bold);
  --titre-sml-fs: 11pt;
  --titre-sml-cl: var(--cl-020);
  --titre-section-fs: 40pt;
}

@media all and (max-width: 1199.98px) {
  :root {
    --page-margin-x: 40px;
    --min-width-container: calc(100% - var(--page-margin-x) * 2);
  }
}
@media all and (max-width: 991.98px) {
  :root {
    --height-nav-content: 100%;
    --page-margin-x: 15px;
    --page-margin-y: 50px;
    --max-width-container-mobile: 425px;
  }
}
@media all and (max-width: 767.98px) {
  :root {
    --radius-large: 50px;
    --radius-cadre: 30px;
    --radius-med: 20px;
    --titre-section-fs: 25pt;
  }
}
.ff-light {
  font-family: var(--ff-light) !important;
}

.ff-regular {
  font-family: var(--ff-regular) !important;
}

.ff-bold {
  font-family: var(--ff-bold) !important;
}

.ff-ebold {
  font-family: var(--ff-ebold) !important;
}

.cl-ekoled1 {
  color: var(--cl-ekoled1) !important;
}

.cl-ekoled2 {
  color: var(--cl-ekoled2) !important;
}

.bg-ekoled1 {
  background-color: var(--cl-ekoled1) !important;
}

.bg-ekoled2 {
  background-color: var(--cl-ekoled2) !important;
}

.bg-255 {
  background-color: var(--cl-255) !important;
}

.bg-250 {
  background-color: var(--cl-250) !important;
}

.bg-245 {
  background-color: var(--cl-245) !important;
}

.bg-040 {
  background-color: var(--cl-040) !important;
}

.bg-020 {
  background-color: var(--cl-020) !important;
}

.bg-000 {
  background-color: var(--cl-000) !important;
}

.fs-8 {
  font-size: 8pt !important;
}

.fs-9 {
  font-size: 9pt !important;
}

.fs-95 {
  font-size: 9.5pt !important;
}

.fs-10 {
  font-size: 10pt !important;
}

.fs-105 {
  font-size: 10.5pt !important;
}

.fs-11 {
  font-size: 11pt !important;
}

.fs-12 {
  font-size: 12pt !important;
}

.fs-14 {
  font-size: 14pt !important;
}

.fs-16 {
  font-size: 16pt !important;
}

.fs-18 {
  font-size: 18pt !important;
}

.fs-20 {
  font-size: 20pt !important;
}

.navigation {
  display: flex;
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  transition: var(--trans);
  z-index: 9990;
}
.navigation .nav {
  height: 100%;
  margin: auto var(--page-margin-x) auto auto;
  padding: 0;
  z-index: 2;
}
.navigation .nav ul {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
}
.navigation .nav ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 25px;
  background-color: var(--cl-ekoled1);
  font-family: var(--ff-bold);
  font-size: 14pt;
  text-transform: uppercase;
  color: var(--cl-ekoled2);
  cursor: pointer;
  transition: var(--trans);
}
.navigation .nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 0px;
  opacity: 0;
  background-color: var(--cl-ekoled2);
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
}
.navigation .nav ul li:hover::before {
  height: 5px;
  opacity: 1;
}
.navigation .nav ul li.bg-blanc {
  max-width: 150px;
  background-color: var(--cl-ekoled2);
  font-size: 11pt;
  text-transform: none;
  line-height: 1;
  color: var(--cl-060);
}
.navigation .nav ul li.bg-blanc::before {
  background-color: var(--cl-ekoled1);
}
.navigation .nav ul li.espace {
  background-color: var(--cl-ekoled2);
  padding: 0 5px;
  cursor: default;
}
.navigation .nav ul li.espace::before {
  background-color: transparent;
}
.navigation .nav ul li:first-child {
  border-radius: 0 0 0 var(--radius-med);
}
.navigation .nav ul li:last-child {
  border-radius: 0 0 var(--radius-med) 0;
}

.logo-header {
  position: fixed;
  top: 30px;
  left: var(--page-margin-x);
  margin: auto auto auto 0;
  filter: contrast(0.9);
  mix-blend-mode: difference;
  transition: top 300ms ease-in-out;
  z-index: 9998;
}

@media all and (max-width: 991.98px) {
  .navigation .nav {
    position: fixed;
    width: 50%;
    height: 100%;
    right: -50%;
    top: 0;
    background-color: var(--cl-ekoled1);
    padding: 0;
    margin: 0;
    transition: var(--trans);
  }
  .navigation .nav ul {
    display: block;
    margin-top: 100px;
    background-color: var(--cl-ekoled1);
  }
  .navigation .nav ul li,
  .navigation .nav ul li.bg-blanc {
    display: block;
    max-width: 100%;
    padding: 10px 20px;
    background-color: var(--cl-ekoled1);
    font-family: var(--ff-bold);
    font-size: 14pt;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--cl-ekoled2);
  }
  .navigation .nav ul li::before,
  .navigation .nav ul li.bg-blanc::before {
    display: none;
  }
  .navigation .nav ul li img,
  .navigation .nav ul li.bg-blanc img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(5%) saturate(236%) hue-rotate(174deg) brightness(93%) contrast(92%);
    margin: 5px 0;
  }
  .navigation .nav ul li.bg-blanc {
    max-width: 170px;
    font-size: 13pt;
    text-transform: none;
  }
  .navigation .nav ul li.espace {
    display: none;
  }
  .navigation .nav ul li:first-child,
  .navigation .nav ul li:last-child {
    border-radius: 0;
  }
  .logo-header {
    left: 0;
    scale: 0.8;
  }
}
.menu-icon {
  display: none;
  width: 30px;
  height: 24px;
  position: relative;
  margin: auto 20px 13px auto;
  cursor: pointer;
  z-index: 9992;
}
.menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  background-color: var(--cl-255);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.8);
  transition: var(--trans);
}
.menu-icon span:first-child {
  top: 6px;
}
.menu-icon span:last-child {
  top: 14px;
}

#menu-toggle:checked + .menu-icon span:first-child {
  transform: rotate(45deg);
  top: 10px;
}

#menu-toggle:checked + .menu-icon span:last-child {
  transform: rotate(-45deg);
  top: 10px;
}

#menu-toggle:checked ~ .nav {
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: var(--trans);
  z-index: 1 !important;
}

#menu-toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

@media all and (max-width: 991.98px) {
  .menu-icon {
    display: inline-block;
  }
}
.nav-content {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  background: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.9));
  opacity: 0;
  overflow: hidden;
  z-index: 9990;
}
.nav-content .close-btn {
  position: relative;
  float: inline-end;
  right: var(--page-margin-x);
  top: 40px;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(250, 250, 250, 0.5);
  color: rgb(250, 250, 250);
  cursor: pointer;
  z-index: 2;
  transition: var(--trans);
}
.nav-content .close-btn::before,
.nav-content .close-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56%;
  height: 1px;
  background: rgb(250, 250, 250);
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-content .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-content .close-btn:hover {
  border-color: rgb(250, 250, 250);
}
.nav-content .close-btn:active {
  transform: scale(0.96);
}
.nav-content .close-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.nav-content .content {
  position: relative;
  width: calc(100% - var(--page-margin-x) * 2);
  margin: 0 var(--page-margin-x);
  z-index: 1;
}
.nav-content .content h2 {
  position: absolute;
  top: 40px;
  left: 180px;
  font-family: var(--ff-light);
  font-size: 24pt;
  color: var(--cl-ekoled2);
}
.nav-content .content h2 span {
  margin: 0 15px;
  font-size: 24pt;
  color: var(--cl-ekoled2);
}
.nav-content .content .block-flex-3bloc,
.nav-content .content .block-flex-5bloc {
  padding-top: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.nav-content .content .block-flex-3bloc .block,
.nav-content .content .block-flex-5bloc .block {
  display: block;
  width: calc((100% - 200px) / 5);
  height: auto;
  max-height: 100%;
  padding-top: 50px;
}
.nav-content .content .block-flex-3bloc .block h5,
.nav-content .content .block-flex-5bloc .block h5 {
  max-width: 100%;
  height: 40px;
  font-size: 14pt;
  color: var(--cl-ekoled2);
  text-align: left;
}
.nav-content .content .block-flex-3bloc .block .liens-hyper,
.nav-content .content .block-flex-5bloc .block .liens-hyper {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  font-family: var(--ff-bold);
  font-size: 12pt;
  color: var(--cl-ekoled2);
  line-height: 1.1;
  cursor: pointer;
  transition: var(--trans);
}
.nav-content .content .block-flex-3bloc .block .liens-hyper:hover,
.nav-content .content .block-flex-5bloc .block .liens-hyper:hover {
  color: var(--cl-255);
}
.nav-content .content .block-flex-3bloc .block .button-fleche,
.nav-content .content .block-flex-5bloc .block .button-fleche {
  width: auto;
  margin-bottom: 35px;
  font-size: 13pt;
  color: var(--cl-255);
}
.nav-content .content .block-flex-3bloc .degrade-masque,
.nav-content .content .block-flex-5bloc .degrade-masque {
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 99%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 99%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.nav-content .content .block-flex-3bloc {
  width: calc(100% - 460px) !important;
  margin-left: 50%;
  transform: translateX(-50%);
}
.nav-content .content .block-flex-3bloc .block {
  width: calc((100% - 100px) / 3);
}

.nav-light {
  background: linear-gradient(180deg, rgb(250, 250, 250), rgba(250, 250, 250, 0.98), rgba(250, 250, 250, 0.95), rgba(250, 250, 250, 0.9)) !important;
}
.nav-light .close-btn {
  filter: invert(1);
}
.nav-light .content h2 {
  color: var(--cl-ekoled1);
}
.nav-light .content h2 span {
  color: var(--cl-ekoled1);
}
.nav-light .content .block-flex-3bloc .block h5,
.nav-light .content .block-flex-5bloc .block h5 {
  color: var(--cl-ekoled1);
}
.nav-light .content .block-flex-3bloc .block .liens-hyper,
.nav-light .content .block-flex-5bloc .block .liens-hyper {
  color: var(--cl-ekoled1);
}
.nav-light .content .block-flex-3bloc .block .liens-hyper:hover,
.nav-light .content .block-flex-5bloc .block .liens-hyper:hover {
  color: var(--cl-255);
}
.nav-light .content .block-flex-3bloc .block .button-fleche,
.nav-light .content .block-flex-5bloc .block .button-fleche {
  color: var(--cl-020);
}

@media all and (max-width: 991.98px) {
  .nav-content {
    background: var(--cl-ekoled1);
  }
  .nav-content .content {
    height: 100%;
    overflow-y: auto;
  }
  .nav-content .content h2 {
    top: 100px;
    left: 0;
  }
  .nav-content .content h2 span {
    display: none;
  }
  .nav-content .content .block-flex-3bloc,
  .nav-content .content .block-flex-5bloc {
    width: 100%;
    gap: 0;
    margin: 40px 0;
  }
  .nav-content .content .block-flex-3bloc .block,
  .nav-content .content .block-flex-5bloc .block {
    width: 100%;
    height: 100%;
    max-height: 350px;
    padding-top: 50px;
  }
  .nav-content .content .block-flex-3bloc .block h5,
  .nav-content .content .block-flex-5bloc .block h5 {
    font-size: 16pt;
  }
  .nav-content .content .block-flex-3bloc {
    width: 100% !important;
    margin-left: 0;
    transform: none;
  }
  .nav-content .content .block-flex-3bloc .block {
    width: 100%;
  }
  .nav-content .content .block-flex-3bloc .block .button-fleche {
    margin-bottom: 5px;
  }
}
.index-header {
  position: relative;
  width: 99%;
  height: calc(100% - 100px);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-radius: 0 0 var(--radius-large) var(--radius-large);
  overflow: hidden;
  /*.flickity-prev-next-button {
  	padding: 20px;
  	width: 30px;
  	height: 30px;
  	border-radius: 30px;
  	background-color: rgba(200, 200, 200, 0.4);
  	transition: var(--trans);
  }
  .flickity-prev-next-button:hover { background-color: rgba(0, 160, 220, 1); padding: 20px; }
  .flickity-prev-next-button .arrow { fill: rgba(250, 250, 250, 1); }
  .flickity-prev-next-button.no-svg { color: rgba(250, 250, 250, 1); }
  .flickity-prev-next-button.previous { left: 40px; }
  .flickity-prev-next-button.next { right: 40px; }
     */
}
.index-header .titre-page {
  position: absolute;
  left: var(--page-margin-x);
  bottom: 100px;
  width: 900px;
  max-width: calc(100% - 400px);
  padding: 0;
  margin: auto;
  opacity: 0.8;
  z-index: 3;
}
.index-header .titre-page h1 {
  padding: 0;
  margin: 0;
  font-family: var(--ff-ebold);
  font-size: 70pt;
  line-height: 1;
  color: var(--cl-250);
}
.index-header .carousel {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: rgb(250, 250, 250);
}
.index-header .carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.index-header .carousel .carousel-cell {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  counter-increment: carousel-cell;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index-header .flickity-page-dots {
  width: auto;
  right: var(--page-margin-x);
  bottom: 110px;
  z-index: 2;
}
.index-header .flickity-page-dots .dot,
.index-header .flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  margin: auto 10px;
  border-radius: 10px;
  border: 2px solid rgb(255, 255, 255);
  background-color: transparent;
  opacity: 0.8;
  transition: var(--trans);
  pointer-events: none;
}
.index-header .flickity-page-dots .dot:hover,
.index-header .flickity-enabled.is-fullscreen .flickity-page-dots .dot:hover {
  background-color: var(--cl-255);
}
.index-header .flickity-page-dots .dot.is-selected,
.index-header .flickity-enabled.is-fullscreen .dot.is-selected {
  width: 60px;
  background-color: var(--cl-255);
}

@media all and (max-width: 991.98px) {
  .index-header .titre-page {
    max-width: calc(100% - var(--page-margin-x) * 2);
  }
  .index-header .flickity-page-dots {
    width: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 40px;
  }
}
@media all and (max-width: 767.98px) {
  .index-header {
    height: 60%;
  }
  .index-header .titre-page {
    position: absolute;
    left: var(--page-margin-x);
    bottom: 100px;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .index-header .titre-page h1 {
    font-size: 34pt;
  }
  .index-header .flickity-page-dots {
    width: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 40px;
  }
  .index-header .flickity-page-dots .dot,
  .index-header .flickity-enabled.is-fullscreen .flickity-page-dots .dot {
    width: 14px;
    height: 14px;
    margin: auto 5px;
  }
  .index-header .flickity-page-dots .dot.is-selected,
  .index-header .flickity-enabled.is-fullscreen .dot.is-selected {
    width: 40px;
  }
}
.mouse-oval {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px !important;
  min-width: 20px !important;
  height: 40px !important;
  border: 2px solid var(--cl-ekoled2);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0;
  z-index: 10;
}

.inner-oval {
  width: 12px;
  height: 20px;
  border-radius: 10px;
  background: var(--cl-ekoled2);
  animation: ovalY 2s ease-in-out infinite;
  will-change: transform; /* pour une animation plus douce sur mobile */
}

@keyframes ovalY {
  0% {
    transform: translateY(-6px);
  }
  25% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(-6px);
  }
}
.index-apropos h1 {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: var(--ff-light);
  font-size: var(--titre-section-fs);
  line-height: 1;
  color: var(--cl-ekoled1);
  text-transform: uppercase;
}
.index-apropos p {
  margin: 30px 0 15px 0;
}
.index-apropos .block-img {
  display: block;
  float: inline-end;
  top: 0;
  width: 50%;
  box-sizing: border-box;
  padding: 0;
  margin: auto;
}
.index-apropos .block-img .img {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 0 4%;
  padding: 0;
  border-radius: var(--radius-cadre);
  background-size: cover;
}
.index-apropos .block-img .img.left {
  width: 60%;
  aspect-ratio: 6/4;
}
.index-apropos .block-img .img.right {
  width: 30%;
  aspect-ratio: 3/4;
}

@media all and (max-width: 767.98px) {
  .index-apropos h1 {
    display: block;
  }
  .index-apropos p {
    margin: 0;
  }
  .index-apropos .block-img {
    float: inline-start;
    top: auto;
    width: 100%;
    height: 200px;
    margin: 25px 0;
  }
  .index-apropos .block-img .img {
    display: inline-block;
    margin: 0;
  }
  .index-apropos .block-img .img.left {
    width: 100%;
    height: 100%;
  }
  .index-apropos .block-img .img.right {
    display: none;
  }
}
.carousel-famille {
  width: 100%;
}
.carousel-famille h1 {
  display: block;
  width: calc(100% - (var(--page-margin-x) + 200px) * 2);
  min-width: calc(var(--min-width-container) - var(--page-margin-x) / 2);
  margin-left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0;
  font-family: var(--ff-light);
  font-size: var(--titre-section-fs);
  line-height: 1;
  color: var(--cl-ekoled1);
  text-transform: uppercase;
}
.carousel-famille .carousel {
  margin-top: 40px;
  height: 500px;
}
.carousel-famille .carousel .carousel-cell {
  width: 300px;
  max-width: calc(100% - 40px);
  height: 400px;
  margin: 0 25px !important;
  counter-increment: carousel-cell;
}
.carousel-famille .carousel .flickity-page-dots {
  display: flex;
  width: 1200px;
  max-width: calc(100% - 60px);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
}
.carousel-famille .carousel .flickity-page-dots .dot {
  width: 100%;
  height: 4px;
  margin: auto 0;
  border-radius: 0;
  border-top: 1px solid var(--cl-255);
  border-bottom: 1px solid var(--cl-255);
  background-color: var(--cl-120);
  transition: var(--trans);
}
.carousel-famille .carousel .flickity-page-dots .dot:hover {
  background-color: var(--cl-ekoled2);
}
.carousel-famille .carousel .flickity-page-dots .dot.is-selected {
  width: 100%;
  background-color: var(--cl-ekoled1);
}

@media all and (max-width: 767.98px) {
  .carousel-famille h1 {
    width: 100%;
    margin-left: var(--page-margin-x);
    transform: none;
  }
  .carousel-famille .carousel {
    height: 450px;
  }
  .carousel-famille .carousel .carousel-cell {
    margin: 0 10px !important;
  }
}
.index-categories .grid-sizer,
.index-categories .grid-block {
  width: calc((100% - 80px) / 2);
}
.index-categories .grid-block {
  position: relative;
  margin-bottom: 120px;
  box-sizing: border-box;
  aspect-ratio: 1/1;
}
.index-categories .grid-block .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  border-radius: var(--radius-cadre);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: var(--trans);
  z-index: 1;
}
.index-categories .grid-block .img-cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 50%;
  border-radius: 0 0 var(--radius-cadre) var(--radius-cadre);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}
.index-categories .grid-block h2 {
  position: absolute;
  max-width: calc(100% - 60px);
  bottom: 30px;
  left: 30px;
  font-size: 35pt;
  line-height: 0.95;
  color: var(--cl-250);
  z-index: 3;
}
.index-categories .grid-block .button-fleche {
  position: absolute;
  bottom: -60px;
  left: 30px;
  font-size: 16pt;
  color: var(--cl-ekoled1);
}
.index-categories .grid-block:hover > .img-cover {
  filter: brightness(0.6);
}
.index-categories .grid-block.titre {
  height: 300px;
}
.index-categories .grid-block.titre h1 {
  font-family: var(--ff-light);
  font-size: var(--titre-section-fs);
  line-height: 1;
  color: var(--cl-ekoled1);
  text-transform: uppercase;
}

@media all and (max-width: 767.98px) {
  .index-categories .grid-sizer,
  .index-categories .grid-block {
    width: 100%;
  }
  .index-categories .grid-block {
    margin-bottom: 80px;
  }
  .index-categories .grid-block h2 {
    font-size: 25pt;
  }
  .index-categories .grid-block .button-fleche {
    bottom: -40px;
    font-size: 14pt;
  }
  .index-categories .grid-block:hover > .img-cover {
    filter: none;
  }
  .index-categories .grid-block.titre {
    height: 40px;
  }
  .index-categories .grid-block.titre h1 img {
    display: none;
  }
}
.page-2-block {
  display: flex;
  width: var(--min-width-container);
  max-width: var(--max-width-container-mobile);
  height: 625px;
  margin: 0 0 150px 0;
  padding: 0;
}
.page-2-block .detail-left,
.page-2-block .detail-right {
  display: flex;
  position: absolute;
  width: calc(100% - 540px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page-2-block .detail-left .detail-contenu,
.page-2-block .detail-right .detail-contenu {
  padding: 0;
  margin: auto;
}
.page-2-block .detail-left .detail-contenu h1,
.page-2-block .detail-right .detail-contenu h1 {
  margin: 70px 0 25px 0;
  font-size: var(--titre-section-fs);
  line-height: 1;
  color: var(--cl-ekoled1);
}
.page-2-block .detail-left .detail-contenu p,
.page-2-block .detail-right .detail-contenu p {
  line-height: 1.4;
}
.page-2-block .detail-left {
  left: 0;
}
.page-2-block .detail-left .detail-contenu {
  margin: auto auto auto 0;
}
.page-2-block .detail-right {
  right: 0;
}
.page-2-block .detail-right .detail-contenu {
  margin: auto 0 auto auto;
}
.page-2-block .cover-left,
.page-2-block .cover-right {
  position: absolute;
  max-width: 50%;
  height: 625px;
  aspect-ratio: 4/5;
  overflow: hidden;
  z-index: 2;
}
.page-2-block .cover-left img,
.page-2-block .cover-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-2-block .cover-left {
  left: 0;
}
.page-2-block .cover-left img {
  -o-object-position: left center;
     object-position: left center;
}
.page-2-block .cover-right {
  right: 0;
}
.page-2-block .cover-right img {
  -o-object-position: right center;
     object-position: right center;
}

@media all and (max-width: 991.98px) {
  .page-2-block {
    display: block;
    max-width: 425px !important;
    height: auto;
    margin: 80px 0 0 0;
  }
  .page-2-block .detail-left,
  .page-2-block .detail-right {
    display: block;
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
  }
  .page-2-block .detail-left .detail-contenu,
  .page-2-block .detail-right .detail-contenu {
    padding: 0;
    max-width: none;
  }
  .page-2-block .cover-left,
  .page-2-block .cover-right {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    margin: 30px 0 0 0;
  }
  .page-2-block .cover-left img,
  .page-2-block .cover-right img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .page-2-block .cover-left {
    left: auto;
  }
  .page-2-block .cover-right {
    right: auto;
  }
}
.page-navigation {
  position: relative;
  display: flex;
  width: var(--min-width-container);
  max-width: var(--max-width-container-mobile);
  margin: 50px 0 150px 0;
  padding: 0;
}
.page-navigation div {
  flex: 1;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid var(--cl-ekoled2);
  border-radius: 50px;
  padding: 25px;
  transition: var(--trans);
}
.page-navigation div:hover {
  border-color: var(--cl-ekoled1);
}
.page-navigation div .button-fleche,
.page-navigation div .button-retour {
  font-family: var(--ff-bold);
  font-size: 14pt;
}
.page-navigation div:first-child {
  margin: 0 20px 0 0;
}
.page-navigation div:last-child {
  margin: 0 0 0 20px;
}

@media all and (max-width: 991.98px) {
  .page-navigation {
    display: block;
    margin: 80px 0;
  }
  .page-navigation div {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
}
.contact {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  width: 100%;
  height: 100%;
  min-width: inherit;
  margin: 0 0 150px 0;
}
.contact .block-flex {
  width: calc(50% - 50px);
  box-sizing: border-box;
}
.contact .block-flex h2 {
  margin: 10px auto;
  font-family: var(--ff-light);
  font-size: 40pt;
  line-height: 1;
  color: var(--cl-ekoled1);
}
.contact .block-flex h4 {
  display: block;
  margin: 30px 0 10px 0;
  font-size: 10pt;
  text-transform: uppercase;
  color: var(--cl-ekoled2);
}
.contact .block-flex h4:first-child {
  margin-top: 10px;
}
.contact .block-flex p {
  color: var(--cl-ekoled1);
  text-align: left;
}
.contact .block-flex p small {
  color: rgb(160, 160, 160);
}
.contact .block-flex button {
  display: block;
  position: relative;
  height: 36px;
  margin: 0 0 0 -15px;
  padding: 0 125px 0 0;
  background-color: var(--cl-255);
  border: 2px solid var(--cl-ekoled2);
  border-radius: 30px;
  cursor: default;
  transition: var(--trans);
}
.contact .block-flex button p {
  display: block;
  margin: 0;
  padding: 0 15px;
  font-family: var(--ff-bold);
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact .block-flex button a {
  width: 130px;
  height: 32px;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 0 30px 30px 0;
  background-color: var(--cl-ekoled2);
  font-family: var(--ff-bold);
  font-size: 11pt;
  text-transform: uppercase;
  line-height: 32px;
  color: var(--cl-255);
  transition: var(--trans);
}
.contact .block-flex button:hover {
  border: 2px solid var(--cl-ekoled1);
}
.contact .block-flex button:hover > a {
  background-color: var(--cl-ekoled1);
}
.contact .detail-contact {
  max-width: 600px;
  padding-top: var(--page-margin-y);
}

@media all and (max-width: 991.98px) {
  .contact {
    gap: 0;
    width: 100%;
    height: auto;
    margin: 0 0 100px 0;
  }
  .contact .block-flex {
    width: 100%;
    height: 50vh;
  }
  .contact .block-flex h2 {
    font-size: 35pt;
  }
  .contact .detail-contact {
    height: auto !important;
    width: calc(100% - var(--page-margin-x) * 2);
    margin-left: var(--page-margin-x);
    max-width: 100% !important;
  }
}
.catalogue,
.catalogue-header {
  width: var(--min-width-container);
  min-width: inherit;
}

.catalogue-header {
  margin-bottom: 80px;
  padding: 150px 0 50px 0;
  border-bottom: 1px solid var(--cl-ekoled2);
}
.catalogue-header h1 {
  font-size: var(--titre-section-fs);
}

.catalogue {
  margin-top: 0;
}
.catalogue .grid-sizer,
.catalogue .grid-block {
  width: calc((100% - 100px) / 2);
}
.catalogue .grid-block {
  position: relative;
  margin-bottom: 70px;
  box-sizing: border-box;
  background-color: transparent;
}
.catalogue .grid-block .cover {
  width: 100%;
  border-radius: var(--radius-cadre);
  transition: var(--trans);
}
.catalogue .grid-block .texte {
  width: calc(100% - 50px);
  margin: 30px 0 30px 25px;
}
.catalogue .grid-block .texte h2 {
  max-width: 100%;
  font-size: 26pt;
  line-height: 1;
  color: var(--cl-ekoled1);
}
.catalogue .grid-block .texte p {
  display: block;
  font-size: 12pt;
  color: var(--cl-120);
}
.catalogue .grid-block .button-fleche {
  color: var(--cl-ekoled1);
}
.catalogue .grid-block .button-fleche img {
  margin-bottom: -3px;
  margin-right: 5px;
}

@media all and (max-width: 767.98px) {
  .catalogue .grid-sizer,
  .catalogue .grid-block {
    width: 100%;
  }
}
.categorie-header {
  position: relative;
  width: 99%;
  height: 50vh;
  padding: 0;
  margin: 0;
  border-radius: 0 0 var(--radius-large) var(--radius-large);
  overflow: hidden;
}
.categorie-header .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.categorie-header .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.categorie-header .categorie_nav {
  display: flex;
  width: calc(100% - (var(--page-margin-x) + 200px) * 2);
  min-width: var(--min-width-container);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 2;
}
.categorie-header .categorie_nav .lien {
  position: relative;
  display: flex;
  flex: 1;
  margin: 0 2px;
  padding: 20px;
  background-color: rgba(165, 175, 185, 0.9);
  font-family: var(--ff-bold);
  font-size: 14pt;
  color: var(--cl-ekoled1);
  line-height: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: var(--trans);
}
.categorie-header .categorie_nav .lien::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 0px;
  opacity: 0;
  background-color: var(--cl-ekoled1);
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
}
.categorie-header .categorie_nav .lien:hover {
  background-color: rgb(165, 175, 185);
}
.categorie-header .categorie_nav .lien:hover::before {
  height: 5px;
  opacity: 1;
}
.categorie-header .categorie_nav .lien:first-child {
  border-radius: var(--radius-med) 0 0 0;
}
.categorie-header .categorie_nav .lien:last-child {
  border-radius: 0 var(--radius-med) 0 0;
}
.categorie-header .categorie_nav .lien.is-active-blanc {
  background-color: var(--cl-255);
  color: var(--cl-ekoled1);
  pointer-events: none;
}
.categorie-header .categorie_nav .lien.is-active-noir {
  background-color: var(--cl-ekoled1);
  color: var(--cl-ekoled2);
  pointer-events: none;
}

@media all and (max-width: 767.98px) {
  .categorie-header {
    height: 30vh;
    /* Masquer la barre de défilement pour un rendu propre */
  }
  .categorie-header .categorie_nav {
    width: 100%;
    padding: 0 var(--radius-large);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .categorie-header .categorie_nav .lien {
    display: inline-block;
    flex: none;
    margin: 0 2px;
    padding: 15px 20px;
    font-size: 11pt;
  }
  .categorie-header .categorie_nav::-webkit-scrollbar {
    display: none;
  }
}
.page-contenu {
  position: relative;
}
.page-contenu .titre-contenu {
  display: block;
  width: 100% !important;
  font-family: var(--ff-bold);
  font-weight: normal;
  font-size: 24pt;
  line-height: 1;
  color: var(--cl-ekoled1);
  margin-bottom: 30px;
  text-align: center;
}
.page-contenu .photo-tech {
  display: block;
  margin-top: 20px;
  width: 140px;
  background-color: var(--cl-250);
  border: 1px solid var(--cl-240);
  border-radius: var(--radius-med);
  cursor: zoom-in;
  transition: var(--trans);
}
.page-contenu .photo-tech:hover {
  border-color: var(--cl-140);
}

.serie-block {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.famille-block {
  position: relative;
  width: calc((100% - 80px) / 5);
  aspect-ratio: 4/5;
  box-sizing: border-box;
  border-radius: var(--radius-med);
  background-color: rgba(165, 175, 185, 0.6);
}
.famille-block .famille-cover {
  width: 100%;
  aspect-ratio: 1/1;
  max-height: calc(100% - 85px);
  border-radius: var(--radius-med) var(--radius-med) 0 0;
  overflow: hidden;
  transition: var(--trans);
  z-index: 1;
}
.famille-block .famille-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: var(--brightness-img);
}
.famille-block .serie-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-med);
  overflow: hidden;
  transition: var(--trans);
  z-index: 1;
}
.famille-block .serie-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.famille-block .serie-cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  border-radius: 0 0 var(--radius-med) var(--radius-med);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 2;
}
.famille-block .famille-texte {
  width: calc(100% - 40px);
  z-index: 3;
}
.famille-block .famille-texte h2 {
  max-width: 100%;
  margin: 15px 0 0 20px;
  font-size: 11pt;
  line-height: 1.1;
  color: var(--cl-ekoled1);
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.famille-block .famille-texte .button-fleche {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 11pt;
  color: var(--cl-ekoled1);
}
.famille-block .famille-texte .ic-telecharger {
  position: absolute;
  bottom: 15px;
  right: 20px;
  opacity: 0.7;
  transition: var(--trans);
  z-index: 3;
}
.famille-block .famille-texte .ic-telecharger:hover {
  opacity: 1;
}
.famille-block .serie-texte {
  width: calc(100% - 50px);
  position: absolute;
  bottom: 15px;
  left: 25px;
  z-index: 3;
}
.famille-block .serie-texte h2 {
  max-width: 100%;
  font-size: 15pt;
  line-height: 1.2;
  color: var(--cl-255);
}
.famille-block .serie-texte span {
  display: block;
  font-size: 12pt;
  line-height: 1.2;
  color: var(--cl-240);
}
.famille-block .serie-texte .button-fleche {
  font-size: 12pt;
  color: var(--cl-ekoled2);
}
.famille-block:hover > .serie-cover {
  filter: brightness(0.6);
}

@media all and (max-width: 767.98px) {
  .page-contenu {
    width: 100%;
  }
  .page-contenu .titre-contenu {
    font-size: 20pt;
    text-align: start;
    margin-left: var(--page-margin-x);
  }
  .page-contenu .photo-tech {
    width: calc(100% - var(--page-margin-x) * 2);
    margin-left: var(--page-margin-x);
    aspect-ratio: 1/1;
  }
  .serie-block {
    width: calc(100% - var(--page-margin-x) * 2);
    margin-left: var(--page-margin-x);
    gap: 20px;
  }
  .famille-block {
    position: relative;
    width: calc((100% - 20px) / 2);
  }
  .famille-block .famille-texte {
    width: calc(100% - 20px);
  }
  .famille-block .famille-texte h2 {
    margin: 15px 0 0 10px;
    font-size: 10.5pt;
  }
  .famille-block .famille-texte .button-fleche {
    bottom: 10px;
    left: 10px;
    font-size: 10.5pt;
  }
  .famille-block .serie-texte {
    width: calc(100% - 30px);
    bottom: 10px;
    left: 15px;
  }
  .famille-block .serie-texte h2 {
    font-size: 12pt;
  }
  .famille-block .serie-texte span {
    display: block;
    font-size: 10.5pt;
  }
  .famille-block .serie-texte .button-fleche {
    font-size: 10.5pt;
  }
  .famille-block:hover > .serie-cover {
    filter: none;
  }
  .serie-block.serie-mobile {
    width: 100%;
    margin-left: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding: 10px var(--page-margin-x);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .serie-block.serie-mobile .famille-block {
    flex: 0 0 auto;
    width: 46%;
  }
}
.produit-header {
  display: flex;
  height: 70vh;
  margin: 0;
}
.produit-header .block-cover-famille {
  height: 100%;
  aspect-ratio: 4/5;
  cursor: zoom-in;
}
.produit-header .block-cover-famille img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: var(--brightness-img);
}
.produit-header .block-cover-produit {
  height: 100%;
  aspect-ratio: 1/1;
  cursor: zoom-in;
}
.produit-header .block-cover-produit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: var(--brightness-img);
}
.produit-header .block-titre {
  display: grid;
  flex: 1;
  height: 100%;
}
.produit-header .block-titre .container {
  align-self: end;
  padding: 0 0 0 50px;
}
.produit-header .block-titre .container .url-nav {
  line-height: 10px;
}
.produit-header .block-titre .container .url-nav a {
  display: inline-block;
  font-size: 10.5pt;
  color: var(--cl-ekoled2);
  text-decoration: none;
  transition: var(--trans);
}
.produit-header .block-titre .container .url-nav a:hover {
  color: var(--cl-ekoled1);
}
.produit-header .block-titre .container .url-nav span {
  display: inline-block;
  margin: 0 5px;
  font-size: 16pt;
  color: var(--cl-220);
}
.produit-header .block-titre .container h3 {
  margin: 15px 0 0px 0;
}
.produit-header .block-titre .container .famille-certifs {
  margin-top: 25px;
}
.produit-header .block-titre .container .famille-certifs img {
  padding: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: var(--cl-220);
  border-radius: 10px;
}

@media all and (max-width: 767.98px) {
  .produit-header {
    display: block;
    width: 100%;
    height: auto;
  }
  .produit-header .block-cover-famille {
    width: 100%;
    aspect-ratio: 4/5;
  }
  .produit-header .block-cover-produit {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .produit-header .block-titre {
    display: block;
    flex: none;
    height: auto;
  }
  .produit-header .block-titre .container {
    width: calc(100% - var(--page-margin-x) * 2);
    margin-left: var(--page-margin-x);
    padding: 0;
    margin-top: 20px;
  }
  .produit-header .block-titre .container h3 {
    font-size: 16pt;
  }
  .produit-header .block-titre .container .famille-certifs {
    margin-top: 25px;
  }
  .produit-header .block-titre .container .famille-certifs img {
    padding: 1px 0;
    margin-right: 5px;
  }
}
.table-liste-prod {
  width: 100%;
}
.table-liste-prod thead {
  color: var(--cl-ekoled1);
}
.table-liste-prod thead th {
  padding: 10px;
  text-align: left;
  font-family: var(--ff-bold);
  border-bottom: 2px solid var(--cl-ekoled1);
  font-weight: normal;
  border-bottom: 2px solid var(--cl-ekoled1);
}
.table-liste-prod tbody tr:nth-child(even) {
  background-color: rgba(250, 250, 250, 0.5);
}
.table-liste-prod tbody tr td {
  padding: 10px;
  border-bottom: 1px solid var(--cl-ekoled2);
  vertical-align: middle;
  font-size: 11pt;
}
.table-liste-prod tbody tr td img {
  display: inline-block;
  margin-right: 15px;
  border-radius: var(--radius-med);
  border: 1px solid var(--cl-240);
  filter: var(--brightness-img);
}
.table-liste-prod tbody tr td h6 {
  display: inline-block;
}

.tab-infos {
  width: 100%;
}
.tab-infos ul {
  width: 100%;
  padding: 10px 40px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--cl-ekoled2);
  border-radius: var(--radius-cadre);
}
.tab-infos ul li {
  height: 40px;
  border-top: 1px solid var(--cl-ekoled2);
  color: var(--cl-ekoled1);
}
.tab-infos ul li .titre {
  float: inline-start;
  font-family: var(--ff-regular);
  font-size: 11pt;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-infos ul li .titre small {
  font-size: 11pt;
  color: var(--cl-120);
}
.tab-infos ul li .contenu {
  float: inline-end;
  padding: 0;
  margin: 0;
  font-family: var(--ff-regular);
  font-size: 11pt;
  line-height: 40px;
  text-align: right;
}
.tab-infos ul li .lien-telecharger {
  display: inline-block;
  margin: 0 25px 0 0;
  font-family: var(--ff-regular);
  font-size: 12pt;
  line-height: 40px;
  color: var(--cl-ekoled1);
  text-decoration: none;
  opacity: 0.6;
  transition: var(--trans);
}
.tab-infos ul li .lien-telecharger:hover {
  opacity: 1;
}
.tab-infos ul li:first-child {
  border-top: none !important;
}

.circle-couleur {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--cl-220);
  margin: 0 0 -6px 15px;
}

@media all and (max-width: 767.98px) {
  .table-liste-prod {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .table-liste-prod thead {
    width: 100%;
  }
  .table-liste-prod thead th {
    font-size: 11pt;
    padding: 8px;
  }
  .table-liste-prod tbody {
    width: 100%;
  }
  .table-liste-prod tbody tr td {
    padding: 8px;
    font-size: 10pt;
  }
  .table-liste-prod tbody tr td img {
    width: 50px;
    height: auto;
    margin-right: 5px;
    border-radius: 15px;
  }
  .table-liste-prod tbody tr td h6 {
    font-size: 10pt;
  }
  .tab-infos ul {
    padding: 5px 20px;
  }
  .tab-infos.w-mobile {
    width: calc(100% - var(--page-margin-x) * 2);
    margin-left: var(--page-margin-x);
  }
}
.fancybox__container {
  z-index: 9991 !important;
}

.fancybox__toolbar .fancybox__infobar,
.fancybox__toolbar .fancybox__infobar span {
  color: var(--cl-160) !important;
  font-family: var(--ff-bold) !important;
}

.inspiration {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  width: var(--min-width-container);
  min-width: inherit;
}
.inspiration .inspiration-block {
  position: relative;
  width: calc((100% - 120px) / 2);
  aspect-ratio: 4/5;
  box-sizing: border-box;
  background-color: transparent;
}
.inspiration .inspiration-block .famille-cover {
  width: 100%;
  aspect-ratio: 4/5;
  max-height: calc(100% - 85px);
  border-radius: var(--radius-cadre);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: var(--trans);
}
.inspiration .inspiration-block .famille-texte {
  width: calc(100% - 50px);
  margin: 30px 0 30px 25px;
}
.inspiration .inspiration-block .famille-texte h2 {
  max-width: 100%;
  font-size: 16pt;
  line-height: 1.2;
  color: var(--cl-255);
}
.inspiration .inspiration-block .serie-cover {
  width: 100%;
  aspect-ratio: 0.9;
  border-radius: var(--radius-cadre);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: var(--trans);
}
.inspiration .inspiration-block .serie-texte {
  width: calc(100% - 50px);
  margin: 30px 0 30px 25px;
}
.inspiration .inspiration-block .serie-texte h2 {
  max-width: 100%;
  font-size: 26pt;
  line-height: 1;
  color: var(--cl-255);
}
.inspiration .inspiration-block .serie-texte p {
  display: block;
  font-size: 11pt;
  line-height: 1.4;
  color: var(--cl-ekoled2);
}
.inspiration .inspiration-block .button-fleche {
  font-size: 14pt;
  color: var(--cl-ekoled2);
}
.inspiration .inspiration-block .button-fleche:hover {
  color: var(--cl-255);
}
.inspiration .inspiration-block .carousel {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.inspiration .inspiration-block .carousel .carousel-cell {
  width: 100%;
  height: 100%;
  margin: 40px 20px 0 20px;
  padding: 0;
  counter-increment: carousel-cell;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inspiration .inspiration-block .flickity-page-dots {
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.inspiration .inspiration-block .flickity-page-dots .dot,
.inspiration .inspiration-block .flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  margin: auto 5px;
  border-radius: 6px;
  border: 2px solid rgb(255, 255, 255);
  background-color: transparent;
  opacity: 0.8;
  transition: var(--trans);
}
.inspiration .inspiration-block .flickity-page-dots .dot:hover,
.inspiration .inspiration-block .flickity-enabled.is-fullscreen .flickity-page-dots .dot:hover {
  background-color: var(--cl-255);
}
.inspiration .inspiration-block .flickity-page-dots .dot.is-selected,
.inspiration .inspiration-block .flickity-enabled.is-fullscreen .dot.is-selected {
  width: 30px;
  background-color: var(--cl-255);
}

@media all and (max-width: 767.98px) {
  .inspiration {
    display: block;
    flex-wrap: none;
    gap: 0;
    width: calc(100% - var(--page-margin-x) * 4);
  }
  .inspiration .inspiration-block {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .inspiration .inspiration-block .famille-cover {
    width: 100%;
    aspect-ratio: 4/5;
    max-height: auto;
  }
  .inspiration .inspiration-block .famille-texte {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .inspiration .inspiration-block .famille-texte h2 {
    font-size: 16pt;
  }
  .inspiration .inspiration-block .serie-cover {
    width: 100%;
    aspect-ratio: 4/5;
  }
  .inspiration .inspiration-block .serie-texte {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .inspiration .inspiration-block .serie-texte h2 {
    max-width: 100%;
    font-size: 16pt;
  }
  .inspiration .inspiration-block .serie-texte p {
    font-size: 10pt;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .inspiration .inspiration-block .button-fleche {
    font-size: 12pt;
  }
  .inspiration .inspiration-block .carousel {
    height: 160%;
  }
}
.block-recherche {
  position: relative;
  width: 100%;
  max-width: 700px;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.block-recherche form.recherche {
  position: relative;
  width: 100%;
}
.block-recherche form.recherche input[type=text] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: none;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--cl-255);
  font-family: var(--ff-regular);
  font-size: 13pt;
  transition: var(--trans);
}
.block-recherche form.recherche input[type=text]::-moz-placeholder {
  color: rgba(var(--cl-ekoled2), 0.8);
}
.block-recherche form.recherche input[type=text]::placeholder {
  color: rgba(var(--cl-ekoled2), 0.8);
}
.block-recherche form.recherche input[type=text]:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.block-recherche form.recherche button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.block-recherche form.recherche button img {
  filter: invert(0.6);
  transition: var(--trans);
}
.block-recherche form.recherche button:hover > img {
  filter: invert(1);
}
.block-recherche form.recherche button:active {
  transform: translateY(-50%) scale(0.9);
}
.block-recherche .rech-resultats {
  width: calc(100% - var(--radius-med) * 2);
  max-height: 400px;
  position: absolute;
  top: 50px;
  left: var(--radius-med);
  background-color: var(--cl-255);
  border-radius: 0 0 var(--radius-med) var(--radius-med);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  clip-path: inset(0 0 0 0 round 0 0 var(--radius-med) 0);
  overflow-y: auto;
  display: none;
  z-index: 1000;
}
.block-recherche .rech-resultats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-recherche .rech-resultats li {
  padding: 6px 15px 10px 15px;
  transition: background 0.2s ease;
}
.block-recherche .rech-resultats li .button-fleche {
  width: 100%;
  color: var(--cl-ekoled1);
}
.block-recherche .rech-resultats li:hover {
  background-color: rgba(var(--cl-ekoled2), 0.2);
}
.block-recherche .rech-resultats li.desactive {
  padding: 20px 15px 10px 15px;
  font-family: var(--ff-bold);
  font-size: 13pt;
  color: var(--cl-ekoled1);
  pointer-events: none;
}

.formulaire .form-group {
  display: block;
  width: 100%;
  position: relative !important;
  margin: 0;
  padding: 0 !important;
}
.formulaire .form-group input,
.formulaire .form-group textarea {
  width: 100%;
  height: 50px;
  padding: 10px 20px 20px 20px;
  background-color: var(--cl-240);
  border-radius: 4px;
  border: none;
  font-family: var(--ff-regular);
  font-size: 12pt;
  color: var(--cl-040);
  outline: none !important;
  resize: none;
  transition: all 0.2s ease;
}
.formulaire .form-group input:not(:-moz-placeholder), .formulaire .form-group textarea:not(:-moz-placeholder) {
  border-color: var(--cl-100);
}
.formulaire .form-group input:hover, .formulaire .form-group input:not(:placeholder-shown), .formulaire .form-group input:focus,
.formulaire .form-group textarea:hover,
.formulaire .form-group textarea:not(:placeholder-shown),
.formulaire .form-group textarea:focus {
  border-color: var(--cl-100);
}
.formulaire .form-group input:not(:-moz-placeholder) ~ label, .formulaire .form-group textarea:not(:-moz-placeholder) ~ label {
  bottom: 14px;
  font-size: 9.5pt;
  color: var(--cl-140);
}
.formulaire .form-group input:not(:placeholder-shown) ~ label, .formulaire .form-group input:focus ~ label,
.formulaire .form-group textarea:not(:placeholder-shown) ~ label,
.formulaire .form-group textarea:focus ~ label {
  bottom: 14px;
  font-size: 9.5pt;
  color: var(--cl-140);
}
.formulaire .form-group input:disabled,
.formulaire .form-group textarea:disabled {
  cursor: not-allowed;
}
.formulaire .form-group textarea {
  line-height: 1.3;
}
.formulaire .form-group select {
  width: 100%;
}
.formulaire .form-group .label-selected {
  bottom: 14px;
  font-size: 9.5pt;
  color: var(--cl-140);
}
.formulaire .form-group label {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 20px;
  width: auto;
  font-family: var(--ff-regular);
  font-size: 11pt;
  line-height: 1;
  color: var(--cl-080);
  pointer-events: none;
  transition: all 0.2s ease;
}
.formulaire .form-group label b {
  font-weight: 500;
  color: var(--cl-ekoled1);
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  outline: none !important;
  border: none !important;
  padding: 5px 20px 20px 15px !important;
  border-radius: 4px !important;
  background-color: var(--cl-240) !important;
  transition: all 0.2s ease;
}

.select2-container--default .select2-selection--single {
  height: 50px !important;
}

.select2-selection__arrow {
  margin: 10px;
}

.select2-selection__clear {
  margin-top: 7px !important;
}

.select2-selection__choice__display,
.select2-selection__choice__remove {
  background-color: var(--cl-255) !important;
  font-family: var(--ff-regular) !important;
  font-size: 12pt !important;
  color: var(--cl-040) !important;
}

.select2-container--default .select2-selection--single:hover,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.has-value .select2-selection--single {
  border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text-cl) !important;
}

.form-group.date-inline span.select2-selection.select2-selection--single {
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--single[aria-disabled=true] {
  background-color: transparent !important;
  cursor: not-allowed;
}

.select2-results,
.select2-search,
.select2-container--default .select2-selection--single,
.select2-search--dropdown,
.select2-search__field {
  width: 100% !important;
  min-width: 100% !important;
  font-family: var(--text-ff) !important;
  font-size: var(--text-fs) !important;
  color: var(--text-cl) !important;
}
.select2-results ul li,
.select2-search ul li,
.select2-container--default .select2-selection--single ul li,
.select2-search--dropdown ul li,
.select2-search__field ul li {
  padding: 10px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.select2-results ul li:last-child,
.select2-search ul li:last-child,
.select2-container--default .select2-selection--single ul li:last-child,
.select2-search--dropdown ul li:last-child,
.select2-search__field ul li:last-child {
  border-bottom-left-radius: var(--radius-forme) !important;
  border-bottom-right-radius: var(--radius-forme) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--cl-100) !important;
  color: var(--cl-250) !important;
}

.select2-dropdown.select2-dropdown--below {
  top: 2px !important;
  border-bottom-left-radius: var(--radius-forme) !important;
  border-bottom-right-radius: var(--radius-forme) !important;
  box-shadow: var(--b-shadow-3) !important;
}

.title-slider {
  display: block;
  width: 100%;
  margin: 5px 0 15px 0;
  padding: 0;
}
.title-slider ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.title-slider ul li {
  display: inline-block;
  width: 33.333%;
  padding: 0;
  font-family: var(--ff-regular);
  font-size: 11pt;
  line-height: 1;
  color: var(--cl-080);
  text-align: center;
}
.title-slider ul li:first-child {
  text-align: start;
  color: var(--cl-120);
}
.title-slider ul li:last-child {
  text-align: end;
  color: var(--cl-120);
}

.noUi-target {
  background: var(--cl-220);
  height: 4px;
  border-radius: 0px;
  border: none;
}

.noUi-connect {
  background: var(--cl-140);
}

.noUi-handle {
  width: 14px !important;
  height: 14px !important;
  transform: translateX(-6px);
  border-radius: 8px !important;
  background-color: var(--cl-140);
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: var(--trans);
}
.noUi-handle:hover {
  background-color: var(--cl-100);
}

.noUi-handle::before,
.noUi-handle::after {
  display: none;
}

/*.noUi-tooltip {
	background: #28a745;
	color: white;
	border-radius: 12px;
	padding: 4px 10px;
	font-size: 0.8rem;
	font-weight: bold;
	white-space: nowrap;
	transform: translateY(-10px);
}*/
.form-check {
  display: block;
  width: 100%;
  position: relative !important;
  margin: 20px 0;
  padding: 0 !important;
}
.form-check .form-check-label {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  font-family: var(--ff-regular);
  font-size: 10.5pt;
  line-height: 22px;
  color: var(--cl-080);
}
.form-check .form-check-label .icon-ws {
  font-size: 20px;
  color: var(--cl-160);
  font-variation-settings: "FILL" 0, "wght" 200;
}

.form-switch .form-check-input {
  position: relative !important;
  width: 40px !important;
  height: 22px !important;
  margin: 2px 0 0 0 !important;
  background-color: var(--cl-220) !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-switch .form-check-input::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background-color: var(--cl-255);
  border-radius: 50%;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: left 0.05s ease-in;
}

.form-switch .form-check-input:checked {
  background-color: var(--cl-ekoled2) !important;
}

.form-switch .form-check-input:checked::before {
  left: 18px;
}

.form-check-input[type=checkbox]:not(.form-switch .form-check-input) {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 2px 0 0 0;
  background-color: transparent;
  border: 2px solid var(--cl-220) !important;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
  transition: border 0.3s;
}

.form-check-input[type=checkbox]:not(.form-switch .form-check-input):checked {
  border-color: var(--cl-ekoled2) !important;
}

.form-check-input[type=checkbox]:not(.form-switch .form-check-input)::before {
  content: "𐄂";
  color: transparent !important;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s;
}

.form-check-input[type=checkbox]:not(.form-switch .form-check-input):checked::before {
  color: var(--cl-ekoled2) !important;
}

.form-check-input[type=radio] {
  position: relative !important;
  width: 22px !important;
  height: 22px !important;
  margin: 2px 0 0 0 !important;
  background-color: transparent !important;
  border: 2px solid var(--cl-220) !important;
  border-radius: 50%;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
  transition: border 0.3s;
}

.form-check-input[type=radio]:checked {
  border-color: var(--cl-ekoled2) !important;
}

.form-check-input[type=radio]::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border-radius: 50%;
  transform: scale(0.5);
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.form-check-input[type=radio]:checked::before {
  background-color: var(--cl-ekoled2) !important;
}

.button-submit {
  display: flex;
  position: relative;
  padding: 10px 40px 10px 20px;
  background: linear-gradient(135deg, var(--cl-ekoled1), var(--cl-ekoled2));
  background-color: var(--cl-250);
  border: none !important;
  border-radius: 4px;
  font-family: var(--ff-bold);
  font-size: 11pt;
  text-transform: uppercase;
  color: var(--cl-250);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.button-submit:hover {
  padding: 10px 20px 10px 40px;
  background: linear-gradient(135deg, var(--cl-ekoled2), var(--cl-ekoled1));
}

.button-submit::after {
  content: "⇾";
  position: absolute;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.button-submit::before {
  content: "⇾";
  position: absolute;
  left: -30px;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
}

.button-submit:hover::after {
  right: -30px;
  opacity: 0;
}

.button-submit:hover::before {
  left: 15px;
  opacity: 1;
}

.button-url {
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: var(--cl-255);
  border: 3px solid;
  -o-border-image: linear-gradient(135deg, var(--cl-ekoled2), var(--cl-ekoled1)) 1;
     border-image: linear-gradient(135deg, var(--cl-ekoled2), var(--cl-ekoled1)) 1;
}
.button-url button {
  float: inline-end;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-top: 5px;
  position: relative;
  padding: 2px 20px 2px 10px;
  margin-top: 11px;
  background-color: var(--cl-255);
  border: none;
  font-family: var(--ff-bold);
  font-size: 9.5pt;
  color: var(--cl-040);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.button-url button:hover {
  padding: 2px 10px 2px 20px;
}
.button-url button::after {
  content: "→";
  position: absolute;
  right: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.button-url button::before {
  content: "→";
  position: absolute;
  left: -30px;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
}
.button-url button:hover::after {
  right: -30px;
  opacity: 0;
}
.button-url button:hover::before {
  left: 5px;
  opacity: 1;
}

.btn-primary,
.btn-secondary {
  padding: 10px 20px;
  background-color: var(--cl-ekoled1);
  border: none !important;
  border-radius: 4px;
  font-family: var(--ff-bold);
  font-size: 11pt;
  text-transform: uppercase;
  color: var(--cl-250);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.btn-primary:hover,
.btn-secondary:hover {
  background-color: var(--cl-ekoled2);
}

.btn-secondary {
  background-color: var(--cl-200);
}
.btn-secondary:hover {
  background-color: var(--cl-ekoled1);
}

html,
body {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: default;
  font-family: var(--ff-regular);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-ebold);
  font-weight: normal;
  line-height: 1;
  color: var(--cl-ekoled1);
}

p,
span,
small {
  font-family: var(--ff-regular);
  font-size: 12pt;
  line-height: 1.4;
  color: var(--cl-ekoled1);
}

p sup {
  font-size: 8pt;
}

p strong {
  font-family: var(--ff-bold);
  font-weight: normal;
}

a {
  text-decoration: none !important;
}

*:focus {
  outline: none;
}

section {
  position: relative;
  width: calc(100% - (var(--page-margin-x) + 200px) * 2);
  min-width: var(--min-width-container);
  max-width: 100% !important;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0;
  margin: 100px 0;
  overflow: hidden;
}

@media all and (max-width: 991.98px) {
  section {
    width: calc(100% - var(--page-margin-x) * 2);
    min-width: auto;
    margin: 60px 0;
  }
}
.button-fleche,
.button-retour {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--ff-regular);
  font-size: 12pt;
  color: var(--cl-ekoled2);
  cursor: pointer;
  overflow: hidden;
  transition: var(--trans);
}
.button-fleche:hover,
.button-retour:hover {
  color: var(--cl-ekoled1);
}
.button-fleche aft,
.button-retour aft {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 2px;
  margin-left: 8px;
  background: currentColor;
  transition: all 0.5s ease-out;
}
.button-fleche aft::after,
.button-retour aft::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.button-fleche bef,
.button-retour bef {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 2px;
  background: currentColor;
  transition: all 0.5s ease-out;
}
.button-fleche bef::after,
.button-retour bef::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.button-fleche aft {
  opacity: 1;
}
.button-fleche aft::after {
  right: 0;
  border-left: 8px solid currentColor;
}
.button-fleche bef {
  margin-left: -30px;
  margin-top: 2px;
  opacity: 0;
}
.button-fleche bef::after {
  right: 0;
  border-left: 8px solid currentColor;
}
.button-fleche:hover aft {
  opacity: 0;
}
.button-fleche:hover bef {
  margin-left: 0px;
  margin-right: 8px;
  opacity: 1;
}

.button-retour aft {
  opacity: 0;
}
.button-retour aft::after {
  left: 0;
  border-right: 8px solid currentColor;
}
.button-retour bef {
  margin-left: 0px;
  margin-right: 8px;
  opacity: 1;
}
.button-retour bef::after {
  left: 0;
  border-right: 8px solid currentColor;
}
.button-retour:hover aft {
  opacity: 1;
}
.button-retour:hover bef {
  margin-left: -30px;
  margin-right: 0px;
  opacity: 0;
}

.footer {
  width: 99%;
  margin-left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0;
  background-color: var(--cl-ekoled2);
  border-radius: var(--radius-large) var(--radius-large) 0 0;
  overflow: hidden;
}
.footer .content-footer {
  position: relative;
  width: calc(100% - var(--page-margin-x) * 2);
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 80px auto 0 auto;
}
.footer .content-footer .block-flex {
  display: block;
  width: calc((100% - 150px) / 4);
  padding: 0;
  margin: 0;
}
.footer .content-footer .block-flex h6 {
  font-size: 10pt;
  color: var(--cl-ekoled1);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .content-footer .reseaux-block {
  height: 80px;
  padding: 0;
  border-radius: var(--radius-cadre);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
.footer .content-footer .reseaux-block h6 {
  display: block;
  margin: 10px 0;
}
.footer .content-footer .reseaux-block .reseaux {
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
  filter: brightness(70%) invert(0%);
  transition: var(--trans);
}
.footer .content-footer .reseaux-block .reseaux:hover {
  filter: none;
}
.footer .content-footer .copyright {
  display: inline;
  font-family: var(--ff-regular);
  font-size: 11pt;
  color: var(--cl-ekoled1);
}
.footer .content-footer .copyright a {
  display: block;
  font-size: 9.5pt;
  color: var(--cl-060);
  transition: var(--trans);
}
.footer .content-footer .copyright a:hover {
  color: var(--cl-ekoled1);
}
.footer .content-footer .vers-top {
  position: absolute;
  top: 0;
  right: 0;
}
.footer .content-footer .vers-top img {
  cursor: pointer;
}
.footer .content-footer .vers-top img:hover {
  animation: anim-haut-bas 1s ease-in-out infinite;
}
.footer .content-footer .button-fleche {
  width: 280px;
  font-family: var(--ff-regular);
  font-size: 13pt;
  color: var(--cl-ekoled1);
}
.footer .content-footer .button-fleche:hover {
  color: var(--cl-ekoled1);
}

@keyframes anim-haut-bas {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
@media all and (max-width: 991.98px) {
  .footer {
    padding-top: 70px;
  }
  .footer .content-footer {
    gap: 20px;
    margin: 0 auto 20px auto;
  }
  .footer .content-footer .block-flex {
    width: 100%;
    width: calc((100% - 20px) / 2);
    margin: 0 0 20px 0;
  }
  .footer .content-footer .reseaux-block {
    margin: 0;
    padding-top: 0;
    border: none;
    text-align: start;
  }
  .footer .content-footer .reseaux-block h6 {
    width: 100%;
    margin-right: 0;
    font-size: 9pt;
  }
  .footer .content-footer .copyright {
    font-size: 10pt;
  }
  .footer .content-footer .copyright a {
    font-size: 9pt;
  }
  .footer .content-footer .button-fleche {
    width: 100%;
    font-size: 11pt;
    line-height: 1;
  }
  .footer .content-footer .button-fleche bef {
    display: none;
  }
}
.tooltip {
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.tooltip .tooltip-inner {
  padding: 6px 10px 8px 10px;
  background-color: var(--cl-ekoled1);
  color: var(--cl-250);
  font-family: var(--ff-regular);
  font-size: 10pt;
  line-height: 1.2;
  border-radius: 10px;
}

.tooltip.fade {
  background-color: transparent !important;
}

.page-erreur-404 {
  width: 500px !important;
  max-width: calc(100% - 40px) !important;
  margin: auto;
  padding: 250px 20px 150px 20px !important;
  text-align: center;
}
.page-erreur-404 h1 {
  text-transform: none !important;
  font-family: var(--ff-light) !important;
  font-size: 100pt !important;
  margin-bottom: 20px !important;
}
.page-erreur-404 h4 {
  font-size: 18pt !important;
  line-height: 1.1 !important;
}

.page-erreur-404.sombre h1,
.page-erreur-404.sombre h4,
.page-erreur-404.sombre p {
  color: var(--cl-ekoled2);
}
.page-erreur-404.sombre .button-retour {
  color: var(--cl-ekoled2);
  opacity: 0.5;
}
.page-erreur-404.sombre .button-retour:hover {
  opacity: 1;
}

.page-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: var(--cl-255);
  background-image: url("../img/logo-ekoled-header.png");
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: center;
  z-index: 9999;
}

.spinner-page {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0px 0px -60px;
  border-radius: 50%;
  background-image: url("../img/icon-loading.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
  animation: spin-anim2 1.2s ease-in-out infinite;
}

.spinner-recherche {
  width: 100%;
  height: 60px;
}

.spinner1,
.spinner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0px 0px -20px;
  border: 3px solid rgba(180, 180, 180, 0.1);
  border-top-color: var(--cl-180);
  border-radius: 50%;
}

.spinner1 {
  animation: spin-anim1 1.2s ease-in-out infinite;
}

.spinner2 {
  animation: spin-anim2 1.2s infinite;
}
@keyframes spin-anim1 {
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-anim2 {
  100% {
    transform: rotate(360deg);
  }
}
.sp-100 {
  width: 100px;
  height: 100px;
  margin: -50px 0px 0px -50px;
}

.sp-70 {
  width: 70px;
  height: 70px;
  margin: -35px 0px 0px -35px;
}

.sp-white {
  border-color: rgba(255, 255, 255, 0.05);
}/*# sourceMappingURL=styles.css.map */