﻿/* =========================
   BOUTONS / CTA
========================= */

/* ========================================================================== */
/* MIGRATED CUSTOMIZER CSS                                                    */
/* ========================================================================== */
/* Fichier de transition issu du CSS additionnel du Customizer.               */
/*                                                                            */
/* Role actuel :                                                              */
/* - conserver les overrides encore utiles                                    */
/* - rendre lisible ce qui reste avant refactor plus profond                  */
/* - servir de cartographie claire pour savoir quoi migrer ensuite            */
/*                                                                            */
/* Repartition :                                                              */
/* 01. Home - CTA / split premium                                             */
/* 02. Woo global legacy                                                      */
/* 03. Home - Trustindex / ajustements A propos                               */
/* 04. Styles globaux utilitaires (CF7, video, tri, tableaux, widgets)        */
/* 05. Home - hero / header / icones                                          */
/* 06. Home - correctifs mobile                                               */
/* 07. Notre histoire (page 329)                                              */
/* 08. Footer premium                                                         */
/* 09. Home - fin de page                                                     */
/* 10. Hack global points de vente                                            */
/* 11. Contact V3 (page 164)                                                  */
/* 12. Astuce box                                                             */
/* 13. Home - micro-ajustement CTA mobile                                     */
/* 14. Notre histoire - overlay video                                         */
/*                                                                            */
/* Important :                                                                */
/* - ne pas supprimer un bloc ici sans verification front                     */
/* - les recouvrements avec site.css sont souvent des overrides               */
/* ========================================================================== */

/* ========================================================================== */
/* 01. HOME - CTA / SPLIT PREMIUM                                             */
/* ========================================================================== */

/* ===== Boutons (CTA / variantes) ===== */
.btn-white .vc_btn3{
  background:#fff !important;
  border:2px solid #fff !important;
  color:#6B0F3A !important;
}
.btn-white .vc_btn3:hover{
  background:#6B0F3A !important;
  border-color:#6B0F3A !important;
  color:#fff !important;
}

/* CTA HERO */
.cta-hero.vc_btn3-container{ margin:0 !important; }
.cta-hero.vc_btn3-container .vc_btn3,
.vc_btn3.cta-hero{
  font-size:17px !important;
  padding:14px 26px !important;
  height:54px !important;
  text-decoration:none;
  width:100% !important;
  max-width:260px !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}

/* Variante blanche (texte bordeaux) */
.btn-white.vc_btn3-container .vc_btn3,
.vc_btn3.btn-white{
  background:#fff !important;
  border:2px solid #fff !important;
  color:#6B0F3A !important;
}
.btn-white.vc_btn3-container .vc_btn3:hover,
.vc_btn3.btn-white:hover{
  background:#6B0F3A !important;
  border-color:#6B0F3A !important;
  color:#fff !important;
}

/* Mobile CTA */
@media (max-width:768px){
  .cta-hero.vc_btn3-container .vc_btn3,
  .vc_btn3.cta-hero{
    max-width:100% !important;
    white-space:normal;
  }
}

/* ===== Section split premium ===== */
.section-split-premium{
  background:#F7F3EC;
  padding:110px 0;
}
.section-split-premium .vc_column-inner{
  padding-left:40px;
  padding-right:40px;
}

/* Typo + lisibilité */
.section-split-premium h2{
  font-size:56px;
  line-height:1.15;
  letter-spacing:-0.5px;
  font-weight:600;
  color:#2e2e2e;
  margin-bottom:22px;
}

.section-split-premium p{
  line-height:1.75;
  font-size:16px;
  color:#6f6b66;
}

/* Image premium */
.premium-photo{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,.08);
  transition:transform .35s ease, box-shadow .35s ease;
}
.premium-photo img{
  width:100%;
  height:auto;
  display:block;
  border-radius:28px;
}
.premium-photo:hover{
  transform:translateY(-4px);
  box-shadow:0 40px 90px rgba(0,0,0,.12);
}

@media (max-width:768px){
  .section-split-premium h2{
    font-size:38px;
    line-height:1.2;
    letter-spacing:-0.3px;
  }

  .section-split-premium{ padding:70px 0; }
  .section-split-premium .vc_column-inner{
    padding-left:20px;
    padding-right:20px;
  }
}
/* ========================================================================== */
/* 02. WOO GLOBAL LEGACY                                                      */
/* ========================================================================== */
/* Deplace vers site.css dans cette passe pour sortir le Woo global           */
/* de ce fichier.                                                             */
/* ========================================================================== */

/* ========================================================================== */
/* 03. HOME - TRUSTINDEX / AJUSTEMENTS A PROPOS                               */
/* ========================================================================== */

/* HOME – Trustindex : FORCE BLANC (anti-opacity/filter) + bordure légère */
body.home .ti-reviews-container,
body.home .ti-reviews-container-wrapper{
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* les cartes + leur inner (c'est souvent l'inner qui porte le fond) */
body.home .ti-reviews-container-wrapper .ti-review-item,
body.home .ti-reviews-container-wrapper .ti-review-item .ti-inner{
  background:#fff !important;
  background-color:#fff !important;
  background-image:none !important;

  opacity:1 !important;
  filter:none !important;
  -webkit-filter:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;

  box-shadow:none !important;
}

/* style clean */
body.home .ti-reviews-container-wrapper .ti-review-item{
  border:1px solid rgba(0,0,0,.08) !important;
  border-radius:18px !important;
  overflow:hidden !important;
}

/* vire tout overlay/gradient parasite */
body.home .ti-reviews-container-wrapper .ti-review-item::before,
body.home .ti-reviews-container-wrapper .ti-review-item::after,
body.home .ti-reviews-container-wrapper .ti-review-item .ti-inner::before,
body.home .ti-reviews-container-wrapper .ti-review-item .ti-inner::after,
body.home .ti-reviews-container-wrapper::before,
body.home .ti-reviews-container-wrapper::after,
body.home .ti-reviews-container::before,
body.home .ti-reviews-container::after{
  content:none !important;
  background:transparent !important;
}

/* barre grise du bas */
body.home .ti-controls-line{
  display:none !important;
}



/* centrer section a propos malgré margin negatif */

body.home .about-row-shift{
  transform: translateX(50px); 
}
@media (max-width: 768px){
  body.home .about-row-shift{ transform:none; }
}
@media (max-width:768px){
  /* tue le -100px généré par vc_custom_* dans cette section */
  .about-row-shift [class*="vc_custom_"]{
    margin-left: 0 !important;
  }

  /* centre l'image */
  .about-row-shift .wpb_single_image img{
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}



/* ========================================================================== */
/* 04. STYLES GLOBAUX UTILITAIRES                                             */
/* ========================================================================== */
/* CF7 global, video TF1, tri Woo Storefront, tableaux HTML, widgets          */
/* de recettes / recherche et quelques habillages home legacy.                */
/* ========================================================================== */

/* CONTACT – CF7 (Ferme de la Manne) */
:root{
  --brand:#6B0F3A;     /* bordeaux */
  --cream:#F3EEE6;     /* beige site */
  --text:#1d1d1d;
  --muted:#6b6b6b;
  --line:rgba(0,0,0,.10);
}

.wpcf7{
  max-width: 720px;
  margin: 0 auto;
}

.wpcf7 form{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(0,0,0,.08);
  padding: 26px;
}

.wpcf7 label{
  display:block;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 8px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px;
  font-size: 16px;
  color: var(--text);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .08s ease;
}

.wpcf7 textarea{ min-height: 150px; resize: vertical; }

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{ color: rgba(0,0,0,.45); }

.wpcf7 input:focus,
.wpcf7 textarea:focus{
  border-color: rgba(107,15,58,.45);
  box-shadow: 0 0 0 4px rgba(107,15,58,.10);
}

.wpcf7 .wpcf7-form-control-wrap{
  display:block;
  margin: 0 0 14px;
}

/* bouton */
.wpcf7 input[type="submit"]{
  appearance:none;
  border: 0;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 18px;
  border-radius: 14px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 18px 45px rgba(107,15,58,.22);
  transition: transform .12s ease, filter .12s ease;
}

.wpcf7 input[type="submit"]:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.wpcf7 input[type="submit"]:active{ transform: translateY(0); }

/* messages CF7 */
.wpcf7 .wpcf7-response-output{
  margin: 16px 0 0;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--cream);
}

.wpcf7 form.invalid .wpcf7-response-output{
  background: rgba(220,38,38,.08);
  border-color: rgba(220,38,38,.25);
}

.wpcf7 form.sent .wpcf7-response-output{
  background: rgba(16,185,129,.10);
  border-color: rgba(16,185,129,.25);
}

/* erreurs sous champs */
.wpcf7 span.wpcf7-not-valid-tip{
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #b42318;
}

/* mobile */
@media (max-width: 520px){
  .wpcf7 form{ padding: 18px; border-radius: 18px; }
}



/* TF1 lazy embed (charte) */
.tf1-video{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:20px;
  box-shadow:0 18px 55px rgba(0,0,0,.08);
  overflow:hidden;
}

.tf1-thumb{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background-size:cover;
  background-position:center;
  cursor:pointer;
}

.tf1-badge{
  position:absolute;
  top:12px; left:12px;
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(107,15,58,.12);
  color:var(--brand, #6B0F3A);
  font-weight:800;
  font-size:13px;
}

.tf1-play{
  position:absolute;
  inset:0;
  margin:auto;
  width:72px;
  height:72px;
  border-radius:999px;
  background: rgba(32, 18, 24, .38);
  backdrop-filter: blur(4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.20);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.tf1-play:before{
  content:"";
  position:absolute;
  top:50%; left:50%;
  transform:translate(-40%,-50%);
  width:0; height:0;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:18px solid #fff;
}

/* hover subtil */
.tf1-thumb:hover .tf1-play{
  transform: scale(1.05);
  background: rgba(107, 15, 58, .48);
  box-shadow: 0 20px 46px rgba(107, 15, 58, .22);
}
/* iframe once loaded */
.tf1-video iframe{
  width:100%;
  height:100%;
  display:block;
  aspect-ratio:16/9;
  border:0;
}



/* tableau html */
.table-container {
    overflow-x: auto;
}
@media (max-width: 600px) {
    .colorful-table {
        font-size: 0.6em !important;
    }
}

.colorful-table {
    width: 100%;
    border-collapse: collapse;
}
.colorful-table th {
    color: white;
		background-color: #6D123E !important;

}
.colorful-table td, .colorful-table th {
    border: 1px solid #ddd;
    padding: 8px;
}
.colorful-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.colorful-table tr:hover {
    background-color: #ddd !important;
}

/* Boutons WPRM */
.wprm-recipe-template-chic .wprm-template-chic-buttons a{background-color: #6D123E !important;}

/* Étoiles WPRM */
#wprm-recipe-rating-0 .wprm-rating-star.wprm-rating-star-full svg *{fill: #6D123E !important;}

.wprm-recipe-pin.wprm-recipe-link {
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 3px;
    padding: 10px 5px;
}

.wprm-recipe-pin.wprm-recipe-link svg path {
    fill: #fff !important;
}


/* START – HOME articles récents (WPBakery vc_basic_grid) */
body.home .vc_basic_grid[data-vc-post-id="2"]{ margin-top:10px; }

body.home .vc_basic_grid[data-vc-post-id="2"] .vc_grid-item{ display:flex; }

body.home .vc_basic_grid[data-vc-post-id="2"] .vc_grid-item-mini{
  width:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(0,0,0,.10);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.home .vc_basic_grid[data-vc-post-id="2"] .vc_grid-item-mini:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 70px rgba(0,0,0,.14);
  border-color:rgba(107,15,58,.25);
}

/* zone image */
body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-zone-a{
  position:relative;
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  height:220px;
}

body.home .vc_basic_grid[data-vc-post-id="2"] img.vc_gitem-zone-img{
  display:none !important;
}

/* fallback quand WPBakery met son placeholder */
body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-zone-a[style*="vc_gitem_image.png"]{
  background-image:none !important;
  background:linear-gradient(135deg, rgba(107,15,58,.92), rgba(107,15,58,.55)) !important;
}

body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-zone-a[style*="vc_gitem_image.png"]::after{
  content:"Recette";
  position:absolute;
  left:14px;
  bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#fff;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
}

/* zone contenu */
body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-zone-c{
  background:#fff !important;
  padding:18px 18px 16px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* titre */
body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-post-data-source-post_title h4{
  margin:0 !important;
  color:#1b1b1b;
  font-weight:900;
  font-size:18px;
  line-height:1.25;
}
body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-post-data-source-post_title h4:hover{
  color:#6B0F3A;
}

/* extrait */
body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-post-data-source-post_excerpt{
  color:rgba(27,27,27,.68);
  font-size:14px;
  line-height:1.55;
}
body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-post-data-source-post_excerpt p{
  margin:0 !important;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* bouton */
body.home .vc_basic_grid[data-vc-post-id="2"] .vc_btn3-container{
  margin-top:auto !important;
  padding-top:4px;
}
body.home .vc_basic_grid[data-vc-post-id="2"] a.vc_btn3{
  background:#6B0F3A !important;
  border:2px solid #6B0F3A !important;
  color:#fff !important;
  font-weight:900 !important;
  border-radius:14px !important;
  padding:12px 16px !important;
  box-shadow:none !important;
  text-decoration:none !important;
  transition:transform .2s ease;
}
body.home .vc_basic_grid[data-vc-post-id="2"] a.vc_btn3:hover{
  transform:translateY(-1px);
}

/* responsive */
@media (max-width: 991px){
  body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-zone-a{ height:200px; }
}
@media (max-width: 768px){
  body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-zone-a{ height:180px; }
  body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-zone-c{ padding:16px; }
  body.home .vc_basic_grid[data-vc-post-id="2"] .vc_gitem-post-data-source-post_title h4{ font-size:17px; }
}
/* END */


/* Recent Posts (#block-3) — style sobre + premium (sans cadres, sans “pills”) */

#block-3 .wp-block-group,
#block-3 .wp-block-group__inner-container{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
}

#block-3 .wp-block-heading{
  margin:0 0 12px !important;
  font-size:16px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--brand, #6B0F3A);
}

/* Liste clean */
#block-3 .wp-block-latest-posts__list{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

/* Items = séparateur ultra léger */
#block-3 .wp-block-latest-posts__list > li{
  margin:0 !important;
  padding:10px 0 !important;
  border-bottom:1px solid rgba(0,0,0,.06);
}
#block-3 .wp-block-latest-posts__list > li:last-child{
  border-bottom:0;
  padding-bottom:0 !important;
}

/* Lien élégant */
#block-3 .wp-block-latest-posts__post-title{
  display:block;
  position:relative;
  padding-left:16px;
  color:#1d1d1d;
  text-decoration:none !important;
  font-weight:650;
  line-height:1.25;
  transition: color .15s ease, transform .15s ease;
}

/* Accent discret à gauche */
#block-3 .wp-block-latest-posts__post-title:before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:rgba(107,15,58,.55);
  transform:translateY(-50%);
  transition: width .15s ease, height .15s ease, opacity .15s ease;
}

/* Hover = juste plus “premium”, sans fond */
#block-3 .wp-block-latest-posts__post-title:hover{
  color:var(--brand, #6B0F3A);
  transform:translateX(2px);
}
#block-3 .wp-block-latest-posts__post-title:hover:before{
  width:10px;
  height:3px;
  opacity:.9;
}

/* Focus clavier */
#block-3 .wp-block-latest-posts__post-title:focus-visible{
  outline:0;
  box-shadow:0 0 0 3px rgba(107,15,58,.12);
  border-radius:8px;
}


/* SEARCH widget (#block-2) — charte bordeaux + beige, sobre, sans bordures visibles */

/* Search block : enlever le texte du label (garde accessibilité) */
#block-2 .wp-block-search__label{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

#block-2 .wp-block-search__inside-wrapper{
  display:flex;
  align-items:stretch;
  gap:8px;

  padding:6px;
  border:0 !important;
  border-radius:16px;
  background:rgba(243,238,230,.85);              /* beige premium */
  box-shadow:0 14px 40px rgba(0,0,0,.08);
}

#block-2 .wp-block-search__input{
  flex:1 1 auto;
  width:100%;
  min-width:0;

  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  box-shadow:none !important;

  padding:12px 12px !important;
  font-size:15px;
  font-weight:650;
  color:#1d1d1d;
}

#block-2 .wp-block-search__input::placeholder{
  color:rgba(0,0,0,.45);
}

#block-2 .wp-block-search__button{
  border:0 !important;
  background:var(--brand, #6B0F3A) !important;
  color:#fff !important;

  border-radius:12px;
  padding:12px 16px !important;
  font-size:13px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;

  cursor:pointer;
  box-shadow:none !important;
  transition: transform .12s ease, opacity .12s ease;
}

#block-2 .wp-block-search__button:hover{
  opacity:.9;
  transform:translateY(-1px);
}

#block-2 .wp-block-search__inside-wrapper:focus-within{
  box-shadow:0 0 0 4px rgba(107,15,58,.12), 0 14px 40px rgba(0,0,0,.08);
}

@media (max-width:600px){
  #block-2 .wp-block-search__button{ padding:12px 14px !important; }
}




/* ========================================================================== */
/* 05. HOME - HERO / HEADER / ICONES                                          */
/* ========================================================================== */

/* overlay plus clair */
.lc-hero::before{
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.24) 0%,
    rgba(0,0,0,.14) 38%,
    rgba(0,0,0,0) 76%
  );
}

/* texte BLANC (pas gris) + lisibilité */
.lc-hero h1,
.lc-hero h2,
.lc-hero p{
  color:#fff !important;
  opacity:1 !important;
  -webkit-text-fill-color:#fff !important;
  text-shadow:
    0 2px 14px rgba(0,0,0,.32),
    0 0 1px rgba(0,0,0,.55);
}

/* HERO : améliore uniquement la typo du H1 (pas de font-size) */
.lc-hero h1{
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;

  /* lisibilité */
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  text-shadow: 0 3px 18px rgba(0,0,0,.45);
  -webkit-text-stroke: .6px rgba(0,0,0,.20);
}





/* ===== Icônes Compte/Panier : AUCUN encart, AUCUN tooltip ===== */
.lc-nav__list > li.lc-nav__icon{ position:relative; }

/* zone cliquable OK, mais invisible (pas de carré) */
.lc-nav__list > li.lc-nav__icon > a,
.lc-nav__list > li.lc-nav__icon > a:hover,
.lc-nav__list > li.lc-nav__icon > a:focus,
.lc-nav__list > li.lc-nav__icon > a:active,
.lc-nav__list > li.lc-nav__icon > a:focus-visible{
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important; /* supprime toute forme de "pastille" */
  text-decoration: none !important;
}

/* garde l’alignement propre */
.lc-nav__list > li.lc-nav__icon > a{
  position:relative;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding: 10px 10px !important; /* tu peux mettre 6px si tu veux + compact */
  line-height:1 !important;
}

/* supprime TOUT pseudo-élément (dont tooltip) */
.lc-nav__list > li.lc-nav__icon > a::before,
.lc-nav__list > li.lc-nav__icon > a::after{
  content:none !important;
  display:none !important;
}

/* lock taille SVG (anti XXL) */
.lc-nav__list > li.lc-nav__icon .lc-svg{
  width:22px !important;
  height:22px !important;
  display:block !important;
}

/* couleur au hover uniquement (sans fond) */
.lc-nav__list > li.lc-nav__icon > a:hover{
  color: var(--lc-accent) !important;
}

/* badge */
.lc-nav__list > li.lc-nav__icon--cart .lc-cart-badge{
  position:absolute !important;
  top:4px !important;
  right:4px !important;
  min-width:16px !important;
  height:16px !important;
  padding:0 5px !important;
  border-radius:999px !important;
  font-size:11px !important;
  font-weight:900 !important;
  line-height:16px !important;
  text-align:center !important;
  background: var(--lc-accent) !important;
  color:#fff !important;
}

/* animations (rebond) */
.lc-nav__icon--account > a:hover .lc-svg--account{
  animation: lcCart .35s ease-in-out 1;
}
.lc-nav__icon--cart > a:hover .lc-svg--cart{
  animation: lcCart .35s ease-in-out 1;
}
@keyframes lcCart{
  0%{ transform:translateY(0); }
  50%{ transform:translateY(-2px); }
  100%{ transform:translateY(0); }
}





/* ========================================================================== */
/* 06. HOME - CORRECTIFS MOBILE                                               */
/* ========================================================================== */

/* HOME - fix overflow horizontal mobile WPBakery */
@media (max-width: 767px) {
  body.home.page-id-2 .entry-content .vc_section:not([data-vc-full-width]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
  }

  body.home.page-id-2 .entry-content .vc_row.vc_column-gap-15 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.home.page-id-2 .entry-content .vc_row.vc_column-gap-15 > .vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home.page-id-2 .entry-content .vc_grid.vc_row.vc_grid-gutter-30px {
    overflow: hidden !important;
  }

  body.home.page-id-2 .entry-content .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0 !important;
    width: auto !important;
  }

  body.home.page-id-2 .entry-content .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 0 !important;
  }
}


/* ========================================================================== */
/* 07. NOTRE HISTOIRE / A PROPOS (PAGE 329)                                   */
/* ========================================================================== */

/* A PROPOS - fix overflow horizontal mobile WPBakery */
@media (max-width: 767px) {
  body.page-id-329 .entry-content .vc_section:not([data-vc-full-width]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}


/* A PROPOS - section Notre Ferme */
body.page-id-329 .section-split-premium:first-of-type {
  padding-top: 90px;
  padding-bottom: 90px;
}

body.page-id-329 .section-split-premium:first-of-type > .vc_row {
  align-items: center;
}

body.page-id-329 .section-split-premium:first-of-type .vc_column_container:first-child .vc_column-inner {
  padding-left: 8px !important;
  padding-right: 24px !important;
}

body.page-id-329 .section-split-premium:first-of-type .premium-photo {
  max-width: 440px;
  margin-right: auto;
}

body.page-id-329 .section-split-premium:first-of-type .premium-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

@media (max-width: 768px) {
  body.page-id-329 .section-split-premium:first-of-type .vc_column_container:first-child .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.page-id-329 .section-split-premium:first-of-type .premium-photo {
    max-width: 100%;
  }
}


/* A PROPOS - contenu premium */
body.page-id-329 .section-split-premium:first-of-type .lc-intro-copy p {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #57534e;
}

body.page-id-329 .section-split-premium:first-of-type .lc-manifest {
  margin-bottom: 8px;
}

body.page-id-329 .section-split-premium:first-of-type .lc-manifest p {
  margin: 0;
  max-width: 30ch;
  font-size: 18px;
  line-height: 1.7;
  color: #2e2e30;
  font-weight: 600;
}

body.page-id-329 .lc-proof-chips {
  margin: 18px 0 6px;
}

body.page-id-329 .lc-proof-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.page-id-329 .lc-proof-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(107, 15, 58, 0.14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  color: #6E123E;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

body.page-id-329 .lc-cta-row {
  margin-top: 12px;
}

body.page-id-329 .lc-cta-row .vc_btn3-container {
  width: 100%;
  margin-top: 0 !important;
}

body.page-id-329 .lc-cta-row .vc_btn3 {
  width: 100% !important;
  max-width: none !important;
}

body.page-id-329 .about-quickfacts {
  margin: 24px 0 28px;
}

body.page-id-329 .about-quickfacts .wpb_wrapper {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  padding: 24px 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

body.page-id-329 .about-quickfacts-title {
  margin-bottom: 14px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  color: #2e2e30;
}

body.page-id-329 .about-quickfacts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.page-id-329 .about-quickfacts li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 22px;
  font-size: 17px;
  line-height: 1.6;
  color: #4b5563;
}

body.page-id-329 .about-quickfacts li:last-child {
  margin-bottom: 0;
}

body.page-id-329 .about-quickfacts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #6E123E;
  transform: translateY(-50%);
}

body.page-id-329 .about-proof-intro p {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #57534e;
}

body.page-id-329 .about-proof-grid > .vc_column_container {
  display: flex;
}

body.page-id-329 .about-proof-card,
body.page-id-329 .about-proof-card .wpb_wrapper {
  height: 100%;
}

body.page-id-329 .about-proof-card .wpb_wrapper {
  background: #F7F3EC;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05);
}

body.page-id-329 .about-proof-card h3 {
  margin: 0 0 12px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  color: #2e2e30;
}

body.page-id-329 .about-proof-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #57534e;
}

body.page-id-329 .about-stats-grid .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-329 .about-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 100%;
  padding: 24px 20px;
  border-radius: 22px;
  background: #F7F3EC;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

body.page-id-329 .about-stat strong {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  line-height: 1;
  color: #6E123E;
}

body.page-id-329 .about-stat span {
  font-size: 15px;
  line-height: 1.6;
  color: #57534e;
}

body.page-id-329 .about-visit-copy p {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #57534e;
}

body.page-id-329 .about-visit-ctas {
  max-width: 760px;
  margin: 24px auto 0 !important;
}

body.page-id-329 .about-visit-ctas .vc_btn3-container {
  width: 100%;
}

body.page-id-329 .about-visit-ctas .vc_btn3 {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 1024px) {
  body.page-id-329 .about-stats-grid .wpb_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.page-id-329 .section-split-premium:first-of-type .lc-intro-copy p {
    font-size: 18px;
  }

  body.page-id-329 .section-split-premium:first-of-type .lc-manifest p,
  body.page-id-329 .about-proof-intro p,
  body.page-id-329 .about-visit-copy p {
    font-size: 16px;
  }

  body.page-id-329 .lc-proof-chip-wrap {
    gap: 10px;
  }

  body.page-id-329 .lc-proof-chip {
    width: 100%;
    justify-content: center;
  }

  body.page-id-329 .about-quickfacts .wpb_wrapper,
  body.page-id-329 .about-proof-card .wpb_wrapper {
    padding: 22px;
  }

  body.page-id-329 .about-stats-grid .wpb_wrapper {
    grid-template-columns: 1fr;
  }

  body.page-id-329 .about-visit-ctas {
    max-width: none;
  }
}

/* A PROPOS - CTA hero links */
body.page-id-329 .lc-cta-row {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

body.page-id-329 .lc-cta-row > .wpb_column {
  padding: 0 !important;
  float: none !important;
  flex: 1 1 calc(50% - 9px);
  max-width: calc(50% - 9px);
}

body.page-id-329 .lc-cta-row > .wpb_column > .vc_column-inner {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

body.page-id-329 .lc-cta-row .vc_btn3-container {
  display: block !important;
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  padding-top: 0 !important;
}

body.page-id-329 .lc-cta-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100% !important;
  height: 100%;
}

body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3,
body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:link,
body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:visited,
body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:hover,
body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:focus,
body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:active {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 54px;
  padding: 14px 26px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;
  font-size: 17px !important;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none !important;
  box-shadow: none;
}

body.page-id-329 .lc-cta-row .vc_btn3-container.btn-white .vc_btn3,
body.page-id-329 .lc-cta-row .vc_btn3-container.btn-white .vc_btn3:link,
body.page-id-329 .lc-cta-row .vc_btn3-container.btn-white .vc_btn3:visited {
  background: #fff !important;
  border: 2px solid #fff !important;
  color: #6B0F3A !important;
}

body.page-id-329 .lc-cta-row .vc_btn3-container.btn-white .vc_btn3:hover,
body.page-id-329 .lc-cta-row .vc_btn3-container.btn-white .vc_btn3:focus,
body.page-id-329 .lc-cta-row .vc_btn3-container.btn-white .vc_btn3:active {
  background: #6B0F3A !important;
  border-color: #6B0F3A !important;
  color: #fff !important;
}

body.page-id-329 .lc-cta-row .vc_btn3-container:not(.btn-white) .vc_btn3,
body.page-id-329 .lc-cta-row .vc_btn3-container:not(.btn-white) .vc_btn3:link,
body.page-id-329 .lc-cta-row .vc_btn3-container:not(.btn-white) .vc_btn3:visited,
body.page-id-329 .lc-cta-row .vc_btn3-container:not(.btn-white) .vc_btn3:hover,
body.page-id-329 .lc-cta-row .vc_btn3-container:not(.btn-white) .vc_btn3:focus,
body.page-id-329 .lc-cta-row .vc_btn3-container:not(.btn-white) .vc_btn3:active {
  background: #6E123E !important;
  border-color: #6E123E !important;
  color: #fff !important;
}

/* A PROPOS - CTA hero first section align */
body.page-id-329 .section-split-premium:first-of-type .lc-cta-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
}

body.page-id-329 .section-split-premium:first-of-type .lc-cta-row > .wpb_column {
  float: none !important;
  flex: 1 1 0 !important;
  max-width: none !important;
  width: auto !important;
  padding: 0 !important;
}

body.page-id-329 .section-split-premium:first-of-type .lc-cta-row > .wpb_column > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-329 .section-split-premium:first-of-type .lc-cta-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: 100% !important;
}

body.page-id-329 .section-split-premium:first-of-type .lc-cta-row .vc_btn3-container.vc_custom_1772455285803 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-329 .section-split-premium:first-of-type .lc-cta-row .vc_btn3-container {
  display: block !important;
  width: 100% !important;
}

body.page-id-329 .section-split-premium:first-of-type .lc-cta-row .vc_btn3,
body.page-id-329 .section-split-premium:first-of-type .lc-cta-row .vc_btn3:link,
body.page-id-329 .section-split-premium:first-of-type .lc-cta-row .vc_btn3:visited,
body.page-id-329 .section-split-premium:first-of-type .lc-cta-row .vc_btn3:hover,
body.page-id-329 .section-split-premium:first-of-type .lc-cta-row .vc_btn3:focus,
body.page-id-329 .section-split-premium:first-of-type .lc-cta-row .vc_btn3:active {
  width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 768px) {
  body.page-id-329 .lc-cta-row {
    gap: 12px;
  }

  body.page-id-329 .lc-cta-row > .wpb_column {
    flex-basis: 100%;
    max-width: 100%;
  }

  body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3,
  body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:link,
  body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:visited,
  body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:hover,
  body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:focus,
  body.page-id-329 .lc-cta-row .vc_btn3-container .vc_btn3:active {
    white-space: normal;
  }

  body.page-id-329 .section-split-premium:first-of-type .lc-cta-row {
    flex-wrap: wrap !important;
  }
}

/* A PROPOS - top spacing */
body.page-id-329 .section-split-premium:first-of-type {
  margin-top: 0 !important;
}

/* ========================================================================== */
/* 08. FOOTER PREMIUM                                                         */
/* ========================================================================== */

/* FOOTER - premium widgets */
.lc-footer {
  margin-top: 72px;
  background: linear-gradient(180deg, #f7f2ea 0%, #fdfcf9 100%);
}

.lc-footer__top {
  gap: 26px;
  padding-bottom: 10px;
  border-bottom: 0;
}

.lc-ft__col {
  display: flex;
}

.lc-ft__col .widget {
  width: 100%;
  margin: 0;
  padding: 24px 24px 22px;
  border-radius: 26px;
  background:#fff;
  border:1px solid rgba(107,15,58,.10);
  box-shadow:0 10px 24px rgba(0,0,0,.035);
}

.lc-footer .lc-ft__title {
  margin: 0 0 16px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #2e2e30;
}

.lc-ft-brand__logo {
  display: inline-flex;
  text-decoration: none !important;
}

.lc-ft-brand__logo img {
  width: 112px;
  height: auto;
  display: block;
}

.lc-ft-brand__text,
.lc-ft-info__lead {
  margin: 18px 0 0;
  max-width: 34ch;
  font-size: 16px;
  line-height: 1.72;
  color: #57534e;
}

.lc-ft-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.lc-ft-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(107, 15, 58, 0.14);
  color: #6b0f3a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.lc-ft-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.lc-ft-socials a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(107, 15, 58, 0.12);
  box-shadow: 0 8px 18px rgba(0,0,0,.04);
  color: #6b0f3a !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.lc-ft-socials a:hover {
  color: #6b0f3a !important;
  transform: translateY(-1px);
}

.lc-ft-socials svg {
  width: 18px;
  height: 18px;
  flex: none;
}

/* Badges sociaux plus compacts */
.lc-ft-socials{
  align-items: flex-start;
}

.lc-ft-socials a{
  width: auto !important;
  flex: 0 0 auto !important;
  min-width: 0;
  min-height: 40px;
  padding: 8px 12px;
}

/* encore plus compact sur mobile */
@media (max-width: 640px){
  .lc-ft-socials{
    gap: 10px;
  }
  .lc-ft-socials a{
    min-height: 38px;
    padding: 7px 11px;
    font-size: 13px;
    gap: 8px;
  }
}



.lc-ft-linklist,
.lc-ft-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lc-ft-linklist li {
  margin: 0 !important;
  border-bottom: 1px solid rgba(107, 15, 58, 0.08);
}

.lc-ft-linklist li:last-child {
  border-bottom: 0;
}

.lc-ft-linklist a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 600;
  color: #2e2e30 !important;
  text-decoration: none !important;
}

.lc-ft-linklist a::after {
  content: "↗";
  color: rgba(107, 15, 58, 0.5);
  font-size: 14px;
}

.lc-ft-points {
  margin-top: 16px;
}

.lc-ft-points li {
  position: relative;
  margin: 0 0 10px !important;
  padding-left: 20px !important;
  font-size: 15px;
  line-height: 1.65;
  color: #57534e;
}

.lc-ft-points li:last-child {
  margin-bottom: 0 !important;
}

.lc-ft-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #6b0f3a;
  transform: translateY(-50%);
}

.lc-ft-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.lc-ft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  background: #6b0f3a;
  border: 1px solid #6b0f3a;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.lc-ft-btn:hover {
  color: #fff !important;
}

.lc-ft-btn--ghost {
  background: #fff;
  border-color: rgba(107, 15, 58, 0.16);
  color: #6b0f3a !important;
}

.lc-footer__bottom {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 900px) {
  .lc-footer {
    margin-top: 56px;
  }

  .lc-ft__col .widget {
    padding: 22px 20px;
  }

  .lc-footer .lc-ft__title {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .lc-ft-brand__logo img {
    width: 96px;
  }

  .lc-ft-brand__text,
  .lc-ft-info__lead,
  .lc-ft-linklist a,
  .lc-ft-points li {
    font-size: 15px;
  }

  .lc-ft-socials a,
  .lc-ft-btn {
    width: 100%;
  }
}

/* ========================================================================== */
/* 09. HOME - FIN DE PAGE                                                     */
/* ========================================================================== */

/* HOME - section finale sac farine */
body.home.page-id-2 article.page {
  margin-bottom: 28px;
}

body.home.page-id-2 .lc-footer {
  margin-top: 0;
}

@media (max-width: 900px) {
  body.home.page-id-2 article.page {
    margin-bottom: 24px;
  }
}


/* ========================================================================== */
/* 10. HACK GLOBAL POINTS DE VENTE                                            */
/* ========================================================================== */
/* Attention : selecteur large. Ne pas supprimer sans verification front      */
/* sur les cartes / liens concernes.                                          */
/* ========================================================================== */

/* Suppression barre sous + et - carte point de vente */
body.page-id-419 .fdm-pdv__button,
body.page-id-419 .fdm-pdv__link,
body.page-id-419 .fdm-pdv__popup-actions a,
body.page-id-419 .leaflet-control-zoom a,
body.page-id-419 .leaflet-popup-close-button {
  text-decoration: none;
}

/* ========================================================================== */
/* 11. CONTACT V3 (PAGE 164)                                                  */
/* ========================================================================== */

/* CONTACT - V3 clean refined */
body.page-id-164.right-sidebar .content-area {
  float: none;
  width: 100%;
  margin-right: 0;
}

body.page-id-164.right-sidebar .site-main {
  margin-right: 0;
}

body.page-id-164.right-sidebar .widget-area,
body.page-id-164 #secondary,
body.page-id-164 .entry-header,
body.page-id-164 .entry-title {
  display: none;
}

body.page-id-164 #primary.content-area,
body.page-id-164 #main.site-main,
body.page-id-164 article.page {
  margin-bottom: 0 !important;
}

body.page-id-164 .edit-link {
  display: none;
}

body.page-id-164 .storefront-breadcrumb {
  margin-bottom: 8px;
}

body.page-id-164 footer.lc-footer {
  margin-top: 12px;
}

body.page-id-164 .entry-content .vc_section.lc-contact-v3 {
  margin-top: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: transparent !important;
}

body.page-id-164 .lc-contact-v3-row {
  margin-left: -12px;
  margin-right: -12px;
  align-items: flex-start;
}

body.page-id-164 .lc-contact-v3-row > .wpb_column {
  padding-left: 12px;
  padding-right: 12px;
}

body.page-id-164 .lc-contact-v3 .wpb_wrapper > br {
  display: none;
}

body.page-id-164 .lc-contact-v3-main {
  background: #fff;
  margin-bottom: 0;
  border: 1px solid #eadfe4;
  border-radius: 24px;
  box-shadow: 0 12px 26px rgba(110, 18, 62, 0.06);
  padding: 30px 30px 24px;
}

body.page-id-164 .lc-contact-v3-main .lc-section-kicker {
  margin: 0 0 12px;
  font-family: Hind, sans-serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #6e123e;
}

body.page-id-164 .lc-contact-v3-main h1.lc-contact-title-home {
  margin: 0 0 10px;
  font-family: Oswald, sans-serif !important;
  font-size: 55px !important;
  line-height: 65px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  color: #2e2e30;
}

body.page-id-164 .lc-contact-v3-main .lc-contact-lead {
  margin: 0 0 14px;
  max-width: 38ch;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #4f5962;
}

body.page-id-164 .lc-contact-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

body.page-id-164 .lc-contact-chip,
body.page-id-164 .lc-contact-chip:link,
body.page-id-164 .lc-contact-chip:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #eadfe4;
  background: #fff;
  color: #6e123e;
  text-decoration: none;
  font-family: Hind, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
}

body.page-id-164 .lc-contact-chip:hover,
body.page-id-164 .lc-contact-chip:focus,
body.page-id-164 .lc-contact-chip.is-active {
  background: #6e123e;
  border-color: #6e123e;
  color: #fff;
  text-decoration: none;
}

body.page-id-164 .lc-contact-form-wrap,
body.page-id-164 .lc-contact-v3-main .wpcf7 {
  margin: 0;
}

body.page-id-164 .lc-contact-v3-main .wpcf7-form-control-wrap[data-name*="honeypot"],
body.page-id-164 .lc-contact-v3-main input[name*="_wpcf7_honeypot"] {
  display: none !important;
}

body.page-id-164 .lc-contact-v3-main .wpcf7 p {
  margin: 0 0 10px;
}

body.page-id-164 .lc-contact-v3-main .wpcf7 p:last-child {
  margin-bottom: 0;
}

body.page-id-164 .lc-contact-v3-main .wpcf7 label {
  font-family: Hind, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2e2e30;
}

body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="text"],
body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="email"],
body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="tel"],
body.page-id-164 .lc-contact-v3-main .wpcf7 textarea {
  width: 100%;
  border: 1px solid #e6dde1;
  border-radius: 12px;
  background: #fcfbf9;
  color: #2e2e30;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="text"],
body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="email"],
body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="tel"] {
  min-height: 52px;
}

body.page-id-164 .lc-contact-v3-main .wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="text"]:focus,
body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="email"]:focus,
body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="tel"]:focus,
body.page-id-164 .lc-contact-v3-main .wpcf7 textarea:focus {
  outline: none;
  border-color: #6e123e;
  box-shadow: 0 0 0 2px rgba(110, 18, 62, 0.1);
}

body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="submit"] {
  width: 100%;
  min-height: 56px;
  margin-top: 2px;
  border: 1px solid #6e123e;
  border-radius: 12px;
  background: #6e123e;
  color: #fff;
  font-family: Hind, sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 12px 20px rgba(110, 18, 62, 0.13);
  transition: all 0.2s ease;
}

body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="submit"]:hover,
body.page-id-164 .lc-contact-v3-main .wpcf7 input[type="submit"]:focus {
  background: #5a0f33;
  border-color: #5a0f33;
  transform: translateY(-1px);
}

body.page-id-164 .lc-contact-v3-card {
  background: #fff;
  border: 1px solid #eadfe4;
  border-radius: 20px;
  box-shadow: 0 8px 18px rgba(110, 18, 62, 0.06);
  padding: 22px 22px 18px;
  margin: 0 0 14px;
}

body.page-id-164 .lc-contact-v3-card h3,
body.page-id-164 .lc-contact-v3-card h4 {
  margin: 0 0 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: normal;
  color: #2e2e30;
}

body.page-id-164 .lc-contact-v3-card p,
body.page-id-164 .lc-contact-v3-card li {
  margin: 0 0 8px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4f5962;
}

body.page-id-164 .lc-contact-proof,
body.page-id-164 .lc-hours-list {
  margin: 0;
  padding-left: 18px;
}

body.page-id-164 .lc-hours-list li strong {
  color: #2e2e30;
}

body.page-id-164 .lc-contact-card-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 0;
}

body.page-id-164 .lc-inline-link,
body.page-id-164 .lc-inline-link:link,
body.page-id-164 .lc-inline-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #eadfe4;
  background: #fff;
  color: #6e123e;
  font-family: Hind, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

body.page-id-164 .lc-inline-link:hover,
body.page-id-164 .lc-inline-link:focus {
  border-color: #6e123e;
  background: #fdf9fb;
  color: #6e123e;
  text-decoration: none;
}

@media (max-width: 1200px) {
  body.page-id-164 .lc-contact-v3-main h1.lc-contact-title-home {
    font-size: 50px !important;
    line-height: 58px !important;
  }
}

@media (max-width: 991px) {
  body.page-id-164 .lc-contact-v3-main,
  body.page-id-164 .lc-contact-v3-card {
    padding: 20px 16px;
    border-radius: 18px;
  }

  body.page-id-164 .lc-contact-v3-main h1.lc-contact-title-home {
    font-size: 44px !important;
    line-height: 52px !important;
  }

  body.page-id-164 .lc-contact-v3-main .lc-contact-lead {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  body.page-id-164 .entry-content .vc_section.lc-contact-v3 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  body.page-id-164 .lc-contact-v3-row {
    margin-left: 0;
    margin-right: 0;
  }

  body.page-id-164 .lc-contact-v3-row > .wpb_column {
    padding-left: 0;
    padding-right: 0;
  }

  body.page-id-164 .lc-contact-v3-main {
    margin-bottom: 12px;
  }

  body.page-id-164 .lc-contact-v3-main h1.lc-contact-title-home {
    font-size: 38px !important;
    line-height: 44px !important;
  }

  body.page-id-164 .lc-contact-v3-main .lc-contact-lead {
    font-size: 16px;
    line-height: 1.5;
  }

  body.page-id-164 .lc-contact-chip-row {
    gap: 8px;
  }

  body.page-id-164 .lc-contact-v3-main .wpcf7 textarea {
    min-height: 128px;
  }
}



/* ========================================================================== */
/* 12. ASTUCE BOX                                                             */
/* ========================================================================== */

/* Astuce box — simple, propre, sans mode auto navigateur */
.astuce-box{
  --accent:#7a1f4a;
  --border:rgba(16,24,40,.10);
  --text:#1f2937;
  --bg:#ffffff;

  position:relative;
  margin:22px 0;
  padding:18px 18px 18px 58px;
  background:var(--bg);
  border:1px solid var(--border);
  border-left:6px solid var(--accent);
  border-radius:14px;
  color:var(--text);
  box-shadow:0 10px 24px rgba(16,24,40,.06);
}

.astuce-box:before{
  content:"";
  position:absolute;
  left:18px;
  top:18px;
  width:30px;
  height:30px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 10px 18px rgba(122,31,74,.18);
}

.astuce-box:after{
  content:"\1F4A1"; /* 💡 en unicode pour éviter les soucis d’encodage */
  position:absolute;
  left:18px;
  top:18px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  font-size:16px;
  line-height:1;
}

.astuce-box > strong:first-child{
  display:block;
  margin:0 0 6px 0;
  color:var(--accent);
  font-weight:700;
}

.astuce-box p{ margin:0; color:var(--text); }
.astuce-box p + p{ margin-top:10px; }

.astuce-box a{
  color:var(--accent);
  text-decoration:underline;
  text-underline-offset:3px;
}
.astuce-box a:hover{ text-decoration-thickness:2px; }

.astuce-box ul{ margin:10px 0 0 0; padding-left:18px; }
.astuce-box li{ margin:6px 0; color:var(--text); }

@media (max-width:520px){
  .astuce-box{ padding:16px 16px 16px 54px; border-radius:12px; }
  .astuce-box:before,
  .astuce-box:after{ left:16px; top:16px; }
}


/* ========================================================================== */
/* 13. HOME - MICRO-AJUSTEMENT CTA MOBILE                                     */
/* ========================================================================== */

/* espace entre bouton cta hero mobile */
@media (max-width: 767px){
  .home .cta-hero.vc_btn3-container{
    display: inline-block;
    margin: 10px 12px 0 0 !important;
  }

  .home .cta-hero.vc_btn3-container:last-of-type{
    margin-right: 0 !important;
  }
}


/* ========================================================================== */
/* 14. NOTRE HISTOIRE - OVERLAY VIDEO                                         */
/* ========================================================================== */

/* video youtube notre histoire */
.tf1-video .tf1-thumb::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.28) 100%);
  pointer-events:none;
}

