/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 13 2026 | 09:59:35 */
/* ============================================================
   ARDESUN – Landing Page CSS nettoyé
   ============================================================ */

/* ── VARIABLES ── */
:root {
  --ar-orange:     #F07E1E;
  --ar-orange-dk:  #D96A0A;
  --ar-teal:       #0396A5;
  --ar-teal-dk:    #027585;
  --ar-sand:       #D4B896;
  --ar-dark:       #1A1A1A;
  --ar-text:       #333333;
  --ar-muted:      #777777;
  --ar-white:      #FFFFFF;
  --ar-bg-alt:     #F8F6F3;
  --ar-bg-dark:    #1C2B2D;
  --ar-radius:     6px;
  --ar-radius-lg:  12px;
  --ar-shadow:     0 4px 24px rgba(0,0,0,0.08);
  --ar-shadow-lg:  0 8px 40px rgba(0,0,0,0.14);
}

/* ── HERO SLIDER ARDESUN ── */

.ardesun-hero-slider .nectar-slider-wrap .ns-heading-el {
  font-weight: 800 !important;
}

.ardesun-hero-slider .content p .ardesun-slide-args {
  display: flex !important;
  flex-wrap: wrap !important;
  column-gap: 42px !important;
  row-gap: 4px !important;
  margin-top: 26px !important;
}
.ardesun-hero-slider .content p .ardesun-slide-args span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0px !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.ardesun-hero-slider .content p .ardesun-slide-args span:not(.break)::before {
  content: "✓" !important;
  color: #F47C16 !important;
  -webkit-text-fill-color: #F47C16 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}
.ardesun-hero-slider .content p .ardesun-slide-args .break {
  flex-basis: 100% !important;
  height: 0 !important;
  line-height: 0 !important;
}
.ardesun-hero-slider .content p .ardesun-slide-args .break::before {
  display: none !important;
}

/* Couleurs boutons */
.ardesun-hero-slider .content .buttons .button:first-child a {
  background-color: #F47C16 !important;
  border-color: #F47C16 !important;
}


/* ── BOUTON AJOUTER AU PANIER SANS PRIX ── */
body .woocommerce.add_to_cart_inline a.button.add_to_cart_button {
  background-color: #F07E1E !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 18px 40px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  box-sizing: border-box !important;
}

body .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover {
  background-color: #D96A0A !important;
  transform: translateY(-2px) !important;
}

body .woocommerce.add_to_cart_inline .amount {
  display: none !important;
}

/*  variante teal (cartes bundles) ── */
.ardesun-atc-teal body .woocommerce.add_to_cart_inline a.button.add_to_cart_button,
.ardesun-atc-teal .woocommerce.add_to_cart_inline a.button.add_to_cart_button {
  background-color: transparent !important;
  color: var(--ar-teal, #21B7C8) !important;
  border: 2px solid var(--ar-teal, #21B7C8) !important;
  font-weight: 700 !important;
}

.ardesun-atc-teal .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover {
  background-color: var(--ar-teal, #21B7C8) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}








/* ── SNIPPET AFFICHAGE PRIX PRODUIT UNIQUEMENT ── */
.ardesun-bundle-price .ardesun-dynamic-price,
.ardesun-bundle-price .woocommerce-Price-amount {
  font-size: 30px;
  font-weight: 800;
  display: block;
  line-height: 1;
}

/* ── TITRES / LABELS DE SECTION ── */


.ardesun-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ardesun-section-label.orange { color: var(--ar-orange); }
.ardesun-section-label.teal { color: var(--ar-teal); }

.ardesun-section-label::before {
  content: '';
  width: 28px;
  height: 2px;
}

.ardesun-section-label.orange::before { background: var(--ar-orange); }
.ardesun-section-label.teal::before { background: var(--ar-teal); }

.ardesun-section-title {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 800;
  color: var(--ar-dark);
  margin: 0 0 12px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

/* ── BLOCS ARGUMENTAIRES TEXTE ── */
.ardesun-item {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}

.ardesun-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: var(--ar-orange);
  border-radius: 2px;
}

.ardesun-item strong {
  display: block;
  margin-bottom: 4px;
}

.ardesun-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

/* ── SECTIONS PRODUITS ── */
.ardesun-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.ardesun-product-price {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
}

.ardesun-product-price.orange { color: var(--ar-orange); }
.ardesun-product-price.teal { color: var(--ar-teal); }

.ardesun-product-args {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ardesun-product-args li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--ar-text);
  line-height: 1.5;
}

.ardesun-product-args li::before {
  content: '✓';
  color: var(--ar-orange);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}

.ardesun-product-args.teal li::before { color: var(--ar-teal); }

/* ── ICÔNES CRÈME SOLAIRE ── */
.ardesun-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin: 0px 0 -10px 0 !important;
  padding: 0 !important;
  line-height: 0;
}

.ardesun-icons img {
  width: 100px !important;
  max-width: 100px !important;
  height: auto !important;
  flex: 0 0 100px;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── CARTES CERTIFICATIONS ── */
.ardesun-certs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E8E4DF;
}

.ardesun-cert-card {
  background: var(--ar-white);
  border-radius: var(--ar-radius);
  padding: 20px 16px;
  text-align: center;
  border: 1px solid #E8E4DF;
  transition: box-shadow 0.2s ease;
}

.ardesun-cert-card:hover {
  box-shadow: var(--ar-shadow);
}

.ardesun-cert-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--ar-dark);
  letter-spacing: 0.04em;
  line-height: 1.4;
}

/* ── NOTE BIOCIDE ── */
.ardesun-biocide-note {
  background: linear-gradient(135deg, #E8F7F8 0%, #D0EFF2 100%);
  border-left: 3px solid var(--ar-teal);
  border-radius: var(--ar-radius);
  padding: 16px 20px;
  margin-bottom: 28px;
  font-size: 13px;
  color: var(--ar-text);
  line-height: 1.6;
}

.ardesun-biocide-note strong {
  color: var(--ar-teal-dk);
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── ENGAGEMENTS ── */
.ardesun-args-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.ardesun-arg-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #fff8f2 100%);
  border-radius: var(--ar-radius-lg);
  padding: 34px 28px 30px;
  box-shadow: var(--ar-shadow);
  border: 1px solid rgba(240,126,30,0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ardesun-arg-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 36px;
  width: 4px;
  height: 72px;
  border-radius: 0 4px 4px 0;
  background: var(--ar-orange);
}

.ardesun-arg-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 125px;
  height: 125px;
  border-radius: 999px;
  background: rgba(240,126,30,0.045);
  pointer-events: none;
}

.ardesun-arg-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ar-shadow-lg);
  border-color: rgba(240,126,30,0.28);
}

.ardesun-arg-number {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--ar-orange);
  text-transform: uppercase;
}

.ardesun-arg-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--ar-dark);
  margin: 0 0 10px;
  line-height: 1.25;
}

.ardesun-arg-text {
  font-size: 14px;
  color: var(--ar-muted);
  line-height: 1.65;
  margin: 0;
}


/* ── BUNDLES ── */
.ardesun-bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.ardesun-bundle-card,
.ardesun-bundle-card-featured {
  position: relative;
}

/* Cartes gauche et droite */
.ardesun-bundle-card > .vc_column-inner {
  position: relative;
  padding: 34px 34px 30px !important;
  overflow: visible !important;
  border: 2px solid #E8E4DF !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ardesun-bundle-card:hover > .vc_column-inner {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06) !important;
  border-color: #ded8d0 !important;
}

/* Carte centrale */
.ardesun-bundle-card-featured > .vc_column-inner {
  position: relative;
  border: 2px solid var(--ar-orange) !important;
  border-radius: 24px !important;
  background: linear-gradient(145deg, #FFF8F2, #FFF) !important;
  padding: 34px 34px 30px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06) !important;
  overflow: visible !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ardesun-bundle-card-featured:hover > .vc_column-inner {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08) !important;
}

/* Badge */
.ardesun-bundle-featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ar-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 5;
}

/* Titres */
.ardesun-bundle-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--ar-dark);
  margin: 0 0 6px !important;
  line-height: 1.1;
  text-align: center;
}

.ardesun-bundle-desc {
  font-size: 14px;
  color: var(--ar-muted);
  margin: 0 0 20px !important;
  line-height: 1.3;
  text-align: center;
}

/* Prix */
.ardesun-bundle-price {
  margin: 0 0 20px !important;
  text-align: center;
}

.ardesun-price-main {
  font-size: 30px;
  font-weight: 800;
  color: var(--ar-orange);
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}

.ardesun-price-striked {
  font-size: 14px !important;
  color: var(--ar-muted) !important;
  text-decoration: line-through !important;
  display: block !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

.ardesun-price-striked .woocommerce-Price-amount,
.ardesun-price-striked .amount,
.ardesun-price-striked .woocommerce-Price-currencySymbol {
  display: inline !important;
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: inherit !important;
}

.ardesun-price-savings {
  display: inline-block;
  background: #FFF0E3;
  color: var(--ar-orange);
  font-size: 18px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
  line-height: 1.2;
}

/* Liste */
.ardesun-bundle-contents {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 20px !important;
  font-size: 14px;
  color: var(--ar-text);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ardesun-bundle-contents li {
  list-style: none !important;
  position: relative;
  padding-left: 20px;
  line-height: 1.25;
  margin: 0 !important;
}

.ardesun-bundle-contents li::marker {
  content: '' !important;
}

.ardesun-bundle-contents li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ar-orange);
  font-weight: 700;
}

/* Centrage des boutons des cartes latérales */
.ardesun-bundle-card .nectar-button,
.ardesun-bundle-card .wpb_wrapper > .nectar-button,
.ardesun-bundle-card .wpb_wrapper > a.nectar-button {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}





/* ── TABLEAU COMPARATIF ── */
.ardesun-comparatif-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: var(--ar-radius-lg);
  overflow: hidden;
  box-shadow: var(--ar-shadow);
}

.ardesun-comparatif-table th {
  padding: 18px 24px;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.04em;
}

.ardesun-comparatif-table thead th:first-child {
  background: var(--ar-dark);
  color: white;
}

.ardesun-comparatif-table thead th:nth-child(2) {
  background: var(--ar-orange);
  color: white;
  text-align: center;
}

.ardesun-comparatif-table thead th:nth-child(3) {
  background: #888;
  color: white;
  text-align: center;
}

.ardesun-comparatif-table td {
  padding: 14px 24px;
  border-bottom: 1px solid #E8E4DF;
  color: var(--ar-text);
  vertical-align: middle;
}

.ardesun-comparatif-table td:nth-child(2),
.ardesun-comparatif-table td:nth-child(3) {
  text-align: center;
}

.ardesun-comparatif-table td:nth-child(3) {
  background-color: #F7F7F7;
}

.ardesun-comparatif-table tr:last-child td {
  border-bottom: none;
}

.ardesun-comparatif-table tr:nth-child(even) td {
  background: var(--ar-bg-alt);
}

.ardesun-comparatif-table tr:nth-child(even) td:nth-child(3) {
  background: #F1F1F1;
}

.ardesun-check {
  color: #2E9B5C;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.ardesun-cross {
  color: #6F6F6F;
  font-size: 15px;
  font-weight: 500;
}

.ardesun-partial {
  color: #9C8F78;
  font-size: 15px;
  font-weight: 500;
}

.ardesun-check::before {
  content: "✓ ";
  font-weight: 700;
}

.ardesun-cross::before {
  content: "× ";
  font-weight: 600;
}

.ardesun-partial::before {
  content: "• ";
  font-weight: 600;
}

/* ── HISTOIRE ── */
.ardesun-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.ardesun-story-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #E8E4DF;
}

.ardesun-story-stat:last-child { border-bottom: none; }

.ardesun-story-stat-num {
  font-size: 18px;
  font-weight: 900;
  color: var(--ar-orange);
  min-width: 80px;
}

.ardesun-story-stat-text {
  font-size: 14px;
  color: var(--ar-text);
  line-height: 1.5;
}

/* ── OUTDOOR GALLERY SALIENT ── */
.ardesun-gallery {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.ardesun-gallery .wpb_wrapper {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.ardesun-gallery .item-meta h4.title {
  display: none !important;
}

.ardesun-gallery .item-meta {
  max-width: 700px;
}

.ardesun-gallery .item-meta p {
  font-size: 12px !important;
  line-height: 1.6;
  color: #666;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* ── RESPONSIVE ── */
@media (max-width: 999px) {
  .ardesun-args-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ardesun-product-grid,
  .ardesun-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ardesun-args-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ardesun-bundles-grid {
    grid-template-columns: 1fr;
  }

  .ardesun-certs-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 690px) {
  .ardesun-args-grid {
    grid-template-columns: 1fr;
  }

  .ardesun-arg-card {
    padding: 30px 24px 28px;
  }
}

/* ── PAGES LÉGALES ARDESUN ── */

.ardesun-legal-header {
  padding: 70px 20px 55px !important;
}


.ardesun-legal-header h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  color: #181818;
}

.ardesun-legal-intro {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.ardesun-legal-content-row {
  padding: 55px 20px 90px !important;
  background: #ffffff;
}

/* Bloc résumé */

.ardesun-legal-summary {
  margin-bottom: 36px;
  padding: 24px 28px;
  border-left: 4px solid #F07E1E;
  background: #f7f4ef;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.ardesun-legal-summary a {
  color: #F07E1E;
  text-decoration: none;
}

/* Sommaire simple */

.ardesun-legal-toc {
  margin-bottom: 48px;
  padding: 26px 28px;
  background: #ffffff;
  border: 1px solid #ebe5dc;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.04);
}

.ardesun-legal-toc-title {
  margin-bottom: 18px;
  color: #181818;
  font-size: 16px;
  font-weight: 800;
}

.ardesun-legal-toc p {
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 1.45;
}

.ardesun-legal-toc a {
  color: #555;
  text-decoration: none;
}

.ardesun-legal-toc a:hover {
  color: #F07E1E;
}

/* Texte légal */

.ardesun-legal-text {
  color: #252525;
  font-size: 15px;
  line-height: 1.75;
}

.ardesun-legal-text p {
  margin: 0 0 22px;
}

.ardesun-legal-text ul {
  margin: 0 0 24px 22px;
  padding: 0;
}

.ardesun-legal-text li {
  margin-bottom: 8px;
}

/* Préambule */

.ardesun-legal-preamble {
  margin-bottom: 42px;
}

/* Articles CGV */

.ardesun-legal-article {
  margin-bottom: 28px;
  padding: 32px 34px;
  background: #fbfaf8;
  border: 1px solid #eee8df;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.035);
}

.ardesun-legal-text h2 {
  margin: 0 0 18px;
  color: #181818;
  font-size: 26px;
  line-height: 1.25;
}

.ardesun-legal-preamble h2 {
  font-size: 30px;
}

/* Justification desktop uniquement */

@media only screen and (min-width: 691px) {
  .ardesun-legal-text p {
    text-align: justify;
  }
}

/* Offset ancres sous header sticky */

.ardesun-legal-preamble,
.ardesun-legal-article {
  scroll-margin-top: 120px;
}

@media only screen and (max-width: 690px) {
  .ardesun-legal-header {
    padding: 48px 22px 38px !important;
  }

  .ardesun-legal-content-row {
    padding: 38px 22px 65px !important;
  }

  .ardesun-legal-summary {
    padding: 20px;
    font-size: 14px;
    line-height: 1.65;
  }

  .ardesun-legal-toc {
    padding: 22px 20px;
    border-radius: 12px;
  }

  .ardesun-legal-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .ardesun-legal-article {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .ardesun-legal-text h2 {
    font-size: 23px;
  }

  .ardesun-legal-preamble h2 {
    font-size: 25px;
  }
}


/* ── FOOTER ARDESUN ── */

/* Ligne horizontale pleine largeur sur la row basse */
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-bottom-row .row_col_wrap_12 {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
}

/* Alignement à droite du bloc "Made with ♥ in Ardèche" */
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-bottom-row .wpb_column:last-child,
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-bottom-row .wpb_column:last-child .wpb_wrapper,
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-bottom-row .wpb_column:last-child .ardesun-footer-bottom {
  text-align: right !important;
}

.nectar-global-section.nectar_hook_global_section_footer {
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.6;
}

/* Logo texte ARDESUN */
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-logo {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

/* Phrase de marque */
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-tagline {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 34px;
}

/* Contact */
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-contact {
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-contact a {
  color: #F07E1E;
  text-decoration: none;
}

/* Titres colonnes */
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-col-title {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

/* Listes */
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-links {
  margin: 0;
  padding-left: 18px;
}

.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-links li {
  color: rgba(255,255,255,0.78);
  padding-left: 4px;
}

.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-links a {
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  transition: color 0.2s ease;
}

.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-links a:hover {
  color: #F07E1E;
}

/* Ligne basse : typo uniquement, structure gérée par les 2 colonnes WPBakery */
.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-bottom {
  width: 100%;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  line-height: 1.5;
}

.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-bottom a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}

.nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-bottom a:hover {
  color: #F07E1E;
}

/* Mobile */
@media only screen and (max-width: 690px) {
  .nectar-global-section.nectar_hook_global_section_footer {
    font-size: 14px;
    text-align: left;
  }

  .nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-logo {
    font-size: 22px;
  }

  .nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-col-title {
    margin-top: 28px;
    margin-bottom: 14px;
  }

  .nectar-global-section.nectar_hook_global_section_footer .ardesun-footer-bottom {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* ── ARDESUN — MINI-CART POPUP BOUTONS ── */

/* Conteneur des boutons */
.woocommerce.widget_shopping_cart .buttons,
.woocommerce-mini-cart__buttons {
  display: flex !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}

/* Style commun aux deux boutons */
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce-mini-cart__buttons a {
  flex: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  border-radius: 999px !important;
  padding: 11px 16px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

/* Bouton "Voir le panier" */
.woocommerce.widget_shopping_cart .buttons .button:not(.checkout),
.woocommerce-mini-cart__buttons .button:not(.checkout) {
  background: var(--ar-bg-alt, #F8F6F3) !important;
  color: var(--ar-dark, #1A1A1A) !important;
  border: 1px solid #E8E4DF !important;
}

/* Bouton "Commander" */
.woocommerce.widget_shopping_cart .buttons .checkout,
.woocommerce-mini-cart__buttons .checkout {
  background: var(--ar-orange, #F07E1E) !important;
  color: #fff !important;
  border: none !important;
}


/* ── ARDESUN — Mon compte : rubrique Adresses ── */

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin: 0 0 32px !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: var(--ar-text, #333333) !important;
}

/* Conteneur des deux adresses */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex !important;
  gap: 28px !important;
  width: 100% !important;
  margin-top: 26px !important;
}

/* Cartes adresse : on neutralise les colonnes WooCommerce */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-2 {
  float: none !important;
  clear: none !important;
  width: 50% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 30px 32px !important;
  border: 1px solid #E8E4DF !important;
  border-radius: var(--ar-radius-lg, 12px) !important;
  background: linear-gradient(145deg, #ffffff 0%, #fff8f2 100%) !important;
  box-shadow: var(--ar-shadow, 0 4px 24px rgba(0,0,0,0.08)) !important;
  box-sizing: border-box !important;
}

/* Titre + lien modifier */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  margin-bottom: 18px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
  margin: 0 0 14px !important;
  font-size: 30px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  color: var(--ar-dark, #1A1A1A) !important;
}

/* Lien Ajouter / Modifier adresse */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
  display: inline-block !important;
  float: none !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  background: var(--ar-bg-alt, #F8F6F3) !important;
  border: 1px solid #E8E4DF !important;
  color: var(--ar-orange, #F07E1E) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover {
  background: var(--ar-orange, #F07E1E) !important;
  border-color: var(--ar-orange, #F07E1E) !important;
  color: #ffffff !important;
}

/* Texte adresse */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: var(--ar-muted, #777777) !important;
  font-style: normal !important;
}

/* Mobile */
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: block !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-2 {
    width: 100% !important;
    margin-bottom: 22px !important;
    padding: 26px 22px !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    font-size: 26px !important;
  }
}

/* ARDESUN - Boutique / Catégories : masquer le compteur de résultats */
.woocommerce-shop .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count {
  display: none !important;
}

/* ── ARDESUN — Notices WooCommerce Mon compte version douce ── */

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
  background: #E8F7F8 !important;
  color: var(--ar-teal-dk, #027585) !important;
  border: 1px solid rgba(3,150,165,0.22) !important;
  box-shadow: none !important;
}

.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before {
  color: var(--ar-teal, #0396A5) !important;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-info *,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-message * {
  color: var(--ar-teal-dk, #027585) !important;
}

/* ── ARDESUN — Notices WooCommerce erreurs Mon compte ── */

.woocommerce-account .woocommerce-error {
  background: #fff3f0 !important;
  color: #9f2f18 !important;
  border: 1px solid rgba(159,47,24,0.18) !important;
  box-shadow: none !important;
}

.woocommerce-account .woocommerce-error li,
.woocommerce-account .woocommerce-error li strong {
  color: #9f2f18 !important;
}

/* ARDESUN - Panier : notices WooCommerce */
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info {
  background: #E8F7F8 !important;
  color: var(--ar-teal-dk, #027585) !important;
  border: 1px solid rgba(3,150,165,0.22) !important;
  box-shadow: none !important;
}

.woocommerce-cart .woocommerce-message *,
.woocommerce-cart .woocommerce-info * {
  color: var(--ar-teal-dk, #027585) !important;
}

/* ARDESUN - Mon compte : espacement bouton enregistrer */
.woocommerce-account button[name="save_account_details"] {
  margin-top: 20px !important;
}

/* ARDESUN - Commande : message code promo */
.woocommerce-checkout .woocommerce-info {
  background: #E8F7F8 !important;
  color: var(--ar-teal-dk, #027585) !important;
  border: 1px solid rgba(3,150,165,0.22) !important;
  box-shadow: none !important;
}

.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-info * {
  color: var(--ar-teal-dk, #027585) !important;
}

/* ARDESUN - Commande recue : message de confirmation important */
.woocommerce-order-received .woocommerce-thankyou-order-received {
  background: #E8F7F8 !important;
  color: var(--ar-teal-dk, #027585) !important;
  border: 1px solid rgba(3,150,165,0.22) !important;
  box-shadow: none !important;
  padding: 24px 28px !important;
  margin: 0 0 34px !important;
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}


/* ════════════════════════════════════════════════════════
   ARDESUN — LANDING PAGE — HIÉRARCHIE H1/H2/H3 SEO
   H1  = titre hero principal (unique sur la page)
   H2  = section-labels + titres de section sans label
   H3  = grands titres visuels sous les H2
   Visuels conservés à l'identique via règles ci-dessous.
════════════════════════════════════════════════════════ */

/* ── H1 hero : surclasse le thème Salient ── */
.wpb_wrapper h1.vc_custom_heading {
  font-size: 24px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

@media (max-width: 1024px) {
  .wpb_wrapper h1.vc_custom_heading {
    font-size: 16px !important;
  }
}

@media (max-width: 690px) {
  .wpb_wrapper h1.vc_custom_heading {
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }
}

/* ── H2 : section-labels passés de div → h2 ──────────
   WPBakery génère <h2 class="wpb_heading vc_custom_heading ardesun-section-label ...">
   On surcharge les styles natifs h2 du thème Salient
   pour conserver l'apparence label (inline-flex, tiret, uppercase) */
h2.wpb_heading.ardesun-section-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
  line-height: 1.2 !important;
}

h2.wpb_heading.ardesun-section-label::before {
  content: '' !important;
  display: inline-block !important;
  width: 28px !important;
  height: 2px !important;
  background: currentColor !important;
  flex-shrink: 0 !important;
}

h2.wpb_heading.ardesun-section-label.teal {
  color: var(--ar-teal, #0396A5) !important;
}

h2.wpb_heading.ardesun-section-label.orange {
  color: var(--ar-orange, #F07E1E) !important;
}

/* ── H2 : titres de section sans label (comparatif, CTA) ──
   "CRÈME SOLAIRE ARDESUN vs..." et "Prêt à profiter..."
   Conservent le rendu .ardesun-section-title existant */
.ardesun-product-v3 h2.wpb_heading:not(.ardesun-section-label),
h2.wpb_heading.ardesun-section-title,
.ardesun-cta-final h2.wpb_heading {
  font-size: clamp(26px, 3.5vw, 38px) !important;
  font-weight: 800 !important;
  color: var(--ar-dark, #1A1A1A) !important;
  margin: 0 0 12px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

/* ── H3 : grands titres visuels sous les H2 ──────────
   "Protégez-vous sans compromis", "Profitez de la gamme..."
   Étaient des h2 → passent h3, taille inline WPBakery conservée (38px)
   On neutralise les marges top que Salient ajoute aux h3 */
.ardesun-product-v3 h3.wpb_heading,
h3.wpb_heading.ardesun-section-title {
  font-size: clamp(24px, 3vw, 38px) !important;
  font-weight: 800 !important;
  color: var(--ar-dark, #1A1A1A) !important;
  margin-top: 0 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
}

