

@font-face {
  font-family: 'Atelia';
  src: url('/template/landing/fonts/atelia/Atelia.woff2') format('woff2'),
       url('/template/landing/fonts/atelia/Atelia.woff') format('woff'),
       url('/template/landing/fonts/atelia/Atelia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dongra Script';
  src: url('/template/landing/fonts/dongra-duo-font/Dongra-script.woff2') format('woff2'),
       url('/template/landing/fonts/dongra-duo-font/Dongra-script.woff') format('woff'),
       url('/template/landing/fonts/dongra-duo-font/Dongra-script.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --chass-green: #F7F7DD;
  --chass-brown: #8A7C6D;
  --chass-yellow: #FDDE71;
  --chass-yellow-light: #F8EFD5;
  --chass-white-k: #F7F3EF;
  --vpd: max(9vh, 90px);
  --hpd: 12vw;

  @media screen and (max-width: 769px) {

  --hpd: 6vw;

  }
}


}

/* Background color utility classes */
.bg-chass-green {
  background-color: var(--chass-green);
}

.bg-chass-brown {
  background-color: var(--chass-brown);
}

.bg-chass-yellow {
  background-color: var(--chass-yellow);
}

.bg-chass-yellow-light {
  background-color: var(--chass-yellow-light);
}

.bg-chass-white-k {
  background-color: var(--chass-white-k);
}


/* Optional: text color utilities too */
.text-chass-green {
  color: var(--chass-green);
}

.text-chass-brown {
  color: var(--chass-brown);
}

.text-chass-yellow {
  color: var(--chass-yellow);
}



/* Horizontal padding (x-axis) */
.px-0 { padding-left: 0; padding-right: 0; }
.px-1 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2 { padding-left: 1rem; padding-right: 1rem; }
.px-3 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-4 { padding-left: 2rem; padding-right: 2rem; }
.px-5 { padding-left: 2.5rem; padding-right: 2.5rem; }
.px-6 { padding-left: 3rem; padding-right: 3rem; }
.px-7 { padding-left: 3.5rem; padding-right: 3.5rem; }
.px-8 { padding-left: 4rem; padding-right: 4rem; }

.px-8x { padding-left: 64px; padding-right: 64px; }

/* Vertical padding (y-axis) */
.py-0 { padding-top: 0; padding-bottom: 0; }
.py-1 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2 { padding-top: 1rem; padding-bottom: 1rem; }
.py-3 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-4 { padding-top: 2rem; padding-bottom: 2rem; }
.py-5 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-6 { padding-top: 3rem; padding-bottom: 3rem; }
.py-7 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-8 { padding-top: 4rem; padding-bottom: 4rem; }

.dark h2, .dark p { color: white;}
.dark { background: var(--chass-brown);}

.social-icons rect {
  fill: var(--chass-yellow);
}

.social-icons path {
  fill: var(--chass-brown);
}

.absolute {
  position: absolute;
}

h1, h2 {
  font-family: "Atelia", sans-serif;
  text-transform: uppercase;
}

h1 {
  left: 8vw;
  color: white;
  font-size: clamp(42px, 6vw, 92px);
  line-height: 1.2;
  top: clamp(80px, 14vw, 250px);
}

@media screen and (max-width: 769px) {
  h1 {
    top: 80px;
  }
}

h1 span {
  border-radius: 100px;
}

h3, strong, b {
  font-family: "inter", sans-serif;
}

h1 span, .sur_titre span {
  font-family: "Dongra Script", sans-serif!important;
}

.page-template-tpl-chasselas-2 p, .page-template-tpl-chasselas-2 a, strong, b {
  font-size: 20px;
}

.sur_titre span {
  font-size: 62px;
  border-radius: 100px;
  text-transform: capitalize;
  color: var(--chass-brown);
}

.dark .sur_titre span {
  color: var(--chass-brown);
}

.dark p {
  font-size: 24px;
  color: #F7F3EF;
}

.dark h3 {
  color: white;
}

.partner {
    width: 100%;
    max-width: 335px;
    right: 80px;
    bottom: 100px;
}

iframe {display: none}

hr {
  margin: auto;
  padding-bottom: 30px;
}
/* === LP Irrésistible 2  */
#footer-default {display:none;}
.footer-default .copyright a {color: white}

footer img {
  max-width: 300px;
}

footer h2, footer li a {
  font-size: 16px!important;
  color: white!important;
  font-family: "inter", sans-serif!important;
}

footer h2 {
  text-transform: capitalize!important;
}

footer .email {
  text-decoration: underline;
}

footer p, footer a {
  font-family: "inter", sans-serif;
  font-size: 14px!important;
  line-height: 1.2!important;

}

footer [class^="col-md-"],
footer [class*=" col-md-"] {
  padding-left: 32px; padding-right: 32px;
}

#topcontrol {
  background: var(--chass-yellow);
  color: white;
  width: 41px!important;
  height: 41px;
  border-radius: 10px!important;
}

#topcontrol:after {
    top: 3px;
    left: 13.5px;
    content: "\f106";
    position: absolute;
    font-family: FontAwesome;
}

#scroll-down-btn {
  border-radius: 100px;
  left:50%;
}



#scroll-down-btn svg {
  transition: ease-in;
  transition-duration: .3s;
  margin-bottom: 50px;
 }

 @media screen and (max-width: 769px) {
   #scroll-down-btn {
     display: none;
   }
 }

#scroll-down-btn:hover svg {
  fill: var(--chass-yellow-light);
  transition-duration: .3s;
}

.logo {
  width: 186px;
}

.logo img {
    position: relative;
    border-radius: 0!important
}

.section {
  position: relative;
}

.section > div {
  max-width: 1280px;
  margin: auto;
}

.text-right { text-align: right; }

.headline {text-decoration: none; border-bottom: 0; margin-bottom: 12px }

.headline h2 {border-bottom: 0}

.entry-header { padding-bottom: 32px;}
.entry-header .sur_titre span {
  position: relative;
  top: -14px;
}

@media screen and (max-width:769px) {
  .entry-header .sur_titre span {
    position: relative;
    top: -2px;
  }
}

.posts a.first {color: #ffe307}
.posts p {padding-top: 0}

a.anchor {color: #42392E;font-weight: 600;}

.video-container {
  position: relative;
  width: 100%;
  height: 660px;
  text-align: center;
  margin: auto;
}

.video-container img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  transform: translateX(-50%);
  object-fit: contain!important;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-frame {
  display: none;
  height: 660px;
  margin: auto;
}

@media screen and (max-width: 500px) {
  .video-frame {
    width: 100%;
  }
}

.bgwhite {background: white}
.white, .text-white {color: white!important}
.chass-yellow {color: var(--chass-yellow)!important; }

.wrap-550 {
  max-width: 550px;
  margin: auto;
}

.rotate-left {
  display: inline-block;
  transform: rotate(-3.19deg);
  text-transform: uppercase;
}

.rotate-right {
  transform: rotate(3.19deg);
  text-transform: uppercase;
}

.sur_titre.rotate {
  transform: rotate(-3.19deg);
}

.page-template-tpl-chasselas-2 h2 span {
  position: relative;
  display: inline-block;
}


.page-template-tpl-chasselas-2 h2.white{
  color: white;
  text-shadow: none;
  text-align: left;
}

.page-template-tpl-chasselas-2 .img-text-bloc .content {max-width: 80%}



.page-template-tpl-chasselas-2 .nav {
  background: white!important;
  width: 100%;
}

.page-template-tpl-chasselas-2 #mobilenav {
  background: white!important;
  width: 100%;
  z-index: 3;
  height: 70px;
}

#navtop {
  position: fixed;
  width: 100%;
  z-index: 3;
  left: 0;
  margin-top: 24px;
}

#navtop a {
  font-size: 16px;
  color: var(--chass-brown);
}

@media screen and (max-width: 1200px) {
  #navtop a {
    font-size: 10px;
  }
}

@media screen and (max-width: 998px) {
  #navtop a {
    font-size: 8px;
  }
}

#navtop.scroll-up {
  margin-top: 20px;
}

.nav {
  border-radius: 30px;
}

.nav > div {
  padding: 32px 16px;
}

#mobilenav .navbar-header {
  position: absolute;
  right: 30px;
}

.navbar-collapse .container {
    position: relative;
    z-index: 2222;
}

#mobilenav .logo {
  margin-left: 32px;
}

.fixed { position: fixed!important;}

.page-template-tpl-chasselas-2 img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.page-template-tpl-chasselas-2  .img-text-bloc img {
  min-height: 344px;
}



.page-template-tpl-chasselas-2 h2,
.page-template-tpl-chasselas-2 .h2 {
  line-height: 1.1;

}

.page-template-tpl-chasselas-2 h3,
.page-template-tpl-chasselas-2 .h3 {
  font-size: 22px;
  line-height: clamp(33px, 5.5vw, 39px);

}

.page-template-tpl-chasselas-2 p,
.page-template-tpl-chasselas-2 .p,
.page-template-tpl-chasselas-2 .bullet-list li,
.page-template-tpl-chasselas-2 ul li {
  padding-top: 10px;
  line-height: calc(24px + 0.25vw);
  font-weight: 300;
}

.page-template-tpl-chasselas-2 .bg-brown {
  background: var(--chass-brown);
}

.page-template-tpl-chasselas-2 .bg-white {
  background: #fff;
}

.page-template-tpl-chasselas-2 .w-100 {
  width: 100%;
}

.page-template-tpl-chasselas-2 .al-ce {
  align-items: center;
}

.page-template-tpl-chasselas-2 .hpd {
  padding-left: var(--hpd);
  padding-right: var(--hpd);
}

.page-template-tpl-chasselas-2 .vpd {
  padding-top: var(--vpd);
  padding-bottom: var(--vpd);
}

.page-template-tpl-chasselas-2 .py-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-template-tpl-chasselas-2 .pt-g {
  padding-top: var(--vpd);
}

.page-template-tpl-chasselas-2 .pb-g {
  padding-bottom: var(--vpd);
}

.page-template-tpl-chasselas-2 .gap {
  gap: max(30px, 3.5vw);
}

.page-template-tpl-chasselas-2 .text-gap {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.page-template-tpl-chasselas-2 .img-wr {
  overflow: hidden;
  position: relative;
}

.page-template-tpl-chasselas-2 .img-wr img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-template-tpl-chasselas-2 .fx-col {
  display: flex;
  flex-flow: column;
}

.page-template-tpl-chasselas-2 .fxca {
  display: flex;
  justify-content: space-evenly;
}
.page-template-tpl-chasselas-2 .flex-center-all {
  display: flex;
  justify-content: center;
}

.page-template-tpl-chasselas-2 .header {
  display: flex;
  flex-flow: column-reverse;
}

.page-template-tpl-chasselas-2 .header>a,
.page-template-tpl-chasselas-2 .header>div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  align-self: end;
}

.page-template-tpl-chasselas-2 .header>a.charac,
.page-template-tpl-chasselas-2 .header>div.charac {
  align-items: flex-end;
}



.page-template-tpl-chasselas-2 .header>div.slogan {
  max-width: 820px;
}

.page-template-tpl-chasselas-2 .header>a img,
.page-template-tpl-chasselas-2 .header>div img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-template-tpl-chasselas-2 .nav-navtop-block {
  display: none;
}

.page-template-tpl-chasselas-2 .anchor {

  padding: 10px 15px;

}
.page-template-tpl-chasselas-2 .cta {
  padding: 8px 32px;
  background: var(--chass-yellow);
  border-radius: 8px;
  color: var(--chass-brown);
}

@media screen and (max-width: 769px) {

  .page-template-tpl-chasselas-2 .nav .cta {
    margin-bottom: 30px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 12px;
    margin-top: 10px;
  }

  .page-template-tpl-chasselas-2 .nav .cta:hover {
    background: var(--chass-yellow-light);
  }

}

.page-template-tpl-chasselas-2 .wording {
  padding: 2.5vh 0;
}

.page-template-tpl-chasselas-2 .wording img {
  max-width: 660px;
  width: 100%;
}


.recettes-wrapper .owl-item {
  margin: 0;
}

.recettes-wrapper .owl-page {
  margin-top: 30px;
}

.recettes-wrapper .owl-page span {
  width: 6px;
  height: 6px;
  opacity: 0.3;
  display: block;
  margin: 3px;
  background: #fff;
}

.recettes-wrapper .owl-page.active span {
  background: var(--chass-yellow);
}

.recettes-wrapper .recette {
  position: relative;

}


.recettes-wrapper .recette img {
  width: 100%;
  transition: transform 0.3s ease; /* Smooth transition */
  height: 307px;
}

.page-template-tpl-chasselas-2 .recettes-wrapper p {
  padding-top: 0;
  border-radius: 8px;

}

.recette-content {

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 155px;

}

.owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

.cta.lire {
  display: inline-flex; /* Ensure it only wraps the content */
  justify-content: center; /* Centers text within the button */
  align-items: center; /* Vertically center the text */
  text-decoration: none; /* Remove the underline */
  border-radius: 5px; /* Optional: Add rounded corners */
  cursor: pointer; /* Make it look clickable */
  width: fit-content;
  color: var(--chass-brown);
  font-size: 16px;
  font-weight: bold;
}


.page-template-tpl-chasselas-2 .recettes-wrapper .recette img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease; /* Smooth transition */

}

.page-template-tpl-chasselas-2 .recettes-wrapper p {overflow: hidden}


.page-template-tpl-chasselas-2 .recettes-wrapper .recette .link {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.page-template-tpl-chasselas-2 .recettes-wrapper .cbp-wrapper {
  position: relative;
}

.page-template-tpl-chasselas-2 .recettes-wrapper .cpb-item {
  position: relative;
}

.page-template-tpl-chasselas-2 .recettes-wrapper .cpb-item .cbp-caption-activeWrap {
  background-color: transparent;
}

.page-template-tpl-chasselas-2 .recettes-wrapper .cpb-item .cbp-l-caption-body h2 {
  font-size: 20px;
}

.page-template-tpl-chasselas-2 .recettes-wrapper .cpb-item .cbp-l-caption-body .link-captions {
  position: absolute;
  top: 10px;
  background: #fff;
  box-shadow: 0 0 black;
}

.page-template-tpl-chasselas-2 .recettes-wrapper .cpb-item .cbp-l-caption-body .link-captions li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-template-tpl-chasselas-2 .recettes-wrapper .cpb-item .cbp-l-caption-body .link-captions li:nth-of-type(2) {
  display: none;
}

.swiper-slide img {object-fit: cover!important;}

.swipernav {
  width: 128px;
  position: relative;
  text-align: right;
  margin-left: auto;
  top: 32px;
}

.swiper-button-next, .swiper-button-prev { width: 48px; height: auto;}

.swiper-pagination {
  position: absolute;
  bottom: -50px!important; /* Adjust the distance from the bottom */
  left: 0; /* Adjust the distance from the left */
  text-align: left; /* Align the bullets to the left */
}

.swiper-button-prev rect {
  fill: var(--chass-brown);
  stroke: none;
}

.swiper-button-next rect {
  fill: var(--chass-yellow);
  stroke: none;
}

.swiper-button-next path {
  fill: var(--chass-brown);
}

.swiper-button-prev path {
  fill: white;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {background: var(--chass-yellow); }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "";
}

.mobile {display: none}

@media screen and (min-width: 430px) {
  h2 {font-size: 50px}
}

@media screen and (min-width: 992px) {

  h2 {font-size: 56px}

  #footer-custom h2 {font-size: 30px}

  .page-template-tpl-chasselas-2 .w-md-50 {
    width: 50%;
  }

  .page-template-tpl-chasselas-2 .header {
    flex-flow: row;
  }

  .page-template-tpl-chasselas-2 .fx-md-row {
    display: flex;
    flex-flow: row;
    align-items: center;

  }

  .page-template-tpl-chasselas-2 .section .fx-md-row {
    align-items: flex-start;

  }

  .page-template-tpl-chasselas-2 .recettes-wrapper .owl-item {
    margin: 0 10px;
  }

  .page-template-tpl-chasselas-2 .section .js-img-height .img-wr {
    min-height: 460px;
  }

}

@media screen and (min-width: 1500px) {

}

@media screen and (max-width: 1480px) {

  .page-template-tpl-chasselas-2 .nav .fx-md-row {
    flex-direction: row!important;
  }

  .page-template-tpl-chasselas-2 .w-md-50 {
    width:100%
  }
}

@media screen and (max-width: 1140px) {

  .reveal-mobile {opacity: 1!important}

}

@media screen and (max-width: 769px) {

  .page-template-tpl-chasselas-2 .img-text-bloc .content {
    max-width: 100%;
  }

  .no-mobile {display:none!important}
  .mobile {display:block}

  .page-template-tpl-chasselas-2 .anchor {
    padding: 0;
    text-transform: uppercase;
    font-size: 10px;
  }
  .page-template-tpl-chasselas-2 img {
    object-fit: contain;
  }

  .swipernav {
    top: 0;
  }

  .col-rev {
    flex-direction: column-reverse!important;
  }

}

/*Style général pour toutes les cartes du site*/
#wcom_map,
[class^="wcom_map_"] {
  width: 100%;
  height: 75vh;
}

#navtop.scroll-down {opacity:0; transform: translateY(-80px);transition-duration: 0.3s}
#navtop.scroll-up {opacity:1;transform: translateY(0px); transition-duration: 0.3s}
