/*=========================== Styles globaux du site ===========================*/

/*********************** Fonts ***********************/

@font-face {
  font-family: 'Dancing Script';
  src: url('fonts/DancingScript_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/PlayfairDisplay_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/*********************** Variables ***********************/

:root {
  /* Couleurs de texte */
  --beige: #BEA587;
  --brun-fonce: #361D14;
  --blanc: #FFFFFF;
  --noir: #000000;
  --cuivre: #C2723F;
  --gris-clair: #F7F7F7;
  --gris-fonce: #333333;
  --terre: #67391C;
  --peche-clair: #FEEDE2;
  --peche-clair-2: #FEE8DA;
  --peche-clair-3: #FFF2E9;
  --peche-clair-translucide: #FEEDE2B3;
  --brun-clair: #9B8066;
  --orange-chocolat: #C87154;
  --vert-clair: #D4D8B9;
  --vert-fonce: #989A69;

  /* Polices de texte */
  --font-playfair-display: 'Playfair Display', serif;
  --font-dancing-script: 'Dancing Script', cursive;
  --font-open-sans: 'Open Sans', sans-serif;
  --font-noto-sans: 'Noto Sans', sans-serif;

  /* Grille de mise en page */
  --lg-conteneur: 1200px;
}

/********** Couleurs **********/

/* Couleurs de texte */

.beige { color: var(--beige); }
.brun-fonce { color: var(--brun-fonce); }
.blanc { color: var(--blanc); }
.noir { color: var(--noir); }
.cuivre { color: var(--cuivre); }
.gris-clair { color: var(--gris-clair); }
.gris-fonce { color: var(--gris-fonce); }
.terre { color: var(--terre); }
.peche-clair { color: var(--peche-clair); }
.peche-clair-2 { color: var(--peche-clair-2); }
.peche-clair-translucide { color: var(--peche-clair-translucide); }
.brun-clair { color: var(--brun-clair); }
.orange-chocolat { color: var(--orange-chocolat); }
.vert-clair { color: var(--vert-clair); }

/* Couleurs de fond */

.bg-beige { background-color: var(--beige); }
.bg-brun-fonce { background-color: var(--brun-fonce); }
.bg-blanc { background-color: var(--blanc); }
.bg-noir { background-color: var(--noir); }
.bg-cuivre { background-color: var(--cuivre); }
.bg-gris-clair { background-color: var(--gris-clair); }
.bg-gris-fonce { background-color: var(--gris-fonce); }
.bg-terre { background-color: var(--terre); }
.bg-peche-clair { background-color: var(--peche-clair); }
.bg-peche-clair-2 { background-color: var(--peche-clair-2); }
.bg-peche-clair-translucide { background-color: var(--peche-clair-translucide); }
.bg-brun-clair { background-color: var(--brun-clair); }
.bg-orange-chocolat { background-color: var(--orange-chocolat); }
.bg-vert-clair { background-color: var(--vert-clair); }

/*********************** Classes de base ***********************/

.block {
  display: block;
}

.block-pc {
  display: block;
}

body.body-no-padding-top {
  padding-top: 0 !important;
}

@media (max-width: 767px) {
  .block-pc {
    display: inline;
  }

  .block-mob {
    display: block;
  }
}

/*********************** Style site ***********************/

/********** Contenu principal **********/

body {
  color: var(--gris-fonce);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-playfair-display);
}

.kl-main-content .page-header h1,
.kl-main-content .page-header .h1 {
  color: var(--cuivre);
  font-size: 50px;
  font-weight: bold;
  line-height: 56px;
}

.kl-main-content h2 {
  color: var(--terre);
  font-size: 42px;
  font-weight: bold;
  line-height: 48px;
  padding: 30px 0px 20px 0px;
}

.kl-main-content h3 {
  font-size: 40px;
  font-weight: 600;
}

p {
  color: var(--gris-fonce);
  font-family: var(--font-noto-sans) !important;
  font-size: 16px;
  line-height: 22px;
}

.btn {
  background: var(--beige);
}

.kl-hero-listing {
  top: 5px;
}

.kl-hero-listing .kl-breadcrumb {
  background: var(--cuivre);
}

.kl-hero-listing .kl-breadcrumb ul > li > a {
  font-size: 12px;
}

.page-cms section#main {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 1199px) {
  .kl-hero-listing {
    top: 15px;
  }
}

@media (max-width: 1024px) {
  .kl-main-content .page-header h1,
  .kl-main-content .page-header .h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .kl-main-content .page-header h1,
  .kl-main-content .page-header .h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .kl-main-content h2 {
    font-size: 28px;
    line-height: 35px;
    padding: 15px 0px;
  }
}

/********** Page Catégorie **********/

.page-category .kl-main-content .container {
  padding-right: 0px;
  padding-left: 0px;
}

.page-category h2 {
  color: var(--terre) !important;
  font-size: 22px !important;
  line-height: 24px !important;
}

.page-category .kl-category-section {
  top: 5px;
  background: var(--terre);
}

.page-category .kl-category-section .kl-intro .kl-see-more {
  cursor: pointer;
}

.page-category .kl-category-section .kl-intro h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 48px;
  margin: 25px 0px;
}

.page-category .category-top-menu li a {
  font-family: var(--font-playfair-display) !important;
}

.page-category .category-top-menu > li:first-child > a {
  color: var(--terre);
}

.page-category .kl-title-aff .h3,
.page-category .kl-title-aff h3 {
  color: var(--terre);
  font-size: 16px !important;
}

.page-category .kl-title-aff ul li {
  color: var(--terre);
}

.page-category .prdt_content:hover .kl-title-aff ul li {
  color: var(--cuivre);
}

@media (max-width: 1199px) {
  .page-category .kl-category-section {
    top: 15px;
  }
}

@media (max-width: 1024px) {
  .page-category .kl-category-section .kl-intro h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .page-category .kl-main-content .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .page-category .kl-category-section .kl-intro h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* Override */

.page-category .section-carrousel-produits-etw::before {
  display: none;
}

.page-category .section-carrousel-produits-etw .item {
  flex: 0 0 calc(33.3333333333% - 20px);
  max-width: calc(33.3333333333% - 20px);
}

.page-category .section-carrousel-produits-etw .item::before {
  height: 376px;
}

.page-category .section-carrousel-produits-etw .kl-row-listing {
  gap: 0px 30px;
}

.page-category .section-carrousel-produits-etw .item .prdt_content .kl-add-see[href="#"],
.page-category .section-carrousel-produits-etw .item .prdt_content .kl-add-see:not([href="#"]),
.page-category .section-carrousel-produits-etw .item:hover .prdt_content .kl-add-see[href="#"],
.page-category .section-carrousel-produits-etw .item:hover .prdt_content .kl-add-see:not([href="#"]),
.page-category .section-carrousel-produits-etw .item:hover .prdt_content:hover .kl-add-see[href="#"],
.page-category .section-carrousel-produits-etw .item:hover .prdt_content:hover .kl-add-see:not([href="#"]) {
  position: absolute;
  bottom: 0px;
  color: var(--terre);
  font-family: var(--font-playfair-display);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--peche-clair);
  border: 2px solid transparent;
  padding: 0px 10px;
  transition: opacity 0.3s ease;
  transform: translate(-60px, 242px);
}

.page-category .section-carrousel-produits-etw .item .prdt_content .kl-add-see[href="#"],
.page-category .section-carrousel-produits-etw .item:hover .prdt_content .kl-add-see[href="#"],
.page-category .section-carrousel-produits-etw .item:hover .prdt_content:hover .kl-add-see[href="#"] {
  left: calc(50% + 10px);
}

.page-category .section-carrousel-produits-etw .item .prdt_content .kl-add-see:not([href="#"]),
.page-category .section-carrousel-produits-etw .item:hover .prdt_content .kl-add-see:not([href="#"]),
.page-category .section-carrousel-produits-etw .item:hover .prdt_content:hover .kl-add-see:not([href="#"]) {
  left: calc(50% - 20px);
}

@media (max-width: 1199px) {
  .page-category .section-carrousel-produits-etw .item {
    height: 450px;
  }

  .page-category .section-carrousel-produits-etw .item::before {
    height: 427px;
  }
}

@media (max-width: 1050px) {
  .page-category .kl-main-content .container {
    padding-right: 35px;
    padding-left: 35px;
  }

  .page-category .section-carrousel-produits-etw .item {
    height: 460px;
  }

  .page-category .section-carrousel-produits-etw .item::before {
    height: 395px;
  }
}

@media (max-width: 992px) {
  .page-category .kl-main-content .container {
    max-width: 100%;
  }

  .page-category .section-carrousel-produits-etw .item::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-category .kl-main-content .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .page-category .section-carrousel-produits-etw .item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-category .section-carrousel-produits-etw .item::before {
    display: block;
  }

  .page-category .section-carrousel-produits-etw .item.active {
    height: 480px;
  }

  .page-category .section-carrousel-produits-etw .item.active::before {
    height: 450px;
  }
}

/*********************** Header site ***********************/

/* Pour la page d'accueil UNIQUEMENT */

.page-index header#header {
  position: relative;
  height: 155px;
  z-index: 1000;
}

@media (max-width: 1199px) {
  .page-index header#header {
    height: auto;
  }
}

/********** Section header top **********/

.section-header-top-etw {
  position: relative;
  z-index: 2;
}

.section-header-top-etw .kl-topbar {
  background-color: transparent;
  padding: 0px;
}

.section-header-top-etw .bloc-barre-haute {
  justify-content: flex-end;
  padding: 0px;
}

.section-header-top-etw .kl-topbar-left {
  display:flex;
  align-items:center;
  gap:25px;
  height: 38px;
}

.section-header-top-etw .kl-topbar-left ul {
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  gap:12px;
}

.section-header-top-etw .kl-tel-top-header {
  display:inline-flex;
  align-items:center;
  gap:15px;
  color: var(--terre);
  font-family: var(--font-playfair-display);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 12px;
  text-decoration: none;
}

.section-header-top-etw .kl-tel-top-header::before {
  content:"";
  position: relative;
  top: 5px;
  display:inline-block;
  width:42px;
  height:42px;
  background: url(../images/picto-telephone.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.section-header-top-etw .kl-translate-top .kl-btn-compte {
  color: var(--gris-clair);
  background-color: var(--terre);
  font-family: var(--font-playfair-display);
  font-size: 16px !important;
  font-weight: bold;
  line-height: 12px;
  margin: 0px !important;
}

/********** Section header **********/

.section-header-etw {
  position: relative;
  margin-top: -35px;
  z-index: 1;
}

.section-header-etw .navbar {
  flex-direction: column;
  background-color: var(--blanc) !important;
  padding: 20px 0px 0px 0px !important;
}

.section-header-etw .navbar-brand {
  margin: 0px;
}

.section-header-etw .wsmenu > .wsmenu-list > li > a {
  padding: 10px 15px;
}

.section-header-etw .wsmenu > .wsmenu-list > li > .navtext > span + span {
  color: var(--brun-fonce);
  font-family: var(--font-playfair-display);
  font-size: 15px;
  font-weight: 900;
}

.section-header-etw .wsmenu > .wsmenu-list > li > ul.sub-menu > li > span.obs,
.section-header-etw .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > span.obs {
  color: var(--brun-fonce);
  font-family: var(--font-playfair-display);
  font-size: 15px;
  font-weight: 900;
}

.section-header-etw .wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > span.obs,
.section-header-etw .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > span.obs {
  background-color: var(--gris-clair);
  color: var(--gris-fonce);
}

.section-header-etw .barre-recherche {
  display:inline-block;
  width:35px;
  height:35px;
  background: url(../images/picto-loupe.svg) no-repeat center / contain;
}

.section-header-etw .kl-choice {
  background: url(../images/picto-panier.svg) no-repeat center top;
  width: 35px;
  height: 35px;
}

.section-header-etw .bloc-barre-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0px;
}

.section-header-etw .header-etw-right {
  position: relative;
  top: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.section-header-etw .header-etw-sub {
  padding: 0px;
}

.section-header-etw .phrase-sous-header {
  color: var(--terre);
  font-family: var(--font-dancing-script);
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.38px;
}

@media (max-width: 1199px) {
  .section-header-etw {
    margin-top: 0px;
  }

  .section-header-etw .navbar {
    padding: 20px 0px !important;
  }

  .section-header-etw .bloc-barre-main {
    height: auto;
  }

  .section-header-etw .header-etw-sub {
    display: none;
  }
}

/********** Menu mobile (header) **********/

@media (max-width: 1199px) {
  .wsactive .wsmenucontainer {
    margin-left: 0px;
  }

  .wsmobileheader {
    height: 75px;
  }

  .wsmobileheader .wsanimated-arrow {
    padding: 20px 35px 20px 15px;
    margin: 0px;
    top: 15px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    background: var(--terre);
  }

  .wsmobileheader .wssearch {
    padding: 25px;
  }

  .wsmobileheader .wssearch.wsopensearch {
    background-color: var(--terre);
  }
}

/*********************** Page d'Accueil ***********************/

/********** Section carrousel présentation **********/

/* Mise en forme carrousel */

.section-carrousel-presentation-etw {
  position: relative;
  left: -15px;
  width: 100vw;
}

.section-carrousel-presentation-etw .carousel-inner {
  position: relative;
  overflow: visible;
}

.section-carrousel-presentation-etw .carousel-item {
  position:absolute !important; inset:0 !important;
  display:block !important;
  opacity:0 !important;
  pointer-events:none;
  transition: opacity 750ms ease !important;
  transform:none !important;
}

.section-carrousel-presentation-etw .carousel-item.active {
  position:relative !important;
  opacity:1 !important;
  pointer-events:auto;
}

.section-carrousel-presentation-etw .carousel-item.couleur-1 .carousel-caption { background-color: var(--terre) !important; }
.section-carrousel-presentation-etw .carousel-item.couleur-2 .carousel-caption { background-color: var(--vert-clair) !important; }
.section-carrousel-presentation-etw .carousel-item.couleur-3 .carousel-caption { background-color: var(--terre) !important; }
.section-carrousel-presentation-etw .carousel-item.couleur-4 .carousel-caption { background-color: var(--peche-clair-2) !important; }

.section-carrousel-presentation-etw .carousel-item .slide-media {
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 405px);
  opacity:0;
  transform: translateY(42px);
  transition: transform 950ms ease, opacity 950ms ease;
  will-change: transform, opacity;
}

.section-carrousel-presentation-etw .carousel-item.active .slide-media {
  opacity:1;
  transform: translateY(0);
  transition-duration: 650ms, 650ms;
}

.section-carrousel-presentation-etw .carousel-item.is-exiting .slide-media {
  opacity:1;
  transform: translateY(0);
  transition: transform 950ms ease, opacity 950ms ease;
}

.section-carrousel-presentation-etw .carousel-item.is-exiting:not(.active) .slide-media {
  opacity:0;
  transform: translateY(60px);
}

.section-carrousel-presentation-etw .carousel-item .slide-media .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-carrousel-presentation-etw .carousel-item .carousel-caption {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 40px calc(max((100vw - var(--lg-conteneur)) / 2, 0px) + 15px);
  background-color: var(--terre);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 250px;
}

.section-carrousel-presentation-etw .carousel-item .bloc-contenu {
  width: 100%;
}

.section-carrousel-presentation-etw .carousel-item .kl-title-slide {
  opacity:0;
  margin-bottom: 10px;
  transform: translateY(26px);
  transition: transform 800ms ease, opacity 800ms ease;
  will-change: transform, opacity;
}

.section-carrousel-presentation-etw .carousel-item.active .kl-title-slide {
  opacity:1;
  transform: translateY(0);
}

.section-carrousel-presentation-etw .carousel-item.is-exiting .kl-title-slide {
  opacity:1;
  transform: translateY(0);
}

.section-carrousel-presentation-etw .carousel-item.is-exiting:not(.active) .kl-title-slide {
  opacity:0;
  transform: translateY(40px);
  transition: transform 900ms ease, opacity 900ms ease;
}

.section-carrousel-presentation-etw .carousel-item .kl-title-slide strong {
  color: var(--peche-clair-2);
  font-family: var(--font-playfair-display);
  font-size: 50px;
  font-weight: bold;
  line-height: 48px;
}

.section-carrousel-presentation-etw .carousel-item .carousel-caption .kl-no-mobile {
  display: none;
}

.section-carrousel-presentation-etw .carousel-item .carousel-caption h3 {
  color: var(--cuivre);
  font-family: var(--font-playfair-display);
  font-size: 30px;
  font-weight: bold;
}

.section-carrousel-presentation-etw .carousel-item .carousel-caption p {
  color: var(--peche-clair-2);
  font-family: var(--font-playfair-display);
  font-size: 16px;
  max-width: 100%;
}

.section-carrousel-presentation-etw .carousel-item .carousel-caption p:not(.kl-title-slide) {
  opacity:0;
  transition: opacity 500ms ease;
  transition-delay: 140ms;
}

.section-carrousel-presentation-etw .carousel-item.active .carousel-caption p:not(.kl-title-slide) {
  opacity:1;
}

.section-carrousel-presentation-etw .carousel-item .carousel-item-action-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  bottom: 0px;
}

.section-carrousel-presentation-etw .carousel-item .bloc-image-cacao {
  position: absolute;
  top: 16px;
  right: 0;
  width: 690px;
  height: 405px;
  z-index: 0;
  pointer-events: none;
}

.section-carrousel-presentation-etw .carousel-item .bloc-image-cacao svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-carrousel-presentation-etw .carousel-item .bloc-image-cacao svg .cls-3,
.section-carrousel-presentation-etw .carousel-item .bloc-image-cacao svg .cls-4 {
  fill: var(--cuivre);
}

.section-carrousel-presentation-etw .carousel-item .kl-more-slide {
  width: 230px;
  height: 75px;
  font-size: 18px;
  border: 2px solid transparent;
  padding: 0px;
  margin-top: 0px;
  z-index: 2;
}

.section-carrousel-presentation-etw .carousel-item .kl-more-slide.hvr-sweep-to-right:hover,
.section-carrousel-presentation-etw .carousel-item .kl-more-slide.hvr-sweep-to-right:before,
.section-carrousel-presentation-etw .carousel-item .kl-more-slide.hvr-sweep-to-right:hover:before {
  background-color: transparent !important;
  text-decoration: none;
}

.section-carrousel-presentation-etw .carousel-item .kl-more-slide svg,
.section-carrousel-presentation-etw .carousel-item .kl-more-slide svg path {
  width: 100%;
  height: 100%;
}

.section-carrousel-presentation-etw .carousel-item .kl-more-slide svg.btn-svg path {
  transition: fill 0.3s ease;
}

.section-carrousel-presentation-etw .carousel-item .kl-more-slide svg.btn-svg #BTN_-_FOND {
  fill: var(--terre) !important;
}

.section-carrousel-presentation-etw .carousel-item .kl-more-slide svg.btn-svg #BTN_-_POURTOUR {
  fill: var(--peche-clair-2) !important;
}

.section-carrousel-presentation-etw .carousel-item .kl-more-slide:hover svg.btn-svg #BTN_-_FOND,
.section-carrousel-presentation-etw .carousel-item .kl-more-slide:hover svg.btn-svg #BTN_-_POURTOUR {
  fill: var(--peche-clair-2) !important;
}

.section-carrousel-presentation-etw .carousel-item .kl-more-slide span {
  position: relative;
  top: -55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--peche-clair-2);
  font-family: var(--font-playfair-display);
  font-size: 20px;
  font-weight: bold;
}

.section-carrousel-presentation-etw .carousel-item .kl-more-slide:hover span {
  color: var(--brun-fonce);
  text-decoration: none;
}

/* Changements -> slide #2 */

.section-carrousel-presentation-etw .carousel-item.couleur-2.active .kl-title-slide strong { color: var(--brun-fonce) !important; }
.section-carrousel-presentation-etw .carousel-item.couleur-2.active .carousel-caption h3 { color: var(--vert-fonce) !important; }
.section-carrousel-presentation-etw .carousel-item.couleur-2.active .carousel-caption p:not(.kl-title-slide) { color: var(--brun-fonce) !important; }

.section-carrousel-presentation-etw .carousel-item.couleur-2.active .kl-more-slide svg.btn-svg #BTN_-_FOND,
.section-carrousel-presentation-etw .carousel-item.couleur-2.active .kl-more-slide svg.btn-svg #BTN_-_POURTOUR {
  fill: var(--vert-fonce) !important;
}

.section-carrousel-presentation-etw .carousel-item.couleur-2.active .kl-more-slide:hover svg.btn-svg #BTN_-_FOND,
.section-carrousel-presentation-etw .carousel-item.couleur-2.active .kl-more-slide:hover svg.btn-svg #BTN_-_POURTOUR {
  fill: var(--peche-clair-2) !important;
}

.section-carrousel-presentation-etw .carousel-item.couleur-2.active .bloc-image-cacao svg .cls-3,
.section-carrousel-presentation-etw .carousel-item.couleur-2.active .bloc-image-cacao svg .cls-4 {
  fill: var(--vert-fonce);
}

.section-carrousel-presentation-etw .carousel-item.couleur-2.active .kl-more-slide span {
  color: var(--peche-clair-2) !important;
}

.section-carrousel-presentation-etw .carousel-item.couleur-2.active .kl-more-slide:hover span {
  color: var(--brun-fonce) !important;
}

/* Changements -> slide #4 */

.section-carrousel-presentation-etw .carousel-item.couleur-4.active .kl-title-slide strong { color: var(--terre) !important; }
.section-carrousel-presentation-etw .carousel-item.couleur-4.active .carousel-caption h3 { color: var(--cuivre) !important; }
.section-carrousel-presentation-etw .carousel-item.couleur-4.active .carousel-caption p:not(.kl-title-slide) { color: var(--terre) !important; }

.section-carrousel-presentation-etw .carousel-item.couleur-4.active .kl-more-slide svg.btn-svg #BTN_-_FOND,
.section-carrousel-presentation-etw .carousel-item.couleur-4.active .kl-more-slide svg.btn-svg #BTN_-_POURTOUR {
  fill: var(--terre) !important;
}

.section-carrousel-presentation-etw .carousel-item.couleur-4.active .kl-more-slide:hover svg.btn-svg #BTN_-_FOND,
.section-carrousel-presentation-etw .carousel-item.couleur-4.active .kl-more-slide:hover svg.btn-svg #BTN_-_POURTOUR {
  fill: var(--peche-clair-2) !important;
}

.section-carrousel-presentation-etw .carousel-item.couleur-4.active .kl-more-slide span {
  color: var(--peche-clair-2) !important;
}

.section-carrousel-presentation-etw .carousel-item.couleur-4.active .kl-more-slide:hover span {
  color: var(--brun-fonce) !important;
}

/* Boutons de navigation */

.section-carrousel-presentation-etw .carousel-indicators {
  position: absolute;
  top: var(--indicators-top, 360px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: fit-content;
  padding: 0px 95px 0px 0px;
  margin: 0px;
  opacity: 0;
  transition: opacity 200ms ease;
  z-index: 1;
}

.section-carrousel-presentation-etw .carousel-indicators.is-ready {
  opacity: 1;
}

.section-carrousel-presentation-etw .carousel-indicators li {
  width: 12px;
  height: 12px;
  top: 0px !important;
  background-color: transparent;
  border: 1px solid var(--blanc);
  cursor: pointer;
}

.section-carrousel-presentation-etw .carousel-indicators li.active {
  background-color: var(--blanc);
}

/* Flèches de navigation */

.section-carrousel-presentation-etw .carousel-control-prev {
  display: none;
}

.section-carrousel-presentation-etw .carousel-control-next {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: var(--next-top, 155px);
  right: 100px;
  width: 64px !important;
  height: 64px !important;
  background-color: var(--peche-clair) !important;
  border: 2px solid var(--terre);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 200ms ease, background-color 0.3s ease;
}

.section-carrousel-presentation-etw .carousel-control-next.is-ready {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.section-carrousel-presentation-etw .carousel-control-next:hover {
  background-color: var(--blanc) !important;
}

.section-carrousel-presentation-etw .carousel-control-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/next-caramel.svg) no-repeat center center / contain;
}

.section-carrousel-presentation-etw .carousel-control-next:hover::before {
  background: url(../images/next-chocolat.svg) no-repeat center center / contain;
}

@media (max-width: 1199px) {
  .section-carrousel-presentation-etw .carousel-item .slide-media {
    height: calc(100vh - 308px);
  }

  .section-carrousel-presentation-etw .carousel-item .kl-title-slide strong {
    font-size: 38px;
    line-height: 38px;
  }
}

@media (max-width: 1024px) {
  .section-carrousel-presentation-etw .carousel-item .marges-sp {
    padding: 40px 35px !important;
  }

  .section-carrousel-presentation-etw .carousel-item .kl-title-slide strong {
    font-size: 34px;
    line-height: 34px;
  }

  .section-carrousel-presentation-etw .carousel-item .carousel-caption h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .section-carrousel-presentation-etw .carousel-item .slide-media {
    height: calc(100vh - 430px);
  }

  .section-carrousel-presentation-etw .carousel-item .marges-sp {
    padding: 20px 15px 30px 15px !important;
  }

  .section-carrousel-presentation-etw .carousel-item .carousel-caption {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 300px;
  }

  .section-carrousel-presentation-etw .carousel-item .kl-title-slide strong {
    font-size: 28px;
    line-height: 28px;
  }

  .section-carrousel-presentation-etw .carousel-item .bloc-image-cacao {
    top: 140px;
    width: 100%;
    height: 280px;
  }

  .section-carrousel-presentation-etw .carousel-indicators {
    justify-content: center;
    padding: 0px;
  }

  .section-carrousel-presentation-etw .carousel-control-next {
    display: none !important;
  }
}

@media (max-width: 499px) {
  .section-carrousel-presentation-etw .carousel-item .bloc-image-cacao {
    top: 145px;
  }
}

/********** Section carrousel produits **********/

.section-carrousel-produits-etw {
  position: relative;
}

.section-carrousel-produits-etw::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 180px);
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/separateur-guirlande-transition.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  pointer-events: none;
}

/* Contenu titre + sous-titre */

.section-carrousel-produits-etw .kl-bx-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.section-carrousel-produits-etw .kl-bx-content h2:first-child,
.section-carrousel-produits-etw .kl-bx-content p {
  display: none;
}

.section-carrousel-produits-etw .titre-1 {
  color: var(--terre);
  font-family: var(--font-playfair-display);
  font-size: 42px;
  font-weight: bold;
  line-height: 48px;
}

.section-carrousel-produits-etw .titre-2 {
  color: var(--orange-chocolat);
  font-family: var(--font-dancing-script);
  font-size: 32px;
  font-weight: bold;
}

/* Mise en forme carrousel */

.section-carrousel-produits-etw .slick-slider:after {
  top: 170px;
  left: -15px;
  width: 100vw;
  height: 390px;
  background: var(--peche-clair);
  opacity: 0.7;
}

.section-carrousel-produits-etw .slick-slider .slick-prev {
  display: none !important;
}

.section-carrousel-produits-etw .slick-slider .slick-next {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(100% - 60px);
  left: calc(50vw + 240px);
  width: 63px;
  height: 63px;
  background-color: transparent !important;
  border: 2px solid var(--terre);
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.section-carrousel-produits-etw .slick-slider .slick-next:hover {
  background-color: var(--blanc) !important;
}

.section-carrousel-produits-etw .slick-slider .slick-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/next-caramel.svg) no-repeat center center / contain;
}

.section-carrousel-produits-etw .slick-slider .slick-next:hover::before {
  background: url(../images/next-chocolat.svg) no-repeat center center / contain;
}

.section-carrousel-produits-etw .slick-slider .slick-list .item,
.section-carrousel-produits-etw .slick-slider .slick-track .item {
  margin: 15px;
}

/* Chaque item du carrousel */

.section-carrousel-produits-etw .item {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.section-carrousel-produits-etw .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 375px;
  background: url(../images/cadre-vignette-ocre.svg) no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}

.section-carrousel-produits-etw .item:hover::before {
  background: url(../images/cadre-vignette-ocre-hover.svg) no-repeat center center;
  background-size: cover;
}

/* Contenu produit */

.section-carrousel-produits-etw .item .prdt_content {
  position: relative;
  top: 20px;
  outline: none !important;
  transition: top 0.3s ease;
}

.section-carrousel-produits-etw .item:hover .prdt_content {
  top: 10px;
}

/* Bouton d'achat */

.section-carrousel-produits-etw .item:hover .kl-see,
.section-carrousel-produits-etw .item .kl-title-aff,
.section-carrousel-produits-etw .item:hover .kl-title-aff {
  background: transparent;
}

.section-carrousel-produits-etw .item .prdt_content .kl-add-see,
.section-carrousel-produits-etw .item:hover .prdt_content .kl-add-see,
.section-carrousel-produits-etw .item:hover .prdt_content:hover .kl-add-see {
  position: absolute;
  left: calc(50% - 10px);
  bottom: 0px;
  opacity: 0;
  color: var(--terre);
  font-family: var(--font-playfair-display);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--peche-clair);
  border: 2px solid transparent;
  padding: 0px 10px;
  transition: opacity 0.3s ease;
  transform: translate(-60px, 242px);
}

.section-carrousel-produits-etw .item:hover .prdt_content .kl-add-see,
.section-carrousel-produits-etw .item .prdt_content:hover .kl-add-see,
.section-carrousel-produits-etw .item:hover .prdt_content:hover .kl-add-see {
  left: calc(50% - 10px);
  background: var(--peche-clair-3);
  color: var(--terre) !important;
  padding: 0px 10px;
  opacity: 1;
}

.section-carrousel-produits-etw .item .hvr-sweep-to-right:before {
  background: transparent !important;
}

.section-carrousel-produits-etw .item:hover .hvr-sweep-to-right:before {
  background: var(--peche-clair) !important;
}

/* Titre + description produit */

.section-carrousel-produits-etw .item .kl-title-aff a {
  text-decoration: none;
}

.section-carrousel-produits-etw .item .kl-title-aff a:nth-child(2) {
  display: none;
}

.section-carrousel-produits-etw .item:hover .kl-title-aff a:nth-child(2) {
  display: block;
}

.section-carrousel-produits-etw .item .kl-title-aff h3 {
  color: var(--terre);
  font-family: var(--font-playfair-display);
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.section-carrousel-produits-etw .item .kl-title-aff span {
  color: var(--brun-fonce);
  font-family: var(--font-playfair-display);
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.21px;
}

.section-carrousel-produits-etw .item .kl-title-aff ul {
  padding-top: 10px !important;
}

.section-carrousel-produits-etw .item .kl-title-aff ul li {
  color: var(--terre);
  font-family: var(--font-playfair-display);
  font-size: 22px;
  font-weight: bold;
  line-height: 16px;
}

.section-carrousel-produits-etw .item .prdt_content:hover .kl-title-aff ul li {
  color: var(--cuivre);
}

/* Image produit */

.section-carrousel-produits-etw .item .kl-img-xts {
  overflow: visible !important;
}

.section-carrousel-produits-etw .item .kl-img-xts img {
  position: relative;
  width: 215px;
  height: 225px;
  -webkit-mask-image: url(../images/masque-vignette.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../images/masque-vignette.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: width 0.3s ease, height 0.3s ease;
}

.section-carrousel-produits-etw .item:hover .kl-img-xts img {
  width: 125px;
  height: 130px;
}

@media (max-width: 767px) {
  .section-carrousel-produits-etw::before {
    bottom: calc(100% - 105px);
  }

  .section-carrousel-produits-etw .kl-bx-content {
    margin-top: 25px;
  }

  .section-carrousel-produits-etw .titre-1 {
    font-size: 28px;
    line-height: 35px;
  }

  .section-carrousel-produits-etw .slick-slider:after {
    display: block;
  }

  .section-carrousel-produits-etw .slick-slider .slick-list .item,
  .section-carrousel-produits-etw .slick-slider .slick-track .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-carrousel-produits-etw .item.active {
    height: 450px;
  }

  .section-carrousel-produits-etw .item.active::before {
    height: 450px;
    background-size: contain;
  }

  .section-carrousel-produits-etw .item.active .prdt_content {
    position: absolute;
    top: 20px;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-carrousel-produits-etw .item.active .kl-see,
  .section-carrousel-produits-etw .item.active .kl-title-aff {
    background: transparent;
  }

  .section-carrousel-produits-etw .item.active .prdt_content .kl-add-see {
    position: absolute;
    left: 50%;
    bottom: 0px;
    opacity: 1;
    color: var(--terre);
    font-family: var(--font-playfair-display);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: var(--peche-clair);
    border: 2px solid transparent;
    padding: 0px 10px;
    transition: opacity 0.3s ease;
    transform: translate(-50%, 240px);
  }

  .section-carrousel-produits-etw .item.active .hvr-sweep-to-right:before {
    background: var(--peche-clair) !important;
  }

  .section-carrousel-produits-etw .item.active .kl-title-aff a:nth-child(2) {
    display: block;
  }

  .section-carrousel-produits-etw .item.active .prdt_content .kl-title-aff ul li {
    color: var(--cuivre);
  }

  .section-carrousel-produits-etw .item.active .kl-img-xts img {
    width: 165px;
    height: 165px;
  }
}

@media (max-width: 499px) {
  .section-carrousel-produits-etw::before {
    bottom: calc(100% - 145px);
  }
}

/********** Section confiserie et bonbons **********/

.section-confiserie-et-bonbons-etw {
  position: relative;
  margin-top: 65px;
  overflow: inherit;
  height: 750px;
}

.section-confiserie-et-bonbons-etw.active {
  height: auto;
}

.section-confiserie-et-bonbons-etw .row {
  justify-content: space-between;
}

.section-confiserie-et-bonbons-etw .confiserie-colonne {
  width: 45%;
}

.section-confiserie-et-bonbons-etw .titre-principal {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
  transform: translateX(150px);
}

.section-confiserie-et-bonbons-etw .titre-1 {
  color: var(--cuivre);
  font-family: var(--font-playfair-display);
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  z-index: 1;
}

.section-confiserie-et-bonbons-etw .titre-2 {
  color: var(--terre);
  font-family: var(--font-dancing-script);
  font-size: 60px;
  font-weight: bold;
  width: fit-content;
  transform: matrix(1, -0.08, 0.08, 1, 0, 0) translate(85px, -10px);
  z-index: 0;
}

.section-confiserie-et-bonbons-etw .titre-sp {
  color: var(--cuivre);
  font-family: var(--font-playfair-display);
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  padding-bottom: 30px;
  z-index: 1;
}

.section-confiserie-et-bonbons-etw .element-gauche {
  display: block;
  position: absolute;
  top: 30px;
  left: -100%;
  width: 150px;
  height: 150px;
  z-index: 10;
}

.section-confiserie-et-bonbons-etw .element-gauche.svg-fixed-right {
  position: absolute;
  left: auto !important;
  right: 5px;
}

.section-confiserie-et-bonbons-etw #homedescription p {
  color: var(--gris-fonce);
  font-family: var(--font-noto-sans);
  font-size: 16px;
  line-height: 22px;
}

.section-confiserie-et-bonbons-etw .more-description-home.kl-see-more {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 86px;
  border: none;
  padding: 0;
  background-color: transparent;
  text-decoration: none !important;
  cursor: pointer;
  overflow: hidden;
}

.section-confiserie-et-bonbons-etw .more-description-home.kl-see-more svg.btn-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: fill 0.3s ease;
}

.section-confiserie-et-bonbons-etw .more-description-home.kl-see-more span {
  position: relative;
  z-index: 2;
  font-family: var(--font-playfair-display);
  color: var(--orange-chocolat);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: inherit;
  transition: color 0.3s ease;
}

.section-confiserie-et-bonbons-etw .more-description-home.kl-see-more:hover span {
  color: var(--brun-fonce);
}

.section-confiserie-et-bonbons-etw .more-description-home.kl-see-more svg.btn-svg path {
  transition: fill 0.3s ease;
}

.section-confiserie-et-bonbons-etw .more-description-home.kl-see-more:hover svg.btn-svg #BTN_-_FOND,
.section-confiserie-et-bonbons-etw .more-description-home.kl-see-more:hover svg.btn-svg #BTN_-_POURTOUR {
  fill: var(--cuivre) !important;
}

.section-confiserie-et-bonbons-etw .kl-img-mode {
  position: relative;
  padding: 0px;
}

.section-confiserie-et-bonbons-etw .bloc-confiserie-img {
  display: block;
  position: relative;
  top: 185px;
  width: calc(100% - 20px);
  height: 469px;
  border-radius: 20px;
}

.section-confiserie-et-bonbons-etw .bloc-confiserie-img:after {
  content: "";
  position: absolute;
  top: -11px;
  right: -27px;
  width: 80px;
  height: 490px;
  background: url(../images/bord-cadre-vignette.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
}

.section-confiserie-et-bonbons-etw #main_home_background {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .section-confiserie-et-bonbons-etw .titre-2 {
    transform: matrix(1, -0.08, 0.08, 1, 0, 0) translate(85px, 0px);
  }

  .section-confiserie-et-bonbons-etw .bloc-confiserie-img {
    top: 160px;
  }

  .section-confiserie-et-bonbons-etw .bloc-confiserie-img::after {
    top: -11px;
  }
}

@media (max-width: 1024px) {
  .section-confiserie-et-bonbons-etw .titre-1 {
    font-size: 32px;
  }

  .section-confiserie-et-bonbons-etw .titre-2 {
    font-size: 50px;
    transform: matrix(1, -0.08, 0.08, 1, 0, 0) translate(55px, -5px);
  }

  .section-confiserie-et-bonbons-etw .kl-img-mode {
    width: 380px;
    height: 380px;
  }

  .section-confiserie-et-bonbons-etw .bloc-confiserie-img {
    height: 380px;
  }

  .section-confiserie-et-bonbons-etw .bloc-confiserie-img:after {
    top: 0px;
    height: 380px;
  }
}

@media (max-width: 767px) {
  .section-confiserie-et-bonbons-etw {
    height: 1150px;
    margin-top: 0px;
  }

  .section-confiserie-et-bonbons-etw .confiserie-colonne {
    width: 100%;
  }

  .section-confiserie-et-bonbons-etw .bloc-confiserie-img,
  .section-confiserie-et-bonbons-etw .bloc-confiserie-img::after {
    top: 0px;
  }
}

@media (max-width: 600px) {
  .section-confiserie-et-bonbons-etw .titre-1 {
    font-size: 35px;
    line-height: inherit;
  }

  .section-confiserie-et-bonbons-etw .titre-2 {
    font-size: 40px;
    transform: matrix(1, -0.08, 0.08, 1, 0, 0) translate(35px, 0px);
  }
}

@media (max-width: 499px) {
  .section-confiserie-et-bonbons-etw .kl-title-h2 {
    margin: 20px 0px 50px 0px;
  }

  .section-confiserie-et-bonbons-etw .titre-principal {
    transform: translateX(0px);
  }

  .section-confiserie-et-bonbons-etw .titre-2 {
    font-size: 43px;
    transform: matrix(1, -0.08, 0.08, 1, 0, 0) translate(55px, 5px);
  }

  .section-confiserie-et-bonbons-etw .element-gauche {
    top: -15px;
    width: 100px;
    height: 100px;
  }
}

/********** Section savoir-faire **********/

.section-savoir-faire-etw {
  position: relative;
  background: transparent;
  padding-bottom: 130px;
}

/* Bloc deux chocolats */

.section-savoir-faire-etw .bloc-deux-chocolats-etw {
  position: relative;
  height: 110px;
  overflow: hidden;
  margin: 50px 0px;
}

.section-savoir-faire-etw .bloc-deux-chocolats-etw .svg-left,
.section-savoir-faire-etw .bloc-deux-chocolats-etw .svg-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50vw;
  height: 100%;
  transition: all 1.5s ease;
}

.section-savoir-faire-etw .bloc-deux-chocolats-etw .svg-left {
  left: -50vw;
  background: url(../images/separateur-eclats-de-chocolats-gauche.svg) no-repeat right center;
  background-size: contain;
}

.section-savoir-faire-etw .bloc-deux-chocolats-etw .svg-right {
  right: -50vw;
  background: url(../images/separateur-eclats-de-chocolats-droite.svg) no-repeat left center;
  background-size: contain;
}

.section-savoir-faire-etw .bloc-deux-chocolats-etw.active .svg-left {
  left: calc(50% - 50vw - 30px);
}

.section-savoir-faire-etw .bloc-deux-chocolats-etw.active .svg-right {
  right: calc(50% - 50vw - 30px);
}

/* Bloc trois cadres */

.section-savoir-faire-etw .bloc-trois-cadres-etw::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 360px);
  left: -15px;
  width: 100vw;
  height: 20px;
  background-image: url(../images/separateur-guirlande-transition.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw::after {
  content: "";
  position: absolute;
  top: 342px;
  left: -15px;
  width: 100vw;
  height: 335px;
  background: var(--peche-clair);
  opacity: 0.7;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .container {
  position: relative;
  z-index: 1;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-bx-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 0px;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-bx-content h2:first-child,
.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-bx-content p {
  display: none;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .titre-1 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .titre-1 div {
  color: var(--terre);
  font-family: var(--font-playfair-display);
  font-size: 42px;
  font-weight: bold;
  line-height: 48px;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .titre-2 {
  color: var(--terre);
  font-family: var(--font-dancing-script);
  font-size: 32px;
  font-weight: bold;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer ul {
  position: relative;
  background: transparent;
  padding: 15px 15px 25px;
  text-align: center;
  transform: translateY(0px);
  transition: transform 0.3s ease;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer .col-md-4:hover ul {
  transform: translateY(10px);
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: url(../images/bas-de-cadre-vignette-brun.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer .col-md-4:hover ul::after {
  background-image: url(../images/bas-de-cadre-vignette-vert.svg);
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer figure {
  background: transparent;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer img {
  max-width: 90%;
  border-radius: 20px;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer ul li:nth-child(2n) {
  display: none;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer ul li h4 {
  color: var(--brun-fonce);
  font-family: var(--font-playfair-display);
  font-size: clamp(18px, 1.5vw, 22px);
  font-style: normal;
  font-weight: bold;
  transition: color 0.3s ease;
}

.section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer .col-md-4:hover ul li h4 {
  color: var(--vert-fonce);
}

@media (max-width: 1199px) {
  .section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer ul::after {
    height: 58px;
  }
}

@media (max-width: 1024px) {
  .section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer ul::after {
    height: 42px;
  }
}

@media (max-width: 767px) {
  .section-savoir-faire-etw {
    padding-bottom: 30px;
  }

  .section-savoir-faire-etw .bloc-trois-cadres-etw::before {
    bottom: calc(100% - 328px);
  }

  .section-savoir-faire-etw .bloc-trois-cadres-etw::after {
    top: 310px;
  }

  .section-savoir-faire-etw .bloc-trois-cadres-etw .titre-1 div {
    font-size: 28px;
    line-height: 35px;
  }

  .section-savoir-faire-etw .bloc-trois-cadres-etw .titre-2 {
    font-size: 25px;
  }

  .section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer ul {
    padding: 20px 15px 15px;
  }

  .section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer ul::after {
    height: 63px;
  }

  .section-savoir-faire-etw .bloc-trois-cadres-etw .kl-img-offer ul li h4 {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  .section-savoir-faire-etw .bloc-trois-cadres-etw::before {
    bottom: calc(100% - 368px);
  }

  .section-savoir-faire-etw .bloc-trois-cadres-etw::after {
    top: 350px;
  }
}

/********** Section bannière vidéo YT **********/

/* Cacher vidéo sur page d'Accueil */

.page-index .seoprestahomebanner {
  display: none;
}

/********** Section fabrication française **********/

.section-fabrication-francaise-etw {
  position: relative;
  background: url(../images/accueil-chef.png) no-repeat center center !important;
  background-size: cover !important;
  margin-top: 50px;
}

.section-fabrication-francaise-etw::before {
  content: "";
  position: absolute;
  top: -52px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(../images/separateur-noeud.svg) no-repeat center top;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}

.section-fabrication-francaise-etw::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, var(--brun-clair) 0%, var(--peche-clair) 100%);
  opacity: 0.7;
  pointer-events: none;
}

.section-fabrication-francaise-etw .container {
  position: relative;
  z-index: 1;
}

.section-fabrication-francaise-etw .kl-bx-content p {
  display: none;
}

.section-fabrication-francaise-etw .kl-title-h2 {
  margin-bottom: 15px;
}

.section-fabrication-francaise-etw .titre-1 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  width: 100%;
}

.section-fabrication-francaise-etw .titre-1 div {
  color: var(--brun-fonce);
  font-family: var(--font-playfair-display);
  font-size: 42px;
  font-weight: bold;
  line-height: 48px;
}

.section-fabrication-francaise-etw .titre-2 {
  color: var(--peche-clair);
  font-family: var(--font-dancing-script);
  font-size: 40px;
  font-weight: 600;
}

.section-fabrication-francaise-etw .titre-avantage {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.section-fabrication-francaise-etw .titre-avantage-1 {
  color: var(--blanc);
  font-family: var(--font-playfair-display);
  font-size: 24px;
  font-weight: bold;
}

.section-fabrication-francaise-etw .titre-avantage-2 {
  color: var(--blanc);
  font-family: var(--font-dancing-script);
  font-size: 28px;
  font-weight: 600;
  line-height: 25px;
}

@media (max-width: 767px) {
  .section-fabrication-francaise-etw::before {
    top: -15px;
    background-size: contain;
  }

  .section-fabrication-francaise-etw .titre-1 div {
    font-size: 28px;
    line-height: 35px;
  }

  .section-fabrication-francaise-etw .titre-2 {
    color: var(--cuivre);
    font-size: 25px;
  }
}

/*********************** Page produit ***********************/

.page-product .div-sp-product {
  flex: 0 0 100%;
  max-width: 100%;
}

.page-product .kl-details-product h1 {
  color: var(--cuivre);
  font-family: var(--font-playfair-display);
  font-size: 35px;
  font-weight: bold;
  line-height: 42px;
}

.page-product .kl-title-section p {
  text-align: left;
}

.page-product .section-carrousel-produits-etw::before {
  bottom: calc(100% - 215px);
}

.page-product .section-carrousel-produits-etw .slick-slider:after {
  display: none;
}

.page-product .section-carrousel-produits-etw .kl-title-section {
  margin-bottom: 80px;
}

.page-product .kl-title-section::after {
  display: none;
}

.page-product .kl-title-section .titre-1:first-child {
  display: block;
}

.page-product .kl-title-section .titre-1 {
  color: var(--terre);
  font-family: var(--font-playfair-display);
  font-size: 42px;
  font-weight: bold;
  line-height: 48px;
}

.page-product .kl-title-section .titre-2 {
  color: var(--orange-chocolat);
  font-family: var(--font-dancing-script);
  font-size: 32px;
  font-weight: bold;
}

.page-product .slick-dots {
  bottom: 48px;
}

.page-product .slick-dots li button:before {
  font-size: 50px;
}

.page-product .section-carrousel-produits-etw .col:first-child::after {
  height: 0px !important;
}

@media (max-width: 991px) {
  .page-product .kl-details-product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page-product .section-carrousel-produits-etw::before {
    bottom: calc(100% - 255px);
  }

  .page-product .kl-title-section::before {
    bottom: calc(100% - 105px);
  }

  .page-product .kl-title-section .titre-1 {
    font-size: 28px;
    line-height: 35px;
  }
}

/*********************** Page qui sommes-nous ***********************/

/*
<div class="contenu-page-simple">

  <h2 class="titre-separe">Julien, mais pas que...</h2>
  <div class="row-contenu">
    <div class="col-left texte-intro">
      <p class="texte-intro">
        <span>Nous sommes Julien (& Jennifer)</span>
        <span>Pour ceux qui ne le savent pas encore La Fabrique de Julien, c’est Julien, mais pas seulement, c’est aussi Jennifer.</span>
        <span>C’est un couple qui à la ville comme à la scène construit au quotidien la confiserie artisanale de la Fabrique de Julien.</span>
        <span>Ils se sont connus sur les bancs de l’école, réunis par le goût des bonnes choses et de la gourmandise, sont devenus rapidement inséparables !</span>
        <span>Tous deux ont suivis des études dans le monde de l’alimentaire et de l’agroalimentaire, avec de nombreuses expériences dans les produits sucrés haut de gamme.</span>
        <span>Les maisons les plus prestigieuses leur ayant donné une expertise dans la création et la fabrication, ils ont décidé à respectivement 25 et 27 ans de prendre les rênes de leur propre entreprise.</span>
        <span>Ils ont été rejoints au fil des années par toute une équipe qui constitue maintenant la confiserie-chocolaterie artisanale que vous connaissez.</span>
      </p>
    </div>
    <div class="col-right">
      <div class="image-wrapper">
        <img src="https://www.fabrique-julien.fr/img/cms/Julien%20et%20Jennifer.png" alt="">
      </div>
    </div>
  </div>

  <h2 class="titre-separe">La Fabrique de Julien, la marque</h2>
  <div class="row-contenu">
    <div class="col-left texte-marque">
      <p class="texte-marque">
        <span>La marque "Les Bonbons de Julien" a existé pendant environ 10 ans puis en 2023, nous sommes devenu "La Fabrique de Julien".</span>
        <span>Elle est la dernière version de cet atelier artisanal existant depuis bientôt 40 ans dans le Parc Naturel du Pilat.</span>
        <span>Maintenant La Fabrique de Julien est mature et a pour ambition de dépoussiérer le monde de la confiserie-chocolaterie traditionnelle.</span>
        <span>Du bonbon et des chocolats vintage remis au goût du jour !</span>
      </p>
    </div>
    <div class="col-right">
      <div class="image-wrapper">
        <img src="https://www.fabrique-julien.fr/img/bonbons-de-saint-julien.jpg" alt="Bonbons de Saint Julien Molin Molette">
      </div>
      <p class="legende-image"><em>Ancien atelier que nous avons quitté en 2013</em></p>
    </div>
  </div>

  <h2 class="titre-separe">Explication de notre changement de nom</h2>
  <div class="row-contenu">
    <div class="col-left">
      <div class="video-wrapper">
        <iframe src="https://www.youtube.com/embed/AWgE4ocB0Vs" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
      </div>
    </div>
    <div class="col-right">
      <p>
        <span>Julien et Jennifer les 2 gérants de la confiserie-chocolaterie œuvrent depuis 2007 à faire grandir cette PME en restant fidèles aux valeurs de départ.</span>
        <span>Ils sélectionnent rigoureusement leurs matières premières et utilisent uniquement des parfums et des couleurs naturelles, les bonbons, caramels et chocolats sont sans gluten et la création de nouveaux produits est le moteur de l'attractivité de l'enseigne.</span>
        <span>Voici au passage une citation qui prends tout son sens quand vous découvrirez nos produits :</span>
        <span>« Car c’est le temps que nous passons à fabriquer nos bonbons, caramels et chocolats qui les rend si bons… »</span>
        <span><strong>Julien</strong></span>
      </p>
    </div>
  </div>

</div>
*/

.contenu-page-simple {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contenu-page-simple .titre-separe {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}

.contenu-page-simple .titre-separe::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/separateur-guirlande-transition.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  pointer-events: none;
}

.contenu-page-simple .row-contenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10%;
}

.contenu-page-simple .col-left,
.contenu-page-simple .col-right {
  width: 45%;
}

.contenu-page-simple .col-left p,
.contenu-page-simple .col-left .texte-intro,
.contenu-page-simple .col-left .texte-marque,
.contenu-page-simple .col-right p {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.contenu-page-simple .col-right .image-wrapper {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  height: 468px;
  border-radius: 20px;
}

.contenu-page-simple .col-right .image-wrapper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}

.contenu-page-simple .col-right .image-wrapper::after {
  content: "";
  position: absolute;
  top: -11px;
  right: -27px;
  width: 80px;
  height: 490px;
  background: url(../images/bord-cadre-vignette.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
}

.contenu-page-simple .col-right .legende-image {
  text-align: center;
  padding-top: 10px;
}

.contenu-page-simple .col-left .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
}

.contenu-page-simple .col-left .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1024px) {
  .contenu-page-simple .row-contenu {
    flex-direction: column;
    gap: 30px;
  }

  .contenu-page-simple .col-left,
  .contenu-page-simple .col-right {
    width: 100%;
  }

  .contenu-page-simple .col-right .image-wrapper {
    top: 0;
    height: 380px;
  }

  .contenu-page-simple .col-right .image-wrapper::after {
    top: 0px;
    height: 380px;
  }
}

/*********************** Footer ***********************/

/********** Section Newsletter **********/

.section-newsletter-etw {
  padding: 60px 0px;
}

.section-newsletter-etw .container {
  position: relative;
}

.section-newsletter-etw .container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-image: url(../images/newsletter-eclats-chocolat.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  pointer-events: none;
}

.section-newsletter-etw .container .row {
  flex-direction: column;
}

@media (max-width: 767px) {
  .section-newsletter-etw {
    padding: 30px 15px;
  }
}

/* Bloc Newsletter */

.bloc-newsletter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}

.bloc-newsletter .titres {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
}

.bloc-newsletter .titres h2,
.bloc-newsletter .titres h3 {
  color: var(--cuivre);
  font-size: 42px;
}

.bloc-newsletter .titres h2 {
  color: var(--cuivre);
  font-family: var(--font-open-sans);
  font-weight: bold;
  line-height: 42px;
}

.bloc-newsletter .titres h3 {
  color: var(--peche-clair-2);
  font-family: var(--font-dancing-script);
  line-height: 30px;
}

.bloc-newsletter .bloc-newsletter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloc-newsletter .bloc-newsletter .kl-text-foot {
  display: none;
}

.newsletter-forme {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.texte-desinscription {
  position: relative;
  color: var(--peche-clair-2);
  font-size: 12px !important;
  line-height: 16px;
  padding-top: 10px;
  z-index: 1;
}

.bloc-newsletter-input {
  position: relative;
  display: flex;
  width: 540px;
  height: 45px;
  z-index: 0;
}

.bloc-newsletter-input::after {
  content: "";
  position: absolute;
  right: -30px;
  top: calc(50% + 0px);
  transform: translateX(100%) translateY(-50%);
  width: 320px;
  height: 440px;
  background-image: url(../images/fleur-tablette-cabosse-chocolat.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: -1;
}

.bloc-newsletter-input input[type="text"] {
  flex: 1;
  width: 50%;
  padding: 12px 15px;
  border: 1px solid transparent;
}

.bloc-newsletter-input input[type="text"],
.bloc-newsletter-input input[type="text"]::placeholder {
  color: var(--beige);
  font-size: 13px;
}

.btn-newsletter-soumission {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
  background-color: var(--beige);
  color: var(--blanc);
  font-size: 14px;
  border: 1px solid transparent;
  padding: 12px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.btn-newsletter-soumission .arrow {
  font-size: 25px;
  font-weight: bold;
  transform: translateY(-3px);
}

@media (max-width: 1024px) {
  .bloc-newsletter .bloc-newsletter {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .bloc-newsletter .titres {
    gap: 0px;
  }

  .bloc-newsletter .titres h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .bloc-newsletter .titres h3 {
    font-size: 25px;
  }

  .bloc-newsletter .bloc-newsletter .kl-mail-footer {
    margin-top: 0px;
  }

  .bloc-newsletter-input {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .bloc-newsletter-input::after {
    transform: translateX(50%) translateY(-50%);
  }

  .bloc-newsletter-input input[type="text"] {
    width: auto;
  }

  .btn-newsletter-soumission {
    width: 100%;
    height: 45px;
  }
}

/********** Section Footer **********/

.section-footer-etw {
  background: var(--beige);
  padding: 60px 0px;
}

.section-footer-etw a,
.section-footer-etw .kl-contact-footer,
.section-footer-etw .kl-information-footer,
.section-footer-etw .footer-phone {
  color: var(--gris-clair);
  font-family: var(--font-playfair-display);
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}

.section-footer-etw .kl-information-footer a {
  line-height: 20px;
}

.section-footer-etw .kl-contact-footer:nth-child(2),
.section-footer-etw .kl-information-footer {
  padding-top: 35px;
}

.section-footer-etw .kl-information-footer:nth-child(3),
.section-footer-etw .kl-information-footer .kl-text-foot {
  display: none;
}

@media (max-width: 767px) {
  .section-footer-etw p {
    margin: 0px 0px 30px 0px;
  }

  .section-footer-etw .kl-contact-footer:nth-child(2),
  .section-footer-etw .kl-information-footer {
    padding-top: 0px;
  }
}