/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


h1, h2, h3, h4, .chiffre span{
    font-family: 'Hatton'!important;
    letter-spacing: 2px!important;
    font-weight: 500!important;
}

.cuvees h3{
  font-weight:500!important;
}

/*.ancre-offset {
  position: relative;
  top: -100px;
  height: 0;
  visibility: hidden;
}*/

/*HEADER*/

/*.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: background-color 0.3s ease;
}

.header.scrolled{
 background-color:black!important;
}*/

.logo-header {
  transition: width 0.3s ease;
}

.header.scrolled .logo-header {
  width: 120px;
}

#menu-1-ce059cc > li:first-child:before {
	content: "";
    width: 25px;
    height: 25px;
    margin-right: 3px;
    margin-bottom: 3px;
    display: inline-block;
    background: url('/wp-content/uploads/2026/03/home_24dp_FFFFFF_FILL1_wght200_GRAD0_opsz24.svg') center/contain no-repeat;
    vertical-align: middle;
	color:white;
}

#menu-1-ce059cc > li:first-child{
	align-items: center;
}





/*ACTUALITES*/

.evenement-content {
  transform: translateY(30px);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.evenement:hover .evenement-content {
  transform: translateY(0);
}

.btn-evenement {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.evenement:hover .btn-evenement {
  opacity: 1;
}

.evenement .btn-evenement {
  transition: opacity 0.5s ease;
}



/*typing text*/

.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.word.active {
  opacity: 1;
  transform: translateY(0);
}


/*collections accueil*/

.collection-solo:hover .elementor-divider-separator{
    /*push down the line smoothly*/
    transition: all 0.3s ease;
    transform: translateY(5px);
}



.collection-solo:hover .elementor-widget-image img{
    border-radius: 50px!important;
    transition: all 0.3s ease-in-out;
}

.elementor-widget-image img{
    transition: all 0.3s ease-in-out;
}

.collection{
    margin-left: auto !important;
    margin-right: 0 !important;
}

.famille{
    margin-right: auto !important; /* pousse l'élément à gauche */
    margin-left: 0 !important;
}

.swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}

img.swiper-slide-image.swiper-lazy.swiper-lazy-loaded {
    width: 100px;
    filter: grayscale(5);
}

.swiper-slide[data-swiper-slide-index="6"] img {
    width:auto!important;
}


img.swiper-slide-image.swiper-lazy.swiper-lazy-loaded:hover{
    filter: none;
     transition: all 0.3s ease-in-out;
}


.recompenses-produits img{
  width: 100px!important;
}


.swiper-slide[data-swiper-slide-index="6"] img {
    width:auto!important;
}




.description-collection {
    position: relative;
    overflow: hidden;
}

.nom-collection {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.description-collection:hover .nom-collection {
    opacity: 1;
    transform: translateY(0);
}


/*BOUTONS*/

.btn-boivin {
  position: relative;
  border-bottom: none; /* on retire le border natif */
  padding-bottom: 4px;
}

.btn-boivin::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--e-global-color-secondary);
  transition: width 0.3s ease, left 0.3s ease;
}

.btn-boivin:hover::after {
  width: 50%;
  left: 25%;
}


/*collections*/

/* ---- Ligne collection ---- */
.coll-item {
  transition: padding-left 0.35s cubic-bezier(.4,0,.2,1);
}

.coll-item:hover {
  padding-left: 6px;
}

/* ---- Nom de la collection ---- */
.c-name h3 {
  transition: color 0.3s;
}
.coll-item:hover .c-name h3{
  color: #9e723d!important;
  -webkit-text-stroke-color: #9e723d!important;
}

/* ---- Bloc droite (count + flèche) ---- */
.c-right {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

/* ---- Nombre de cuvées ---- */
.c-count {
  transition: color 0.3s;
}
.coll-item:hover .c-count {
  color: #9e723d;
}

/* ---- Flèche ---- */
.c-arrow {
  font-size: 18px;
  color: #9e723d;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s, transform 0.3s;
}
.coll-item:hover .c-arrow {
  opacity: 1;
  transform: translateX(0);
}


#icon-visuel .e-n-tab-title-text::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(https://champagneboivindev.britweb.fr/wp-content/uploads/2026/03/visuel-champagne-boivin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    width: 45px;
    height: 45px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}


#icon-olfactif .e-n-tab-title-text::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(https://champagneboivindev.britweb.fr/wp-content/uploads/2026/03/olfactif-champagne-patrick-boivin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    width: 42px;
    height: 42px;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}


#icon-gustatif .e-n-tab-title-text::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(https://champagneboivindev.britweb.fr/wp-content/uploads/2026/03/gustatif-champagne-patrick-boivin.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    width: 35px;
    height: 35px;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
}



/****image zoom******/

.impaakt-sps__panel-body{
  display:flex;
  justify-content:center;
  align-items:center;
  width: 45vw!important;
  text-align:center;
  flex-direction: column;
}

span.texte{
  font-family: 'Raleway', sans-serif;
  font-size: 17px!important;
  font-style: normal!important;
}

span.texte {
  position: relative;
  display: block;
}

span.texte {
  position: relative;
  display: block;
}

span.texte::before {
  content: '\201C';
  position: absolute;
  top: -0.2em;
  left: -0.8em;
  font-size: 8em;
  line-height: 1;
  color: #ffffff;
  font-family:  "Bodoni Moda", Sans-serif;
  opacity: 0.8;
}

span.texte::after {
  content: '\201D';
  position: absolute;
  bottom: -0.8em;
  right: -0.8em;
  font-size: 8em;
  line-height: 1;
  color: #ffffff;
  font-family:  "Bodoni Moda", Sans-serif;
  opacity: 0.8;
}

.elementor-widget-impaakt_split_panels_scroll .impaakt-sps__panel{
  align-items:center;
}

.elementor-widget-impaakt_split_panels_scroll h2{
  font-style: normal!important;
  font-size:var(--e-global-typography-ee7e4b1-font-size);
  text-align: -webkit-right;
}


.elementor-widget-impaakt_split_panels_scroll h2:after{
  content: '';
  display: block;
  width: 30%;
  height: 2px;
  background-color: #fff;
}

.impaakt-sps__panel--center {
  position: relative;
}

.impaakt-sps__panel--center::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 0; /* derrière */
}

.impaakt-sps__panel--center.overlay-active::after {
  opacity: 1;
}



.impaakt-sps__panel-body {
  position: relative;
  z-index: 1; /* devant l'overlay */

}














.impaakt-sps__panel--right, .impaakt-sps__panel--left{
margin-top:88px;
}


/*boutons*/

.btn-collections {
  display: inline-block;
  cursor: pointer;
  padding: 12px 28px;
  border-radius: 8px;          /* pilule / ovale */
  border: 1.5px solid #000;
  background: transparent;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-decoration: none;
  overflow: hidden;
  text-transform: uppercase;
}

.btn-inner {
  position: relative;
  overflow: hidden;
  height: 1.2em;
}

.btn-text-top,
.btn-text-bottom {
  display: block;
  transition: all 1.125s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-text-bottom {
  position: absolute;
  top: 1.4em;
  left: 0;
}

.btn-collections:hover .btn-text-top {
  transform: translateY(-1.4em);
}

.btn-collections:hover .btn-text-bottom {
  top: 0;
}

.btn-collections:hover {
  border-color: #9E723D!important;
}

.btn-collections:hover .btn-text-bottom {
  color: #9E723D!important;
}



/**************DECO IMAGES ACCUEIL***************/


.img-01::before{
      content: '';
    position: absolute;
    top: 40%;
    right: -30px;
    width: 30px;
    height: 180px;
    background: #ab8652;
}

.img-02::before{
   content: '';
    position: absolute;
    top: -30px;
    right:0;
    width: 180px;
    height: 30px;
    background: #a62114;
}

.img-03::before{
   content: '';
    position: absolute;
    top: -30px;
    left:0;
    width: 180px;
    height: 30px;
    background: #a62114;
}

.img-04::before{
   content: '';
    position: absolute;
    bottom: 0px;
    left:-30px;
    width: 30px;
    height: 180px;
    background: #a62114;
}

.img-05::before{
   content: '';
    position: absolute;
    right:0;
    top:-30px;
    width: 180px;
    height: 30px;
    background: #ab8652;
}

.img-06::before{
   content: '';
    position: absolute;
    left:0;
    bottom:-30px;
    width: 180px;
    height: 30px;
    background: #ab8652;
}

.img-07::before{
   content: '';
    position: absolute;
    bottom: 0px;
    right:-30px;
    width: 30px;
    height: 180px;
    background: #a62114;
}

.img-08::before{
   content: '';
    position: absolute;
    bottom: -30px;
    right:0px;
    width: 180px;
    height: 30px;
    background: #ab8652;
}

.img-09::before{
   content: '';
    position: absolute;
    bottom: 0px;
    left:-30px;
    width: 30px;
    height: 180px;
    background: #ab8652;
}

.img-10::before{
   content: '';
    position: absolute;
    bottom: -30px;
    left:0;
    width: 180px;
    height: 30px;
    background: #a62114;
}


.line-anim-wrapper.right {
  display: flex;
  justify-content: flex-end; /* colle à droite */
}

.line-anim-wrapper.left {
  display: flex;
  justify-content: flex-start; /* colle à gauche */
}

.line-anim.gold{
  width: 0px;
  height: 15px;
  background: #ab8652; /* ou ta couleur */
  transition: width 0.8s ease;
}

.line-anim.red{
  width: 0px;
  height: 15px;
  background: #a62114; /* ou ta couleur */
  transition: width 0.8s ease;
}

/* état final */
.line-anim.is-visible {
  width: 300px;
}




.paysage img{
      mix-blend-mode: multiply;
}

.image-reveal {
    overflow: hidden;
    transform-origin: center center;
    animation: revealContainer 2s ease forwards;
}

.image-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@keyframes revealContainer {
    from {
        clip-path: inset(0 45% 0 45%);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

.image-reveal {
    border-radius: 0 0 0 15px;
}


/*contact*/

div#short-contact-form {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-col-1, .contact-col-2 {
    width: 48%;
}

.send-zone{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

textarea{
  height:150px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    font-family: 'Lato', sans-serif;
    background: #ffffff73;
}

a.politique-lien{
	color: var(--e-global-color-primary)!important;
}

select {
	color: #676767;
}

.checkbox-contact {
	font-family : var(--e-global-typography-text-font-family);
	font-size: 13px;
	font-weight : 400;
    color: #a9a9a9;
}



.wpcf7 form.sent .wpcf7-response-output{
	border-color: none;
	color:#ffffff!important;
}
     

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 30px 0;
    font-weight: 500;
    color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: var(--e-global-color-primary);
    border-radius: 10px;
}

#bouton.btn-collections:hover{
  color:#9b7d54;
  border-color:#9b7d54;
  background-color:transparent;
}








body {
  margin: 0;
}

.svg-wrapper {
  position: relative;
}

/* TON SVG */
.svg-reveal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  top: 0;
  pointer-events: none;
  z-index: 0;
}

.svg-reveal svg {
  height: 100%;
  width: 100%;
}

#revealPath,
#maskPath {
    stroke: #d6c4ad;
    fill: none;
}

/**
 * IMPAAKT site-specific stacked Split Panels Scroll layout.
 *
 * The reusable Elementor module remains independent. These rules only apply
 * to the custom Terroir / Caves composition used on this site.
 */

.js-impaakt-feature-stack {
  --impaakt-feature-stack-z-index: 1000;

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  isolation: isolate;
  z-index: var(--impaakt-feature-stack-z-index);
  box-sizing: border-box;
}

.js-impaakt-feature-stack__item {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/**
 * Prevent panels from overlapping before GSAP and ScrollTrigger have
 * committed the initial transforms and pin measurements.
 */
.js-impaakt-feature-stack:not(.is-reduced-motion):not(.is-impaakt-stack-ready)
  > .js-impaakt-feature-stack__item:not(:first-child) {
  visibility: hidden !important;
  pointer-events: none !important;
}

.js-impaakt-feature-stack:not(.is-reduced-motion) {
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
}

.js-impaakt-feature-stack:not(.is-reduced-motion)
  > .js-impaakt-feature-stack__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.js-impaakt-feature-stack
  .elementor-widget-impaakt_split_panels_scroll,
.js-impaakt-feature-stack
  .impaakt-sps-wrapper,
.js-impaakt-feature-stack
  .impaakt-sps__pin,
.js-impaakt-feature-stack
  .impaakt-sps {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.js-impaakt-feature-stack.is-impaakt-stack-active {
  z-index: var(--impaakt-feature-stack-z-index);
}

.pin-spacer.is-impaakt-feature-stack-spacer {
  position: relative !important;
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  isolation: isolate;
  box-sizing: border-box;
}

.js-impaakt-feature-stack.is-reduced-motion {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.js-impaakt-feature-stack.is-reduced-motion
  > .js-impaakt-feature-stack__item {
  position: relative;
  inset: auto;
  height: auto;
  overflow: visible;
  transform: none !important;
  visibility: visible !important;
}

.elementor-editor-active .js-impaakt-feature-stack,
.elementor-editor-preview .js-impaakt-feature-stack {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.elementor-editor-active
  .js-impaakt-feature-stack
  > .js-impaakt-feature-stack__item,
.elementor-editor-preview
  .js-impaakt-feature-stack
  > .js-impaakt-feature-stack__item {
  position: relative;
  inset: auto;
  height: auto;
  overflow: visible;
  transform: none !important;
}

.js-impaakt-feature-stack,
.pin-spacer > .js-impaakt-feature-stack {
  transition-property: background, border, box-shadow !important;
  transition-duration: 0.3s, 0.3s, 0.3s !important;
  transition-timing-function: ease, ease, ease !important;
  transition-delay: 0s, 0s, 0s !important;
}

.js-impaakt-feature-stack[id],
.js-impaakt-feature-stack__item[id],
.js-impaakt-feature-stack [id] {
  scroll-margin-top: 0;
}

@supports not (height: 100svh) {
  .js-impaakt-feature-stack:not(.is-reduced-motion) {
    height: 100vh;
    min-height: 100vh;
  }
}

@supports not (overflow: clip) {
  .js-impaakt-feature-stack,
  .js-impaakt-feature-stack__item {
    overflow-x: hidden;
  }
}


/***********************************************************/
/***********************PAGE PRODUIT**************************/
/***********************************************************/

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th, table tbody tr:hover>td, table tbody tr:hover>th{
    background-color:transparent!important;
}

.woocommerce div.product form.cart .variations td{
    padding:0!important;
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart .variations th{
    padding: 0 0 10px 0 !important;
    display: flex;
}

.woocommerce-variation-price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-family: "Hatton";
    font-size: 1.4em;
    color: #000!important;
}

.woocommerce div.product form.cart .reset_variations{
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    color: #000!important;
    letter-spacing: 0.12em;
}

/***********************************************************/
/***********************RESPONSIVE**************************/
/***********************************************************/


@media (max-width: 1200px){
  .nom-collection {
      opacity: 1!important;
      transform: translateY(0)!important;
  }

.img-01::before {
      right: -9px;
      width: 9px;
      height: 157px;
  }

  .img-02::before{
    top: -9px;
    right:0;
    width: 157px;
    height: 9px;
}

  .img-03::before{
      top: -9px;
      width: 157px;
      height: 9px;
  }

  .img-04::before{
      left:-9px;
      width: 9px;
      height: 157px;
  }

  .img-05::before{
      top:-9px;
      width: 157px;
      height: 9px;
  }

  .img-06::before{
      bottom:-9px;
      width: 157px;
      height: 9px;

  }

  .img-07::before{
      right:-9px;
      width: 9px;
      height: 157px;
  }

  .img-08::before{
      bottom: -9px;
      width: 157px;
      height: 9px;
  }

  .img-09::before{
    content: '';
      left:-9px;
      width: 9px;
      height: 157px;
  }

  .img-10::before{
      bottom: -9px;
      width: 157px;
      height: 9px;
  }

    .line-anim.gold{
  height: 9px;
}

.line-anim.red{
  height: 9px;
}

}




@media (max-width: 768px) {
  .contact-col-1, .contact-col-2 {
    width: 100%!important;
  }

  .elementor-drop-cap-letter {
      font-size: 60px!important;
  }



}